1// This file is generated by cargo_embargo.
2// Do not modify this file because the changes will be overridden on upgrade.
3
4package {
5    default_applicable_licenses: ["external_rust_crates_dashmap_license"],
6    default_team: "trendy_team_android_rust",
7}
8
9license {
10    name: "external_rust_crates_dashmap_license",
11    visibility: [":__subpackages__"],
12    license_kinds: ["SPDX-license-identifier-MIT"],
13    license_text: ["LICENSE"],
14}
15
16rust_test {
17    name: "dashmap_test_src_lib",
18    host_supported: true,
19    crate_name: "dashmap",
20    cargo_env_compat: true,
21    cargo_pkg_version: "5.5.3",
22    crate_root: "src/lib.rs",
23    test_suites: ["general-tests"],
24    auto_gen_config: true,
25    test_options: {
26        unit_test: true,
27    },
28    edition: "2018",
29    rustlibs: [
30        "libcfg_if",
31        "libhashbrown",
32        "liblock_api",
33        "libonce_cell",
34        "libparking_lot_core",
35    ],
36}
37
38rust_library {
39    name: "libdashmap",
40    host_supported: true,
41    crate_name: "dashmap",
42    cargo_env_compat: true,
43    cargo_pkg_version: "5.5.3",
44    crate_root: "src/lib.rs",
45    edition: "2018",
46    rustlibs: [
47        "libcfg_if",
48        "libhashbrown",
49        "liblock_api",
50        "libonce_cell",
51        "libparking_lot_core",
52    ],
53    apex_available: [
54        "//apex_available:platform",
55        "//apex_available:anyapex",
56    ],
57    product_available: true,
58    vendor_available: true,
59}
60