blob: 5e7824a6832b75adae8a2f9a38f4c4967615a138 [file] [log] [blame]
Brian Silverman5f6f2762022-08-13 19:30:05 -07001###############################################################################
2# @generated
3# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4# regenerate this file, run the following:
5#
6# bazel run //wasm_bindgen/3rdparty:crates_vendor
7###############################################################################
8
9load(
10 "@bazel_skylib//lib:selects.bzl",
11 "selects",
12)
13
14# buildifier: disable=bzl-visibility
15load("@rules_rust//crate_universe/private:selects.bzl", "select_with_or")
16load(
17 "@rules_rust//rust:defs.bzl",
18 "rust_binary",
19 "rust_library",
20)
21
22package(default_visibility = ["//visibility:public"])
23
24# licenses([
25# "TODO", # MIT/Apache-2.0
26# ])
27
28rust_library(
29 name = "wait_timeout",
30 srcs = glob(
31 include = [
32 "**/*.rs",
33 ],
34 exclude = [
35 ],
36 ),
37 aliases = selects.with_or({
38 "//conditions:default": {
39 },
40 }),
41 compile_data = glob(
42 include = ["**"],
43 exclude = [
44 "BUILD",
45 "BUILD.bazel",
46 "WORKSPACE",
47 "WORKSPACE.bazel",
48 ],
49 ) + select_with_or({
50 "//conditions:default": [
51 ],
52 }),
53 crate_features = [
54 ],
55 crate_root = "src/lib.rs",
56 data = select_with_or({
57 "//conditions:default": [
58 ],
59 }),
60 edition = "2015",
61 proc_macro_deps = [
62 ] + select_with_or({
63 "//conditions:default": [
64 ],
65 }),
66 rustc_env = {
67 },
68 rustc_env_files = select_with_or({
69 "//conditions:default": [
70 ],
71 }),
72 rustc_flags = [
73 # In most cases, warnings in 3rd party crates are not interesting as
74 # they're out of the control of consumers. The flag here silences
75 # warnings. For more details see:
76 # https://doc.rust-lang.org/rustc/lints/levels.html
77 "--cap-lints=allow",
78 ],
79 tags = [
80 "cargo-bazel",
81 "manual",
82 "noclippy",
83 "norustfmt",
84 ],
85 version = "0.2.0",
86 deps = [
87 ] + select_with_or({
88 # cfg(unix)
89 (
90 "@rules_rust//rust/platform:aarch64-apple-darwin",
91 "@rules_rust//rust/platform:aarch64-apple-ios",
92 "@rules_rust//rust/platform:aarch64-apple-ios-sim",
93 "@rules_rust//rust/platform:aarch64-linux-android",
94 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
95 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
96 "@rules_rust//rust/platform:armv7-linux-androideabi",
97 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi",
98 "@rules_rust//rust/platform:i686-apple-darwin",
99 "@rules_rust//rust/platform:i686-linux-android",
100 "@rules_rust//rust/platform:i686-unknown-freebsd",
101 "@rules_rust//rust/platform:i686-unknown-linux-gnu",
102 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
103 "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
104 "@rules_rust//rust/platform:x86_64-apple-darwin",
105 "@rules_rust//rust/platform:x86_64-apple-ios",
106 "@rules_rust//rust/platform:x86_64-linux-android",
107 "@rules_rust//rust/platform:x86_64-unknown-freebsd",
108 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
109 ): [
110 # Target Deps
111 "@rules_rust_wasm_bindgen__libc-0.2.126//:libc",
112
113 # Common Deps
114 ],
115 "//conditions:default": [
116 ],
117 }),
118)
119
120rust_binary(
121 name = "exit__bin",
122 srcs = glob(
123 include = [
124 "**/*.rs",
125 ],
126 exclude = [
127 ],
128 ),
129 aliases = selects.with_or({
130 "//conditions:default": {
131 },
132 }),
133 compile_data = glob(
134 include = ["**"],
135 exclude = [
136 "BUILD",
137 "BUILD.bazel",
138 "WORKSPACE",
139 "WORKSPACE.bazel",
140 ],
141 ) + select_with_or({
142 "//conditions:default": [
143 ],
144 }),
145 crate_features = [
146 ],
147 crate_root = "src/bin/exit.rs",
148 data = select_with_or({
149 "//conditions:default": [
150 ],
151 }),
152 edition = "2015",
153 proc_macro_deps = [
154 ] + select_with_or({
155 "//conditions:default": [
156 ],
157 }),
158 rustc_env = {
159 },
160 rustc_env_files = select_with_or({
161 "//conditions:default": [
162 ],
163 }),
164 rustc_flags = [
165 # In most cases, warnings in 3rd party crates are not interesting as
166 # they're out of the control of consumers. The flag here silences
167 # warnings. For more details see:
168 # https://doc.rust-lang.org/rustc/lints/levels.html
169 "--cap-lints=allow",
170 ],
171 tags = [
172 "cargo-bazel",
173 "manual",
174 "noclippy",
175 "norustfmt",
176 ],
177 version = "0.2.0",
178 deps = [
179 ":wait_timeout",
180 ] + select_with_or({
181 # cfg(unix)
182 (
183 "@rules_rust//rust/platform:aarch64-apple-darwin",
184 "@rules_rust//rust/platform:aarch64-apple-ios",
185 "@rules_rust//rust/platform:aarch64-apple-ios-sim",
186 "@rules_rust//rust/platform:aarch64-linux-android",
187 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
188 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
189 "@rules_rust//rust/platform:armv7-linux-androideabi",
190 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi",
191 "@rules_rust//rust/platform:i686-apple-darwin",
192 "@rules_rust//rust/platform:i686-linux-android",
193 "@rules_rust//rust/platform:i686-unknown-freebsd",
194 "@rules_rust//rust/platform:i686-unknown-linux-gnu",
195 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
196 "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
197 "@rules_rust//rust/platform:x86_64-apple-darwin",
198 "@rules_rust//rust/platform:x86_64-apple-ios",
199 "@rules_rust//rust/platform:x86_64-linux-android",
200 "@rules_rust//rust/platform:x86_64-unknown-freebsd",
201 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
202 ): [
203 # Target Deps
204 "@rules_rust_wasm_bindgen__libc-0.2.126//:libc",
205
206 # Common Deps
207 ],
208 "//conditions:default": [
209 ],
210 }),
211)
212
213rust_binary(
214 name = "sleep__bin",
215 srcs = glob(
216 include = [
217 "**/*.rs",
218 ],
219 exclude = [
220 ],
221 ),
222 aliases = selects.with_or({
223 "//conditions:default": {
224 },
225 }),
226 compile_data = glob(
227 include = ["**"],
228 exclude = [
229 "BUILD",
230 "BUILD.bazel",
231 "WORKSPACE",
232 "WORKSPACE.bazel",
233 ],
234 ) + select_with_or({
235 "//conditions:default": [
236 ],
237 }),
238 crate_features = [
239 ],
240 crate_root = "src/bin/sleep.rs",
241 data = select_with_or({
242 "//conditions:default": [
243 ],
244 }),
245 edition = "2015",
246 proc_macro_deps = [
247 ] + select_with_or({
248 "//conditions:default": [
249 ],
250 }),
251 rustc_env = {
252 },
253 rustc_env_files = select_with_or({
254 "//conditions:default": [
255 ],
256 }),
257 rustc_flags = [
258 # In most cases, warnings in 3rd party crates are not interesting as
259 # they're out of the control of consumers. The flag here silences
260 # warnings. For more details see:
261 # https://doc.rust-lang.org/rustc/lints/levels.html
262 "--cap-lints=allow",
263 ],
264 tags = [
265 "cargo-bazel",
266 "manual",
267 "noclippy",
268 "norustfmt",
269 ],
270 version = "0.2.0",
271 deps = [
272 ":wait_timeout",
273 ] + select_with_or({
274 # cfg(unix)
275 (
276 "@rules_rust//rust/platform:aarch64-apple-darwin",
277 "@rules_rust//rust/platform:aarch64-apple-ios",
278 "@rules_rust//rust/platform:aarch64-apple-ios-sim",
279 "@rules_rust//rust/platform:aarch64-linux-android",
280 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
281 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
282 "@rules_rust//rust/platform:armv7-linux-androideabi",
283 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi",
284 "@rules_rust//rust/platform:i686-apple-darwin",
285 "@rules_rust//rust/platform:i686-linux-android",
286 "@rules_rust//rust/platform:i686-unknown-freebsd",
287 "@rules_rust//rust/platform:i686-unknown-linux-gnu",
288 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
289 "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
290 "@rules_rust//rust/platform:x86_64-apple-darwin",
291 "@rules_rust//rust/platform:x86_64-apple-ios",
292 "@rules_rust//rust/platform:x86_64-linux-android",
293 "@rules_rust//rust/platform:x86_64-unknown-freebsd",
294 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
295 ): [
296 # Target Deps
297 "@rules_rust_wasm_bindgen__libc-0.2.126//:libc",
298
299 # Common Deps
300 ],
301 "//conditions:default": [
302 ],
303 }),
304)
305
306rust_binary(
307 name = "reader__bin",
308 srcs = glob(
309 include = [
310 "**/*.rs",
311 ],
312 exclude = [
313 ],
314 ),
315 aliases = selects.with_or({
316 "//conditions:default": {
317 },
318 }),
319 compile_data = glob(
320 include = ["**"],
321 exclude = [
322 "BUILD",
323 "BUILD.bazel",
324 "WORKSPACE",
325 "WORKSPACE.bazel",
326 ],
327 ) + select_with_or({
328 "//conditions:default": [
329 ],
330 }),
331 crate_features = [
332 ],
333 crate_root = "src/bin/reader.rs",
334 data = select_with_or({
335 "//conditions:default": [
336 ],
337 }),
338 edition = "2015",
339 proc_macro_deps = [
340 ] + select_with_or({
341 "//conditions:default": [
342 ],
343 }),
344 rustc_env = {
345 },
346 rustc_env_files = select_with_or({
347 "//conditions:default": [
348 ],
349 }),
350 rustc_flags = [
351 # In most cases, warnings in 3rd party crates are not interesting as
352 # they're out of the control of consumers. The flag here silences
353 # warnings. For more details see:
354 # https://doc.rust-lang.org/rustc/lints/levels.html
355 "--cap-lints=allow",
356 ],
357 tags = [
358 "cargo-bazel",
359 "manual",
360 "noclippy",
361 "norustfmt",
362 ],
363 version = "0.2.0",
364 deps = [
365 ":wait_timeout",
366 ] + select_with_or({
367 # cfg(unix)
368 (
369 "@rules_rust//rust/platform:aarch64-apple-darwin",
370 "@rules_rust//rust/platform:aarch64-apple-ios",
371 "@rules_rust//rust/platform:aarch64-apple-ios-sim",
372 "@rules_rust//rust/platform:aarch64-linux-android",
373 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
374 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
375 "@rules_rust//rust/platform:armv7-linux-androideabi",
376 "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi",
377 "@rules_rust//rust/platform:i686-apple-darwin",
378 "@rules_rust//rust/platform:i686-linux-android",
379 "@rules_rust//rust/platform:i686-unknown-freebsd",
380 "@rules_rust//rust/platform:i686-unknown-linux-gnu",
381 "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
382 "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
383 "@rules_rust//rust/platform:x86_64-apple-darwin",
384 "@rules_rust//rust/platform:x86_64-apple-ios",
385 "@rules_rust//rust/platform:x86_64-linux-android",
386 "@rules_rust//rust/platform:x86_64-unknown-freebsd",
387 "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
388 ): [
389 # Target Deps
390 "@rules_rust_wasm_bindgen__libc-0.2.126//:libc",
391
392 # Common Deps
393 ],
394 "//conditions:default": [
395 ],
396 }),
397)