blob: fd709c172050e3ce886a9124a0a6ab4407fc4544 [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,
Lorenz Brund141d182023-10-02 15:07:01 +020016 name = "raze__addr2line__0_21_0",
17 url = "https://crates.io/api/v1/crates/addr2line/0.21.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020018 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +020019 sha256 = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb",
20 strip_prefix = "addr2line-0.21.0",
21 build_file = Label("//third_party/rust/cargo/remote:BUILD.addr2line-0.21.0.bazel"),
22 )
23
24 maybe(
25 http_archive,
26 name = "raze__adler__1_0_2",
27 url = "https://crates.io/api/v1/crates/adler/1.0.2/download",
28 type = "tar.gz",
29 sha256 = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe",
30 strip_prefix = "adler-1.0.2",
31 build_file = Label("//third_party/rust/cargo/remote:BUILD.adler-1.0.2.bazel"),
32 )
33
34 maybe(
35 http_archive,
36 name = "raze__aho_corasick__1_1_1",
37 url = "https://crates.io/api/v1/crates/aho-corasick/1.1.1/download",
38 type = "tar.gz",
39 sha256 = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab",
40 strip_prefix = "aho-corasick-1.1.1",
41 build_file = Label("//third_party/rust/cargo/remote:BUILD.aho-corasick-1.1.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020042 )
43
44 maybe(
45 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +010046 name = "raze__ammonia__3_3_0",
47 url = "https://crates.io/api/v1/crates/ammonia/3.3.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020048 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +010049 sha256 = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170",
50 strip_prefix = "ammonia-3.3.0",
51 build_file = Label("//third_party/rust/cargo/remote:BUILD.ammonia-3.3.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020052 )
53
54 maybe(
55 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +020056 name = "raze__android_tzdata__0_1_1",
57 url = "https://crates.io/api/v1/crates/android-tzdata/0.1.1/download",
58 type = "tar.gz",
59 sha256 = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0",
60 strip_prefix = "android-tzdata-0.1.1",
61 build_file = Label("//third_party/rust/cargo/remote:BUILD.android-tzdata-0.1.1.bazel"),
62 )
63
64 maybe(
65 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +010066 name = "raze__android_system_properties__0_1_5",
67 url = "https://crates.io/api/v1/crates/android_system_properties/0.1.5/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020068 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +010069 sha256 = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311",
70 strip_prefix = "android_system_properties-0.1.5",
71 build_file = Label("//third_party/rust/cargo/remote:BUILD.android_system_properties-0.1.5.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020072 )
73
74 maybe(
75 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +020076 name = "raze__anstream__0_6_4",
77 url = "https://crates.io/api/v1/crates/anstream/0.6.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020078 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +020079 sha256 = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44",
80 strip_prefix = "anstream-0.6.4",
81 build_file = Label("//third_party/rust/cargo/remote:BUILD.anstream-0.6.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020082 )
83
84 maybe(
85 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +020086 name = "raze__anstyle__1_0_4",
87 url = "https://crates.io/api/v1/crates/anstyle/1.0.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020088 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +020089 sha256 = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87",
90 strip_prefix = "anstyle-1.0.4",
91 build_file = Label("//third_party/rust/cargo/remote:BUILD.anstyle-1.0.4.bazel"),
92 )
93
94 maybe(
95 http_archive,
96 name = "raze__anstyle_parse__0_2_2",
97 url = "https://crates.io/api/v1/crates/anstyle-parse/0.2.2/download",
98 type = "tar.gz",
99 sha256 = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140",
100 strip_prefix = "anstyle-parse-0.2.2",
101 build_file = Label("//third_party/rust/cargo/remote:BUILD.anstyle-parse-0.2.2.bazel"),
102 )
103
104 maybe(
105 http_archive,
106 name = "raze__anstyle_query__1_0_0",
107 url = "https://crates.io/api/v1/crates/anstyle-query/1.0.0/download",
108 type = "tar.gz",
109 sha256 = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b",
110 strip_prefix = "anstyle-query-1.0.0",
111 build_file = Label("//third_party/rust/cargo/remote:BUILD.anstyle-query-1.0.0.bazel"),
112 )
113
114 maybe(
115 http_archive,
116 name = "raze__anstyle_wincon__3_0_1",
117 url = "https://crates.io/api/v1/crates/anstyle-wincon/3.0.1/download",
118 type = "tar.gz",
119 sha256 = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628",
120 strip_prefix = "anstyle-wincon-3.0.1",
121 build_file = Label("//third_party/rust/cargo/remote:BUILD.anstyle-wincon-3.0.1.bazel"),
122 )
123
124 maybe(
125 http_archive,
126 name = "raze__anyhow__1_0_75",
127 url = "https://crates.io/api/v1/crates/anyhow/1.0.75/download",
128 type = "tar.gz",
129 sha256 = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6",
130 strip_prefix = "anyhow-1.0.75",
131 build_file = Label("//third_party/rust/cargo/remote:BUILD.anyhow-1.0.75.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200132 )
133
134 maybe(
135 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +0100136 name = "raze__autocfg__1_1_0",
137 url = "https://crates.io/api/v1/crates/autocfg/1.1.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200138 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +0100139 sha256 = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa",
140 strip_prefix = "autocfg-1.1.0",
141 build_file = Label("//third_party/rust/cargo/remote:BUILD.autocfg-1.1.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200142 )
143
144 maybe(
145 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200146 name = "raze__backtrace__0_3_69",
147 url = "https://crates.io/api/v1/crates/backtrace/0.3.69/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200148 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200149 sha256 = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837",
150 strip_prefix = "backtrace-0.3.69",
151 build_file = Label("//third_party/rust/cargo/remote:BUILD.backtrace-0.3.69.bazel"),
152 )
153
154 maybe(
155 http_archive,
156 name = "raze__base64__0_21_4",
157 url = "https://crates.io/api/v1/crates/base64/0.21.4/download",
158 type = "tar.gz",
159 sha256 = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2",
160 strip_prefix = "base64-0.21.4",
161 build_file = Label("//third_party/rust/cargo/remote:BUILD.base64-0.21.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200162 )
163
164 maybe(
165 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +0100166 name = "raze__bitflags__1_3_2",
167 url = "https://crates.io/api/v1/crates/bitflags/1.3.2/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200168 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +0100169 sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
170 strip_prefix = "bitflags-1.3.2",
171 build_file = Label("//third_party/rust/cargo/remote:BUILD.bitflags-1.3.2.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200172 )
173
174 maybe(
175 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200176 name = "raze__bitflags__2_4_0",
177 url = "https://crates.io/api/v1/crates/bitflags/2.4.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200178 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200179 sha256 = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635",
180 strip_prefix = "bitflags-2.4.0",
181 build_file = Label("//third_party/rust/cargo/remote:BUILD.bitflags-2.4.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200182 )
183
184 maybe(
185 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200186 name = "raze__block_buffer__0_10_4",
187 url = "https://crates.io/api/v1/crates/block-buffer/0.10.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200188 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200189 sha256 = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71",
190 strip_prefix = "block-buffer-0.10.4",
191 build_file = Label("//third_party/rust/cargo/remote:BUILD.block-buffer-0.10.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200192 )
193
194 maybe(
195 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200196 name = "raze__bstr__1_6_2",
197 url = "https://crates.io/api/v1/crates/bstr/1.6.2/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200198 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200199 sha256 = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a",
200 strip_prefix = "bstr-1.6.2",
201 build_file = Label("//third_party/rust/cargo/remote:BUILD.bstr-1.6.2.bazel"),
202 )
203
204 maybe(
205 http_archive,
206 name = "raze__bumpalo__3_14_0",
207 url = "https://crates.io/api/v1/crates/bumpalo/3.14.0/download",
208 type = "tar.gz",
209 sha256 = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec",
210 strip_prefix = "bumpalo-3.14.0",
211 build_file = Label("//third_party/rust/cargo/remote:BUILD.bumpalo-3.14.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200212 )
213
214 maybe(
215 http_archive,
216 name = "raze__byteorder__1_4_3",
217 url = "https://crates.io/api/v1/crates/byteorder/1.4.3/download",
218 type = "tar.gz",
219 sha256 = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610",
220 strip_prefix = "byteorder-1.4.3",
221 build_file = Label("//third_party/rust/cargo/remote:BUILD.byteorder-1.4.3.bazel"),
222 )
223
224 maybe(
225 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200226 name = "raze__bytes__1_5_0",
227 url = "https://crates.io/api/v1/crates/bytes/1.5.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200228 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200229 sha256 = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223",
230 strip_prefix = "bytes-1.5.0",
231 build_file = Label("//third_party/rust/cargo/remote:BUILD.bytes-1.5.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200232 )
233
234 maybe(
235 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200236 name = "raze__cc__1_0_83",
237 url = "https://crates.io/api/v1/crates/cc/1.0.83/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200238 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200239 sha256 = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0",
240 strip_prefix = "cc-1.0.83",
241 build_file = Label("//third_party/rust/cargo/remote:BUILD.cc-1.0.83.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200242 )
243
244 maybe(
245 http_archive,
246 name = "raze__cfg_if__1_0_0",
247 url = "https://crates.io/api/v1/crates/cfg-if/1.0.0/download",
248 type = "tar.gz",
249 sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd",
250 strip_prefix = "cfg-if-1.0.0",
251 build_file = Label("//third_party/rust/cargo/remote:BUILD.cfg-if-1.0.0.bazel"),
252 )
253
254 maybe(
255 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200256 name = "raze__chrono__0_4_31",
257 url = "https://crates.io/api/v1/crates/chrono/0.4.31/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200258 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200259 sha256 = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38",
260 strip_prefix = "chrono-0.4.31",
261 build_file = Label("//third_party/rust/cargo/remote:BUILD.chrono-0.4.31.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200262 )
263
264 maybe(
265 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200266 name = "raze__clap__4_4_6",
267 url = "https://crates.io/api/v1/crates/clap/4.4.6/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200268 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200269 sha256 = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956",
270 strip_prefix = "clap-4.4.6",
271 build_file = Label("//third_party/rust/cargo/remote:BUILD.clap-4.4.6.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200272 )
273
274 maybe(
275 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200276 name = "raze__clap_builder__4_4_6",
277 url = "https://crates.io/api/v1/crates/clap_builder/4.4.6/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200278 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200279 sha256 = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45",
280 strip_prefix = "clap_builder-4.4.6",
281 build_file = Label("//third_party/rust/cargo/remote:BUILD.clap_builder-4.4.6.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200282 )
283
284 maybe(
285 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200286 name = "raze__clap_complete__4_4_3",
287 url = "https://crates.io/api/v1/crates/clap_complete/4.4.3/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200288 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200289 sha256 = "e3ae8ba90b9d8b007efe66e55e48fb936272f5ca00349b5b0e89877520d35ea7",
290 strip_prefix = "clap_complete-4.4.3",
291 build_file = Label("//third_party/rust/cargo/remote:BUILD.clap_complete-4.4.3.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200292 )
293
294 maybe(
295 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200296 name = "raze__clap_lex__0_5_1",
297 url = "https://crates.io/api/v1/crates/clap_lex/0.5.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200298 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200299 sha256 = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961",
300 strip_prefix = "clap_lex-0.5.1",
301 build_file = Label("//third_party/rust/cargo/remote:BUILD.clap_lex-0.5.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200302 )
303
304 maybe(
305 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200306 name = "raze__colorchoice__1_0_0",
307 url = "https://crates.io/api/v1/crates/colorchoice/1.0.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200308 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200309 sha256 = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7",
310 strip_prefix = "colorchoice-1.0.0",
311 build_file = Label("//third_party/rust/cargo/remote:BUILD.colorchoice-1.0.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200312 )
313
314 maybe(
315 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200316 name = "raze__core_foundation_sys__0_8_4",
317 url = "https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200318 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200319 sha256 = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa",
320 strip_prefix = "core-foundation-sys-0.8.4",
321 build_file = Label("//third_party/rust/cargo/remote:BUILD.core-foundation-sys-0.8.4.bazel"),
322 )
323
324 maybe(
325 http_archive,
326 name = "raze__cpufeatures__0_2_9",
327 url = "https://crates.io/api/v1/crates/cpufeatures/0.2.9/download",
328 type = "tar.gz",
329 sha256 = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1",
330 strip_prefix = "cpufeatures-0.2.9",
331 build_file = Label("//third_party/rust/cargo/remote:BUILD.cpufeatures-0.2.9.bazel"),
332 )
333
334 maybe(
335 http_archive,
336 name = "raze__crossbeam_channel__0_5_8",
337 url = "https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download",
338 type = "tar.gz",
339 sha256 = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200",
340 strip_prefix = "crossbeam-channel-0.5.8",
341 build_file = Label("//third_party/rust/cargo/remote:BUILD.crossbeam-channel-0.5.8.bazel"),
342 )
343
344 maybe(
345 http_archive,
346 name = "raze__crossbeam_utils__0_8_16",
347 url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download",
348 type = "tar.gz",
349 sha256 = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294",
350 strip_prefix = "crossbeam-utils-0.8.16",
351 build_file = Label("//third_party/rust/cargo/remote:BUILD.crossbeam-utils-0.8.16.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200352 )
353
354 maybe(
355 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +0100356 name = "raze__crypto_common__0_1_6",
357 url = "https://crates.io/api/v1/crates/crypto-common/0.1.6/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200358 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +0100359 sha256 = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3",
360 strip_prefix = "crypto-common-0.1.6",
361 build_file = Label("//third_party/rust/cargo/remote:BUILD.crypto-common-0.1.6.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200362 )
363
364 maybe(
365 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200366 name = "raze__data_encoding__2_4_0",
367 url = "https://crates.io/api/v1/crates/data-encoding/2.4.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200368 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200369 sha256 = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308",
370 strip_prefix = "data-encoding-2.4.0",
371 build_file = Label("//third_party/rust/cargo/remote:BUILD.data-encoding-2.4.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200372 )
373
374 maybe(
375 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200376 name = "raze__digest__0_10_7",
377 url = "https://crates.io/api/v1/crates/digest/0.10.7/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200378 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200379 sha256 = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292",
380 strip_prefix = "digest-0.10.7",
381 build_file = Label("//third_party/rust/cargo/remote:BUILD.digest-0.10.7.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200382 )
383
384 maybe(
385 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200386 name = "raze__either__1_9_0",
387 url = "https://crates.io/api/v1/crates/either/1.9.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200388 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200389 sha256 = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07",
390 strip_prefix = "either-1.9.0",
391 build_file = Label("//third_party/rust/cargo/remote:BUILD.either-1.9.0.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +0100392 )
393
394 maybe(
395 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200396 name = "raze__elasticlunr_rs__3_0_2",
397 url = "https://crates.io/api/v1/crates/elasticlunr-rs/3.0.2/download",
Leopold2aa8b182023-01-14 23:31:43 +0100398 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200399 sha256 = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571",
400 strip_prefix = "elasticlunr-rs-3.0.2",
401 build_file = Label("//third_party/rust/cargo/remote:BUILD.elasticlunr-rs-3.0.2.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +0100402 )
403
404 maybe(
405 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200406 name = "raze__env_logger__0_10_0",
407 url = "https://crates.io/api/v1/crates/env_logger/0.10.0/download",
Leopold2aa8b182023-01-14 23:31:43 +0100408 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200409 sha256 = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0",
410 strip_prefix = "env_logger-0.10.0",
411 build_file = Label("//third_party/rust/cargo/remote:BUILD.env_logger-0.10.0.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +0100412 )
413
414 maybe(
415 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200416 name = "raze__equivalent__1_0_1",
417 url = "https://crates.io/api/v1/crates/equivalent/1.0.1/download",
Leopold2aa8b182023-01-14 23:31:43 +0100418 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200419 sha256 = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5",
420 strip_prefix = "equivalent-1.0.1",
421 build_file = Label("//third_party/rust/cargo/remote:BUILD.equivalent-1.0.1.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +0100422 )
423
424 maybe(
425 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200426 name = "raze__errno__0_3_4",
427 url = "https://crates.io/api/v1/crates/errno/0.3.4/download",
Leopold2aa8b182023-01-14 23:31:43 +0100428 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200429 sha256 = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480",
430 strip_prefix = "errno-0.3.4",
431 build_file = Label("//third_party/rust/cargo/remote:BUILD.errno-0.3.4.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +0100432 )
433
434 maybe(
435 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200436 name = "raze__errno_dragonfly__0_1_2",
437 url = "https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download",
Leopold2aa8b182023-01-14 23:31:43 +0100438 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200439 sha256 = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf",
440 strip_prefix = "errno-dragonfly-0.1.2",
441 build_file = Label("//third_party/rust/cargo/remote:BUILD.errno-dragonfly-0.1.2.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +0100442 )
443
444 maybe(
445 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200446 name = "raze__fastrand__2_0_1",
447 url = "https://crates.io/api/v1/crates/fastrand/2.0.1/download",
Leopold2aa8b182023-01-14 23:31:43 +0100448 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200449 sha256 = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5",
450 strip_prefix = "fastrand-2.0.1",
451 build_file = Label("//third_party/rust/cargo/remote:BUILD.fastrand-2.0.1.bazel"),
452 )
453
454 maybe(
455 http_archive,
456 name = "raze__filetime__0_2_22",
457 url = "https://crates.io/api/v1/crates/filetime/0.2.22/download",
458 type = "tar.gz",
459 sha256 = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0",
460 strip_prefix = "filetime-0.2.22",
461 build_file = Label("//third_party/rust/cargo/remote:BUILD.filetime-0.2.22.bazel"),
462 )
463
464 maybe(
465 http_archive,
466 name = "raze__fixedbitset__0_4_2",
467 url = "https://crates.io/api/v1/crates/fixedbitset/0.4.2/download",
468 type = "tar.gz",
469 sha256 = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80",
470 strip_prefix = "fixedbitset-0.4.2",
471 build_file = Label("//third_party/rust/cargo/remote:BUILD.fixedbitset-0.4.2.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200472 )
473
474 maybe(
475 http_archive,
476 name = "raze__fnv__1_0_7",
477 url = "https://crates.io/api/v1/crates/fnv/1.0.7/download",
478 type = "tar.gz",
479 sha256 = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1",
480 strip_prefix = "fnv-1.0.7",
481 build_file = Label("//third_party/rust/cargo/remote:BUILD.fnv-1.0.7.bazel"),
482 )
483
484 maybe(
485 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200486 name = "raze__form_urlencoded__1_2_0",
487 url = "https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200488 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200489 sha256 = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652",
490 strip_prefix = "form_urlencoded-1.2.0",
491 build_file = Label("//third_party/rust/cargo/remote:BUILD.form_urlencoded-1.2.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200492 )
493
494 maybe(
495 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200496 name = "raze__fsevent_sys__4_1_0",
497 url = "https://crates.io/api/v1/crates/fsevent-sys/4.1.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200498 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200499 sha256 = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2",
500 strip_prefix = "fsevent-sys-4.1.0",
501 build_file = Label("//third_party/rust/cargo/remote:BUILD.fsevent-sys-4.1.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200502 )
503
504 maybe(
505 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +0100506 name = "raze__futf__0_1_5",
507 url = "https://crates.io/api/v1/crates/futf/0.1.5/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200508 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +0100509 sha256 = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843",
510 strip_prefix = "futf-0.1.5",
511 build_file = Label("//third_party/rust/cargo/remote:BUILD.futf-0.1.5.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200512 )
513
514 maybe(
515 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200516 name = "raze__futures_channel__0_3_28",
517 url = "https://crates.io/api/v1/crates/futures-channel/0.3.28/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200518 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200519 sha256 = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2",
520 strip_prefix = "futures-channel-0.3.28",
521 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-channel-0.3.28.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200522 )
523
524 maybe(
525 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200526 name = "raze__futures_core__0_3_28",
527 url = "https://crates.io/api/v1/crates/futures-core/0.3.28/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200528 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200529 sha256 = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c",
530 strip_prefix = "futures-core-0.3.28",
531 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-core-0.3.28.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200532 )
533
534 maybe(
535 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200536 name = "raze__futures_macro__0_3_28",
537 url = "https://crates.io/api/v1/crates/futures-macro/0.3.28/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200538 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200539 sha256 = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72",
540 strip_prefix = "futures-macro-0.3.28",
541 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-macro-0.3.28.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200542 )
543
544 maybe(
545 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200546 name = "raze__futures_sink__0_3_28",
547 url = "https://crates.io/api/v1/crates/futures-sink/0.3.28/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200548 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200549 sha256 = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e",
550 strip_prefix = "futures-sink-0.3.28",
551 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-sink-0.3.28.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200552 )
553
554 maybe(
555 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200556 name = "raze__futures_task__0_3_28",
557 url = "https://crates.io/api/v1/crates/futures-task/0.3.28/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200558 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200559 sha256 = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65",
560 strip_prefix = "futures-task-0.3.28",
561 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-task-0.3.28.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200562 )
563
564 maybe(
565 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200566 name = "raze__futures_util__0_3_28",
567 url = "https://crates.io/api/v1/crates/futures-util/0.3.28/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200568 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200569 sha256 = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533",
570 strip_prefix = "futures-util-0.3.28",
571 build_file = Label("//third_party/rust/cargo/remote:BUILD.futures-util-0.3.28.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200572 )
573
574 maybe(
575 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200576 name = "raze__generic_array__0_14_7",
577 url = "https://crates.io/api/v1/crates/generic-array/0.14.7/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200578 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200579 sha256 = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a",
580 strip_prefix = "generic-array-0.14.7",
581 build_file = Label("//third_party/rust/cargo/remote:BUILD.generic-array-0.14.7.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200582 )
583
584 maybe(
585 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200586 name = "raze__getrandom__0_2_10",
587 url = "https://crates.io/api/v1/crates/getrandom/0.2.10/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200588 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200589 sha256 = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427",
590 strip_prefix = "getrandom-0.2.10",
591 build_file = Label("//third_party/rust/cargo/remote:BUILD.getrandom-0.2.10.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200592 )
593
594 maybe(
595 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200596 name = "raze__gimli__0_28_0",
597 url = "https://crates.io/api/v1/crates/gimli/0.28.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200598 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200599 sha256 = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0",
600 strip_prefix = "gimli-0.28.0",
601 build_file = Label("//third_party/rust/cargo/remote:BUILD.gimli-0.28.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200602 )
603
604 maybe(
605 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200606 name = "raze__globset__0_4_13",
607 url = "https://crates.io/api/v1/crates/globset/0.4.13/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200608 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200609 sha256 = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d",
610 strip_prefix = "globset-0.4.13",
611 build_file = Label("//third_party/rust/cargo/remote:BUILD.globset-0.4.13.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200612 )
613
614 maybe(
615 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200616 name = "raze__h2__0_3_21",
617 url = "https://crates.io/api/v1/crates/h2/0.3.21/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200618 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200619 sha256 = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833",
620 strip_prefix = "h2-0.3.21",
621 build_file = Label("//third_party/rust/cargo/remote:BUILD.h2-0.3.21.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200622 )
623
624 maybe(
625 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200626 name = "raze__handlebars__4_4_0",
627 url = "https://crates.io/api/v1/crates/handlebars/4.4.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200628 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200629 sha256 = "c39b3bc2a8f715298032cf5087e58573809374b08160aa7d750582bdb82d2683",
630 strip_prefix = "handlebars-4.4.0",
631 build_file = Label("//third_party/rust/cargo/remote:BUILD.handlebars-4.4.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200632 )
633
634 maybe(
635 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +0100636 name = "raze__hashbrown__0_12_3",
637 url = "https://crates.io/api/v1/crates/hashbrown/0.12.3/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200638 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +0100639 sha256 = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888",
640 strip_prefix = "hashbrown-0.12.3",
641 build_file = Label("//third_party/rust/cargo/remote:BUILD.hashbrown-0.12.3.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200642 )
643
644 maybe(
645 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200646 name = "raze__hashbrown__0_14_1",
647 url = "https://crates.io/api/v1/crates/hashbrown/0.14.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200648 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200649 sha256 = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12",
650 strip_prefix = "hashbrown-0.14.1",
651 build_file = Label("//third_party/rust/cargo/remote:BUILD.hashbrown-0.14.1.bazel"),
652 )
653
654 maybe(
655 http_archive,
656 name = "raze__headers__0_3_9",
657 url = "https://crates.io/api/v1/crates/headers/0.3.9/download",
658 type = "tar.gz",
659 sha256 = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270",
660 strip_prefix = "headers-0.3.9",
661 build_file = Label("//third_party/rust/cargo/remote:BUILD.headers-0.3.9.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200662 )
663
664 maybe(
665 http_archive,
666 name = "raze__headers_core__0_2_0",
667 url = "https://crates.io/api/v1/crates/headers-core/0.2.0/download",
668 type = "tar.gz",
669 sha256 = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429",
670 strip_prefix = "headers-core-0.2.0",
671 build_file = Label("//third_party/rust/cargo/remote:BUILD.headers-core-0.2.0.bazel"),
672 )
673
674 maybe(
675 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200676 name = "raze__heck__0_4_1",
677 url = "https://crates.io/api/v1/crates/heck/0.4.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200678 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200679 sha256 = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8",
680 strip_prefix = "heck-0.4.1",
681 build_file = Label("//third_party/rust/cargo/remote:BUILD.heck-0.4.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200682 )
683
684 maybe(
685 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200686 name = "raze__hermit_abi__0_3_3",
687 url = "https://crates.io/api/v1/crates/hermit-abi/0.3.3/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200688 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200689 sha256 = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7",
690 strip_prefix = "hermit-abi-0.3.3",
691 build_file = Label("//third_party/rust/cargo/remote:BUILD.hermit-abi-0.3.3.bazel"),
692 )
693
694 maybe(
695 http_archive,
696 name = "raze__home__0_5_5",
697 url = "https://crates.io/api/v1/crates/home/0.5.5/download",
698 type = "tar.gz",
699 sha256 = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb",
700 strip_prefix = "home-0.5.5",
701 build_file = Label("//third_party/rust/cargo/remote:BUILD.home-0.5.5.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200702 )
703
704 maybe(
705 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +0100706 name = "raze__html5ever__0_26_0",
707 url = "https://crates.io/api/v1/crates/html5ever/0.26.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200708 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +0100709 sha256 = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7",
710 strip_prefix = "html5ever-0.26.0",
711 build_file = Label("//third_party/rust/cargo/remote:BUILD.html5ever-0.26.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200712 )
713
714 maybe(
715 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200716 name = "raze__http__0_2_9",
717 url = "https://crates.io/api/v1/crates/http/0.2.9/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200718 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200719 sha256 = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482",
720 strip_prefix = "http-0.2.9",
721 build_file = Label("//third_party/rust/cargo/remote:BUILD.http-0.2.9.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200722 )
723
724 maybe(
725 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +0100726 name = "raze__http_body__0_4_5",
727 url = "https://crates.io/api/v1/crates/http-body/0.4.5/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200728 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +0100729 sha256 = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1",
730 strip_prefix = "http-body-0.4.5",
731 build_file = Label("//third_party/rust/cargo/remote:BUILD.http-body-0.4.5.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200732 )
733
734 maybe(
735 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +0100736 name = "raze__httparse__1_8_0",
737 url = "https://crates.io/api/v1/crates/httparse/1.8.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200738 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +0100739 sha256 = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904",
740 strip_prefix = "httparse-1.8.0",
741 build_file = Label("//third_party/rust/cargo/remote:BUILD.httparse-1.8.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200742 )
743
744 maybe(
745 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200746 name = "raze__httpdate__1_0_3",
747 url = "https://crates.io/api/v1/crates/httpdate/1.0.3/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200748 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200749 sha256 = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9",
750 strip_prefix = "httpdate-1.0.3",
751 build_file = Label("//third_party/rust/cargo/remote:BUILD.httpdate-1.0.3.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200752 )
753
754 maybe(
755 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +0100756 name = "raze__humantime__2_1_0",
757 url = "https://crates.io/api/v1/crates/humantime/2.1.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200758 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +0100759 sha256 = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4",
760 strip_prefix = "humantime-2.1.0",
761 build_file = Label("//third_party/rust/cargo/remote:BUILD.humantime-2.1.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200762 )
763
764 maybe(
765 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200766 name = "raze__hyper__0_14_27",
767 url = "https://crates.io/api/v1/crates/hyper/0.14.27/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200768 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200769 sha256 = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468",
770 strip_prefix = "hyper-0.14.27",
771 build_file = Label("//third_party/rust/cargo/remote:BUILD.hyper-0.14.27.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200772 )
773
774 maybe(
775 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200776 name = "raze__iana_time_zone__0_1_57",
777 url = "https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200778 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200779 sha256 = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613",
780 strip_prefix = "iana-time-zone-0.1.57",
781 build_file = Label("//third_party/rust/cargo/remote:BUILD.iana-time-zone-0.1.57.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +0100782 )
783
784 maybe(
785 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200786 name = "raze__iana_time_zone_haiku__0_1_2",
787 url = "https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download",
Leopold2aa8b182023-01-14 23:31:43 +0100788 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200789 sha256 = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f",
790 strip_prefix = "iana-time-zone-haiku-0.1.2",
791 build_file = Label("//third_party/rust/cargo/remote:BUILD.iana-time-zone-haiku-0.1.2.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +0100792 )
793
794 maybe(
795 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200796 name = "raze__idna__0_4_0",
797 url = "https://crates.io/api/v1/crates/idna/0.4.0/download",
Leopold2aa8b182023-01-14 23:31:43 +0100798 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200799 sha256 = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c",
800 strip_prefix = "idna-0.4.0",
801 build_file = Label("//third_party/rust/cargo/remote:BUILD.idna-0.4.0.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +0100802 )
803
804 maybe(
805 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200806 name = "raze__ignore__0_4_20",
807 url = "https://crates.io/api/v1/crates/ignore/0.4.20/download",
Leopold2aa8b182023-01-14 23:31:43 +0100808 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200809 sha256 = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492",
810 strip_prefix = "ignore-0.4.20",
811 build_file = Label("//third_party/rust/cargo/remote:BUILD.ignore-0.4.20.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200812 )
813
814 maybe(
815 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200816 name = "raze__indexmap__1_9_3",
817 url = "https://crates.io/api/v1/crates/indexmap/1.9.3/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200818 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200819 sha256 = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99",
820 strip_prefix = "indexmap-1.9.3",
821 build_file = Label("//third_party/rust/cargo/remote:BUILD.indexmap-1.9.3.bazel"),
822 )
823
824 maybe(
825 http_archive,
826 name = "raze__indexmap__2_0_2",
827 url = "https://crates.io/api/v1/crates/indexmap/2.0.2/download",
828 type = "tar.gz",
829 sha256 = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897",
830 strip_prefix = "indexmap-2.0.2",
831 build_file = Label("//third_party/rust/cargo/remote:BUILD.indexmap-2.0.2.bazel"),
832 )
833
834 maybe(
835 http_archive,
836 name = "raze__inotify__0_9_6",
837 url = "https://crates.io/api/v1/crates/inotify/0.9.6/download",
838 type = "tar.gz",
839 sha256 = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff",
840 strip_prefix = "inotify-0.9.6",
841 build_file = Label("//third_party/rust/cargo/remote:BUILD.inotify-0.9.6.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200842 )
843
844 maybe(
845 http_archive,
846 name = "raze__inotify_sys__0_1_5",
847 url = "https://crates.io/api/v1/crates/inotify-sys/0.1.5/download",
848 type = "tar.gz",
849 sha256 = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb",
850 strip_prefix = "inotify-sys-0.1.5",
851 build_file = Label("//third_party/rust/cargo/remote:BUILD.inotify-sys-0.1.5.bazel"),
852 )
853
854 maybe(
855 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200856 name = "raze__is_terminal__0_4_9",
857 url = "https://crates.io/api/v1/crates/is-terminal/0.4.9/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200858 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200859 sha256 = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b",
860 strip_prefix = "is-terminal-0.4.9",
861 build_file = Label("//third_party/rust/cargo/remote:BUILD.is-terminal-0.4.9.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200862 )
863
864 maybe(
865 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200866 name = "raze__itertools__0_10_5",
867 url = "https://crates.io/api/v1/crates/itertools/0.10.5/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200868 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200869 sha256 = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473",
870 strip_prefix = "itertools-0.10.5",
871 build_file = Label("//third_party/rust/cargo/remote:BUILD.itertools-0.10.5.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200872 )
873
874 maybe(
875 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200876 name = "raze__itoa__1_0_9",
877 url = "https://crates.io/api/v1/crates/itoa/1.0.9/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200878 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200879 sha256 = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38",
880 strip_prefix = "itoa-1.0.9",
881 build_file = Label("//third_party/rust/cargo/remote:BUILD.itoa-1.0.9.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +0100882 )
883
884 maybe(
885 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200886 name = "raze__js_sys__0_3_64",
887 url = "https://crates.io/api/v1/crates/js-sys/0.3.64/download",
Leopold2aa8b182023-01-14 23:31:43 +0100888 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200889 sha256 = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a",
890 strip_prefix = "js-sys-0.3.64",
891 build_file = Label("//third_party/rust/cargo/remote:BUILD.js-sys-0.3.64.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200892 )
893
894 maybe(
895 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200896 name = "raze__kqueue__1_0_8",
897 url = "https://crates.io/api/v1/crates/kqueue/1.0.8/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200898 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200899 sha256 = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c",
900 strip_prefix = "kqueue-1.0.8",
901 build_file = Label("//third_party/rust/cargo/remote:BUILD.kqueue-1.0.8.bazel"),
902 )
903
904 maybe(
905 http_archive,
906 name = "raze__kqueue_sys__1_0_4",
907 url = "https://crates.io/api/v1/crates/kqueue-sys/1.0.4/download",
908 type = "tar.gz",
909 sha256 = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b",
910 strip_prefix = "kqueue-sys-1.0.4",
911 build_file = Label("//third_party/rust/cargo/remote:BUILD.kqueue-sys-1.0.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200912 )
913
914 maybe(
915 http_archive,
916 name = "raze__lazy_static__1_4_0",
917 url = "https://crates.io/api/v1/crates/lazy_static/1.4.0/download",
918 type = "tar.gz",
919 sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646",
920 strip_prefix = "lazy_static-1.4.0",
921 build_file = Label("//third_party/rust/cargo/remote:BUILD.lazy_static-1.4.0.bazel"),
922 )
923
924 maybe(
925 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200926 name = "raze__libc__0_2_148",
927 url = "https://crates.io/api/v1/crates/libc/0.2.148/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200928 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200929 sha256 = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b",
930 strip_prefix = "libc-0.2.148",
931 build_file = Label("//third_party/rust/cargo/remote:BUILD.libc-0.2.148.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200932 )
933
934 maybe(
935 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200936 name = "raze__linux_raw_sys__0_4_8",
937 url = "https://crates.io/api/v1/crates/linux-raw-sys/0.4.8/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200938 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200939 sha256 = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db",
940 strip_prefix = "linux-raw-sys-0.4.8",
941 build_file = Label("//third_party/rust/cargo/remote:BUILD.linux-raw-sys-0.4.8.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200942 )
943
944 maybe(
945 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200946 name = "raze__lock_api__0_4_10",
947 url = "https://crates.io/api/v1/crates/lock_api/0.4.10/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200948 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200949 sha256 = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16",
950 strip_prefix = "lock_api-0.4.10",
951 build_file = Label("//third_party/rust/cargo/remote:BUILD.lock_api-0.4.10.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +0100952 )
953
954 maybe(
955 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200956 name = "raze__log__0_4_20",
957 url = "https://crates.io/api/v1/crates/log/0.4.20/download",
Leopold2aa8b182023-01-14 23:31:43 +0100958 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200959 sha256 = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f",
960 strip_prefix = "log-0.4.20",
961 build_file = Label("//third_party/rust/cargo/remote:BUILD.log-0.4.20.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200962 )
963
964 maybe(
965 http_archive,
966 name = "raze__mac__0_1_1",
967 url = "https://crates.io/api/v1/crates/mac/0.1.1/download",
968 type = "tar.gz",
969 sha256 = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4",
970 strip_prefix = "mac-0.1.1",
971 build_file = Label("//third_party/rust/cargo/remote:BUILD.mac-0.1.1.bazel"),
972 )
973
974 maybe(
975 http_archive,
976 name = "raze__maplit__1_0_2",
977 url = "https://crates.io/api/v1/crates/maplit/1.0.2/download",
978 type = "tar.gz",
979 sha256 = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d",
980 strip_prefix = "maplit-1.0.2",
981 build_file = Label("//third_party/rust/cargo/remote:BUILD.maplit-1.0.2.bazel"),
982 )
983
984 maybe(
985 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +0100986 name = "raze__markup5ever__0_11_0",
987 url = "https://crates.io/api/v1/crates/markup5ever/0.11.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200988 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +0100989 sha256 = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016",
990 strip_prefix = "markup5ever-0.11.0",
991 build_file = Label("//third_party/rust/cargo/remote:BUILD.markup5ever-0.11.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200992 )
993
994 maybe(
995 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +0200996 name = "raze__mdbook__0_4_35",
997 url = "https://crates.io/api/v1/crates/mdbook/0.4.35/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +0200998 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +0200999 sha256 = "1c3f88addd34930bc5f01b9dc19f780447e51c92bf2536e3ded058018271775d",
1000 strip_prefix = "mdbook-0.4.35",
1001 build_file = Label("//third_party/rust/cargo/remote:BUILD.mdbook-0.4.35.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001002 )
1003
1004 maybe(
1005 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001006 name = "raze__memchr__2_6_4",
1007 url = "https://crates.io/api/v1/crates/memchr/2.6.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001008 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001009 sha256 = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167",
1010 strip_prefix = "memchr-2.6.4",
1011 build_file = Label("//third_party/rust/cargo/remote:BUILD.memchr-2.6.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001012 )
1013
1014 maybe(
1015 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001016 name = "raze__mime__0_3_17",
1017 url = "https://crates.io/api/v1/crates/mime/0.3.17/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001018 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001019 sha256 = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a",
1020 strip_prefix = "mime-0.3.17",
1021 build_file = Label("//third_party/rust/cargo/remote:BUILD.mime-0.3.17.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001022 )
1023
1024 maybe(
1025 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001026 name = "raze__mime_guess__2_0_4",
1027 url = "https://crates.io/api/v1/crates/mime_guess/2.0.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001028 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001029 sha256 = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef",
1030 strip_prefix = "mime_guess-2.0.4",
1031 build_file = Label("//third_party/rust/cargo/remote:BUILD.mime_guess-2.0.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001032 )
1033
1034 maybe(
1035 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001036 name = "raze__miniz_oxide__0_7_1",
1037 url = "https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001038 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001039 sha256 = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7",
1040 strip_prefix = "miniz_oxide-0.7.1",
1041 build_file = Label("//third_party/rust/cargo/remote:BUILD.miniz_oxide-0.7.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001042 )
1043
1044 maybe(
1045 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001046 name = "raze__mio__0_8_8",
1047 url = "https://crates.io/api/v1/crates/mio/0.8.8/download",
Leopold2aa8b182023-01-14 23:31:43 +01001048 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001049 sha256 = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2",
1050 strip_prefix = "mio-0.8.8",
1051 build_file = Label("//third_party/rust/cargo/remote:BUILD.mio-0.8.8.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01001052 )
1053
1054 maybe(
1055 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001056 name = "raze__multimap__0_8_3",
1057 url = "https://crates.io/api/v1/crates/multimap/0.8.3/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001058 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001059 sha256 = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a",
1060 strip_prefix = "multimap-0.8.3",
1061 build_file = Label("//third_party/rust/cargo/remote:BUILD.multimap-0.8.3.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001062 )
1063
1064 maybe(
1065 http_archive,
1066 name = "raze__new_debug_unreachable__1_0_4",
1067 url = "https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download",
1068 type = "tar.gz",
1069 sha256 = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54",
1070 strip_prefix = "new_debug_unreachable-1.0.4",
1071 build_file = Label("//third_party/rust/cargo/remote:BUILD.new_debug_unreachable-1.0.4.bazel"),
1072 )
1073
1074 maybe(
1075 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001076 name = "raze__normpath__1_1_1",
1077 url = "https://crates.io/api/v1/crates/normpath/1.1.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001078 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001079 sha256 = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5",
1080 strip_prefix = "normpath-1.1.1",
1081 build_file = Label("//third_party/rust/cargo/remote:BUILD.normpath-1.1.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001082 )
1083
1084 maybe(
1085 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001086 name = "raze__notify__6_1_1",
1087 url = "https://crates.io/api/v1/crates/notify/6.1.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001088 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001089 sha256 = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d",
1090 strip_prefix = "notify-6.1.1",
1091 build_file = Label("//third_party/rust/cargo/remote:BUILD.notify-6.1.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001092 )
1093
1094 maybe(
1095 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001096 name = "raze__notify_debouncer_mini__0_3_0",
1097 url = "https://crates.io/api/v1/crates/notify-debouncer-mini/0.3.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001098 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001099 sha256 = "e55ee272914f4563a2f8b8553eb6811f3c0caea81c756346bad15b7e3ef969f0",
1100 strip_prefix = "notify-debouncer-mini-0.3.0",
1101 build_file = Label("//third_party/rust/cargo/remote:BUILD.notify-debouncer-mini-0.3.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001102 )
1103
1104 maybe(
1105 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001106 name = "raze__num_traits__0_2_16",
1107 url = "https://crates.io/api/v1/crates/num-traits/0.2.16/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001108 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001109 sha256 = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2",
1110 strip_prefix = "num-traits-0.2.16",
1111 build_file = Label("//third_party/rust/cargo/remote:BUILD.num-traits-0.2.16.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001112 )
1113
1114 maybe(
1115 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001116 name = "raze__num_cpus__1_16_0",
1117 url = "https://crates.io/api/v1/crates/num_cpus/1.16.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001118 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001119 sha256 = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43",
1120 strip_prefix = "num_cpus-1.16.0",
1121 build_file = Label("//third_party/rust/cargo/remote:BUILD.num_cpus-1.16.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001122 )
1123
1124 maybe(
1125 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001126 name = "raze__object__0_32_1",
1127 url = "https://crates.io/api/v1/crates/object/0.32.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001128 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001129 sha256 = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0",
1130 strip_prefix = "object-0.32.1",
1131 build_file = Label("//third_party/rust/cargo/remote:BUILD.object-0.32.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001132 )
1133
1134 maybe(
1135 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001136 name = "raze__once_cell__1_18_0",
1137 url = "https://crates.io/api/v1/crates/once_cell/1.18.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001138 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001139 sha256 = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d",
1140 strip_prefix = "once_cell-1.18.0",
1141 build_file = Label("//third_party/rust/cargo/remote:BUILD.once_cell-1.18.0.bazel"),
1142 )
1143
1144 maybe(
1145 http_archive,
1146 name = "raze__opener__0_6_1",
1147 url = "https://crates.io/api/v1/crates/opener/0.6.1/download",
1148 type = "tar.gz",
1149 sha256 = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788",
1150 strip_prefix = "opener-0.6.1",
1151 build_file = Label("//third_party/rust/cargo/remote:BUILD.opener-0.6.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001152 )
1153
1154 maybe(
1155 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001156 name = "raze__parking_lot__0_12_1",
1157 url = "https://crates.io/api/v1/crates/parking_lot/0.12.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001158 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001159 sha256 = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f",
1160 strip_prefix = "parking_lot-0.12.1",
1161 build_file = Label("//third_party/rust/cargo/remote:BUILD.parking_lot-0.12.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001162 )
1163
1164 maybe(
1165 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001166 name = "raze__parking_lot_core__0_9_8",
1167 url = "https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001168 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001169 sha256 = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447",
1170 strip_prefix = "parking_lot_core-0.9.8",
1171 build_file = Label("//third_party/rust/cargo/remote:BUILD.parking_lot_core-0.9.8.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001172 )
1173
1174 maybe(
1175 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001176 name = "raze__percent_encoding__2_3_0",
1177 url = "https://crates.io/api/v1/crates/percent-encoding/2.3.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001178 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001179 sha256 = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94",
1180 strip_prefix = "percent-encoding-2.3.0",
1181 build_file = Label("//third_party/rust/cargo/remote:BUILD.percent-encoding-2.3.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001182 )
1183
1184 maybe(
1185 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001186 name = "raze__pest__2_7_4",
1187 url = "https://crates.io/api/v1/crates/pest/2.7.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001188 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001189 sha256 = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4",
1190 strip_prefix = "pest-2.7.4",
1191 build_file = Label("//third_party/rust/cargo/remote:BUILD.pest-2.7.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001192 )
1193
1194 maybe(
1195 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001196 name = "raze__pest_derive__2_7_4",
1197 url = "https://crates.io/api/v1/crates/pest_derive/2.7.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001198 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001199 sha256 = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8",
1200 strip_prefix = "pest_derive-2.7.4",
1201 build_file = Label("//third_party/rust/cargo/remote:BUILD.pest_derive-2.7.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001202 )
1203
1204 maybe(
1205 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001206 name = "raze__pest_generator__2_7_4",
1207 url = "https://crates.io/api/v1/crates/pest_generator/2.7.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001208 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001209 sha256 = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a",
1210 strip_prefix = "pest_generator-2.7.4",
1211 build_file = Label("//third_party/rust/cargo/remote:BUILD.pest_generator-2.7.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001212 )
1213
1214 maybe(
1215 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001216 name = "raze__pest_meta__2_7_4",
1217 url = "https://crates.io/api/v1/crates/pest_meta/2.7.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001218 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001219 sha256 = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d",
1220 strip_prefix = "pest_meta-2.7.4",
1221 build_file = Label("//third_party/rust/cargo/remote:BUILD.pest_meta-2.7.4.bazel"),
1222 )
1223
1224 maybe(
1225 http_archive,
1226 name = "raze__petgraph__0_6_4",
1227 url = "https://crates.io/api/v1/crates/petgraph/0.6.4/download",
1228 type = "tar.gz",
1229 sha256 = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9",
1230 strip_prefix = "petgraph-0.6.4",
1231 build_file = Label("//third_party/rust/cargo/remote:BUILD.petgraph-0.6.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001232 )
1233
1234 maybe(
1235 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001236 name = "raze__phf__0_10_1",
1237 url = "https://crates.io/api/v1/crates/phf/0.10.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001238 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001239 sha256 = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259",
1240 strip_prefix = "phf-0.10.1",
1241 build_file = Label("//third_party/rust/cargo/remote:BUILD.phf-0.10.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001242 )
1243
1244 maybe(
1245 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001246 name = "raze__phf_codegen__0_10_0",
1247 url = "https://crates.io/api/v1/crates/phf_codegen/0.10.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001248 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001249 sha256 = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd",
1250 strip_prefix = "phf_codegen-0.10.0",
1251 build_file = Label("//third_party/rust/cargo/remote:BUILD.phf_codegen-0.10.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001252 )
1253
1254 maybe(
1255 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001256 name = "raze__phf_generator__0_10_0",
1257 url = "https://crates.io/api/v1/crates/phf_generator/0.10.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001258 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001259 sha256 = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6",
1260 strip_prefix = "phf_generator-0.10.0",
1261 build_file = Label("//third_party/rust/cargo/remote:BUILD.phf_generator-0.10.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001262 )
1263
1264 maybe(
1265 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001266 name = "raze__phf_shared__0_10_0",
1267 url = "https://crates.io/api/v1/crates/phf_shared/0.10.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001268 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001269 sha256 = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096",
1270 strip_prefix = "phf_shared-0.10.0",
1271 build_file = Label("//third_party/rust/cargo/remote:BUILD.phf_shared-0.10.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001272 )
1273
1274 maybe(
1275 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001276 name = "raze__pin_project__1_1_3",
1277 url = "https://crates.io/api/v1/crates/pin-project/1.1.3/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001278 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001279 sha256 = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422",
1280 strip_prefix = "pin-project-1.1.3",
1281 build_file = Label("//third_party/rust/cargo/remote:BUILD.pin-project-1.1.3.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001282 )
1283
1284 maybe(
1285 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001286 name = "raze__pin_project_internal__1_1_3",
1287 url = "https://crates.io/api/v1/crates/pin-project-internal/1.1.3/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001288 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001289 sha256 = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405",
1290 strip_prefix = "pin-project-internal-1.1.3",
1291 build_file = Label("//third_party/rust/cargo/remote:BUILD.pin-project-internal-1.1.3.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001292 )
1293
1294 maybe(
1295 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001296 name = "raze__pin_project_lite__0_2_13",
1297 url = "https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001298 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001299 sha256 = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58",
1300 strip_prefix = "pin-project-lite-0.2.13",
1301 build_file = Label("//third_party/rust/cargo/remote:BUILD.pin-project-lite-0.2.13.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001302 )
1303
1304 maybe(
1305 http_archive,
1306 name = "raze__pin_utils__0_1_0",
1307 url = "https://crates.io/api/v1/crates/pin-utils/0.1.0/download",
1308 type = "tar.gz",
1309 sha256 = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184",
1310 strip_prefix = "pin-utils-0.1.0",
1311 build_file = Label("//third_party/rust/cargo/remote:BUILD.pin-utils-0.1.0.bazel"),
1312 )
1313
1314 maybe(
1315 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001316 name = "raze__ppv_lite86__0_2_17",
1317 url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001318 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001319 sha256 = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de",
1320 strip_prefix = "ppv-lite86-0.2.17",
1321 build_file = Label("//third_party/rust/cargo/remote:BUILD.ppv-lite86-0.2.17.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001322 )
1323
1324 maybe(
1325 http_archive,
1326 name = "raze__precomputed_hash__0_1_1",
1327 url = "https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download",
1328 type = "tar.gz",
1329 sha256 = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c",
1330 strip_prefix = "precomputed-hash-0.1.1",
1331 build_file = Label("//third_party/rust/cargo/remote:BUILD.precomputed-hash-0.1.1.bazel"),
1332 )
1333
1334 maybe(
1335 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001336 name = "raze__proc_macro2__1_0_67",
1337 url = "https://crates.io/api/v1/crates/proc-macro2/1.0.67/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001338 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001339 sha256 = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328",
1340 strip_prefix = "proc-macro2-1.0.67",
1341 build_file = Label("//third_party/rust/cargo/remote:BUILD.proc-macro2-1.0.67.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001342 )
1343
1344 maybe(
1345 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001346 name = "raze__prost__0_11_9",
1347 url = "https://crates.io/api/v1/crates/prost/0.11.9/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001348 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001349 sha256 = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd",
1350 strip_prefix = "prost-0.11.9",
1351 build_file = Label("//third_party/rust/cargo/remote:BUILD.prost-0.11.9.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001352 )
1353
1354 maybe(
1355 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001356 name = "raze__prost_build__0_11_9",
1357 url = "https://crates.io/api/v1/crates/prost-build/0.11.9/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001358 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001359 sha256 = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270",
1360 strip_prefix = "prost-build-0.11.9",
1361 build_file = Label("//third_party/rust/cargo/remote:BUILD.prost-build-0.11.9.bazel"),
1362 )
1363
1364 maybe(
1365 http_archive,
1366 name = "raze__prost_derive__0_11_9",
1367 url = "https://crates.io/api/v1/crates/prost-derive/0.11.9/download",
1368 type = "tar.gz",
1369 sha256 = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4",
1370 strip_prefix = "prost-derive-0.11.9",
1371 build_file = Label("//third_party/rust/cargo/remote:BUILD.prost-derive-0.11.9.bazel"),
1372 )
1373
1374 maybe(
1375 http_archive,
1376 name = "raze__prost_types__0_11_9",
1377 url = "https://crates.io/api/v1/crates/prost-types/0.11.9/download",
1378 type = "tar.gz",
1379 sha256 = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13",
1380 strip_prefix = "prost-types-0.11.9",
1381 build_file = Label("//third_party/rust/cargo/remote:BUILD.prost-types-0.11.9.bazel"),
1382 )
1383
1384 maybe(
1385 http_archive,
1386 name = "raze__protoc_gen_prost__0_2_3",
1387 url = "https://crates.io/api/v1/crates/protoc-gen-prost/0.2.3/download",
1388 type = "tar.gz",
1389 sha256 = "10dfa031ad41fdcfb180de73ece3ed076250f1132a13ad6bba218699f612fb95",
1390 strip_prefix = "protoc-gen-prost-0.2.3",
1391 build_file = Label("//third_party/rust/cargo/remote:BUILD.protoc-gen-prost-0.2.3.bazel"),
1392 )
1393
1394 maybe(
1395 http_archive,
1396 name = "raze__pulldown_cmark__0_9_3",
1397 url = "https://crates.io/api/v1/crates/pulldown-cmark/0.9.3/download",
1398 type = "tar.gz",
1399 sha256 = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998",
1400 strip_prefix = "pulldown-cmark-0.9.3",
1401 build_file = Label("//third_party/rust/cargo/remote:BUILD.pulldown-cmark-0.9.3.bazel"),
1402 )
1403
1404 maybe(
1405 http_archive,
1406 name = "raze__quote__1_0_33",
1407 url = "https://crates.io/api/v1/crates/quote/1.0.33/download",
1408 type = "tar.gz",
1409 sha256 = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae",
1410 strip_prefix = "quote-1.0.33",
1411 build_file = Label("//third_party/rust/cargo/remote:BUILD.quote-1.0.33.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001412 )
1413
1414 maybe(
1415 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001416 name = "raze__rand__0_8_5",
1417 url = "https://crates.io/api/v1/crates/rand/0.8.5/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001418 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001419 sha256 = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404",
1420 strip_prefix = "rand-0.8.5",
1421 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand-0.8.5.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001422 )
1423
1424 maybe(
1425 http_archive,
1426 name = "raze__rand_chacha__0_3_1",
1427 url = "https://crates.io/api/v1/crates/rand_chacha/0.3.1/download",
1428 type = "tar.gz",
1429 sha256 = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88",
1430 strip_prefix = "rand_chacha-0.3.1",
1431 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand_chacha-0.3.1.bazel"),
1432 )
1433
1434 maybe(
1435 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001436 name = "raze__rand_core__0_6_4",
1437 url = "https://crates.io/api/v1/crates/rand_core/0.6.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001438 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001439 sha256 = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c",
1440 strip_prefix = "rand_core-0.6.4",
1441 build_file = Label("//third_party/rust/cargo/remote:BUILD.rand_core-0.6.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001442 )
1443
1444 maybe(
1445 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001446 name = "raze__redox_syscall__0_3_5",
1447 url = "https://crates.io/api/v1/crates/redox_syscall/0.3.5/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001448 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001449 sha256 = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29",
1450 strip_prefix = "redox_syscall-0.3.5",
1451 build_file = Label("//third_party/rust/cargo/remote:BUILD.redox_syscall-0.3.5.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001452 )
1453
1454 maybe(
1455 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001456 name = "raze__regex__1_9_6",
1457 url = "https://crates.io/api/v1/crates/regex/1.9.6/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001458 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001459 sha256 = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff",
1460 strip_prefix = "regex-1.9.6",
1461 build_file = Label("//third_party/rust/cargo/remote:BUILD.regex-1.9.6.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001462 )
1463
1464 maybe(
1465 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001466 name = "raze__regex_automata__0_3_9",
1467 url = "https://crates.io/api/v1/crates/regex-automata/0.3.9/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001468 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001469 sha256 = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9",
1470 strip_prefix = "regex-automata-0.3.9",
1471 build_file = Label("//third_party/rust/cargo/remote:BUILD.regex-automata-0.3.9.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001472 )
1473
1474 maybe(
1475 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001476 name = "raze__regex_syntax__0_7_5",
1477 url = "https://crates.io/api/v1/crates/regex-syntax/0.7.5/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001478 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001479 sha256 = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da",
1480 strip_prefix = "regex-syntax-0.7.5",
1481 build_file = Label("//third_party/rust/cargo/remote:BUILD.regex-syntax-0.7.5.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001482 )
1483
1484 maybe(
1485 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001486 name = "raze__rustc_demangle__0_1_23",
1487 url = "https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001488 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001489 sha256 = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76",
1490 strip_prefix = "rustc-demangle-0.1.23",
1491 build_file = Label("//third_party/rust/cargo/remote:BUILD.rustc-demangle-0.1.23.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001492 )
1493
1494 maybe(
1495 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001496 name = "raze__rustix__0_38_15",
1497 url = "https://crates.io/api/v1/crates/rustix/0.38.15/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001498 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001499 sha256 = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531",
1500 strip_prefix = "rustix-0.38.15",
1501 build_file = Label("//third_party/rust/cargo/remote:BUILD.rustix-0.38.15.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01001502 )
1503
1504 maybe(
1505 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001506 name = "raze__rustls_pemfile__1_0_3",
1507 url = "https://crates.io/api/v1/crates/rustls-pemfile/1.0.3/download",
Leopold2aa8b182023-01-14 23:31:43 +01001508 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001509 sha256 = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2",
1510 strip_prefix = "rustls-pemfile-1.0.3",
1511 build_file = Label("//third_party/rust/cargo/remote:BUILD.rustls-pemfile-1.0.3.bazel"),
1512 )
1513
1514 maybe(
1515 http_archive,
1516 name = "raze__ryu__1_0_15",
1517 url = "https://crates.io/api/v1/crates/ryu/1.0.15/download",
1518 type = "tar.gz",
1519 sha256 = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741",
1520 strip_prefix = "ryu-1.0.15",
1521 build_file = Label("//third_party/rust/cargo/remote:BUILD.ryu-1.0.15.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001522 )
1523
1524 maybe(
1525 http_archive,
1526 name = "raze__same_file__1_0_6",
1527 url = "https://crates.io/api/v1/crates/same-file/1.0.6/download",
1528 type = "tar.gz",
1529 sha256 = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502",
1530 strip_prefix = "same-file-1.0.6",
1531 build_file = Label("//third_party/rust/cargo/remote:BUILD.same-file-1.0.6.bazel"),
1532 )
1533
1534 maybe(
1535 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001536 name = "raze__scoped_tls__1_0_1",
1537 url = "https://crates.io/api/v1/crates/scoped-tls/1.0.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001538 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001539 sha256 = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294",
1540 strip_prefix = "scoped-tls-1.0.1",
1541 build_file = Label("//third_party/rust/cargo/remote:BUILD.scoped-tls-1.0.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001542 )
1543
1544 maybe(
1545 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001546 name = "raze__scopeguard__1_2_0",
1547 url = "https://crates.io/api/v1/crates/scopeguard/1.2.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001548 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001549 sha256 = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49",
1550 strip_prefix = "scopeguard-1.2.0",
1551 build_file = Label("//third_party/rust/cargo/remote:BUILD.scopeguard-1.2.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001552 )
1553
1554 maybe(
1555 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001556 name = "raze__serde__1_0_188",
1557 url = "https://crates.io/api/v1/crates/serde/1.0.188/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001558 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001559 sha256 = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e",
1560 strip_prefix = "serde-1.0.188",
1561 build_file = Label("//third_party/rust/cargo/remote:BUILD.serde-1.0.188.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001562 )
1563
1564 maybe(
1565 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001566 name = "raze__serde_derive__1_0_188",
1567 url = "https://crates.io/api/v1/crates/serde_derive/1.0.188/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001568 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001569 sha256 = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2",
1570 strip_prefix = "serde_derive-1.0.188",
1571 build_file = Label("//third_party/rust/cargo/remote:BUILD.serde_derive-1.0.188.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001572 )
1573
1574 maybe(
1575 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001576 name = "raze__serde_json__1_0_107",
1577 url = "https://crates.io/api/v1/crates/serde_json/1.0.107/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001578 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001579 sha256 = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65",
1580 strip_prefix = "serde_json-1.0.107",
1581 build_file = Label("//third_party/rust/cargo/remote:BUILD.serde_json-1.0.107.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001582 )
1583
1584 maybe(
1585 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001586 name = "raze__serde_urlencoded__0_7_1",
1587 url = "https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001588 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001589 sha256 = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd",
1590 strip_prefix = "serde_urlencoded-0.7.1",
1591 build_file = Label("//third_party/rust/cargo/remote:BUILD.serde_urlencoded-0.7.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001592 )
1593
1594 maybe(
1595 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001596 name = "raze__sha1__0_10_6",
1597 url = "https://crates.io/api/v1/crates/sha1/0.10.6/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001598 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001599 sha256 = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba",
1600 strip_prefix = "sha1-0.10.6",
1601 build_file = Label("//third_party/rust/cargo/remote:BUILD.sha1-0.10.6.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001602 )
1603
1604 maybe(
1605 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001606 name = "raze__sha2__0_10_8",
1607 url = "https://crates.io/api/v1/crates/sha2/0.10.8/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001608 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001609 sha256 = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8",
1610 strip_prefix = "sha2-0.10.8",
1611 build_file = Label("//third_party/rust/cargo/remote:BUILD.sha2-0.10.8.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001612 )
1613
1614 maybe(
1615 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001616 name = "raze__shlex__1_2_0",
1617 url = "https://crates.io/api/v1/crates/shlex/1.2.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001618 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001619 sha256 = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380",
1620 strip_prefix = "shlex-1.2.0",
1621 build_file = Label("//third_party/rust/cargo/remote:BUILD.shlex-1.2.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001622 )
1623
1624 maybe(
1625 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001626 name = "raze__siphasher__0_3_11",
1627 url = "https://crates.io/api/v1/crates/siphasher/0.3.11/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001628 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001629 sha256 = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d",
1630 strip_prefix = "siphasher-0.3.11",
1631 build_file = Label("//third_party/rust/cargo/remote:BUILD.siphasher-0.3.11.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001632 )
1633
1634 maybe(
1635 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001636 name = "raze__slab__0_4_9",
1637 url = "https://crates.io/api/v1/crates/slab/0.4.9/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001638 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001639 sha256 = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67",
1640 strip_prefix = "slab-0.4.9",
1641 build_file = Label("//third_party/rust/cargo/remote:BUILD.slab-0.4.9.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001642 )
1643
1644 maybe(
1645 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001646 name = "raze__smallvec__1_11_1",
1647 url = "https://crates.io/api/v1/crates/smallvec/1.11.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001648 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001649 sha256 = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a",
1650 strip_prefix = "smallvec-1.11.1",
1651 build_file = Label("//third_party/rust/cargo/remote:BUILD.smallvec-1.11.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001652 )
1653
1654 maybe(
1655 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001656 name = "raze__socket2__0_4_9",
1657 url = "https://crates.io/api/v1/crates/socket2/0.4.9/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001658 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001659 sha256 = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662",
1660 strip_prefix = "socket2-0.4.9",
1661 build_file = Label("//third_party/rust/cargo/remote:BUILD.socket2-0.4.9.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001662 )
1663
1664 maybe(
1665 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001666 name = "raze__socket2__0_5_4",
1667 url = "https://crates.io/api/v1/crates/socket2/0.5.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001668 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001669 sha256 = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e",
1670 strip_prefix = "socket2-0.5.4",
1671 build_file = Label("//third_party/rust/cargo/remote:BUILD.socket2-0.5.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001672 )
1673
1674 maybe(
1675 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001676 name = "raze__string_cache__0_8_7",
1677 url = "https://crates.io/api/v1/crates/string_cache/0.8.7/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001678 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001679 sha256 = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b",
1680 strip_prefix = "string_cache-0.8.7",
1681 build_file = Label("//third_party/rust/cargo/remote:BUILD.string_cache-0.8.7.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001682 )
1683
1684 maybe(
1685 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001686 name = "raze__string_cache_codegen__0_5_2",
1687 url = "https://crates.io/api/v1/crates/string_cache_codegen/0.5.2/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001688 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001689 sha256 = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988",
1690 strip_prefix = "string_cache_codegen-0.5.2",
1691 build_file = Label("//third_party/rust/cargo/remote:BUILD.string_cache_codegen-0.5.2.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001692 )
1693
1694 maybe(
1695 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001696 name = "raze__strsim__0_10_0",
1697 url = "https://crates.io/api/v1/crates/strsim/0.10.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001698 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001699 sha256 = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623",
1700 strip_prefix = "strsim-0.10.0",
1701 build_file = Label("//third_party/rust/cargo/remote:BUILD.strsim-0.10.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001702 )
1703
1704 maybe(
1705 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001706 name = "raze__syn__1_0_109",
1707 url = "https://crates.io/api/v1/crates/syn/1.0.109/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001708 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001709 sha256 = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237",
1710 strip_prefix = "syn-1.0.109",
1711 build_file = Label("//third_party/rust/cargo/remote:BUILD.syn-1.0.109.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001712 )
1713
1714 maybe(
1715 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001716 name = "raze__syn__2_0_37",
1717 url = "https://crates.io/api/v1/crates/syn/2.0.37/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001718 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001719 sha256 = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8",
1720 strip_prefix = "syn-2.0.37",
1721 build_file = Label("//third_party/rust/cargo/remote:BUILD.syn-2.0.37.bazel"),
1722 )
1723
1724 maybe(
1725 http_archive,
1726 name = "raze__tempfile__3_8_0",
1727 url = "https://crates.io/api/v1/crates/tempfile/3.8.0/download",
1728 type = "tar.gz",
1729 sha256 = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef",
1730 strip_prefix = "tempfile-3.8.0",
1731 build_file = Label("//third_party/rust/cargo/remote:BUILD.tempfile-3.8.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001732 )
1733
1734 maybe(
1735 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001736 name = "raze__tendril__0_4_3",
1737 url = "https://crates.io/api/v1/crates/tendril/0.4.3/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001738 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001739 sha256 = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0",
1740 strip_prefix = "tendril-0.4.3",
1741 build_file = Label("//third_party/rust/cargo/remote:BUILD.tendril-0.4.3.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001742 )
1743
1744 maybe(
1745 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001746 name = "raze__termcolor__1_3_0",
1747 url = "https://crates.io/api/v1/crates/termcolor/1.3.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001748 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001749 sha256 = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64",
1750 strip_prefix = "termcolor-1.3.0",
1751 build_file = Label("//third_party/rust/cargo/remote:BUILD.termcolor-1.3.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001752 )
1753
1754 maybe(
1755 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001756 name = "raze__terminal_size__0_3_0",
1757 url = "https://crates.io/api/v1/crates/terminal_size/0.3.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001758 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001759 sha256 = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7",
1760 strip_prefix = "terminal_size-0.3.0",
1761 build_file = Label("//third_party/rust/cargo/remote:BUILD.terminal_size-0.3.0.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01001762 )
1763
1764 maybe(
1765 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001766 name = "raze__thiserror__1_0_49",
1767 url = "https://crates.io/api/v1/crates/thiserror/1.0.49/download",
Leopold2aa8b182023-01-14 23:31:43 +01001768 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001769 sha256 = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4",
1770 strip_prefix = "thiserror-1.0.49",
1771 build_file = Label("//third_party/rust/cargo/remote:BUILD.thiserror-1.0.49.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01001772 )
1773
1774 maybe(
1775 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001776 name = "raze__thiserror_impl__1_0_49",
1777 url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.49/download",
Leopold2aa8b182023-01-14 23:31:43 +01001778 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001779 sha256 = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc",
1780 strip_prefix = "thiserror-impl-1.0.49",
1781 build_file = Label("//third_party/rust/cargo/remote:BUILD.thiserror-impl-1.0.49.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01001782 )
1783
1784 maybe(
1785 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001786 name = "raze__thread_local__1_1_7",
1787 url = "https://crates.io/api/v1/crates/thread_local/1.1.7/download",
Leopold2aa8b182023-01-14 23:31:43 +01001788 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001789 sha256 = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152",
1790 strip_prefix = "thread_local-1.1.7",
1791 build_file = Label("//third_party/rust/cargo/remote:BUILD.thread_local-1.1.7.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01001792 )
1793
1794 maybe(
1795 http_archive,
1796 name = "raze__tinyvec__1_6_0",
1797 url = "https://crates.io/api/v1/crates/tinyvec/1.6.0/download",
1798 type = "tar.gz",
1799 sha256 = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50",
1800 strip_prefix = "tinyvec-1.6.0",
1801 build_file = Label("//third_party/rust/cargo/remote:BUILD.tinyvec-1.6.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001802 )
1803
1804 maybe(
1805 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001806 name = "raze__tinyvec_macros__0_1_1",
1807 url = "https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001808 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001809 sha256 = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20",
1810 strip_prefix = "tinyvec_macros-0.1.1",
1811 build_file = Label("//third_party/rust/cargo/remote:BUILD.tinyvec_macros-0.1.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001812 )
1813
1814 maybe(
1815 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001816 name = "raze__tokio__1_32_0",
1817 url = "https://crates.io/api/v1/crates/tokio/1.32.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001818 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001819 sha256 = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9",
1820 strip_prefix = "tokio-1.32.0",
1821 build_file = Label("//third_party/rust/cargo/remote:BUILD.tokio-1.32.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001822 )
1823
1824 maybe(
1825 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001826 name = "raze__tokio_macros__2_1_0",
1827 url = "https://crates.io/api/v1/crates/tokio-macros/2.1.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001828 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001829 sha256 = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e",
1830 strip_prefix = "tokio-macros-2.1.0",
1831 build_file = Label("//third_party/rust/cargo/remote:BUILD.tokio-macros-2.1.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001832 )
1833
1834 maybe(
1835 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001836 name = "raze__tokio_stream__0_1_14",
1837 url = "https://crates.io/api/v1/crates/tokio-stream/0.1.14/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001838 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001839 sha256 = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842",
1840 strip_prefix = "tokio-stream-0.1.14",
1841 build_file = Label("//third_party/rust/cargo/remote:BUILD.tokio-stream-0.1.14.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001842 )
1843
1844 maybe(
1845 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001846 name = "raze__tokio_tungstenite__0_20_1",
1847 url = "https://crates.io/api/v1/crates/tokio-tungstenite/0.20.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001848 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001849 sha256 = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c",
1850 strip_prefix = "tokio-tungstenite-0.20.1",
1851 build_file = Label("//third_party/rust/cargo/remote:BUILD.tokio-tungstenite-0.20.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001852 )
1853
1854 maybe(
1855 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001856 name = "raze__tokio_util__0_7_9",
1857 url = "https://crates.io/api/v1/crates/tokio-util/0.7.9/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001858 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001859 sha256 = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d",
1860 strip_prefix = "tokio-util-0.7.9",
1861 build_file = Label("//third_party/rust/cargo/remote:BUILD.tokio-util-0.7.9.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001862 )
1863
1864 maybe(
1865 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001866 name = "raze__toml__0_5_11",
1867 url = "https://crates.io/api/v1/crates/toml/0.5.11/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001868 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001869 sha256 = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234",
1870 strip_prefix = "toml-0.5.11",
1871 build_file = Label("//third_party/rust/cargo/remote:BUILD.toml-0.5.11.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001872 )
1873
1874 maybe(
1875 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001876 name = "raze__topological_sort__0_2_2",
1877 url = "https://crates.io/api/v1/crates/topological-sort/0.2.2/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001878 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001879 sha256 = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d",
1880 strip_prefix = "topological-sort-0.2.2",
1881 build_file = Label("//third_party/rust/cargo/remote:BUILD.topological-sort-0.2.2.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001882 )
1883
1884 maybe(
1885 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001886 name = "raze__tower_service__0_3_2",
1887 url = "https://crates.io/api/v1/crates/tower-service/0.3.2/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001888 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001889 sha256 = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52",
1890 strip_prefix = "tower-service-0.3.2",
1891 build_file = Label("//third_party/rust/cargo/remote:BUILD.tower-service-0.3.2.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001892 )
1893
1894 maybe(
1895 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001896 name = "raze__tracing__0_1_37",
1897 url = "https://crates.io/api/v1/crates/tracing/0.1.37/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001898 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001899 sha256 = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8",
1900 strip_prefix = "tracing-0.1.37",
1901 build_file = Label("//third_party/rust/cargo/remote:BUILD.tracing-0.1.37.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001902 )
1903
1904 maybe(
1905 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001906 name = "raze__tracing_core__0_1_31",
1907 url = "https://crates.io/api/v1/crates/tracing-core/0.1.31/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001908 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001909 sha256 = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a",
1910 strip_prefix = "tracing-core-0.1.31",
1911 build_file = Label("//third_party/rust/cargo/remote:BUILD.tracing-core-0.1.31.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001912 )
1913
1914 maybe(
1915 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001916 name = "raze__try_lock__0_2_4",
1917 url = "https://crates.io/api/v1/crates/try-lock/0.2.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001918 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001919 sha256 = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed",
1920 strip_prefix = "try-lock-0.2.4",
1921 build_file = Label("//third_party/rust/cargo/remote:BUILD.try-lock-0.2.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001922 )
1923
1924 maybe(
1925 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001926 name = "raze__tungstenite__0_20_1",
1927 url = "https://crates.io/api/v1/crates/tungstenite/0.20.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001928 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001929 sha256 = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9",
1930 strip_prefix = "tungstenite-0.20.1",
1931 build_file = Label("//third_party/rust/cargo/remote:BUILD.tungstenite-0.20.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001932 )
1933
1934 maybe(
1935 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001936 name = "raze__typenum__1_17_0",
1937 url = "https://crates.io/api/v1/crates/typenum/1.17.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001938 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001939 sha256 = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825",
1940 strip_prefix = "typenum-1.17.0",
1941 build_file = Label("//third_party/rust/cargo/remote:BUILD.typenum-1.17.0.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01001942 )
1943
1944 maybe(
1945 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001946 name = "raze__ucd_trie__0_1_6",
1947 url = "https://crates.io/api/v1/crates/ucd-trie/0.1.6/download",
Leopold2aa8b182023-01-14 23:31:43 +01001948 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001949 sha256 = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9",
1950 strip_prefix = "ucd-trie-0.1.6",
1951 build_file = Label("//third_party/rust/cargo/remote:BUILD.ucd-trie-0.1.6.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001952 )
1953
1954 maybe(
1955 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001956 name = "raze__unicase__2_7_0",
1957 url = "https://crates.io/api/v1/crates/unicase/2.7.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001958 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001959 sha256 = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89",
1960 strip_prefix = "unicase-2.7.0",
1961 build_file = Label("//third_party/rust/cargo/remote:BUILD.unicase-2.7.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001962 )
1963
1964 maybe(
1965 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001966 name = "raze__unicode_bidi__0_3_13",
1967 url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001968 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001969 sha256 = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460",
1970 strip_prefix = "unicode-bidi-0.3.13",
1971 build_file = Label("//third_party/rust/cargo/remote:BUILD.unicode-bidi-0.3.13.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001972 )
1973
1974 maybe(
1975 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001976 name = "raze__unicode_ident__1_0_12",
1977 url = "https://crates.io/api/v1/crates/unicode-ident/1.0.12/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001978 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001979 sha256 = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b",
1980 strip_prefix = "unicode-ident-1.0.12",
1981 build_file = Label("//third_party/rust/cargo/remote:BUILD.unicode-ident-1.0.12.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001982 )
1983
1984 maybe(
1985 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01001986 name = "raze__unicode_normalization__0_1_22",
1987 url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001988 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01001989 sha256 = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921",
1990 strip_prefix = "unicode-normalization-0.1.22",
1991 build_file = Label("//third_party/rust/cargo/remote:BUILD.unicode-normalization-0.1.22.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001992 )
1993
1994 maybe(
1995 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02001996 name = "raze__url__2_4_1",
1997 url = "https://crates.io/api/v1/crates/url/2.4.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02001998 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02001999 sha256 = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5",
2000 strip_prefix = "url-2.4.1",
2001 build_file = Label("//third_party/rust/cargo/remote:BUILD.url-2.4.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002002 )
2003
2004 maybe(
2005 http_archive,
2006 name = "raze__utf_8__0_7_6",
2007 url = "https://crates.io/api/v1/crates/utf-8/0.7.6/download",
2008 type = "tar.gz",
2009 sha256 = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9",
2010 strip_prefix = "utf-8-0.7.6",
2011 build_file = Label("//third_party/rust/cargo/remote:BUILD.utf-8-0.7.6.bazel"),
2012 )
2013
2014 maybe(
2015 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002016 name = "raze__utf8parse__0_2_1",
2017 url = "https://crates.io/api/v1/crates/utf8parse/0.2.1/download",
2018 type = "tar.gz",
2019 sha256 = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a",
2020 strip_prefix = "utf8parse-0.2.1",
2021 build_file = Label("//third_party/rust/cargo/remote:BUILD.utf8parse-0.2.1.bazel"),
2022 )
2023
2024 maybe(
2025 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01002026 name = "raze__version_check__0_9_4",
2027 url = "https://crates.io/api/v1/crates/version_check/0.9.4/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002028 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01002029 sha256 = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f",
2030 strip_prefix = "version_check-0.9.4",
2031 build_file = Label("//third_party/rust/cargo/remote:BUILD.version_check-0.9.4.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002032 )
2033
2034 maybe(
2035 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002036 name = "raze__walkdir__2_4_0",
2037 url = "https://crates.io/api/v1/crates/walkdir/2.4.0/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002038 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002039 sha256 = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee",
2040 strip_prefix = "walkdir-2.4.0",
2041 build_file = Label("//third_party/rust/cargo/remote:BUILD.walkdir-2.4.0.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002042 )
2043
2044 maybe(
2045 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002046 name = "raze__want__0_3_1",
2047 url = "https://crates.io/api/v1/crates/want/0.3.1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002048 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002049 sha256 = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e",
2050 strip_prefix = "want-0.3.1",
2051 build_file = Label("//third_party/rust/cargo/remote:BUILD.want-0.3.1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002052 )
2053
2054 maybe(
2055 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002056 name = "raze__warp__0_3_6",
2057 url = "https://crates.io/api/v1/crates/warp/0.3.6/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002058 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002059 sha256 = "c1e92e22e03ff1230c03a1a8ee37d2f89cd489e2e541b7550d6afad96faed169",
2060 strip_prefix = "warp-0.3.6",
2061 build_file = Label("//third_party/rust/cargo/remote:BUILD.warp-0.3.6.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002062 )
2063
2064 maybe(
2065 http_archive,
Leopold2aa8b182023-01-14 23:31:43 +01002066 name = "raze__wasi__0_11_0_wasi_snapshot_preview1",
2067 url = "https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002068 type = "tar.gz",
Leopold2aa8b182023-01-14 23:31:43 +01002069 sha256 = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423",
2070 strip_prefix = "wasi-0.11.0+wasi-snapshot-preview1",
2071 build_file = Label("//third_party/rust/cargo/remote:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002072 )
2073
2074 maybe(
2075 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002076 name = "raze__wasm_bindgen__0_2_87",
2077 url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002078 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002079 sha256 = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342",
2080 strip_prefix = "wasm-bindgen-0.2.87",
2081 build_file = Label("//third_party/rust/cargo/remote:BUILD.wasm-bindgen-0.2.87.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002082 )
2083
2084 maybe(
2085 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002086 name = "raze__wasm_bindgen_backend__0_2_87",
2087 url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download",
Leopold2aa8b182023-01-14 23:31:43 +01002088 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002089 sha256 = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd",
2090 strip_prefix = "wasm-bindgen-backend-0.2.87",
2091 build_file = Label("//third_party/rust/cargo/remote:BUILD.wasm-bindgen-backend-0.2.87.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002092 )
2093
2094 maybe(
2095 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002096 name = "raze__wasm_bindgen_macro__0_2_87",
2097 url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download",
Leopold2aa8b182023-01-14 23:31:43 +01002098 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002099 sha256 = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d",
2100 strip_prefix = "wasm-bindgen-macro-0.2.87",
2101 build_file = Label("//third_party/rust/cargo/remote:BUILD.wasm-bindgen-macro-0.2.87.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002102 )
2103
2104 maybe(
2105 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002106 name = "raze__wasm_bindgen_macro_support__0_2_87",
2107 url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download",
Leopold2aa8b182023-01-14 23:31:43 +01002108 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002109 sha256 = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b",
2110 strip_prefix = "wasm-bindgen-macro-support-0.2.87",
2111 build_file = Label("//third_party/rust/cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.87.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002112 )
2113
2114 maybe(
2115 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002116 name = "raze__wasm_bindgen_shared__0_2_87",
2117 url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download",
Leopold2aa8b182023-01-14 23:31:43 +01002118 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002119 sha256 = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1",
2120 strip_prefix = "wasm-bindgen-shared-0.2.87",
2121 build_file = Label("//third_party/rust/cargo/remote:BUILD.wasm-bindgen-shared-0.2.87.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002122 )
2123
2124 maybe(
2125 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002126 name = "raze__which__4_4_2",
2127 url = "https://crates.io/api/v1/crates/which/4.4.2/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002128 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002129 sha256 = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7",
2130 strip_prefix = "which-4.4.2",
2131 build_file = Label("//third_party/rust/cargo/remote:BUILD.which-4.4.2.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002132 )
2133
2134 maybe(
2135 http_archive,
2136 name = "raze__winapi__0_3_9",
2137 url = "https://crates.io/api/v1/crates/winapi/0.3.9/download",
2138 type = "tar.gz",
2139 sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419",
2140 strip_prefix = "winapi-0.3.9",
2141 build_file = Label("//third_party/rust/cargo/remote:BUILD.winapi-0.3.9.bazel"),
2142 )
2143
2144 maybe(
2145 http_archive,
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002146 name = "raze__winapi_i686_pc_windows_gnu__0_4_0",
2147 url = "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download",
2148 type = "tar.gz",
2149 sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
2150 strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0",
2151 build_file = Label("//third_party/rust/cargo/remote:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"),
2152 )
2153
2154 maybe(
2155 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002156 name = "raze__winapi_util__0_1_6",
2157 url = "https://crates.io/api/v1/crates/winapi-util/0.1.6/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002158 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002159 sha256 = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596",
2160 strip_prefix = "winapi-util-0.1.6",
2161 build_file = Label("//third_party/rust/cargo/remote:BUILD.winapi-util-0.1.6.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002162 )
2163
2164 maybe(
2165 http_archive,
2166 name = "raze__winapi_x86_64_pc_windows_gnu__0_4_0",
2167 url = "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download",
2168 type = "tar.gz",
2169 sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
2170 strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0",
2171 build_file = Label("//third_party/rust/cargo/remote:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"),
2172 )
2173
2174 maybe(
2175 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002176 name = "raze__windows__0_48_0",
2177 url = "https://crates.io/api/v1/crates/windows/0.48.0/download",
Leopold2aa8b182023-01-14 23:31:43 +01002178 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002179 sha256 = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f",
2180 strip_prefix = "windows-0.48.0",
2181 build_file = Label("//third_party/rust/cargo/remote:BUILD.windows-0.48.0.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002182 )
2183
2184 maybe(
2185 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002186 name = "raze__windows_sys__0_48_0",
2187 url = "https://crates.io/api/v1/crates/windows-sys/0.48.0/download",
Leopold2aa8b182023-01-14 23:31:43 +01002188 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002189 sha256 = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9",
2190 strip_prefix = "windows-sys-0.48.0",
2191 build_file = Label("//third_party/rust/cargo/remote:BUILD.windows-sys-0.48.0.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002192 )
2193
2194 maybe(
2195 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002196 name = "raze__windows_targets__0_48_5",
2197 url = "https://crates.io/api/v1/crates/windows-targets/0.48.5/download",
Leopold2aa8b182023-01-14 23:31:43 +01002198 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002199 sha256 = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c",
2200 strip_prefix = "windows-targets-0.48.5",
2201 build_file = Label("//third_party/rust/cargo/remote:BUILD.windows-targets-0.48.5.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002202 )
2203
2204 maybe(
2205 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002206 name = "raze__windows_aarch64_gnullvm__0_48_5",
2207 url = "https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download",
Leopold2aa8b182023-01-14 23:31:43 +01002208 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002209 sha256 = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8",
2210 strip_prefix = "windows_aarch64_gnullvm-0.48.5",
2211 build_file = Label("//third_party/rust/cargo/remote:BUILD.windows_aarch64_gnullvm-0.48.5.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002212 )
2213
2214 maybe(
2215 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002216 name = "raze__windows_aarch64_msvc__0_48_5",
2217 url = "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download",
Leopold2aa8b182023-01-14 23:31:43 +01002218 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002219 sha256 = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc",
2220 strip_prefix = "windows_aarch64_msvc-0.48.5",
2221 build_file = Label("//third_party/rust/cargo/remote:BUILD.windows_aarch64_msvc-0.48.5.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002222 )
2223
2224 maybe(
2225 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002226 name = "raze__windows_i686_gnu__0_48_5",
2227 url = "https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download",
Leopold2aa8b182023-01-14 23:31:43 +01002228 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002229 sha256 = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e",
2230 strip_prefix = "windows_i686_gnu-0.48.5",
2231 build_file = Label("//third_party/rust/cargo/remote:BUILD.windows_i686_gnu-0.48.5.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002232 )
2233
2234 maybe(
2235 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002236 name = "raze__windows_i686_msvc__0_48_5",
2237 url = "https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download",
Leopold2aa8b182023-01-14 23:31:43 +01002238 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002239 sha256 = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406",
2240 strip_prefix = "windows_i686_msvc-0.48.5",
2241 build_file = Label("//third_party/rust/cargo/remote:BUILD.windows_i686_msvc-0.48.5.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002242 )
2243
2244 maybe(
2245 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002246 name = "raze__windows_x86_64_gnu__0_48_5",
2247 url = "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download",
Leopold2aa8b182023-01-14 23:31:43 +01002248 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002249 sha256 = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e",
2250 strip_prefix = "windows_x86_64_gnu-0.48.5",
2251 build_file = Label("//third_party/rust/cargo/remote:BUILD.windows_x86_64_gnu-0.48.5.bazel"),
Leopold2aa8b182023-01-14 23:31:43 +01002252 )
2253
2254 maybe(
2255 http_archive,
Lorenz Brund141d182023-10-02 15:07:01 +02002256 name = "raze__windows_x86_64_gnullvm__0_48_5",
2257 url = "https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download",
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002258 type = "tar.gz",
Lorenz Brund141d182023-10-02 15:07:01 +02002259 sha256 = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc",
2260 strip_prefix = "windows_x86_64_gnullvm-0.48.5",
2261 build_file = Label("//third_party/rust/cargo/remote:BUILD.windows_x86_64_gnullvm-0.48.5.bazel"),
2262 )
2263
2264 maybe(
2265 http_archive,
2266 name = "raze__windows_x86_64_msvc__0_48_5",
2267 url = "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download",
2268 type = "tar.gz",
2269 sha256 = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538",
2270 strip_prefix = "windows_x86_64_msvc-0.48.5",
2271 build_file = Label("//third_party/rust/cargo/remote:BUILD.windows_x86_64_msvc-0.48.5.bazel"),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +02002272 )