// 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_mls-rs_license"], | |
} | |
license { | |
name: "external_rust_crates_mls-rs_license", | |
visibility: [":__subpackages__"], | |
license_kinds: ["SPDX-license-identifier-Apache-2.0"], | |
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", | |
crate_root: "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, | |
} |