• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_license"],
8}
9
10// See: http://go/android-license-faq
11license {
12    name: "external_rust_crates_mls_rs_license",
13    visibility: [":__subpackages__"],
14    license_kinds: [
15        "SPDX-license-identifier-Apache-2.0",
16        "SPDX-license-identifier-MIT",
17    ],
18    license_text: ["LICENSE"],
19}
20
21rust_library {
22    name: "libmls_rs",
23    host_supported: true,
24    crate_name: "mls_rs",
25    cargo_env_compat: true,
26    cargo_pkg_version: "0.39.1",
27    crate_root: "src/lib.rs",
28    edition: "2021",
29    features: [
30        "by_ref_proposal",
31        "custom_proposal",
32        "fast_serialize",
33        "out_of_order",
34        "prior_epoch",
35        "private_message",
36        "psk",
37        "rayon",
38        "state_update",
39        "std",
40        "tree_index",
41    ],
42    cfgs: ["mls_build_async"],
43    rustlibs: [
44        "libcfg_if",
45        "libdebug_tree",
46        "libfutures",
47        "libhex",
48        "libitertools",
49        "libmls_rs_codec",
50        "libmls_rs_core",
51        "librayon",
52        "libspin",
53        "libthiserror",
54        "libzeroize",
55    ],
56    proc_macros: [
57        "libasync_trait",
58        "libmaybe_async",
59    ],
60    apex_available: [
61        "//apex_available:platform",
62        "//apex_available:anyapex",
63    ],
64    product_available: true,
65    vendor_available: true,
66}
67