blob: 34999be65c43830ef72abfa940441b39002a5a44 [file] [log] [blame]
// This file is generated by cargo_embargo.
// Do not modify this file after the first "rust_*" or "genrule" module
// because the changes will be overridden on upgrade.
// Content before the first "rust_*" or "genrule" module is preserved.
package {
default_applicable_licenses: ["external_rust_crates_mls_rs_license"],
}
// See: http://go/android-license-faq
license {
name: "external_rust_crates_mls_rs_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
"SPDX-license-identifier-MIT",
],
license_text: ["LICENSE"],
}
rust_library {
name: "libmls_rs",
host_supported: true,
crate_name: "mls_rs",
cargo_env_compat: true,
cargo_pkg_version: "0.39.1",
srcs: ["src/lib.rs"],
edition: "2021",
features: [
"by_ref_proposal",
"custom_proposal",
"fast_serialize",
"out_of_order",
"prior_epoch",
"private_message",
"psk",
"rayon",
"state_update",
"std",
"tree_index",
],
cfgs: ["mls_build_async"],
rustlibs: [
"libcfg_if",
"libdebug_tree",
"libfutures",
"libhex",
"libitertools",
"libmls_rs_codec",
"libmls_rs_core",
"librayon",
"libspin",
"libthiserror",
"libzeroize",
],
proc_macros: [
"libasync_trait",
"libmaybe_async",
],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
product_available: true,
vendor_available: true,
}