• 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
6// TODO: Add license.
7rust_test {
8    name: "dashmap_test_src_lib",
9    host_supported: true,
10    crate_name: "dashmap",
11    cargo_env_compat: true,
12    cargo_pkg_version: "5.5.3",
13    crate_root: "src/lib.rs",
14    test_suites: ["general-tests"],
15    auto_gen_config: true,
16    test_options: {
17        unit_test: true,
18    },
19    edition: "2018",
20    rustlibs: [
21        "libcfg_if",
22        "libhashbrown",
23        "liblock_api",
24        "libonce_cell",
25        "libparking_lot_core",
26    ],
27}
28
29rust_library {
30    name: "libdashmap",
31    host_supported: true,
32    crate_name: "dashmap",
33    cargo_env_compat: true,
34    cargo_pkg_version: "5.5.3",
35    crate_root: "src/lib.rs",
36    edition: "2018",
37    rustlibs: [
38        "libcfg_if",
39        "libhashbrown",
40        "liblock_api",
41        "libonce_cell",
42        "libparking_lot_core",
43    ],
44    apex_available: [
45        "//apex_available:platform",
46        "//apex_available:anyapex",
47    ],
48    product_available: true,
49    vendor_available: true,
50}
51