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_libsync_wrapper_license"], 8} 9 10license { 11 name: "external_rust_crates_libsync_wrapper_license", 12 visibility: [":__subpackages__"], 13 license_kinds: ["SPDX-license-identifier-Apache-2.0"], 14 license_text: ["LICENSE"], 15} 16 17rust_library { 18 name: "libsync_wrapper", 19 host_supported: true, 20 crate_name: "sync_wrapper", 21 cargo_env_compat: true, 22 cargo_pkg_version: "1.0.1", 23 crate_root: "src/lib.rs", 24 edition: "2018", 25 apex_available: [ 26 "//apex_available:platform", 27 "//apex_available:anyapex", 28 ], 29 product_available: true, 30 vendor_available: true, 31} 32