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_mls_rs_core_license"], 8} 9 10// See: http://go/android-license-faq 11license { 12 name: "external_rust_crates_mls_rs_core_license", 13 visibility: [":__subpackages__"], 14 license_kinds: [ 15 "SPDX-license-identifier-Apache-2.0", 16 "SPDX-license-identifier-MIT", 17 ], 18 license_text: [ 19 "LICENSE-apache", 20 "LICENSE-mit", 21 ], 22} 23 24rust_library { 25 name: "libmls_rs_core", 26 host_supported: true, 27 crate_name: "mls_rs_core", 28 cargo_env_compat: true, 29 cargo_pkg_version: "0.18.0", 30 crate_root: "src/lib.rs", 31 edition: "2021", 32 features: [ 33 "default", 34 "fast_serialize", 35 "rfc_compliant", 36 "std", 37 "x509", 38 ], 39 cfgs: ["mls_build_async"], 40 rustlibs: [ 41 "libhex", 42 "libmls_rs_codec", 43 "libthiserror", 44 "libzeroize", 45 ], 46 proc_macros: [ 47 "libasync_trait", 48 "libmaybe_async", 49 ], 50 apex_available: [ 51 "//apex_available:platform", 52 "//apex_available:anyapex", 53 ], 54 product_available: true, 55 vendor_available: true, 56} 57