blob: 431c52e60441f1b7f220a35bf64974bd09d1e213 [file] [log] [blame]
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001"""
2@generated
3cargo-raze generated Bazel file.
4
5DO NOT EDIT! Replaced on runs of cargo-raze
6"""
7
8load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository") # buildifier: disable=load
9load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # buildifier: disable=load
10load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") # buildifier: disable=load
11
12def raze_fetch_remote_crates():
13 """This function defines a collection of repos and should be called in a WORKSPACE file"""
14 maybe(
15 http_archive,
16 name = "raze__aho_corasick__0_7_18",
17 url = "https://crates.io/api/v1/crates/aho-corasick/0.7.18/download",
18 type = "tar.gz",
19 sha256 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f",
20 strip_prefix = "aho-corasick-0.7.18",
21 build_file = Label("//third_party/rust/cargo/remote:BUILD.aho-corasick-0.7.18.bazel"),
22 )
23
24 maybe(
25 http_archive,
26 name = "raze__ammonia__3_1_1",
27 url = "https://crates.io/api/v1/crates/ammonia/3.1.1/download",
28 type = "tar.gz",
29 sha256 = "1ee7d6eb157f337c5cedc95ddf17f0cbc36d36eb7763c8e0d1c1aeb3722f6279",
30 strip_prefix = "ammonia-3.1.1",
31 build_file = Label("//third_party/rust/cargo/remote:BUILD.ammonia-3.1.1.bazel"),
32 )
33
34 maybe(
35 http_archive,
36 name = "raze__ansi_term__0_11_0",
37 url = "https://crates.io/api/v1/crates/ansi_term/0.11.0/download",
38 type = "tar.gz",
39 sha256 = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b",
40 strip_prefix = "ansi_term-0.11.0",
41 build_file = Label("//third_party/rust/cargo/remote:BUILD.ansi_term-0.11.0.bazel"),
42 )
43
44 maybe(
45 http_archive,
46 name = "raze__anyhow__1_0_41",
47 url = "https://crates.io/api/v1/crates/anyhow/1.0.41/download",
48 type = "tar.gz",
49 sha256 = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61",
50 strip_prefix = "anyhow-1.0.41",
51 build_file = Label("//third_party/rust/cargo/remote:BUILD.anyhow-1.0.41.bazel"),
52 )
53
54 maybe(
55 http_archive,
56 name = "raze__atty__0_2_14",
57 url = "https://crates.io/api/v1/crates/atty/0.2.14/download",
58 type = "tar.gz",
59 sha256 = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8",
60 strip_prefix = "atty-0.2.14",
61 build_file = Label("//third_party/rust/cargo/remote:BUILD.atty-0.2.14.bazel"),
62 )
63
64 maybe(
65 http_archive,
66 name = "raze__autocfg__1_0_1",
67 url = "https://crates.io/api/v1/crates/autocfg/1.0.1/download",
68 type = "tar.gz",
69 sha256 = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a",
70 strip_prefix = "autocfg-1.0.1",
71 build_file = Label("//third_party/rust/cargo/remote:BUILD.autocfg-1.0.1.bazel"),
72 )
73
74 maybe(
75 http_archive,
76 name = "raze__base64__0_12_3",
77 url = "https://crates.io/api/v1/crates/base64/0.12.3/download",
78 type = "tar.gz",
79 sha256 = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff",
80 strip_prefix = "base64-0.12.3",
81 build_file = Label("//third_party/rust/cargo/remote:BUILD.base64-0.12.3.bazel"),
82 )
83
84 maybe(
85 http_archive,
86 name = "raze__base64__0_13_0",
87 url = "https://crates.io/api/v1/crates/base64/0.13.0/download",
88 type = "tar.gz",
89 sha256 = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd",
90 strip_prefix = "base64-0.13.0",
91 build_file = Label("//third_party/rust/cargo/remote:BUILD.base64-0.13.0.bazel"),
92 )
93
94 maybe(
95 http_archive,
96 name = "raze__bitflags__1_2_1",
97 url = "https://crates.io/api/v1/crates/bitflags/1.2.1/download",
98 type = "tar.gz",
99 sha256 = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693",
100 strip_prefix = "bitflags-1.2.1",
101 build_file = Label("//third_party/rust/cargo/remote:BUILD.bitflags-1.2.1.bazel"),
102 )
103
104 maybe(
105 http_archive,
106 name = "raze__block_buffer__0_7_3",
107 url = "https://crates.io/api/v1/crates/block-buffer/0.7.3/download",
108 type = "tar.gz",
109 sha256 = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b",
110 strip_prefix = "block-buffer-0.7.3",
111 build_file = Label("//third_party/rust/cargo/remote:BUILD.block-buffer-0.7.3.bazel"),
112 )
113
114 maybe(
115 http_archive,
116 name = "raze__block_buffer__0_9_0",
117 url = "https://crates.io/api/v1/crates/block-buffer/0.9.0/download",
118 type = "tar.gz",
119 sha256 = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4",
120 strip_prefix = "block-buffer-0.9.0",
121 build_file = Label("//third_party/rust/cargo/remote:BUILD.block-buffer-0.9.0.bazel"),
122 )
123
124 maybe(
125 http_archive,
126 name = "raze__block_padding__0_1_5",
127 url = "https://crates.io/api/v1/crates/block-padding/0.1.5/download",
128 type = "tar.gz",
129 sha256 = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5",
130 strip_prefix = "block-padding-0.1.5",
131 build_file = Label("//third_party/rust/cargo/remote:BUILD.block-padding-0.1.5.bazel"),
132 )
133
134 maybe(
135 http_archive,
136 name = "raze__byte_tools__0_3_1",
137 url = "https://crates.io/api/v1/crates/byte-tools/0.3.1/download",
138 type = "tar.gz",
139 sha256 = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7",
140 strip_prefix = "byte-tools-0.3.1",
141 build_file = Label("//third_party/rust/cargo/remote:BUILD.byte-tools-0.3.1.bazel"),
142 )
143
144 maybe(
145 http_archive,
146 name = "raze__byteorder__1_4_3",
147 url = "https://crates.io/api/v1/crates/byteorder/1.4.3/download",
148 type = "tar.gz",
149 sha256 = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610",
150 strip_prefix = "byteorder-1.4.3",
151 build_file = Label("//third_party/rust/cargo/remote:BUILD.byteorder-1.4.3.bazel"),
152 )
153
154 maybe(
155 http_archive,
156 name = "raze__bytes__0_5_6",
157 url = "https://crates.io/api/v1/crates/bytes/0.5.6/download",
158 type = "tar.gz",
159 sha256 = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38",
160 strip_prefix = "bytes-0.5.6",
161 build_file = Label("//third_party/rust/cargo/remote:BUILD.bytes-0.5.6.bazel"),
162 )
163
164 maybe(
165 http_archive,
166 name = "raze__bytes__1_0_1",
167 url = "https://crates.io/api/v1/crates/bytes/1.0.1/download",
168 type = "tar.gz",
169 sha256 = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040",
170 strip_prefix = "bytes-1.0.1",
171 build_file = Label("//third_party/rust/cargo/remote:BUILD.bytes-1.0.1.bazel"),
172 )
173
174 maybe(
175 http_archive,
176 name = "raze__cfg_if__0_1_10",
177 url = "https://crates.io/api/v1/crates/cfg-if/0.1.10/download",
178 type = "tar.gz",
179 sha256 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822",
180 strip_prefix = "cfg-if-0.1.10",
181 build_file = Label("//third_party/rust/cargo/remote:BUILD.cfg-if-0.1.10.bazel"),
182 )
183
184 maybe(
185 http_archive,
186 name = "raze__cfg_if__1_0_0",
187 url = "https://crates.io/api/v1/crates/cfg-if/1.0.0/download",
188 type = "tar.gz",
189 sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd",
190 strip_prefix = "cfg-if-1.0.0",
191 build_file = Label("//third_party/rust/cargo/remote:BUILD.cfg-if-1.0.0.bazel"),
192 )
193
194 maybe(
195 http_archive,
196 name = "raze__chrono__0_4_19",
197 url = "https://crates.io/api/v1/crates/chrono/0.4.19/download",
198 type = "tar.gz",
199 sha256 = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73",
200 strip_prefix = "chrono-0.4.19",
201 build_file = Label("//third_party/rust/cargo/remote:BUILD.chrono-0.4.19.bazel"),
202 )
203
204 maybe(
205 http_archive,
206 name = "raze__clap__2_33_3",
207 url = "https://crates.io/api/v1/crates/clap/2.33.3/download",
208 type = "tar.gz",
209 sha256 = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002",
210 strip_prefix = "clap-2.33.3",
211 build_file = Label("//third_party/rust/cargo/remote:BUILD.clap-2.33.3.bazel"),
212 )
213
214 maybe(
215 http_archive,
216 name = "raze__cpufeatures__0_1_5",
217 url = "https://crates.io/api/v1/crates/cpufeatures/0.1.5/download",
218 type = "tar.gz",
219 sha256 = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef",
220 strip_prefix = "cpufeatures-0.1.5",
221 build_file = Label("//third_party/rust/cargo/remote:BUILD.cpufeatures-0.1.5.bazel"),
222 )
223
224 maybe(
225 http_archive,
226 name = "raze__digest__0_8_1",
227 url = "https://crates.io/api/v1/crates/digest/0.8.1/download",
228 type = "tar.gz",
229 sha256 = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5",
230 strip_prefix = "digest-0.8.1",
231 build_file = Label("//third_party/rust/cargo/remote:BUILD.digest-0.8.1.bazel"),
232 )
233
234 maybe(
235 http_archive,
236 name = "raze__digest__0_9_0",
237 url = "https://crates.io/api/v1/crates/digest/0.9.0/download",
238 type = "tar.gz",
239 sha256 = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066",
240 strip_prefix = "digest-0.9.0",
241 build_file = Label("//third_party/rust/cargo/remote:BUILD.digest-0.9.0.bazel"),
242 )
243
244 maybe(
245 http_archive,
246 name = "raze__dtoa__0_4_8",
247 url = "https://crates.io/api/v1/crates/dtoa/0.4.8/download",
248 type = "tar.gz",
249 sha256 = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0",
250 strip_prefix = "dtoa-0.4.8",
251 build_file = Label("//third_party/rust/cargo/remote:BUILD.dtoa-0.4.8.bazel"),
252 )
253
254 maybe(
255 http_archive,
256 name = "raze__either__1_6_1",
257 url = "https://crates.io/api/v1/crates/either/1.6.1/download",
258 type = "tar.gz",
259 sha256 = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457",
260 strip_prefix = "either-1.6.1",
261 build_file = Label("//third_party/rust/cargo/remote:BUILD.either-1.6.1.bazel"),
262 )
263
264 maybe(
265 http_archive,
266 name = "raze__elasticlunr_rs__2_3_13",
267 url = "https://crates.io/api/v1/crates/elasticlunr-rs/2.3.13/download",
268 type = "tar.gz",
269 sha256 = "515a402b5acb08002194dd926065be7733003bb37ac0f030dfd39160028238e1",
270 strip_prefix = "elasticlunr-rs-2.3.13",
271 build_file = Label("//third_party/rust/cargo/remote:BUILD.elasticlunr-rs-2.3.13.bazel"),
272 )
273
274 maybe(
275 http_archive,
276 name = "raze__env_logger__0_7_1",
277 url = "https://crates.io/api/v1/crates/env_logger/0.7.1/download",
278 type = "tar.gz",
279 sha256 = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36",
280 strip_prefix = "env_logger-0.7.1",
281 build_file = Label("//third_party/rust/cargo/remote:BUILD.env_logger-0.7.1.bazel"),
282 )
283
284 maybe(
285 http_archive,
286 name = "raze__fake_simd__0_1_2",
287 url = "https://crates.io/api/v1/crates/fake-simd/0.1.2/download",
288 type = "tar.gz",
289 sha256 = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed",
290 strip_prefix = "fake-simd-0.1.2",
291 build_file = Label("//third_party/rust/cargo/remote:BUILD.fake-simd-0.1.2.bazel"),
292 )
293
294 maybe(
295 http_archive,
296 name = "raze__filetime__0_2_14",
297 url = "https://crates.io/api/v1/crates/filetime/0.2.14/download",
298 type = "tar.gz",
299 sha256 = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8",
300 strip_prefix = "filetime-0.2.14",
301 build_file = Label("//third_party/rust/cargo/remote:BUILD.filetime-0.2.14.bazel"),
302 )
303
304 maybe(
305 http_archive,
306 name = "raze__fnv__1_0_7",
307 url = "https://crates.io/api/v1/crates/fnv/1.0.7/download",
308 type = "tar.gz",
309 sha256 = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1",
310 strip_prefix = "fnv-1.0.7",
311 build_file = Label("//third_party/rust/cargo/remote:BUILD.fnv-1.0.7.bazel"),
312 )
313
314 maybe(
315 http_archive,
316 name = "raze__form_urlencoded__1_0_1",
317 url = "https://crates.io/api/v1/crates/form_urlencoded/1.0.1/download",
318 type = "tar.gz",
319 sha256 = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191",
320 strip_prefix = "form_urlencoded-1.0.1",
321 build_file = Label("//third_party/rust/cargo/remote:BUILD.form_urlencoded-1.0.1.bazel"),
322 )
323
324 maybe(
325 http_archive,
326 name = "raze__fsevent__0_4_0",
327 url = "https://crates.io/api/v1/crates/fsevent/0.4.0/download",
328 type = "tar.gz",
329 sha256 = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6",
330 strip_prefix = "fsevent-0.4.0",
331 build_file = Label("//third_party/rust/cargo/remote:BUILD.fsevent-0.4.0.bazel"),
332 )
333
334 maybe(
335 http_archive,
336 name = "raze__fsevent_sys__2_0_1",
337 url = "https://crates.io/api/v1/crates/fsevent-sys/2.0.1/download",
338 type = "tar.gz",
339 sha256 = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0",
340 strip_prefix = "fsevent-sys-2.0.1",
341 build_file = Label("//third_party/rust/cargo/remote:BUILD.fsevent-sys-2.0.1.bazel"),
342 )
343
344 maybe(
345 http_archive,
346 name = "raze__fuchsia_zircon__0_3_3",
347 url = "https://crates.io/api/v1/crates/fuchsia-zircon/0.3.3/download",
348 type = "tar.gz",
349 sha256 = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82",
350 strip_prefix = "fuchsia-zircon-0.3.3",
351 build_file = Label("//third_party/rust/cargo/remote:BUILD.fuchsia-zircon-0.3.3.bazel"),
352 )
353
354 maybe(
355 http_archive,
356 name = "raze__fuchsia_zircon_sys__0_3_3",
357 url = "https://crates.io/api/v1/crates/fuchsia-zircon-sys/0.3.3/download",
358 type = "tar.gz",
359 sha256 = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7",
360 strip_prefix = "fuchsia-zircon-sys-0.3.3",
361 build_file = Label("//third_party/rust/cargo/remote:BUILD.fuchsia-zircon-sys-0.3.3.bazel"),
362 )
363
364 maybe(
365 http_archive,
366 name = "raze__futf__0_1_4",
367 url = "https://crates.io/api/v1/crates/futf/0.1.4/download",
368 type = "tar.gz",
369 sha256 = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b",
370 strip_prefix = "futf-0.1.4",
371 build_file = Label("//third_party/rust/cargo/remote:BUILD.futf-0.1.4.bazel"),
372 )
373
374 maybe(
375 http_archive,
376 name = "raze__futures__0_3_15",
377 url = "https://crates.io/api/v1/crates/futures/0.3.15/download",
378 type = "tar.gz",
379 sha256 = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27",
380 strip_prefix = "futures-0.3.15",
381 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-0.3.15.bazel"),
382 )
383
384 maybe(
385 http_archive,
386 name = "raze__futures_channel__0_3_15",
387 url = "https://crates.io/api/v1/crates/futures-channel/0.3.15/download",
388 type = "tar.gz",
389 sha256 = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2",
390 strip_prefix = "futures-channel-0.3.15",
391 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-channel-0.3.15.bazel"),
392 )
393
394 maybe(
395 http_archive,
396 name = "raze__futures_core__0_3_15",
397 url = "https://crates.io/api/v1/crates/futures-core/0.3.15/download",
398 type = "tar.gz",
399 sha256 = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1",
400 strip_prefix = "futures-core-0.3.15",
401 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-core-0.3.15.bazel"),
402 )
403
404 maybe(
405 http_archive,
406 name = "raze__futures_io__0_3_15",
407 url = "https://crates.io/api/v1/crates/futures-io/0.3.15/download",
408 type = "tar.gz",
409 sha256 = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1",
410 strip_prefix = "futures-io-0.3.15",
411 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-io-0.3.15.bazel"),
412 )
413
414 maybe(
415 http_archive,
416 name = "raze__futures_macro__0_3_15",
417 url = "https://crates.io/api/v1/crates/futures-macro/0.3.15/download",
418 type = "tar.gz",
419 sha256 = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121",
420 strip_prefix = "futures-macro-0.3.15",
421 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-macro-0.3.15.bazel"),
422 )
423
424 maybe(
425 http_archive,
426 name = "raze__futures_sink__0_3_15",
427 url = "https://crates.io/api/v1/crates/futures-sink/0.3.15/download",
428 type = "tar.gz",
429 sha256 = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282",
430 strip_prefix = "futures-sink-0.3.15",
431 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-sink-0.3.15.bazel"),
432 )
433
434 maybe(
435 http_archive,
436 name = "raze__futures_task__0_3_15",
437 url = "https://crates.io/api/v1/crates/futures-task/0.3.15/download",
438 type = "tar.gz",
439 sha256 = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae",
440 strip_prefix = "futures-task-0.3.15",
441 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-task-0.3.15.bazel"),
442 )
443
444 maybe(
445 http_archive,
446 name = "raze__futures_util__0_3_15",
447 url = "https://crates.io/api/v1/crates/futures-util/0.3.15/download",
448 type = "tar.gz",
449 sha256 = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967",
450 strip_prefix = "futures-util-0.3.15",
451 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-util-0.3.15.bazel"),
452 )
453
454 maybe(
455 http_archive,
456 name = "raze__generic_array__0_12_4",
457 url = "https://crates.io/api/v1/crates/generic-array/0.12.4/download",
458 type = "tar.gz",
459 sha256 = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd",
460 strip_prefix = "generic-array-0.12.4",
461 build_file = Label("//third_party/rust/cargo/remote:BUILD.generic-array-0.12.4.bazel"),
462 )
463
464 maybe(
465 http_archive,
466 name = "raze__generic_array__0_14_4",
467 url = "https://crates.io/api/v1/crates/generic-array/0.14.4/download",
468 type = "tar.gz",
469 sha256 = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817",
470 strip_prefix = "generic-array-0.14.4",
471 build_file = Label("//third_party/rust/cargo/remote:BUILD.generic-array-0.14.4.bazel"),
472 )
473
474 maybe(
475 http_archive,
476 name = "raze__getopts__0_2_21",
477 url = "https://crates.io/api/v1/crates/getopts/0.2.21/download",
478 type = "tar.gz",
479 sha256 = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5",
480 strip_prefix = "getopts-0.2.21",
481 build_file = Label("//third_party/rust/cargo/remote:BUILD.getopts-0.2.21.bazel"),
482 )
483
484 maybe(
485 http_archive,
486 name = "raze__getrandom__0_1_16",
487 url = "https://crates.io/api/v1/crates/getrandom/0.1.16/download",
488 type = "tar.gz",
489 sha256 = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce",
490 strip_prefix = "getrandom-0.1.16",
491 build_file = Label("//third_party/rust/cargo/remote:BUILD.getrandom-0.1.16.bazel"),
492 )
493
494 maybe(
495 http_archive,
496 name = "raze__getrandom__0_2_3",
497 url = "https://crates.io/api/v1/crates/getrandom/0.2.3/download",
498 type = "tar.gz",
499 sha256 = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753",
500 strip_prefix = "getrandom-0.2.3",
501 build_file = Label("//third_party/rust/cargo/remote:BUILD.getrandom-0.2.3.bazel"),
502 )
503
504 maybe(
505 http_archive,
506 name = "raze__gitignore__1_0_7",
507 url = "https://crates.io/api/v1/crates/gitignore/1.0.7/download",
508 type = "tar.gz",
509 sha256 = "78aa90e4620c1498ac434c06ba6e521b525794bbdacf085d490cc794b4a2f9a4",
510 strip_prefix = "gitignore-1.0.7",
511 build_file = Label("//third_party/rust/cargo/remote:BUILD.gitignore-1.0.7.bazel"),
512 )
513
514 maybe(
515 http_archive,
516 name = "raze__glob__0_3_0",
517 url = "https://crates.io/api/v1/crates/glob/0.3.0/download",
518 type = "tar.gz",
519 sha256 = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574",
520 strip_prefix = "glob-0.3.0",
521 build_file = Label("//third_party/rust/cargo/remote:BUILD.glob-0.3.0.bazel"),
522 )
523
524 maybe(
525 http_archive,
526 name = "raze__h2__0_2_7",
527 url = "https://crates.io/api/v1/crates/h2/0.2.7/download",
528 type = "tar.gz",
529 sha256 = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535",
530 strip_prefix = "h2-0.2.7",
531 build_file = Label("//third_party/rust/cargo/remote:BUILD.h2-0.2.7.bazel"),
532 )
533
534 maybe(
535 http_archive,
536 name = "raze__handlebars__4_0_1",
537 url = "https://crates.io/api/v1/crates/handlebars/4.0.1/download",
538 type = "tar.gz",
539 sha256 = "2060119114dd8a8bc87facce6384751af8280a7adc8e203c023c95cbb11f5663",
540 strip_prefix = "handlebars-4.0.1",
541 build_file = Label("//third_party/rust/cargo/remote:BUILD.handlebars-4.0.1.bazel"),
542 )
543
544 maybe(
545 http_archive,
546 name = "raze__hashbrown__0_11_2",
547 url = "https://crates.io/api/v1/crates/hashbrown/0.11.2/download",
548 type = "tar.gz",
549 sha256 = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e",
550 strip_prefix = "hashbrown-0.11.2",
551 build_file = Label("//third_party/rust/cargo/remote:BUILD.hashbrown-0.11.2.bazel"),
552 )
553
554 maybe(
555 http_archive,
556 name = "raze__headers__0_3_4",
557 url = "https://crates.io/api/v1/crates/headers/0.3.4/download",
558 type = "tar.gz",
559 sha256 = "f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855",
560 strip_prefix = "headers-0.3.4",
561 build_file = Label("//third_party/rust/cargo/remote:BUILD.headers-0.3.4.bazel"),
562 )
563
564 maybe(
565 http_archive,
566 name = "raze__headers_core__0_2_0",
567 url = "https://crates.io/api/v1/crates/headers-core/0.2.0/download",
568 type = "tar.gz",
569 sha256 = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429",
570 strip_prefix = "headers-core-0.2.0",
571 build_file = Label("//third_party/rust/cargo/remote:BUILD.headers-core-0.2.0.bazel"),
572 )
573
574 maybe(
575 http_archive,
576 name = "raze__heck__0_3_3",
577 url = "https://crates.io/api/v1/crates/heck/0.3.3/download",
578 type = "tar.gz",
579 sha256 = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c",
580 strip_prefix = "heck-0.3.3",
581 build_file = Label("//third_party/rust/cargo/remote:BUILD.heck-0.3.3.bazel"),
582 )
583
584 maybe(
585 http_archive,
586 name = "raze__hermit_abi__0_1_19",
587 url = "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download",
588 type = "tar.gz",
589 sha256 = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33",
590 strip_prefix = "hermit-abi-0.1.19",
591 build_file = Label("//third_party/rust/cargo/remote:BUILD.hermit-abi-0.1.19.bazel"),
592 )
593
594 maybe(
595 http_archive,
596 name = "raze__html5ever__0_25_1",
597 url = "https://crates.io/api/v1/crates/html5ever/0.25.1/download",
598 type = "tar.gz",
599 sha256 = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b",
600 strip_prefix = "html5ever-0.25.1",
601 build_file = Label("//third_party/rust/cargo/remote:BUILD.html5ever-0.25.1.bazel"),
602 )
603
604 maybe(
605 http_archive,
606 name = "raze__http__0_2_4",
607 url = "https://crates.io/api/v1/crates/http/0.2.4/download",
608 type = "tar.gz",
609 sha256 = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11",
610 strip_prefix = "http-0.2.4",
611 build_file = Label("//third_party/rust/cargo/remote:BUILD.http-0.2.4.bazel"),
612 )
613
614 maybe(
615 http_archive,
616 name = "raze__http_body__0_3_1",
617 url = "https://crates.io/api/v1/crates/http-body/0.3.1/download",
618 type = "tar.gz",
619 sha256 = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b",
620 strip_prefix = "http-body-0.3.1",
621 build_file = Label("//third_party/rust/cargo/remote:BUILD.http-body-0.3.1.bazel"),
622 )
623
624 maybe(
625 http_archive,
626 name = "raze__httparse__1_4_1",
627 url = "https://crates.io/api/v1/crates/httparse/1.4.1/download",
628 type = "tar.gz",
629 sha256 = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68",
630 strip_prefix = "httparse-1.4.1",
631 build_file = Label("//third_party/rust/cargo/remote:BUILD.httparse-1.4.1.bazel"),
632 )
633
634 maybe(
635 http_archive,
636 name = "raze__httpdate__0_3_2",
637 url = "https://crates.io/api/v1/crates/httpdate/0.3.2/download",
638 type = "tar.gz",
639 sha256 = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47",
640 strip_prefix = "httpdate-0.3.2",
641 build_file = Label("//third_party/rust/cargo/remote:BUILD.httpdate-0.3.2.bazel"),
642 )
643
644 maybe(
645 http_archive,
646 name = "raze__humantime__1_3_0",
647 url = "https://crates.io/api/v1/crates/humantime/1.3.0/download",
648 type = "tar.gz",
649 sha256 = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f",
650 strip_prefix = "humantime-1.3.0",
651 build_file = Label("//third_party/rust/cargo/remote:BUILD.humantime-1.3.0.bazel"),
652 )
653
654 maybe(
655 http_archive,
656 name = "raze__hyper__0_13_10",
657 url = "https://crates.io/api/v1/crates/hyper/0.13.10/download",
658 type = "tar.gz",
659 sha256 = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb",
660 strip_prefix = "hyper-0.13.10",
661 build_file = Label("//third_party/rust/cargo/remote:BUILD.hyper-0.13.10.bazel"),
662 )
663
664 maybe(
665 http_archive,
666 name = "raze__idna__0_2_3",
667 url = "https://crates.io/api/v1/crates/idna/0.2.3/download",
668 type = "tar.gz",
669 sha256 = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8",
670 strip_prefix = "idna-0.2.3",
671 build_file = Label("//third_party/rust/cargo/remote:BUILD.idna-0.2.3.bazel"),
672 )
673
674 maybe(
675 http_archive,
676 name = "raze__indexmap__1_7_0",
677 url = "https://crates.io/api/v1/crates/indexmap/1.7.0/download",
678 type = "tar.gz",
679 sha256 = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5",
680 strip_prefix = "indexmap-1.7.0",
681 build_file = Label("//third_party/rust/cargo/remote:BUILD.indexmap-1.7.0.bazel"),
682 )
683
684 maybe(
685 http_archive,
686 name = "raze__inotify__0_7_1",
687 url = "https://crates.io/api/v1/crates/inotify/0.7.1/download",
688 type = "tar.gz",
689 sha256 = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f",
690 strip_prefix = "inotify-0.7.1",
691 build_file = Label("//third_party/rust/cargo/remote:BUILD.inotify-0.7.1.bazel"),
692 )
693
694 maybe(
695 http_archive,
696 name = "raze__inotify_sys__0_1_5",
697 url = "https://crates.io/api/v1/crates/inotify-sys/0.1.5/download",
698 type = "tar.gz",
699 sha256 = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb",
700 strip_prefix = "inotify-sys-0.1.5",
701 build_file = Label("//third_party/rust/cargo/remote:BUILD.inotify-sys-0.1.5.bazel"),
702 )
703
704 maybe(
705 http_archive,
706 name = "raze__input_buffer__0_3_1",
707 url = "https://crates.io/api/v1/crates/input_buffer/0.3.1/download",
708 type = "tar.gz",
709 sha256 = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754",
710 strip_prefix = "input_buffer-0.3.1",
711 build_file = Label("//third_party/rust/cargo/remote:BUILD.input_buffer-0.3.1.bazel"),
712 )
713
714 maybe(
715 http_archive,
716 name = "raze__iovec__0_1_4",
717 url = "https://crates.io/api/v1/crates/iovec/0.1.4/download",
718 type = "tar.gz",
719 sha256 = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e",
720 strip_prefix = "iovec-0.1.4",
721 build_file = Label("//third_party/rust/cargo/remote:BUILD.iovec-0.1.4.bazel"),
722 )
723
724 maybe(
725 http_archive,
726 name = "raze__itoa__0_4_7",
727 url = "https://crates.io/api/v1/crates/itoa/0.4.7/download",
728 type = "tar.gz",
729 sha256 = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736",
730 strip_prefix = "itoa-0.4.7",
731 build_file = Label("//third_party/rust/cargo/remote:BUILD.itoa-0.4.7.bazel"),
732 )
733
734 maybe(
735 http_archive,
736 name = "raze__kernel32_sys__0_2_2",
737 url = "https://crates.io/api/v1/crates/kernel32-sys/0.2.2/download",
738 type = "tar.gz",
739 sha256 = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d",
740 strip_prefix = "kernel32-sys-0.2.2",
741 build_file = Label("//third_party/rust/cargo/remote:BUILD.kernel32-sys-0.2.2.bazel"),
742 )
743
744 maybe(
745 http_archive,
746 name = "raze__lazy_static__1_4_0",
747 url = "https://crates.io/api/v1/crates/lazy_static/1.4.0/download",
748 type = "tar.gz",
749 sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646",
750 strip_prefix = "lazy_static-1.4.0",
751 build_file = Label("//third_party/rust/cargo/remote:BUILD.lazy_static-1.4.0.bazel"),
752 )
753
754 maybe(
755 http_archive,
756 name = "raze__lazycell__1_3_0",
757 url = "https://crates.io/api/v1/crates/lazycell/1.3.0/download",
758 type = "tar.gz",
759 sha256 = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55",
760 strip_prefix = "lazycell-1.3.0",
761 build_file = Label("//third_party/rust/cargo/remote:BUILD.lazycell-1.3.0.bazel"),
762 )
763
764 maybe(
765 http_archive,
766 name = "raze__libc__0_2_97",
767 url = "https://crates.io/api/v1/crates/libc/0.2.97/download",
768 type = "tar.gz",
769 sha256 = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6",
770 strip_prefix = "libc-0.2.97",
771 build_file = Label("//third_party/rust/cargo/remote:BUILD.libc-0.2.97.bazel"),
772 )
773
774 maybe(
775 http_archive,
776 name = "raze__log__0_4_14",
777 url = "https://crates.io/api/v1/crates/log/0.4.14/download",
778 type = "tar.gz",
779 sha256 = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710",
780 strip_prefix = "log-0.4.14",
781 build_file = Label("//third_party/rust/cargo/remote:BUILD.log-0.4.14.bazel"),
782 )
783
784 maybe(
785 http_archive,
786 name = "raze__mac__0_1_1",
787 url = "https://crates.io/api/v1/crates/mac/0.1.1/download",
788 type = "tar.gz",
789 sha256 = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4",
790 strip_prefix = "mac-0.1.1",
791 build_file = Label("//third_party/rust/cargo/remote:BUILD.mac-0.1.1.bazel"),
792 )
793
794 maybe(
795 http_archive,
796 name = "raze__maplit__1_0_2",
797 url = "https://crates.io/api/v1/crates/maplit/1.0.2/download",
798 type = "tar.gz",
799 sha256 = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d",
800 strip_prefix = "maplit-1.0.2",
801 build_file = Label("//third_party/rust/cargo/remote:BUILD.maplit-1.0.2.bazel"),
802 )
803
804 maybe(
805 http_archive,
806 name = "raze__markup5ever__0_10_1",
807 url = "https://crates.io/api/v1/crates/markup5ever/0.10.1/download",
808 type = "tar.gz",
809 sha256 = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd",
810 strip_prefix = "markup5ever-0.10.1",
811 build_file = Label("//third_party/rust/cargo/remote:BUILD.markup5ever-0.10.1.bazel"),
812 )
813
814 maybe(
815 http_archive,
816 name = "raze__markup5ever_rcdom__0_1_0",
817 url = "https://crates.io/api/v1/crates/markup5ever_rcdom/0.1.0/download",
818 type = "tar.gz",
819 sha256 = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b",
820 strip_prefix = "markup5ever_rcdom-0.1.0",
821 build_file = Label("//third_party/rust/cargo/remote:BUILD.markup5ever_rcdom-0.1.0.bazel"),
822 )
823
824 maybe(
825 http_archive,
826 name = "raze__matches__0_1_8",
827 url = "https://crates.io/api/v1/crates/matches/0.1.8/download",
828 type = "tar.gz",
829 sha256 = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08",
830 strip_prefix = "matches-0.1.8",
831 build_file = Label("//third_party/rust/cargo/remote:BUILD.matches-0.1.8.bazel"),
832 )
833
834 maybe(
835 http_archive,
836 name = "raze__mdbook__0_4_10",
837 url = "https://crates.io/api/v1/crates/mdbook/0.4.10/download",
838 type = "tar.gz",
839 sha256 = "b6da0e609de0d4a7e0d42367d91b87117e3dce74d3d1699efeda1fefb2a6fa85",
840 strip_prefix = "mdbook-0.4.10",
841 build_file = Label("//third_party/rust/cargo/remote:BUILD.mdbook-0.4.10.bazel"),
842 )
843
844 maybe(
845 http_archive,
846 name = "raze__memchr__2_4_0",
847 url = "https://crates.io/api/v1/crates/memchr/2.4.0/download",
848 type = "tar.gz",
849 sha256 = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc",
850 strip_prefix = "memchr-2.4.0",
851 build_file = Label("//third_party/rust/cargo/remote:BUILD.memchr-2.4.0.bazel"),
852 )
853
854 maybe(
855 http_archive,
856 name = "raze__mime__0_3_16",
857 url = "https://crates.io/api/v1/crates/mime/0.3.16/download",
858 type = "tar.gz",
859 sha256 = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d",
860 strip_prefix = "mime-0.3.16",
861 build_file = Label("//third_party/rust/cargo/remote:BUILD.mime-0.3.16.bazel"),
862 )
863
864 maybe(
865 http_archive,
866 name = "raze__mime_guess__2_0_3",
867 url = "https://crates.io/api/v1/crates/mime_guess/2.0.3/download",
868 type = "tar.gz",
869 sha256 = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212",
870 strip_prefix = "mime_guess-2.0.3",
871 build_file = Label("//third_party/rust/cargo/remote:BUILD.mime_guess-2.0.3.bazel"),
872 )
873
874 maybe(
875 http_archive,
876 name = "raze__mio__0_6_23",
877 url = "https://crates.io/api/v1/crates/mio/0.6.23/download",
878 type = "tar.gz",
879 sha256 = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4",
880 strip_prefix = "mio-0.6.23",
881 build_file = Label("//third_party/rust/cargo/remote:BUILD.mio-0.6.23.bazel"),
882 )
883
884 maybe(
885 http_archive,
886 name = "raze__mio_extras__2_0_6",
887 url = "https://crates.io/api/v1/crates/mio-extras/2.0.6/download",
888 type = "tar.gz",
889 sha256 = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19",
890 strip_prefix = "mio-extras-2.0.6",
891 build_file = Label("//third_party/rust/cargo/remote:BUILD.mio-extras-2.0.6.bazel"),
892 )
893
894 maybe(
895 http_archive,
896 name = "raze__miow__0_2_2",
897 url = "https://crates.io/api/v1/crates/miow/0.2.2/download",
898 type = "tar.gz",
899 sha256 = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d",
900 strip_prefix = "miow-0.2.2",
901 build_file = Label("//third_party/rust/cargo/remote:BUILD.miow-0.2.2.bazel"),
902 )
903
904 maybe(
905 http_archive,
906 name = "raze__net2__0_2_37",
907 url = "https://crates.io/api/v1/crates/net2/0.2.37/download",
908 type = "tar.gz",
909 sha256 = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae",
910 strip_prefix = "net2-0.2.37",
911 build_file = Label("//third_party/rust/cargo/remote:BUILD.net2-0.2.37.bazel"),
912 )
913
914 maybe(
915 http_archive,
916 name = "raze__new_debug_unreachable__1_0_4",
917 url = "https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download",
918 type = "tar.gz",
919 sha256 = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54",
920 strip_prefix = "new_debug_unreachable-1.0.4",
921 build_file = Label("//third_party/rust/cargo/remote:BUILD.new_debug_unreachable-1.0.4.bazel"),
922 )
923
924 maybe(
925 http_archive,
926 name = "raze__notify__4_0_17",
927 url = "https://crates.io/api/v1/crates/notify/4.0.17/download",
928 type = "tar.gz",
929 sha256 = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257",
930 strip_prefix = "notify-4.0.17",
931 build_file = Label("//third_party/rust/cargo/remote:BUILD.notify-4.0.17.bazel"),
932 )
933
934 maybe(
935 http_archive,
936 name = "raze__num_integer__0_1_44",
937 url = "https://crates.io/api/v1/crates/num-integer/0.1.44/download",
938 type = "tar.gz",
939 sha256 = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db",
940 strip_prefix = "num-integer-0.1.44",
941 build_file = Label("//third_party/rust/cargo/remote:BUILD.num-integer-0.1.44.bazel"),
942 )
943
944 maybe(
945 http_archive,
946 name = "raze__num_traits__0_2_14",
947 url = "https://crates.io/api/v1/crates/num-traits/0.2.14/download",
948 type = "tar.gz",
949 sha256 = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290",
950 strip_prefix = "num-traits-0.2.14",
951 build_file = Label("//third_party/rust/cargo/remote:BUILD.num-traits-0.2.14.bazel"),
952 )
953
954 maybe(
955 http_archive,
956 name = "raze__opaque_debug__0_2_3",
957 url = "https://crates.io/api/v1/crates/opaque-debug/0.2.3/download",
958 type = "tar.gz",
959 sha256 = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c",
960 strip_prefix = "opaque-debug-0.2.3",
961 build_file = Label("//third_party/rust/cargo/remote:BUILD.opaque-debug-0.2.3.bazel"),
962 )
963
964 maybe(
965 http_archive,
966 name = "raze__opaque_debug__0_3_0",
967 url = "https://crates.io/api/v1/crates/opaque-debug/0.3.0/download",
968 type = "tar.gz",
969 sha256 = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5",
970 strip_prefix = "opaque-debug-0.3.0",
971 build_file = Label("//third_party/rust/cargo/remote:BUILD.opaque-debug-0.3.0.bazel"),
972 )
973
974 maybe(
975 http_archive,
976 name = "raze__open__1_7_0",
977 url = "https://crates.io/api/v1/crates/open/1.7.0/download",
978 type = "tar.gz",
979 sha256 = "1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20",
980 strip_prefix = "open-1.7.0",
981 build_file = Label("//third_party/rust/cargo/remote:BUILD.open-1.7.0.bazel"),
982 )
983
984 maybe(
985 http_archive,
986 name = "raze__percent_encoding__2_1_0",
987 url = "https://crates.io/api/v1/crates/percent-encoding/2.1.0/download",
988 type = "tar.gz",
989 sha256 = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e",
990 strip_prefix = "percent-encoding-2.1.0",
991 build_file = Label("//third_party/rust/cargo/remote:BUILD.percent-encoding-2.1.0.bazel"),
992 )
993
994 maybe(
995 http_archive,
996 name = "raze__pest__2_1_3",
997 url = "https://crates.io/api/v1/crates/pest/2.1.3/download",
998 type = "tar.gz",
999 sha256 = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53",
1000 strip_prefix = "pest-2.1.3",
1001 build_file = Label("//third_party/rust/cargo/remote:BUILD.pest-2.1.3.bazel"),
1002 )
1003
1004 maybe(
1005 http_archive,
1006 name = "raze__pest_derive__2_1_0",
1007 url = "https://crates.io/api/v1/crates/pest_derive/2.1.0/download",
1008 type = "tar.gz",
1009 sha256 = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0",
1010 strip_prefix = "pest_derive-2.1.0",
1011 build_file = Label("//third_party/rust/cargo/remote:BUILD.pest_derive-2.1.0.bazel"),
1012 )
1013
1014 maybe(
1015 http_archive,
1016 name = "raze__pest_generator__2_1_3",
1017 url = "https://crates.io/api/v1/crates/pest_generator/2.1.3/download",
1018 type = "tar.gz",
1019 sha256 = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55",
1020 strip_prefix = "pest_generator-2.1.3",
1021 build_file = Label("//third_party/rust/cargo/remote:BUILD.pest_generator-2.1.3.bazel"),
1022 )
1023
1024 maybe(
1025 http_archive,
1026 name = "raze__pest_meta__2_1_3",
1027 url = "https://crates.io/api/v1/crates/pest_meta/2.1.3/download",
1028 type = "tar.gz",
1029 sha256 = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d",
1030 strip_prefix = "pest_meta-2.1.3",
1031 build_file = Label("//third_party/rust/cargo/remote:BUILD.pest_meta-2.1.3.bazel"),
1032 )
1033
1034 maybe(
1035 http_archive,
1036 name = "raze__phf__0_8_0",
1037 url = "https://crates.io/api/v1/crates/phf/0.8.0/download",
1038 type = "tar.gz",
1039 sha256 = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12",
1040 strip_prefix = "phf-0.8.0",
1041 build_file = Label("//third_party/rust/cargo/remote:BUILD.phf-0.8.0.bazel"),
1042 )
1043
1044 maybe(
1045 http_archive,
1046 name = "raze__phf_codegen__0_8_0",
1047 url = "https://crates.io/api/v1/crates/phf_codegen/0.8.0/download",
1048 type = "tar.gz",
1049 sha256 = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815",
1050 strip_prefix = "phf_codegen-0.8.0",
1051 build_file = Label("//third_party/rust/cargo/remote:BUILD.phf_codegen-0.8.0.bazel"),
1052 )
1053
1054 maybe(
1055 http_archive,
1056 name = "raze__phf_generator__0_8_0",
1057 url = "https://crates.io/api/v1/crates/phf_generator/0.8.0/download",
1058 type = "tar.gz",
1059 sha256 = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526",
1060 strip_prefix = "phf_generator-0.8.0",
1061 build_file = Label("//third_party/rust/cargo/remote:BUILD.phf_generator-0.8.0.bazel"),
1062 )
1063
1064 maybe(
1065 http_archive,
1066 name = "raze__phf_shared__0_8_0",
1067 url = "https://crates.io/api/v1/crates/phf_shared/0.8.0/download",
1068 type = "tar.gz",
1069 sha256 = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7",
1070 strip_prefix = "phf_shared-0.8.0",
1071 build_file = Label("//third_party/rust/cargo/remote:BUILD.phf_shared-0.8.0.bazel"),
1072 )
1073
1074 maybe(
1075 http_archive,
1076 name = "raze__pin_project__0_4_28",
1077 url = "https://crates.io/api/v1/crates/pin-project/0.4.28/download",
1078 type = "tar.gz",
1079 sha256 = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f",
1080 strip_prefix = "pin-project-0.4.28",
1081 build_file = Label("//third_party/rust/cargo/remote:BUILD.pin-project-0.4.28.bazel"),
1082 )
1083
1084 maybe(
1085 http_archive,
1086 name = "raze__pin_project__1_0_7",
1087 url = "https://crates.io/api/v1/crates/pin-project/1.0.7/download",
1088 type = "tar.gz",
1089 sha256 = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4",
1090 strip_prefix = "pin-project-1.0.7",
1091 build_file = Label("//third_party/rust/cargo/remote:BUILD.pin-project-1.0.7.bazel"),
1092 )
1093
1094 maybe(
1095 http_archive,
1096 name = "raze__pin_project_internal__0_4_28",
1097 url = "https://crates.io/api/v1/crates/pin-project-internal/0.4.28/download",
1098 type = "tar.gz",
1099 sha256 = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e",
1100 strip_prefix = "pin-project-internal-0.4.28",
1101 build_file = Label("//third_party/rust/cargo/remote:BUILD.pin-project-internal-0.4.28.bazel"),
1102 )
1103
1104 maybe(
1105 http_archive,
1106 name = "raze__pin_project_internal__1_0_7",
1107 url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.7/download",
1108 type = "tar.gz",
1109 sha256 = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f",
1110 strip_prefix = "pin-project-internal-1.0.7",
1111 build_file = Label("//third_party/rust/cargo/remote:BUILD.pin-project-internal-1.0.7.bazel"),
1112 )
1113
1114 maybe(
1115 http_archive,
1116 name = "raze__pin_project_lite__0_1_12",
1117 url = "https://crates.io/api/v1/crates/pin-project-lite/0.1.12/download",
1118 type = "tar.gz",
1119 sha256 = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777",
1120 strip_prefix = "pin-project-lite-0.1.12",
1121 build_file = Label("//third_party/rust/cargo/remote:BUILD.pin-project-lite-0.1.12.bazel"),
1122 )
1123
1124 maybe(
1125 http_archive,
1126 name = "raze__pin_project_lite__0_2_7",
1127 url = "https://crates.io/api/v1/crates/pin-project-lite/0.2.7/download",
1128 type = "tar.gz",
1129 sha256 = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443",
1130 strip_prefix = "pin-project-lite-0.2.7",
1131 build_file = Label("//third_party/rust/cargo/remote:BUILD.pin-project-lite-0.2.7.bazel"),
1132 )
1133
1134 maybe(
1135 http_archive,
1136 name = "raze__pin_utils__0_1_0",
1137 url = "https://crates.io/api/v1/crates/pin-utils/0.1.0/download",
1138 type = "tar.gz",
1139 sha256 = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184",
1140 strip_prefix = "pin-utils-0.1.0",
1141 build_file = Label("//third_party/rust/cargo/remote:BUILD.pin-utils-0.1.0.bazel"),
1142 )
1143
1144 maybe(
1145 http_archive,
1146 name = "raze__ppv_lite86__0_2_10",
1147 url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.10/download",
1148 type = "tar.gz",
1149 sha256 = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857",
1150 strip_prefix = "ppv-lite86-0.2.10",
1151 build_file = Label("//third_party/rust/cargo/remote:BUILD.ppv-lite86-0.2.10.bazel"),
1152 )
1153
1154 maybe(
1155 http_archive,
1156 name = "raze__precomputed_hash__0_1_1",
1157 url = "https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download",
1158 type = "tar.gz",
1159 sha256 = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c",
1160 strip_prefix = "precomputed-hash-0.1.1",
1161 build_file = Label("//third_party/rust/cargo/remote:BUILD.precomputed-hash-0.1.1.bazel"),
1162 )
1163
1164 maybe(
1165 http_archive,
1166 name = "raze__proc_macro_hack__0_5_19",
1167 url = "https://crates.io/api/v1/crates/proc-macro-hack/0.5.19/download",
1168 type = "tar.gz",
1169 sha256 = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5",
1170 strip_prefix = "proc-macro-hack-0.5.19",
1171 build_file = Label("//third_party/rust/cargo/remote:BUILD.proc-macro-hack-0.5.19.bazel"),
1172 )
1173
1174 maybe(
1175 http_archive,
1176 name = "raze__proc_macro_nested__0_1_7",
1177 url = "https://crates.io/api/v1/crates/proc-macro-nested/0.1.7/download",
1178 type = "tar.gz",
1179 sha256 = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086",
1180 strip_prefix = "proc-macro-nested-0.1.7",
1181 build_file = Label("//third_party/rust/cargo/remote:BUILD.proc-macro-nested-0.1.7.bazel"),
1182 )
1183
1184 maybe(
1185 http_archive,
1186 name = "raze__proc_macro2__1_0_27",
1187 url = "https://crates.io/api/v1/crates/proc-macro2/1.0.27/download",
1188 type = "tar.gz",
1189 sha256 = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038",
1190 strip_prefix = "proc-macro2-1.0.27",
1191 build_file = Label("//third_party/rust/cargo/remote:BUILD.proc-macro2-1.0.27.bazel"),
1192 )
1193
1194 maybe(
1195 http_archive,
1196 name = "raze__pulldown_cmark__0_7_2",
1197 url = "https://crates.io/api/v1/crates/pulldown-cmark/0.7.2/download",
1198 type = "tar.gz",
1199 sha256 = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55",
1200 strip_prefix = "pulldown-cmark-0.7.2",
1201 build_file = Label("//third_party/rust/cargo/remote:BUILD.pulldown-cmark-0.7.2.bazel"),
1202 )
1203
1204 maybe(
1205 http_archive,
1206 name = "raze__quick_error__1_2_3",
1207 url = "https://crates.io/api/v1/crates/quick-error/1.2.3/download",
1208 type = "tar.gz",
1209 sha256 = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0",
1210 strip_prefix = "quick-error-1.2.3",
1211 build_file = Label("//third_party/rust/cargo/remote:BUILD.quick-error-1.2.3.bazel"),
1212 )
1213
1214 maybe(
1215 http_archive,
1216 name = "raze__quick_error__2_0_1",
1217 url = "https://crates.io/api/v1/crates/quick-error/2.0.1/download",
1218 type = "tar.gz",
1219 sha256 = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3",
1220 strip_prefix = "quick-error-2.0.1",
1221 build_file = Label("//third_party/rust/cargo/remote:BUILD.quick-error-2.0.1.bazel"),
1222 )
1223
1224 maybe(
1225 http_archive,
1226 name = "raze__quote__1_0_9",
1227 url = "https://crates.io/api/v1/crates/quote/1.0.9/download",
1228 type = "tar.gz",
1229 sha256 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7",
1230 strip_prefix = "quote-1.0.9",
1231 build_file = Label("//third_party/rust/cargo/remote:BUILD.quote-1.0.9.bazel"),
1232 )
1233
1234 maybe(
1235 http_archive,
1236 name = "raze__rand__0_7_3",
1237 url = "https://crates.io/api/v1/crates/rand/0.7.3/download",
1238 type = "tar.gz",
1239 sha256 = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03",
1240 strip_prefix = "rand-0.7.3",
1241 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand-0.7.3.bazel"),
1242 )
1243
1244 maybe(
1245 http_archive,
1246 name = "raze__rand__0_8_4",
1247 url = "https://crates.io/api/v1/crates/rand/0.8.4/download",
1248 type = "tar.gz",
1249 sha256 = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8",
1250 strip_prefix = "rand-0.8.4",
1251 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand-0.8.4.bazel"),
1252 )
1253
1254 maybe(
1255 http_archive,
1256 name = "raze__rand_chacha__0_2_2",
1257 url = "https://crates.io/api/v1/crates/rand_chacha/0.2.2/download",
1258 type = "tar.gz",
1259 sha256 = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402",
1260 strip_prefix = "rand_chacha-0.2.2",
1261 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand_chacha-0.2.2.bazel"),
1262 )
1263
1264 maybe(
1265 http_archive,
1266 name = "raze__rand_chacha__0_3_1",
1267 url = "https://crates.io/api/v1/crates/rand_chacha/0.3.1/download",
1268 type = "tar.gz",
1269 sha256 = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88",
1270 strip_prefix = "rand_chacha-0.3.1",
1271 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand_chacha-0.3.1.bazel"),
1272 )
1273
1274 maybe(
1275 http_archive,
1276 name = "raze__rand_core__0_5_1",
1277 url = "https://crates.io/api/v1/crates/rand_core/0.5.1/download",
1278 type = "tar.gz",
1279 sha256 = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19",
1280 strip_prefix = "rand_core-0.5.1",
1281 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand_core-0.5.1.bazel"),
1282 )
1283
1284 maybe(
1285 http_archive,
1286 name = "raze__rand_core__0_6_3",
1287 url = "https://crates.io/api/v1/crates/rand_core/0.6.3/download",
1288 type = "tar.gz",
1289 sha256 = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7",
1290 strip_prefix = "rand_core-0.6.3",
1291 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand_core-0.6.3.bazel"),
1292 )
1293
1294 maybe(
1295 http_archive,
1296 name = "raze__rand_hc__0_2_0",
1297 url = "https://crates.io/api/v1/crates/rand_hc/0.2.0/download",
1298 type = "tar.gz",
1299 sha256 = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c",
1300 strip_prefix = "rand_hc-0.2.0",
1301 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand_hc-0.2.0.bazel"),
1302 )
1303
1304 maybe(
1305 http_archive,
1306 name = "raze__rand_hc__0_3_1",
1307 url = "https://crates.io/api/v1/crates/rand_hc/0.3.1/download",
1308 type = "tar.gz",
1309 sha256 = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7",
1310 strip_prefix = "rand_hc-0.3.1",
1311 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand_hc-0.3.1.bazel"),
1312 )
1313
1314 maybe(
1315 http_archive,
1316 name = "raze__rand_pcg__0_2_1",
1317 url = "https://crates.io/api/v1/crates/rand_pcg/0.2.1/download",
1318 type = "tar.gz",
1319 sha256 = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429",
1320 strip_prefix = "rand_pcg-0.2.1",
1321 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand_pcg-0.2.1.bazel"),
1322 )
1323
1324 maybe(
1325 http_archive,
1326 name = "raze__redox_syscall__0_2_9",
1327 url = "https://crates.io/api/v1/crates/redox_syscall/0.2.9/download",
1328 type = "tar.gz",
1329 sha256 = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee",
1330 strip_prefix = "redox_syscall-0.2.9",
1331 build_file = Label("//third_party/rust/cargo/remote:BUILD.redox_syscall-0.2.9.bazel"),
1332 )
1333
1334 maybe(
1335 http_archive,
1336 name = "raze__regex__1_5_4",
1337 url = "https://crates.io/api/v1/crates/regex/1.5.4/download",
1338 type = "tar.gz",
1339 sha256 = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461",
1340 strip_prefix = "regex-1.5.4",
1341 build_file = Label("//third_party/rust/cargo/remote:BUILD.regex-1.5.4.bazel"),
1342 )
1343
1344 maybe(
1345 http_archive,
1346 name = "raze__regex_syntax__0_6_25",
1347 url = "https://crates.io/api/v1/crates/regex-syntax/0.6.25/download",
1348 type = "tar.gz",
1349 sha256 = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b",
1350 strip_prefix = "regex-syntax-0.6.25",
1351 build_file = Label("//third_party/rust/cargo/remote:BUILD.regex-syntax-0.6.25.bazel"),
1352 )
1353
1354 maybe(
1355 http_archive,
1356 name = "raze__remove_dir_all__0_5_3",
1357 url = "https://crates.io/api/v1/crates/remove_dir_all/0.5.3/download",
1358 type = "tar.gz",
1359 sha256 = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7",
1360 strip_prefix = "remove_dir_all-0.5.3",
1361 build_file = Label("//third_party/rust/cargo/remote:BUILD.remove_dir_all-0.5.3.bazel"),
1362 )
1363
1364 maybe(
1365 http_archive,
1366 name = "raze__ryu__1_0_5",
1367 url = "https://crates.io/api/v1/crates/ryu/1.0.5/download",
1368 type = "tar.gz",
1369 sha256 = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e",
1370 strip_prefix = "ryu-1.0.5",
1371 build_file = Label("//third_party/rust/cargo/remote:BUILD.ryu-1.0.5.bazel"),
1372 )
1373
1374 maybe(
1375 http_archive,
1376 name = "raze__same_file__1_0_6",
1377 url = "https://crates.io/api/v1/crates/same-file/1.0.6/download",
1378 type = "tar.gz",
1379 sha256 = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502",
1380 strip_prefix = "same-file-1.0.6",
1381 build_file = Label("//third_party/rust/cargo/remote:BUILD.same-file-1.0.6.bazel"),
1382 )
1383
1384 maybe(
1385 http_archive,
1386 name = "raze__scoped_tls__1_0_0",
1387 url = "https://crates.io/api/v1/crates/scoped-tls/1.0.0/download",
1388 type = "tar.gz",
1389 sha256 = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2",
1390 strip_prefix = "scoped-tls-1.0.0",
1391 build_file = Label("//third_party/rust/cargo/remote:BUILD.scoped-tls-1.0.0.bazel"),
1392 )
1393
1394 maybe(
1395 http_archive,
1396 name = "raze__serde__1_0_126",
1397 url = "https://crates.io/api/v1/crates/serde/1.0.126/download",
1398 type = "tar.gz",
1399 sha256 = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03",
1400 strip_prefix = "serde-1.0.126",
1401 build_file = Label("//third_party/rust/cargo/remote:BUILD.serde-1.0.126.bazel"),
1402 )
1403
1404 maybe(
1405 http_archive,
1406 name = "raze__serde_derive__1_0_126",
1407 url = "https://crates.io/api/v1/crates/serde_derive/1.0.126/download",
1408 type = "tar.gz",
1409 sha256 = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43",
1410 strip_prefix = "serde_derive-1.0.126",
1411 build_file = Label("//third_party/rust/cargo/remote:BUILD.serde_derive-1.0.126.bazel"),
1412 )
1413
1414 maybe(
1415 http_archive,
1416 name = "raze__serde_json__1_0_64",
1417 url = "https://crates.io/api/v1/crates/serde_json/1.0.64/download",
1418 type = "tar.gz",
1419 sha256 = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79",
1420 strip_prefix = "serde_json-1.0.64",
1421 build_file = Label("//third_party/rust/cargo/remote:BUILD.serde_json-1.0.64.bazel"),
1422 )
1423
1424 maybe(
1425 http_archive,
1426 name = "raze__serde_urlencoded__0_6_1",
1427 url = "https://crates.io/api/v1/crates/serde_urlencoded/0.6.1/download",
1428 type = "tar.gz",
1429 sha256 = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97",
1430 strip_prefix = "serde_urlencoded-0.6.1",
1431 build_file = Label("//third_party/rust/cargo/remote:BUILD.serde_urlencoded-0.6.1.bazel"),
1432 )
1433
1434 maybe(
1435 http_archive,
1436 name = "raze__sha_1__0_8_2",
1437 url = "https://crates.io/api/v1/crates/sha-1/0.8.2/download",
1438 type = "tar.gz",
1439 sha256 = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df",
1440 strip_prefix = "sha-1-0.8.2",
1441 build_file = Label("//third_party/rust/cargo/remote:BUILD.sha-1-0.8.2.bazel"),
1442 )
1443
1444 maybe(
1445 http_archive,
1446 name = "raze__sha_1__0_9_6",
1447 url = "https://crates.io/api/v1/crates/sha-1/0.9.6/download",
1448 type = "tar.gz",
1449 sha256 = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16",
1450 strip_prefix = "sha-1-0.9.6",
1451 build_file = Label("//third_party/rust/cargo/remote:BUILD.sha-1-0.9.6.bazel"),
1452 )
1453
1454 maybe(
1455 http_archive,
1456 name = "raze__shlex__1_0_0",
1457 url = "https://crates.io/api/v1/crates/shlex/1.0.0/download",
1458 type = "tar.gz",
1459 sha256 = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d",
1460 strip_prefix = "shlex-1.0.0",
1461 build_file = Label("//third_party/rust/cargo/remote:BUILD.shlex-1.0.0.bazel"),
1462 )
1463
1464 maybe(
1465 http_archive,
1466 name = "raze__siphasher__0_3_5",
1467 url = "https://crates.io/api/v1/crates/siphasher/0.3.5/download",
1468 type = "tar.gz",
1469 sha256 = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27",
1470 strip_prefix = "siphasher-0.3.5",
1471 build_file = Label("//third_party/rust/cargo/remote:BUILD.siphasher-0.3.5.bazel"),
1472 )
1473
1474 maybe(
1475 http_archive,
1476 name = "raze__slab__0_4_3",
1477 url = "https://crates.io/api/v1/crates/slab/0.4.3/download",
1478 type = "tar.gz",
1479 sha256 = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527",
1480 strip_prefix = "slab-0.4.3",
1481 build_file = Label("//third_party/rust/cargo/remote:BUILD.slab-0.4.3.bazel"),
1482 )
1483
1484 maybe(
1485 http_archive,
1486 name = "raze__socket2__0_3_19",
1487 url = "https://crates.io/api/v1/crates/socket2/0.3.19/download",
1488 type = "tar.gz",
1489 sha256 = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e",
1490 strip_prefix = "socket2-0.3.19",
1491 build_file = Label("//third_party/rust/cargo/remote:BUILD.socket2-0.3.19.bazel"),
1492 )
1493
1494 maybe(
1495 http_archive,
1496 name = "raze__string_cache__0_8_1",
1497 url = "https://crates.io/api/v1/crates/string_cache/0.8.1/download",
1498 type = "tar.gz",
1499 sha256 = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a",
1500 strip_prefix = "string_cache-0.8.1",
1501 build_file = Label("//third_party/rust/cargo/remote:BUILD.string_cache-0.8.1.bazel"),
1502 )
1503
1504 maybe(
1505 http_archive,
1506 name = "raze__string_cache_codegen__0_5_1",
1507 url = "https://crates.io/api/v1/crates/string_cache_codegen/0.5.1/download",
1508 type = "tar.gz",
1509 sha256 = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97",
1510 strip_prefix = "string_cache_codegen-0.5.1",
1511 build_file = Label("//third_party/rust/cargo/remote:BUILD.string_cache_codegen-0.5.1.bazel"),
1512 )
1513
1514 maybe(
1515 http_archive,
1516 name = "raze__strsim__0_8_0",
1517 url = "https://crates.io/api/v1/crates/strsim/0.8.0/download",
1518 type = "tar.gz",
1519 sha256 = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a",
1520 strip_prefix = "strsim-0.8.0",
1521 build_file = Label("//third_party/rust/cargo/remote:BUILD.strsim-0.8.0.bazel"),
1522 )
1523
1524 maybe(
1525 http_archive,
1526 name = "raze__strum__0_21_0",
1527 url = "https://crates.io/api/v1/crates/strum/0.21.0/download",
1528 type = "tar.gz",
1529 sha256 = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2",
1530 strip_prefix = "strum-0.21.0",
1531 build_file = Label("//third_party/rust/cargo/remote:BUILD.strum-0.21.0.bazel"),
1532 )
1533
1534 maybe(
1535 http_archive,
1536 name = "raze__strum_macros__0_21_1",
1537 url = "https://crates.io/api/v1/crates/strum_macros/0.21.1/download",
1538 type = "tar.gz",
1539 sha256 = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec",
1540 strip_prefix = "strum_macros-0.21.1",
1541 build_file = Label("//third_party/rust/cargo/remote:BUILD.strum_macros-0.21.1.bazel"),
1542 )
1543
1544 maybe(
1545 http_archive,
1546 name = "raze__syn__1_0_73",
1547 url = "https://crates.io/api/v1/crates/syn/1.0.73/download",
1548 type = "tar.gz",
1549 sha256 = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7",
1550 strip_prefix = "syn-1.0.73",
1551 build_file = Label("//third_party/rust/cargo/remote:BUILD.syn-1.0.73.bazel"),
1552 )
1553
1554 maybe(
1555 http_archive,
1556 name = "raze__tempfile__3_2_0",
1557 url = "https://crates.io/api/v1/crates/tempfile/3.2.0/download",
1558 type = "tar.gz",
1559 sha256 = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22",
1560 strip_prefix = "tempfile-3.2.0",
1561 build_file = Label("//third_party/rust/cargo/remote:BUILD.tempfile-3.2.0.bazel"),
1562 )
1563
1564 maybe(
1565 http_archive,
1566 name = "raze__tendril__0_4_2",
1567 url = "https://crates.io/api/v1/crates/tendril/0.4.2/download",
1568 type = "tar.gz",
1569 sha256 = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33",
1570 strip_prefix = "tendril-0.4.2",
1571 build_file = Label("//third_party/rust/cargo/remote:BUILD.tendril-0.4.2.bazel"),
1572 )
1573
1574 maybe(
1575 http_archive,
1576 name = "raze__termcolor__1_1_2",
1577 url = "https://crates.io/api/v1/crates/termcolor/1.1.2/download",
1578 type = "tar.gz",
1579 sha256 = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4",
1580 strip_prefix = "termcolor-1.1.2",
1581 build_file = Label("//third_party/rust/cargo/remote:BUILD.termcolor-1.1.2.bazel"),
1582 )
1583
1584 maybe(
1585 http_archive,
1586 name = "raze__textwrap__0_11_0",
1587 url = "https://crates.io/api/v1/crates/textwrap/0.11.0/download",
1588 type = "tar.gz",
1589 sha256 = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060",
1590 strip_prefix = "textwrap-0.11.0",
1591 build_file = Label("//third_party/rust/cargo/remote:BUILD.textwrap-0.11.0.bazel"),
1592 )
1593
1594 maybe(
1595 http_archive,
1596 name = "raze__time__0_1_43",
1597 url = "https://crates.io/api/v1/crates/time/0.1.43/download",
1598 type = "tar.gz",
1599 sha256 = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438",
1600 strip_prefix = "time-0.1.43",
1601 build_file = Label("//third_party/rust/cargo/remote:BUILD.time-0.1.43.bazel"),
1602 )
1603
1604 maybe(
1605 http_archive,
1606 name = "raze__tinyvec__1_2_0",
1607 url = "https://crates.io/api/v1/crates/tinyvec/1.2.0/download",
1608 type = "tar.gz",
1609 sha256 = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342",
1610 strip_prefix = "tinyvec-1.2.0",
1611 build_file = Label("//third_party/rust/cargo/remote:BUILD.tinyvec-1.2.0.bazel"),
1612 )
1613
1614 maybe(
1615 http_archive,
1616 name = "raze__tinyvec_macros__0_1_0",
1617 url = "https://crates.io/api/v1/crates/tinyvec_macros/0.1.0/download",
1618 type = "tar.gz",
1619 sha256 = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c",
1620 strip_prefix = "tinyvec_macros-0.1.0",
1621 build_file = Label("//third_party/rust/cargo/remote:BUILD.tinyvec_macros-0.1.0.bazel"),
1622 )
1623
1624 maybe(
1625 http_archive,
1626 name = "raze__tokio__0_2_25",
1627 url = "https://crates.io/api/v1/crates/tokio/0.2.25/download",
1628 type = "tar.gz",
1629 sha256 = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092",
1630 strip_prefix = "tokio-0.2.25",
1631 build_file = Label("//third_party/rust/cargo/remote:BUILD.tokio-0.2.25.bazel"),
1632 )
1633
1634 maybe(
1635 http_archive,
1636 name = "raze__tokio_macros__0_2_6",
1637 url = "https://crates.io/api/v1/crates/tokio-macros/0.2.6/download",
1638 type = "tar.gz",
1639 sha256 = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a",
1640 strip_prefix = "tokio-macros-0.2.6",
1641 build_file = Label("//third_party/rust/cargo/remote:BUILD.tokio-macros-0.2.6.bazel"),
1642 )
1643
1644 maybe(
1645 http_archive,
1646 name = "raze__tokio_tungstenite__0_11_0",
1647 url = "https://crates.io/api/v1/crates/tokio-tungstenite/0.11.0/download",
1648 type = "tar.gz",
1649 sha256 = "6d9e878ad426ca286e4dcae09cbd4e1973a7f8987d97570e2469703dd7f5720c",
1650 strip_prefix = "tokio-tungstenite-0.11.0",
1651 build_file = Label("//third_party/rust/cargo/remote:BUILD.tokio-tungstenite-0.11.0.bazel"),
1652 )
1653
1654 maybe(
1655 http_archive,
1656 name = "raze__tokio_util__0_3_1",
1657 url = "https://crates.io/api/v1/crates/tokio-util/0.3.1/download",
1658 type = "tar.gz",
1659 sha256 = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499",
1660 strip_prefix = "tokio-util-0.3.1",
1661 build_file = Label("//third_party/rust/cargo/remote:BUILD.tokio-util-0.3.1.bazel"),
1662 )
1663
1664 maybe(
1665 http_archive,
1666 name = "raze__toml__0_5_8",
1667 url = "https://crates.io/api/v1/crates/toml/0.5.8/download",
1668 type = "tar.gz",
1669 sha256 = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa",
1670 strip_prefix = "toml-0.5.8",
1671 build_file = Label("//third_party/rust/cargo/remote:BUILD.toml-0.5.8.bazel"),
1672 )
1673
1674 maybe(
1675 http_archive,
1676 name = "raze__tower_service__0_3_1",
1677 url = "https://crates.io/api/v1/crates/tower-service/0.3.1/download",
1678 type = "tar.gz",
1679 sha256 = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6",
1680 strip_prefix = "tower-service-0.3.1",
1681 build_file = Label("//third_party/rust/cargo/remote:BUILD.tower-service-0.3.1.bazel"),
1682 )
1683
1684 maybe(
1685 http_archive,
1686 name = "raze__tracing__0_1_26",
1687 url = "https://crates.io/api/v1/crates/tracing/0.1.26/download",
1688 type = "tar.gz",
1689 sha256 = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d",
1690 strip_prefix = "tracing-0.1.26",
1691 build_file = Label("//third_party/rust/cargo/remote:BUILD.tracing-0.1.26.bazel"),
1692 )
1693
1694 maybe(
1695 http_archive,
1696 name = "raze__tracing_core__0_1_18",
1697 url = "https://crates.io/api/v1/crates/tracing-core/0.1.18/download",
1698 type = "tar.gz",
1699 sha256 = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052",
1700 strip_prefix = "tracing-core-0.1.18",
1701 build_file = Label("//third_party/rust/cargo/remote:BUILD.tracing-core-0.1.18.bazel"),
1702 )
1703
1704 maybe(
1705 http_archive,
1706 name = "raze__tracing_futures__0_2_5",
1707 url = "https://crates.io/api/v1/crates/tracing-futures/0.2.5/download",
1708 type = "tar.gz",
1709 sha256 = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2",
1710 strip_prefix = "tracing-futures-0.2.5",
1711 build_file = Label("//third_party/rust/cargo/remote:BUILD.tracing-futures-0.2.5.bazel"),
1712 )
1713
1714 maybe(
1715 http_archive,
1716 name = "raze__try_lock__0_2_3",
1717 url = "https://crates.io/api/v1/crates/try-lock/0.2.3/download",
1718 type = "tar.gz",
1719 sha256 = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642",
1720 strip_prefix = "try-lock-0.2.3",
1721 build_file = Label("//third_party/rust/cargo/remote:BUILD.try-lock-0.2.3.bazel"),
1722 )
1723
1724 maybe(
1725 http_archive,
1726 name = "raze__tungstenite__0_11_1",
1727 url = "https://crates.io/api/v1/crates/tungstenite/0.11.1/download",
1728 type = "tar.gz",
1729 sha256 = "f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23",
1730 strip_prefix = "tungstenite-0.11.1",
1731 build_file = Label("//third_party/rust/cargo/remote:BUILD.tungstenite-0.11.1.bazel"),
1732 )
1733
1734 maybe(
1735 http_archive,
1736 name = "raze__typenum__1_13_0",
1737 url = "https://crates.io/api/v1/crates/typenum/1.13.0/download",
1738 type = "tar.gz",
1739 sha256 = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06",
1740 strip_prefix = "typenum-1.13.0",
1741 build_file = Label("//third_party/rust/cargo/remote:BUILD.typenum-1.13.0.bazel"),
1742 )
1743
1744 maybe(
1745 http_archive,
1746 name = "raze__ucd_trie__0_1_3",
1747 url = "https://crates.io/api/v1/crates/ucd-trie/0.1.3/download",
1748 type = "tar.gz",
1749 sha256 = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c",
1750 strip_prefix = "ucd-trie-0.1.3",
1751 build_file = Label("//third_party/rust/cargo/remote:BUILD.ucd-trie-0.1.3.bazel"),
1752 )
1753
1754 maybe(
1755 http_archive,
1756 name = "raze__unicase__2_6_0",
1757 url = "https://crates.io/api/v1/crates/unicase/2.6.0/download",
1758 type = "tar.gz",
1759 sha256 = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6",
1760 strip_prefix = "unicase-2.6.0",
1761 build_file = Label("//third_party/rust/cargo/remote:BUILD.unicase-2.6.0.bazel"),
1762 )
1763
1764 maybe(
1765 http_archive,
1766 name = "raze__unicode_bidi__0_3_5",
1767 url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.5/download",
1768 type = "tar.gz",
1769 sha256 = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0",
1770 strip_prefix = "unicode-bidi-0.3.5",
1771 build_file = Label("//third_party/rust/cargo/remote:BUILD.unicode-bidi-0.3.5.bazel"),
1772 )
1773
1774 maybe(
1775 http_archive,
1776 name = "raze__unicode_normalization__0_1_19",
1777 url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.19/download",
1778 type = "tar.gz",
1779 sha256 = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9",
1780 strip_prefix = "unicode-normalization-0.1.19",
1781 build_file = Label("//third_party/rust/cargo/remote:BUILD.unicode-normalization-0.1.19.bazel"),
1782 )
1783
1784 maybe(
1785 http_archive,
1786 name = "raze__unicode_segmentation__1_8_0",
1787 url = "https://crates.io/api/v1/crates/unicode-segmentation/1.8.0/download",
1788 type = "tar.gz",
1789 sha256 = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b",
1790 strip_prefix = "unicode-segmentation-1.8.0",
1791 build_file = Label("//third_party/rust/cargo/remote:BUILD.unicode-segmentation-1.8.0.bazel"),
1792 )
1793
1794 maybe(
1795 http_archive,
1796 name = "raze__unicode_width__0_1_8",
1797 url = "https://crates.io/api/v1/crates/unicode-width/0.1.8/download",
1798 type = "tar.gz",
1799 sha256 = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3",
1800 strip_prefix = "unicode-width-0.1.8",
1801 build_file = Label("//third_party/rust/cargo/remote:BUILD.unicode-width-0.1.8.bazel"),
1802 )
1803
1804 maybe(
1805 http_archive,
1806 name = "raze__unicode_xid__0_2_2",
1807 url = "https://crates.io/api/v1/crates/unicode-xid/0.2.2/download",
1808 type = "tar.gz",
1809 sha256 = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3",
1810 strip_prefix = "unicode-xid-0.2.2",
1811 build_file = Label("//third_party/rust/cargo/remote:BUILD.unicode-xid-0.2.2.bazel"),
1812 )
1813
1814 maybe(
1815 http_archive,
1816 name = "raze__url__2_2_2",
1817 url = "https://crates.io/api/v1/crates/url/2.2.2/download",
1818 type = "tar.gz",
1819 sha256 = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c",
1820 strip_prefix = "url-2.2.2",
1821 build_file = Label("//third_party/rust/cargo/remote:BUILD.url-2.2.2.bazel"),
1822 )
1823
1824 maybe(
1825 http_archive,
1826 name = "raze__urlencoding__1_3_3",
1827 url = "https://crates.io/api/v1/crates/urlencoding/1.3.3/download",
1828 type = "tar.gz",
1829 sha256 = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb",
1830 strip_prefix = "urlencoding-1.3.3",
1831 build_file = Label("//third_party/rust/cargo/remote:BUILD.urlencoding-1.3.3.bazel"),
1832 )
1833
1834 maybe(
1835 http_archive,
1836 name = "raze__utf_8__0_7_6",
1837 url = "https://crates.io/api/v1/crates/utf-8/0.7.6/download",
1838 type = "tar.gz",
1839 sha256 = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9",
1840 strip_prefix = "utf-8-0.7.6",
1841 build_file = Label("//third_party/rust/cargo/remote:BUILD.utf-8-0.7.6.bazel"),
1842 )
1843
1844 maybe(
1845 http_archive,
1846 name = "raze__vec_map__0_8_2",
1847 url = "https://crates.io/api/v1/crates/vec_map/0.8.2/download",
1848 type = "tar.gz",
1849 sha256 = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191",
1850 strip_prefix = "vec_map-0.8.2",
1851 build_file = Label("//third_party/rust/cargo/remote:BUILD.vec_map-0.8.2.bazel"),
1852 )
1853
1854 maybe(
1855 http_archive,
1856 name = "raze__version_check__0_9_3",
1857 url = "https://crates.io/api/v1/crates/version_check/0.9.3/download",
1858 type = "tar.gz",
1859 sha256 = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe",
1860 strip_prefix = "version_check-0.9.3",
1861 build_file = Label("//third_party/rust/cargo/remote:BUILD.version_check-0.9.3.bazel"),
1862 )
1863
1864 maybe(
1865 http_archive,
1866 name = "raze__walkdir__2_3_2",
1867 url = "https://crates.io/api/v1/crates/walkdir/2.3.2/download",
1868 type = "tar.gz",
1869 sha256 = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56",
1870 strip_prefix = "walkdir-2.3.2",
1871 build_file = Label("//third_party/rust/cargo/remote:BUILD.walkdir-2.3.2.bazel"),
1872 )
1873
1874 maybe(
1875 http_archive,
1876 name = "raze__want__0_3_0",
1877 url = "https://crates.io/api/v1/crates/want/0.3.0/download",
1878 type = "tar.gz",
1879 sha256 = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0",
1880 strip_prefix = "want-0.3.0",
1881 build_file = Label("//third_party/rust/cargo/remote:BUILD.want-0.3.0.bazel"),
1882 )
1883
1884 maybe(
1885 http_archive,
1886 name = "raze__warp__0_2_5",
1887 url = "https://crates.io/api/v1/crates/warp/0.2.5/download",
1888 type = "tar.gz",
1889 sha256 = "f41be6df54c97904af01aa23e613d4521eed7ab23537cede692d4058f6449407",
1890 strip_prefix = "warp-0.2.5",
1891 build_file = Label("//third_party/rust/cargo/remote:BUILD.warp-0.2.5.bazel"),
1892 )
1893
1894 maybe(
1895 http_archive,
1896 name = "raze__wasi__0_10_2_wasi_snapshot_preview1",
1897 url = "https://crates.io/api/v1/crates/wasi/0.10.2+wasi-snapshot-preview1/download",
1898 type = "tar.gz",
1899 sha256 = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6",
1900 strip_prefix = "wasi-0.10.2+wasi-snapshot-preview1",
1901 build_file = Label("//third_party/rust/cargo/remote:BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel"),
1902 )
1903
1904 maybe(
1905 http_archive,
1906 name = "raze__wasi__0_9_0_wasi_snapshot_preview1",
1907 url = "https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download",
1908 type = "tar.gz",
1909 sha256 = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519",
1910 strip_prefix = "wasi-0.9.0+wasi-snapshot-preview1",
1911 build_file = Label("//third_party/rust/cargo/remote:BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel"),
1912 )
1913
1914 maybe(
1915 http_archive,
1916 name = "raze__which__4_1_0",
1917 url = "https://crates.io/api/v1/crates/which/4.1.0/download",
1918 type = "tar.gz",
1919 sha256 = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe",
1920 strip_prefix = "which-4.1.0",
1921 build_file = Label("//third_party/rust/cargo/remote:BUILD.which-4.1.0.bazel"),
1922 )
1923
1924 maybe(
1925 http_archive,
1926 name = "raze__winapi__0_2_8",
1927 url = "https://crates.io/api/v1/crates/winapi/0.2.8/download",
1928 type = "tar.gz",
1929 sha256 = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a",
1930 strip_prefix = "winapi-0.2.8",
1931 build_file = Label("//third_party/rust/cargo/remote:BUILD.winapi-0.2.8.bazel"),
1932 )
1933
1934 maybe(
1935 http_archive,
1936 name = "raze__winapi__0_3_9",
1937 url = "https://crates.io/api/v1/crates/winapi/0.3.9/download",
1938 type = "tar.gz",
1939 sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419",
1940 strip_prefix = "winapi-0.3.9",
1941 build_file = Label("//third_party/rust/cargo/remote:BUILD.winapi-0.3.9.bazel"),
1942 )
1943
1944 maybe(
1945 http_archive,
1946 name = "raze__winapi_build__0_1_1",
1947 url = "https://crates.io/api/v1/crates/winapi-build/0.1.1/download",
1948 type = "tar.gz",
1949 sha256 = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc",
1950 strip_prefix = "winapi-build-0.1.1",
1951 build_file = Label("//third_party/rust/cargo/remote:BUILD.winapi-build-0.1.1.bazel"),
1952 )
1953
1954 maybe(
1955 http_archive,
1956 name = "raze__winapi_i686_pc_windows_gnu__0_4_0",
1957 url = "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download",
1958 type = "tar.gz",
1959 sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
1960 strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0",
1961 build_file = Label("//third_party/rust/cargo/remote:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"),
1962 )
1963
1964 maybe(
1965 http_archive,
1966 name = "raze__winapi_util__0_1_5",
1967 url = "https://crates.io/api/v1/crates/winapi-util/0.1.5/download",
1968 type = "tar.gz",
1969 sha256 = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178",
1970 strip_prefix = "winapi-util-0.1.5",
1971 build_file = Label("//third_party/rust/cargo/remote:BUILD.winapi-util-0.1.5.bazel"),
1972 )
1973
1974 maybe(
1975 http_archive,
1976 name = "raze__winapi_x86_64_pc_windows_gnu__0_4_0",
1977 url = "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download",
1978 type = "tar.gz",
1979 sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
1980 strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0",
1981 build_file = Label("//third_party/rust/cargo/remote:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"),
1982 )
1983
1984 maybe(
1985 http_archive,
1986 name = "raze__ws2_32_sys__0_2_1",
1987 url = "https://crates.io/api/v1/crates/ws2_32-sys/0.2.1/download",
1988 type = "tar.gz",
1989 sha256 = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e",
1990 strip_prefix = "ws2_32-sys-0.2.1",
1991 build_file = Label("//third_party/rust/cargo/remote:BUILD.ws2_32-sys-0.2.1.bazel"),
1992 )
1993
1994 maybe(
1995 http_archive,
1996 name = "raze__xml5ever__0_16_1",
1997 url = "https://crates.io/api/v1/crates/xml5ever/0.16.1/download",
1998 type = "tar.gz",
1999 sha256 = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59",
2000 strip_prefix = "xml5ever-0.16.1",
2001 build_file = Label("//third_party/rust/cargo/remote:BUILD.xml5ever-0.16.1.bazel"),
2002 )