blob: 0f01014c18643d5859fc06e00be5ca02003dac21 [file] [log] [blame] [edit]
// This file is generated by cargo_embargo.
// Do not modify this file because the changes will be overridden on upgrade.
package {
default_applicable_licenses: ["external_rust_crates_unsafe-libyaml_license"],
default_team: "trendy_team_android_rust",
}
license {
name: "external_rust_crates_unsafe-libyaml_license",
visibility: [":__subpackages__"],
license_kinds: ["SPDX-license-identifier-MIT"],
license_text: ["LICENSE"],
}
rust_library_host_rlib {
name: "libunsafe_libyaml",
crate_name: "unsafe_libyaml",
cargo_env_compat: true,
cargo_pkg_version: "0.2.10",
crate_root: "src/lib.rs",
edition: "2021",
}
rust_binary_host {
name: "run_emitter_test_suite",
crate_name: "run_emitter_test_suite",
cargo_env_compat: true,
cargo_pkg_version: "0.2.10",
crate_root: "src/bin/run-emitter-test-suite.rs",
edition: "2021",
rustlibs: ["libunsafe_libyaml"],
}
rust_binary_host {
name: "run_parser_test_suite",
crate_name: "run_parser_test_suite",
cargo_env_compat: true,
cargo_pkg_version: "0.2.10",
crate_root: "src/bin/run-parser-test-suite.rs",
edition: "2021",
rustlibs: ["libunsafe_libyaml"],
}