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_crossbeam-utils_license"],
6    default_team: "trendy_team_android_rust",
7}
8
9license {
10    name: "external_rust_crates_crossbeam-utils_license",
11    visibility: [":__subpackages__"],
12    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
13    license_text: ["LICENSE"],
14}
15
16rust_test {
17    name: "crossbeam-utils_test_src_lib",
18    host_supported: true,
19    crate_name: "crossbeam_utils",
20    cargo_env_compat: true,
21    cargo_pkg_version: "0.8.20",
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        "default",
31        "std",
32    ],
33    rustlibs: ["librand"],
34}
35
36rust_test {
37    name: "crossbeam-utils_test_tests_atomic_cell",
38    host_supported: true,
39    crate_name: "atomic_cell",
40    cargo_env_compat: true,
41    cargo_pkg_version: "0.8.20",
42    crate_root: "tests/atomic_cell.rs",
43    test_suites: ["general-tests"],
44    auto_gen_config: true,
45    test_options: {
46        unit_test: true,
47    },
48    edition: "2021",
49    features: [
50        "default",
51        "std",
52    ],
53    rustlibs: [
54        "libcrossbeam_utils",
55        "librand",
56    ],
57}
58
59rust_test {
60    name: "crossbeam-utils_test_tests_cache_padded",
61    host_supported: true,
62    crate_name: "cache_padded",
63    cargo_env_compat: true,
64    cargo_pkg_version: "0.8.20",
65    crate_root: "tests/cache_padded.rs",
66    test_suites: ["general-tests"],
67    auto_gen_config: true,
68    test_options: {
69        unit_test: true,
70    },
71    edition: "2021",
72    features: [
73        "default",
74        "std",
75    ],
76    rustlibs: [
77        "libcrossbeam_utils",
78        "librand",
79    ],
80}
81
82rust_test {
83    name: "crossbeam-utils_test_tests_parker",
84    host_supported: true,
85    crate_name: "parker",
86    cargo_env_compat: true,
87    cargo_pkg_version: "0.8.20",
88    crate_root: "tests/parker.rs",
89    test_suites: ["general-tests"],
90    auto_gen_config: true,
91    test_options: {
92        unit_test: true,
93    },
94    edition: "2021",
95    features: [
96        "default",
97        "std",
98    ],
99    rustlibs: [
100        "libcrossbeam_utils",
101        "librand",
102    ],
103}
104
105rust_test {
106    name: "crossbeam-utils_test_tests_sharded_lock",
107    host_supported: true,
108    crate_name: "sharded_lock",
109    cargo_env_compat: true,
110    cargo_pkg_version: "0.8.20",
111    crate_root: "tests/sharded_lock.rs",
112    test_suites: ["general-tests"],
113    auto_gen_config: true,
114    test_options: {
115        unit_test: true,
116    },
117    edition: "2021",
118    features: [
119        "default",
120        "std",
121    ],
122    rustlibs: [
123        "libcrossbeam_utils",
124        "librand",
125    ],
126}
127
128rust_test {
129    name: "crossbeam-utils_test_tests_thread",
130    host_supported: true,
131    crate_name: "thread",
132    cargo_env_compat: true,
133    cargo_pkg_version: "0.8.20",
134    crate_root: "tests/thread.rs",
135    test_suites: ["general-tests"],
136    auto_gen_config: true,
137    test_options: {
138        unit_test: true,
139    },
140    edition: "2021",
141    features: [
142        "default",
143        "std",
144    ],
145    rustlibs: [
146        "libcrossbeam_utils",
147        "librand",
148    ],
149}
150
151rust_test {
152    name: "crossbeam-utils_test_tests_wait_group",
153    host_supported: true,
154    crate_name: "wait_group",
155    cargo_env_compat: true,
156    cargo_pkg_version: "0.8.20",
157    crate_root: "tests/wait_group.rs",
158    test_suites: ["general-tests"],
159    auto_gen_config: true,
160    test_options: {
161        unit_test: true,
162    },
163    edition: "2021",
164    features: [
165        "default",
166        "std",
167    ],
168    rustlibs: [
169        "libcrossbeam_utils",
170        "librand",
171    ],
172}
173
174rust_library {
175    name: "libcrossbeam_utils",
176    host_supported: true,
177    crate_name: "crossbeam_utils",
178    cargo_env_compat: true,
179    cargo_pkg_version: "0.8.20",
180    crate_root: "src/lib.rs",
181    edition: "2021",
182    features: [
183        "default",
184        "std",
185    ],
186    apex_available: [
187        "//apex_available:platform",
188        "com.android.virt",
189    ],
190    product_available: true,
191    vendor_available: true,
192}
193