1// This file is generated by cargo_embargo. 2// Do not modify this file after the first "rust_*" or "genrule" module 3// because the changes will be overridden on upgrade. 4// Content before the first "rust_*" or "genrule" module is preserved. 5 6package { 7 default_applicable_licenses: ["external_rust_crates_libwant_license"], 8} 9 10license { 11 name: "external_rust_crates_libwant_license", 12 visibility: [":__subpackages__"], 13 license_kinds: ["SPDX-license-identifier-MIT"], 14 license_text: ["LICENSE"], 15} 16 17rust_library { 18 name: "libwant", 19 host_supported: true, 20 crate_name: "want", 21 cargo_env_compat: true, 22 cargo_pkg_version: "0.3.1", 23 crate_root: "src/lib.rs", 24 edition: "2018", 25 rustlibs: ["libtry_lock"], 26 apex_available: [ 27 "//apex_available:platform", 28 "//apex_available:anyapex", 29 ], 30 product_available: true, 31 vendor_available: true, 32} 33