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_hashbrown_license"],
6    default_team: "trendy_team_android_rust",
7}
8
9license {
10    name: "external_rust_crates_hashbrown_license",
11    visibility: [":__subpackages__"],
12    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
13    license_text: ["LICENSE"],
14}
15
16rust_test {
17    name: "hashbrown_test_src_lib",
18    host_supported: true,
19    crate_name: "hashbrown",
20    cargo_env_compat: true,
21    cargo_pkg_version: "0.12.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: "2021",
29    features: [
30        "ahash",
31        "default",
32        "inline-more",
33        "raw",
34    ],
35    rustlibs: [
36        "libahash",
37        "libfnv",
38        "liblazy_static",
39        "librand",
40        "librayon",
41        "libserde_test",
42    ],
43}
44
45rust_test {
46    name: "hashbrown_test_tests_hasher",
47    host_supported: true,
48    crate_name: "hasher",
49    cargo_env_compat: true,
50    cargo_pkg_version: "0.12.3",
51    crate_root: "tests/hasher.rs",
52    test_suites: ["general-tests"],
53    auto_gen_config: true,
54    test_options: {
55        unit_test: true,
56    },
57    edition: "2021",
58    features: [
59        "ahash",
60        "default",
61        "inline-more",
62        "raw",
63    ],
64    rustlibs: [
65        "libahash",
66        "libfnv",
67        "libhashbrown",
68        "liblazy_static",
69        "librand",
70        "librayon",
71        "libserde_test",
72    ],
73}
74
75rust_test {
76    name: "hashbrown_test_tests_set",
77    host_supported: true,
78    crate_name: "set",
79    cargo_env_compat: true,
80    cargo_pkg_version: "0.12.3",
81    crate_root: "tests/set.rs",
82    test_suites: ["general-tests"],
83    auto_gen_config: true,
84    test_options: {
85        unit_test: true,
86    },
87    edition: "2021",
88    features: [
89        "ahash",
90        "default",
91        "inline-more",
92        "raw",
93    ],
94    rustlibs: [
95        "libahash",
96        "libfnv",
97        "libhashbrown",
98        "liblazy_static",
99        "librand",
100        "librayon",
101        "libserde_test",
102    ],
103}
104
105rust_library {
106    name: "libhashbrown",
107    host_supported: true,
108    crate_name: "hashbrown",
109    cargo_env_compat: true,
110    cargo_pkg_version: "0.12.3",
111    crate_root: "src/lib.rs",
112    edition: "2021",
113    features: [
114        "ahash",
115        "default",
116        "inline-more",
117        "raw",
118    ],
119    rustlibs: ["libahash"],
120    apex_available: [
121        "//apex_available:platform",
122        "//apex_available:anyapex",
123    ],
124    product_available: true,
125    vendor_available: true,
126    min_sdk_version: "29",
127}
128