1 | # This file is automatically @generated by Cargo.
|
2 | # It is not intended for manual editing.
|
3 | version = 3
|
4 |
|
5 | [[package]]
|
6 | name = "addr2line"
|
7 | version = "0.21.0"
|
8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 | checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
10 | dependencies = [
|
11 | "gimli",
|
12 | ]
|
13 |
|
14 | [[package]]
|
15 | name = "adler"
|
16 | version = "1.0.2"
|
17 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
19 |
|
20 | [[package]]
|
21 | name = "ahash"
|
22 | version = "0.8.11"
|
23 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
24 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
25 | dependencies = [
|
26 | "cfg-if",
|
27 | "once_cell",
|
28 | "version_check",
|
29 | "zerocopy",
|
30 | ]
|
31 |
|
32 | [[package]]
|
33 | name = "aho-corasick"
|
34 | version = "1.1.3"
|
35 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
36 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
37 | dependencies = [
|
38 | "memchr",
|
39 | ]
|
40 |
|
41 | [[package]]
|
42 | name = "allocator-api2"
|
43 | version = "0.2.18"
|
44 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
45 | checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
46 |
|
47 | [[package]]
|
48 | name = "android-tzdata"
|
49 | version = "0.1.1"
|
50 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
51 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
52 |
|
53 | [[package]]
|
54 | name = "android_system_properties"
|
55 | version = "0.1.5"
|
56 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
57 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
58 | dependencies = [
|
59 | "libc",
|
60 | ]
|
61 |
|
62 | [[package]]
|
63 | name = "ansi_term"
|
64 | version = "0.12.1"
|
65 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
66 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
67 | dependencies = [
|
68 | "winapi",
|
69 | ]
|
70 |
|
71 | [[package]]
|
72 | name = "askama"
|
73 | version = "0.11.1"
|
74 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
75 | checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139"
|
76 | dependencies = [
|
77 | "askama_derive",
|
78 | "askama_escape",
|
79 | "askama_shared",
|
80 | ]
|
81 |
|
82 | [[package]]
|
83 | name = "askama_derive"
|
84 | version = "0.11.2"
|
85 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
86 | checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71"
|
87 | dependencies = [
|
88 | "askama_shared",
|
89 | "proc-macro2",
|
90 | "syn 1.0.109",
|
91 | ]
|
92 |
|
93 | [[package]]
|
94 | name = "askama_escape"
|
95 | version = "0.10.3"
|
96 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
97 | checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
98 |
|
99 | [[package]]
|
100 | name = "askama_shared"
|
101 | version = "0.12.2"
|
102 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
103 | checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0"
|
104 | dependencies = [
|
105 | "askama_escape",
|
106 | "humansize 1.1.1",
|
107 | "mime",
|
108 | "mime_guess",
|
109 | "nom",
|
110 | "num-traits",
|
111 | "percent-encoding",
|
112 | "proc-macro2",
|
113 | "quote",
|
114 | "serde",
|
115 | "syn 1.0.109",
|
116 | "toml",
|
117 | ]
|
118 |
|
119 | [[package]]
|
120 | name = "async-stream"
|
121 | version = "0.3.5"
|
122 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
123 | checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
124 | dependencies = [
|
125 | "async-stream-impl",
|
126 | "futures-core",
|
127 | "pin-project-lite",
|
128 | ]
|
129 |
|
130 | [[package]]
|
131 | name = "async-stream-impl"
|
132 | version = "0.3.5"
|
133 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
134 | checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
135 | dependencies = [
|
136 | "proc-macro2",
|
137 | "quote",
|
138 | "syn 2.0.60",
|
139 | ]
|
140 |
|
141 | [[package]]
|
142 | name = "async-trait"
|
143 | version = "0.1.80"
|
144 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
145 | checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
146 | dependencies = [
|
147 | "proc-macro2",
|
148 | "quote",
|
149 | "syn 2.0.60",
|
150 | ]
|
151 |
|
152 | [[package]]
|
153 | name = "atty"
|
154 | version = "0.2.14"
|
155 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
156 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
157 | dependencies = [
|
158 | "hermit-abi 0.1.19",
|
159 | "libc",
|
160 | "winapi",
|
161 | ]
|
162 |
|
163 | [[package]]
|
164 | name = "autocfg"
|
165 | version = "1.2.0"
|
166 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
167 | checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
168 |
|
169 | [[package]]
|
170 | name = "backoff"
|
171 | version = "0.4.0"
|
172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
173 | checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
174 | dependencies = [
|
175 | "futures-core",
|
176 | "getrandom",
|
177 | "instant",
|
178 | "pin-project-lite",
|
179 | "rand",
|
180 | "tokio",
|
181 | ]
|
182 |
|
183 | [[package]]
|
184 | name = "backtrace"
|
185 | version = "0.3.71"
|
186 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
187 | checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
188 | dependencies = [
|
189 | "addr2line",
|
190 | "cc",
|
191 | "cfg-if",
|
192 | "libc",
|
193 | "miniz_oxide",
|
194 | "object",
|
195 | "rustc-demangle",
|
196 | ]
|
197 |
|
198 | [[package]]
|
199 | name = "base64"
|
200 | version = "0.13.1"
|
201 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
202 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
203 |
|
204 | [[package]]
|
205 | name = "base64"
|
206 | version = "0.21.7"
|
207 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
208 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
209 |
|
210 | [[package]]
|
211 | name = "bitflags"
|
212 | version = "1.3.2"
|
213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
214 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
215 |
|
216 | [[package]]
|
217 | name = "bitflags"
|
218 | version = "2.5.0"
|
219 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
220 | checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
221 |
|
222 | [[package]]
|
223 | name = "block-buffer"
|
224 | version = "0.9.0"
|
225 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
226 | checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
227 | dependencies = [
|
228 | "generic-array",
|
229 | ]
|
230 |
|
231 | [[package]]
|
232 | name = "block-buffer"
|
233 | version = "0.10.4"
|
234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
235 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
236 | dependencies = [
|
237 | "generic-array",
|
238 | ]
|
239 |
|
240 | [[package]]
|
241 | name = "bumpalo"
|
242 | version = "3.16.0"
|
243 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
244 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
245 |
|
246 | [[package]]
|
247 | name = "byteorder"
|
248 | version = "1.5.0"
|
249 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
250 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
251 |
|
252 | [[package]]
|
253 | name = "bytes"
|
254 | version = "1.6.0"
|
255 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
256 | checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
257 |
|
258 | [[package]]
|
259 | name = "cc"
|
260 | version = "1.0.96"
|
261 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
262 | checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd"
|
263 |
|
264 | [[package]]
|
265 | name = "cfg-if"
|
266 | version = "1.0.0"
|
267 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
268 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
269 |
|
270 | [[package]]
|
271 | name = "chacha"
|
272 | version = "0.3.0"
|
273 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
274 | checksum = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862"
|
275 | dependencies = [
|
276 | "byteorder",
|
277 | "keystream",
|
278 | ]
|
279 |
|
280 | [[package]]
|
281 | name = "chrono"
|
282 | version = "0.4.38"
|
283 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
284 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
285 | dependencies = [
|
286 | "android-tzdata",
|
287 | "iana-time-zone",
|
288 | "num-traits",
|
289 | "serde",
|
290 | "windows-targets 0.52.5",
|
291 | ]
|
292 |
|
293 | [[package]]
|
294 | name = "clap"
|
295 | version = "2.34.0"
|
296 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
297 | checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
298 | dependencies = [
|
299 | "ansi_term",
|
300 | "atty",
|
301 | "bitflags 1.3.2",
|
302 | "strsim",
|
303 | "textwrap",
|
304 | "unicode-width",
|
305 | "vec_map",
|
306 | ]
|
307 |
|
308 | [[package]]
|
309 | name = "convert_case"
|
310 | version = "0.4.0"
|
311 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
312 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
313 |
|
314 | [[package]]
|
315 | name = "core-foundation"
|
316 | version = "0.9.4"
|
317 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
318 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
319 | dependencies = [
|
320 | "core-foundation-sys",
|
321 | "libc",
|
322 | ]
|
323 |
|
324 | [[package]]
|
325 | name = "core-foundation-sys"
|
326 | version = "0.8.6"
|
327 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
328 | checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
329 |
|
330 | [[package]]
|
331 | name = "cpufeatures"
|
332 | version = "0.2.12"
|
333 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
334 | checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
335 | dependencies = [
|
336 | "libc",
|
337 | ]
|
338 |
|
339 | [[package]]
|
340 | name = "crc32fast"
|
341 | version = "1.4.0"
|
342 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
343 | checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
344 | dependencies = [
|
345 | "cfg-if",
|
346 | ]
|
347 |
|
348 | [[package]]
|
349 | name = "crypto-common"
|
350 | version = "0.1.6"
|
351 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
352 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
353 | dependencies = [
|
354 | "generic-array",
|
355 | "typenum",
|
356 | ]
|
357 |
|
358 | [[package]]
|
359 | name = "crypto-mac"
|
360 | version = "0.11.1"
|
361 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
362 | checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
363 | dependencies = [
|
364 | "generic-array",
|
365 | "subtle",
|
366 | ]
|
367 |
|
368 | [[package]]
|
369 | name = "derive_more"
|
370 | version = "0.99.17"
|
371 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
372 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
373 | dependencies = [
|
374 | "convert_case",
|
375 | "proc-macro2",
|
376 | "quote",
|
377 | "rustc_version",
|
378 | "syn 1.0.109",
|
379 | ]
|
380 |
|
381 | [[package]]
|
382 | name = "digest"
|
383 | version = "0.9.0"
|
384 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
385 | checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
386 | dependencies = [
|
387 | "generic-array",
|
388 | ]
|
389 |
|
390 | [[package]]
|
391 | name = "digest"
|
392 | version = "0.10.7"
|
393 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
394 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
395 | dependencies = [
|
396 | "block-buffer 0.10.4",
|
397 | "crypto-common",
|
398 | ]
|
399 |
|
400 | [[package]]
|
401 | name = "dirs-next"
|
402 | version = "2.0.0"
|
403 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
404 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
405 | dependencies = [
|
406 | "cfg-if",
|
407 | "dirs-sys-next",
|
408 | ]
|
409 |
|
410 | [[package]]
|
411 | name = "dirs-sys-next"
|
412 | version = "0.1.2"
|
413 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
414 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
415 | dependencies = [
|
416 | "libc",
|
417 | "redox_users",
|
418 | "winapi",
|
419 | ]
|
420 |
|
421 | [[package]]
|
422 | name = "duct"
|
423 | version = "0.13.7"
|
424 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
425 | checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c"
|
426 | dependencies = [
|
427 | "libc",
|
428 | "once_cell",
|
429 | "os_pipe",
|
430 | "shared_child",
|
431 | ]
|
432 |
|
433 | [[package]]
|
434 | name = "env_logger"
|
435 | version = "0.7.1"
|
436 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
437 | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
438 | dependencies = [
|
439 | "atty",
|
440 | "humantime 1.3.0",
|
441 | "log",
|
442 | "regex",
|
443 | "termcolor",
|
444 | ]
|
445 |
|
446 | [[package]]
|
447 | name = "env_logger"
|
448 | version = "0.9.3"
|
449 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
450 | checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
451 | dependencies = [
|
452 | "atty",
|
453 | "humantime 2.1.0",
|
454 | "log",
|
455 | "regex",
|
456 | "termcolor",
|
457 | ]
|
458 |
|
459 | [[package]]
|
460 | name = "equivalent"
|
461 | version = "1.0.1"
|
462 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
463 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
464 |
|
465 | [[package]]
|
466 | name = "errno"
|
467 | version = "0.3.8"
|
468 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
469 | checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
470 | dependencies = [
|
471 | "libc",
|
472 | "windows-sys 0.52.0",
|
473 | ]
|
474 |
|
475 | [[package]]
|
476 | name = "fastrand"
|
477 | version = "2.1.0"
|
478 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
479 | checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
480 |
|
481 | [[package]]
|
482 | name = "fnv"
|
483 | version = "1.0.7"
|
484 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
485 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
486 |
|
487 | [[package]]
|
488 | name = "form_urlencoded"
|
489 | version = "1.2.1"
|
490 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
491 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
492 | dependencies = [
|
493 | "percent-encoding",
|
494 | ]
|
495 |
|
496 | [[package]]
|
497 | name = "futures"
|
498 | version = "0.3.30"
|
499 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
500 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
501 | dependencies = [
|
502 | "futures-channel",
|
503 | "futures-core",
|
504 | "futures-executor",
|
505 | "futures-io",
|
506 | "futures-sink",
|
507 | "futures-task",
|
508 | "futures-util",
|
509 | ]
|
510 |
|
511 | [[package]]
|
512 | name = "futures-channel"
|
513 | version = "0.3.30"
|
514 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
515 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
516 | dependencies = [
|
517 | "futures-core",
|
518 | "futures-sink",
|
519 | ]
|
520 |
|
521 | [[package]]
|
522 | name = "futures-core"
|
523 | version = "0.3.30"
|
524 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
525 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
526 |
|
527 | [[package]]
|
528 | name = "futures-executor"
|
529 | version = "0.3.30"
|
530 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
531 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
532 | dependencies = [
|
533 | "futures-core",
|
534 | "futures-task",
|
535 | "futures-util",
|
536 | ]
|
537 |
|
538 | [[package]]
|
539 | name = "futures-io"
|
540 | version = "0.3.30"
|
541 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
542 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
543 |
|
544 | [[package]]
|
545 | name = "futures-macro"
|
546 | version = "0.3.30"
|
547 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
548 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
549 | dependencies = [
|
550 | "proc-macro2",
|
551 | "quote",
|
552 | "syn 2.0.60",
|
553 | ]
|
554 |
|
555 | [[package]]
|
556 | name = "futures-sink"
|
557 | version = "0.3.30"
|
558 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
559 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
560 |
|
561 | [[package]]
|
562 | name = "futures-task"
|
563 | version = "0.3.30"
|
564 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
565 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
566 |
|
567 | [[package]]
|
568 | name = "futures-util"
|
569 | version = "0.3.30"
|
570 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
571 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
572 | dependencies = [
|
573 | "futures-channel",
|
574 | "futures-core",
|
575 | "futures-io",
|
576 | "futures-macro",
|
577 | "futures-sink",
|
578 | "futures-task",
|
579 | "memchr",
|
580 | "pin-project-lite",
|
581 | "pin-utils",
|
582 | "slab",
|
583 | ]
|
584 |
|
585 | [[package]]
|
586 | name = "generic-array"
|
587 | version = "0.14.7"
|
588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
589 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
590 | dependencies = [
|
591 | "typenum",
|
592 | "version_check",
|
593 | ]
|
594 |
|
595 | [[package]]
|
596 | name = "getrandom"
|
597 | version = "0.2.14"
|
598 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
599 | checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
|
600 | dependencies = [
|
601 | "cfg-if",
|
602 | "libc",
|
603 | "wasi",
|
604 | ]
|
605 |
|
606 | [[package]]
|
607 | name = "gimli"
|
608 | version = "0.28.1"
|
609 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
610 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
611 |
|
612 | [[package]]
|
613 | name = "h2"
|
614 | version = "0.3.26"
|
615 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
616 | checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
617 | dependencies = [
|
618 | "bytes",
|
619 | "fnv",
|
620 | "futures-core",
|
621 | "futures-sink",
|
622 | "futures-util",
|
623 | "http",
|
624 | "indexmap",
|
625 | "slab",
|
626 | "tokio",
|
627 | "tokio-util",
|
628 | "tracing",
|
629 | ]
|
630 |
|
631 | [[package]]
|
632 | name = "hashbrown"
|
633 | version = "0.14.5"
|
634 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
635 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
636 | dependencies = [
|
637 | "ahash",
|
638 | "allocator-api2",
|
639 | ]
|
640 |
|
641 | [[package]]
|
642 | name = "heck"
|
643 | version = "0.3.3"
|
644 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
645 | checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
646 | dependencies = [
|
647 | "unicode-segmentation",
|
648 | ]
|
649 |
|
650 | [[package]]
|
651 | name = "hermit-abi"
|
652 | version = "0.1.19"
|
653 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
654 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
655 | dependencies = [
|
656 | "libc",
|
657 | ]
|
658 |
|
659 | [[package]]
|
660 | name = "hermit-abi"
|
661 | version = "0.3.9"
|
662 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
663 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
664 |
|
665 | [[package]]
|
666 | name = "hex"
|
667 | version = "0.4.3"
|
668 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
669 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
670 |
|
671 | [[package]]
|
672 | name = "hmac"
|
673 | version = "0.11.0"
|
674 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
675 | checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
676 | dependencies = [
|
677 | "crypto-mac",
|
678 | "digest 0.9.0",
|
679 | ]
|
680 |
|
681 | [[package]]
|
682 | name = "http"
|
683 | version = "0.2.12"
|
684 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
685 | checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
686 | dependencies = [
|
687 | "bytes",
|
688 | "fnv",
|
689 | "itoa",
|
690 | ]
|
691 |
|
692 | [[package]]
|
693 | name = "http-body"
|
694 | version = "0.4.6"
|
695 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
696 | checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
697 | dependencies = [
|
698 | "bytes",
|
699 | "http",
|
700 | "pin-project-lite",
|
701 | ]
|
702 |
|
703 | [[package]]
|
704 | name = "httparse"
|
705 | version = "1.8.0"
|
706 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
707 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
708 |
|
709 | [[package]]
|
710 | name = "httpdate"
|
711 | version = "1.0.3"
|
712 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
713 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
714 |
|
715 | [[package]]
|
716 | name = "human-size"
|
717 | version = "0.4.3"
|
718 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
719 | checksum = "9994b79e8c1a39b3166c63ae7823bb2b00831e2a96a31399c50fe69df408eaeb"
|
720 |
|
721 | [[package]]
|
722 | name = "humansize"
|
723 | version = "1.1.1"
|
724 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
725 | checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
|
726 |
|
727 | [[package]]
|
728 | name = "humansize"
|
729 | version = "2.1.3"
|
730 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
731 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
|
732 | dependencies = [
|
733 | "libm",
|
734 | ]
|
735 |
|
736 | [[package]]
|
737 | name = "humantime"
|
738 | version = "1.3.0"
|
739 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
740 | checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
741 | dependencies = [
|
742 | "quick-error",
|
743 | ]
|
744 |
|
745 | [[package]]
|
746 | name = "humantime"
|
747 | version = "2.1.0"
|
748 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
749 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
750 |
|
751 | [[package]]
|
752 | name = "hyper"
|
753 | version = "0.14.28"
|
754 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
755 | checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
|
756 | dependencies = [
|
757 | "bytes",
|
758 | "futures-channel",
|
759 | "futures-core",
|
760 | "futures-util",
|
761 | "h2",
|
762 | "http",
|
763 | "http-body",
|
764 | "httparse",
|
765 | "httpdate",
|
766 | "itoa",
|
767 | "pin-project-lite",
|
768 | "socket2",
|
769 | "tokio",
|
770 | "tower-service",
|
771 | "tracing",
|
772 | "want",
|
773 | ]
|
774 |
|
775 | [[package]]
|
776 | name = "hyper-rustls"
|
777 | version = "0.23.2"
|
778 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
779 | checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
|
780 | dependencies = [
|
781 | "http",
|
782 | "hyper",
|
783 | "log",
|
784 | "rustls",
|
785 | "rustls-native-certs",
|
786 | "tokio",
|
787 | "tokio-rustls",
|
788 | ]
|
789 |
|
790 | [[package]]
|
791 | name = "iana-time-zone"
|
792 | version = "0.1.60"
|
793 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
794 | checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
795 | dependencies = [
|
796 | "android_system_properties",
|
797 | "core-foundation-sys",
|
798 | "iana-time-zone-haiku",
|
799 | "js-sys",
|
800 | "wasm-bindgen",
|
801 | "windows-core",
|
802 | ]
|
803 |
|
804 | [[package]]
|
805 | name = "iana-time-zone-haiku"
|
806 | version = "0.1.2"
|
807 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
808 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
809 | dependencies = [
|
810 | "cc",
|
811 | ]
|
812 |
|
813 | [[package]]
|
814 | name = "idna"
|
815 | version = "0.5.0"
|
816 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
817 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
818 | dependencies = [
|
819 | "unicode-bidi",
|
820 | "unicode-normalization",
|
821 | ]
|
822 |
|
823 | [[package]]
|
824 | name = "indexmap"
|
825 | version = "2.2.6"
|
826 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
827 | checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
828 | dependencies = [
|
829 | "equivalent",
|
830 | "hashbrown",
|
831 | ]
|
832 |
|
833 | [[package]]
|
834 | name = "instant"
|
835 | version = "0.1.12"
|
836 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
837 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
838 | dependencies = [
|
839 | "cfg-if",
|
840 | ]
|
841 |
|
842 | [[package]]
|
843 | name = "itoa"
|
844 | version = "1.0.11"
|
845 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
846 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
847 |
|
848 | [[package]]
|
849 | name = "js-sys"
|
850 | version = "0.3.69"
|
851 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
852 | checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
853 | dependencies = [
|
854 | "wasm-bindgen",
|
855 | ]
|
856 |
|
857 | [[package]]
|
858 | name = "keystream"
|
859 | version = "1.0.0"
|
860 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
861 | checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28"
|
862 |
|
863 | [[package]]
|
864 | name = "lazy_static"
|
865 | version = "1.4.0"
|
866 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
867 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
868 |
|
869 | [[package]]
|
870 | name = "libc"
|
871 | version = "0.2.154"
|
872 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
873 | checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
|
874 |
|
875 | [[package]]
|
876 | name = "libm"
|
877 | version = "0.2.8"
|
878 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
879 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
880 |
|
881 | [[package]]
|
882 | name = "libredox"
|
883 | version = "0.1.3"
|
884 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
885 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
886 | dependencies = [
|
887 | "bitflags 2.5.0",
|
888 | "libc",
|
889 | ]
|
890 |
|
891 | [[package]]
|
892 | name = "linked-hash-map"
|
893 | version = "0.5.6"
|
894 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
895 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
896 | dependencies = [
|
897 | "serde",
|
898 | ]
|
899 |
|
900 | [[package]]
|
901 | name = "linux-raw-sys"
|
902 | version = "0.4.13"
|
903 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
904 | checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
905 |
|
906 | [[package]]
|
907 | name = "lock_api"
|
908 | version = "0.4.12"
|
909 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
910 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
911 | dependencies = [
|
912 | "autocfg",
|
913 | "scopeguard",
|
914 | ]
|
915 |
|
916 | [[package]]
|
917 | name = "log"
|
918 | version = "0.4.21"
|
919 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
920 | checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
921 |
|
922 | [[package]]
|
923 | name = "md-5"
|
924 | version = "0.9.1"
|
925 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
926 | checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
|
927 | dependencies = [
|
928 | "block-buffer 0.9.0",
|
929 | "digest 0.9.0",
|
930 | "opaque-debug",
|
931 | ]
|
932 |
|
933 | [[package]]
|
934 | name = "memchr"
|
935 | version = "2.7.2"
|
936 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
937 | checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
938 |
|
939 | [[package]]
|
940 | name = "mime"
|
941 | version = "0.3.17"
|
942 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
943 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
944 |
|
945 | [[package]]
|
946 | name = "mime_guess"
|
947 | version = "2.0.4"
|
948 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
949 | checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
950 | dependencies = [
|
951 | "mime",
|
952 | "unicase",
|
953 | ]
|
954 |
|
955 | [[package]]
|
956 | name = "minimal-lexical"
|
957 | version = "0.2.1"
|
958 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
959 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
960 |
|
961 | [[package]]
|
962 | name = "miniz_oxide"
|
963 | version = "0.7.2"
|
964 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
965 | checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
966 | dependencies = [
|
967 | "adler",
|
968 | ]
|
969 |
|
970 | [[package]]
|
971 | name = "mio"
|
972 | version = "0.8.11"
|
973 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
974 | checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
975 | dependencies = [
|
976 | "libc",
|
977 | "wasi",
|
978 | "windows-sys 0.48.0",
|
979 | ]
|
980 |
|
981 | [[package]]
|
982 | name = "nom"
|
983 | version = "7.1.3"
|
984 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
985 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
986 | dependencies = [
|
987 | "memchr",
|
988 | "minimal-lexical",
|
989 | ]
|
990 |
|
991 | [[package]]
|
992 | name = "num-traits"
|
993 | version = "0.2.18"
|
994 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
995 | checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
996 | dependencies = [
|
997 | "autocfg",
|
998 | ]
|
999 |
|
1000 | [[package]]
|
1001 | name = "num_cpus"
|
1002 | version = "1.16.0"
|
1003 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1004 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
1005 | dependencies = [
|
1006 | "hermit-abi 0.3.9",
|
1007 | "libc",
|
1008 | ]
|
1009 |
|
1010 | [[package]]
|
1011 | name = "object"
|
1012 | version = "0.32.2"
|
1013 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1014 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
1015 | dependencies = [
|
1016 | "memchr",
|
1017 | ]
|
1018 |
|
1019 | [[package]]
|
1020 | name = "once_cell"
|
1021 | version = "1.19.0"
|
1022 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1023 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
1024 |
|
1025 | [[package]]
|
1026 | name = "opaque-debug"
|
1027 | version = "0.3.1"
|
1028 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1029 | checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
1030 |
|
1031 | [[package]]
|
1032 | name = "openssl-probe"
|
1033 | version = "0.1.5"
|
1034 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1035 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
1036 |
|
1037 | [[package]]
|
1038 | name = "os_pipe"
|
1039 | version = "1.1.5"
|
1040 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1041 | checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
|
1042 | dependencies = [
|
1043 | "libc",
|
1044 | "windows-sys 0.52.0",
|
1045 | ]
|
1046 |
|
1047 | [[package]]
|
1048 | name = "parking_lot"
|
1049 | version = "0.12.2"
|
1050 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1051 | checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
|
1052 | dependencies = [
|
1053 | "lock_api",
|
1054 | "parking_lot_core",
|
1055 | ]
|
1056 |
|
1057 | [[package]]
|
1058 | name = "parking_lot_core"
|
1059 | version = "0.9.10"
|
1060 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1061 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
1062 | dependencies = [
|
1063 | "cfg-if",
|
1064 | "libc",
|
1065 | "redox_syscall",
|
1066 | "smallvec",
|
1067 | "windows-targets 0.52.5",
|
1068 | ]
|
1069 |
|
1070 | [[package]]
|
1071 | name = "percent-encoding"
|
1072 | version = "2.3.1"
|
1073 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1074 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
1075 |
|
1076 | [[package]]
|
1077 | name = "pin-project-lite"
|
1078 | version = "0.2.14"
|
1079 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1080 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
1081 |
|
1082 | [[package]]
|
1083 | name = "pin-utils"
|
1084 | version = "0.1.0"
|
1085 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1086 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
1087 |
|
1088 | [[package]]
|
1089 | name = "ppv-lite86"
|
1090 | version = "0.2.17"
|
1091 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1092 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
1093 |
|
1094 | [[package]]
|
1095 | name = "pretty_env_logger"
|
1096 | version = "0.4.0"
|
1097 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1098 | checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
|
1099 | dependencies = [
|
1100 | "env_logger 0.7.1",
|
1101 | "log",
|
1102 | ]
|
1103 |
|
1104 | [[package]]
|
1105 | name = "proc-macro-error"
|
1106 | version = "1.0.4"
|
1107 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1108 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
1109 | dependencies = [
|
1110 | "proc-macro-error-attr",
|
1111 | "proc-macro2",
|
1112 | "quote",
|
1113 | "syn 1.0.109",
|
1114 | "version_check",
|
1115 | ]
|
1116 |
|
1117 | [[package]]
|
1118 | name = "proc-macro-error-attr"
|
1119 | version = "1.0.4"
|
1120 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1121 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
1122 | dependencies = [
|
1123 | "proc-macro2",
|
1124 | "quote",
|
1125 | "version_check",
|
1126 | ]
|
1127 |
|
1128 | [[package]]
|
1129 | name = "proc-macro2"
|
1130 | version = "1.0.81"
|
1131 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1132 | checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
|
1133 | dependencies = [
|
1134 | "unicode-ident",
|
1135 | ]
|
1136 |
|
1137 | [[package]]
|
1138 | name = "quick-error"
|
1139 | version = "1.2.3"
|
1140 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1141 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
1142 |
|
1143 | [[package]]
|
1144 | name = "quote"
|
1145 | version = "1.0.36"
|
1146 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1147 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
1148 | dependencies = [
|
1149 | "proc-macro2",
|
1150 | ]
|
1151 |
|
1152 | [[package]]
|
1153 | name = "rand"
|
1154 | version = "0.8.5"
|
1155 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1156 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
1157 | dependencies = [
|
1158 | "libc",
|
1159 | "rand_chacha",
|
1160 | "rand_core",
|
1161 | ]
|
1162 |
|
1163 | [[package]]
|
1164 | name = "rand_chacha"
|
1165 | version = "0.3.1"
|
1166 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1167 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
1168 | dependencies = [
|
1169 | "ppv-lite86",
|
1170 | "rand_core",
|
1171 | ]
|
1172 |
|
1173 | [[package]]
|
1174 | name = "rand_core"
|
1175 | version = "0.6.4"
|
1176 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1177 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
1178 | dependencies = [
|
1179 | "getrandom",
|
1180 | ]
|
1181 |
|
1182 | [[package]]
|
1183 | name = "redox_syscall"
|
1184 | version = "0.5.1"
|
1185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1186 | checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
|
1187 | dependencies = [
|
1188 | "bitflags 2.5.0",
|
1189 | ]
|
1190 |
|
1191 | [[package]]
|
1192 | name = "redox_users"
|
1193 | version = "0.4.5"
|
1194 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1195 | checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
1196 | dependencies = [
|
1197 | "getrandom",
|
1198 | "libredox",
|
1199 | "thiserror",
|
1200 | ]
|
1201 |
|
1202 | [[package]]
|
1203 | name = "regex"
|
1204 | version = "1.10.4"
|
1205 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1206 | checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
1207 | dependencies = [
|
1208 | "aho-corasick",
|
1209 | "memchr",
|
1210 | "regex-automata",
|
1211 | "regex-syntax",
|
1212 | ]
|
1213 |
|
1214 | [[package]]
|
1215 | name = "regex-automata"
|
1216 | version = "0.4.6"
|
1217 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1218 | checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
1219 | dependencies = [
|
1220 | "aho-corasick",
|
1221 | "memchr",
|
1222 | "regex-syntax",
|
1223 | ]
|
1224 |
|
1225 | [[package]]
|
1226 | name = "regex-syntax"
|
1227 | version = "0.8.3"
|
1228 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1229 | checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
1230 |
|
1231 | [[package]]
|
1232 | name = "ring"
|
1233 | version = "0.16.20"
|
1234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1235 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
1236 | dependencies = [
|
1237 | "cc",
|
1238 | "libc",
|
1239 | "once_cell",
|
1240 | "spin 0.5.2",
|
1241 | "untrusted 0.7.1",
|
1242 | "web-sys",
|
1243 | "winapi",
|
1244 | ]
|
1245 |
|
1246 | [[package]]
|
1247 | name = "ring"
|
1248 | version = "0.17.8"
|
1249 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1250 | checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
1251 | dependencies = [
|
1252 | "cc",
|
1253 | "cfg-if",
|
1254 | "getrandom",
|
1255 | "libc",
|
1256 | "spin 0.9.8",
|
1257 | "untrusted 0.9.0",
|
1258 | "windows-sys 0.52.0",
|
1259 | ]
|
1260 |
|
1261 | [[package]]
|
1262 | name = "rudolfs"
|
1263 | version = "0.3.7"
|
1264 | dependencies = [
|
1265 | "askama",
|
1266 | "async-stream",
|
1267 | "async-trait",
|
1268 | "backoff",
|
1269 | "bytes",
|
1270 | "chacha",
|
1271 | "derive_more",
|
1272 | "duct",
|
1273 | "env_logger 0.9.3",
|
1274 | "futures",
|
1275 | "generic-array",
|
1276 | "hex",
|
1277 | "http",
|
1278 | "human-size",
|
1279 | "humansize 2.1.3",
|
1280 | "humantime 2.1.0",
|
1281 | "hyper",
|
1282 | "linked-hash-map",
|
1283 | "log",
|
1284 | "pretty_env_logger",
|
1285 | "rand",
|
1286 | "rusoto_core",
|
1287 | "rusoto_credential",
|
1288 | "rusoto_s3",
|
1289 | "rusoto_sts",
|
1290 | "serde",
|
1291 | "serde_json",
|
1292 | "sha2 0.10.8",
|
1293 | "structopt",
|
1294 | "tempfile",
|
1295 | "tokio",
|
1296 | "tokio-util",
|
1297 | "toml",
|
1298 | "url",
|
1299 | "uuid",
|
1300 | ]
|
1301 |
|
1302 | [[package]]
|
1303 | name = "rusoto_core"
|
1304 | version = "0.48.0"
|
1305 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1306 | checksum = "1db30db44ea73551326269adcf7a2169428a054f14faf9e1768f2163494f2fa2"
|
1307 | dependencies = [
|
1308 | "async-trait",
|
1309 | "base64 0.13.1",
|
1310 | "bytes",
|
1311 | "crc32fast",
|
1312 | "futures",
|
1313 | "http",
|
1314 | "hyper",
|
1315 | "hyper-rustls",
|
1316 | "lazy_static",
|
1317 | "log",
|
1318 | "rusoto_credential",
|
1319 | "rusoto_signature",
|
1320 | "rustc_version",
|
1321 | "serde",
|
1322 | "serde_json",
|
1323 | "tokio",
|
1324 | "xml-rs",
|
1325 | ]
|
1326 |
|
1327 | [[package]]
|
1328 | name = "rusoto_credential"
|
1329 | version = "0.48.0"
|
1330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1331 | checksum = "ee0a6c13db5aad6047b6a44ef023dbbc21a056b6dab5be3b79ce4283d5c02d05"
|
1332 | dependencies = [
|
1333 | "async-trait",
|
1334 | "chrono",
|
1335 | "dirs-next",
|
1336 | "futures",
|
1337 | "hyper",
|
1338 | "serde",
|
1339 | "serde_json",
|
1340 | "shlex",
|
1341 | "tokio",
|
1342 | "zeroize",
|
1343 | ]
|
1344 |
|
1345 | [[package]]
|
1346 | name = "rusoto_s3"
|
1347 | version = "0.48.0"
|
1348 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1349 | checksum = "7aae4677183411f6b0b412d66194ef5403293917d66e70ab118f07cc24c5b14d"
|
1350 | dependencies = [
|
1351 | "async-trait",
|
1352 | "bytes",
|
1353 | "futures",
|
1354 | "rusoto_core",
|
1355 | "xml-rs",
|
1356 | ]
|
1357 |
|
1358 | [[package]]
|
1359 | name = "rusoto_signature"
|
1360 | version = "0.48.0"
|
1361 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1362 | checksum = "a5ae95491c8b4847931e291b151127eccd6ff8ca13f33603eb3d0035ecb05272"
|
1363 | dependencies = [
|
1364 | "base64 0.13.1",
|
1365 | "bytes",
|
1366 | "chrono",
|
1367 | "digest 0.9.0",
|
1368 | "futures",
|
1369 | "hex",
|
1370 | "hmac",
|
1371 | "http",
|
1372 | "hyper",
|
1373 | "log",
|
1374 | "md-5",
|
1375 | "percent-encoding",
|
1376 | "pin-project-lite",
|
1377 | "rusoto_credential",
|
1378 | "rustc_version",
|
1379 | "serde",
|
1380 | "sha2 0.9.9",
|
1381 | "tokio",
|
1382 | ]
|
1383 |
|
1384 | [[package]]
|
1385 | name = "rusoto_sts"
|
1386 | version = "0.48.0"
|
1387 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1388 | checksum = "d1643f49aa67cb7cb895ebac5a2ff3f991c6dbdc58ad98b28158cd5706aecd1d"
|
1389 | dependencies = [
|
1390 | "async-trait",
|
1391 | "bytes",
|
1392 | "chrono",
|
1393 | "futures",
|
1394 | "rusoto_core",
|
1395 | "serde_urlencoded",
|
1396 | "xml-rs",
|
1397 | ]
|
1398 |
|
1399 | [[package]]
|
1400 | name = "rustc-demangle"
|
1401 | version = "0.1.23"
|
1402 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1403 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
1404 |
|
1405 | [[package]]
|
1406 | name = "rustc_version"
|
1407 | version = "0.4.0"
|
1408 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1409 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
1410 | dependencies = [
|
1411 | "semver",
|
1412 | ]
|
1413 |
|
1414 | [[package]]
|
1415 | name = "rustix"
|
1416 | version = "0.38.34"
|
1417 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1418 | checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
1419 | dependencies = [
|
1420 | "bitflags 2.5.0",
|
1421 | "errno",
|
1422 | "libc",
|
1423 | "linux-raw-sys",
|
1424 | "windows-sys 0.52.0",
|
1425 | ]
|
1426 |
|
1427 | [[package]]
|
1428 | name = "rustls"
|
1429 | version = "0.20.9"
|
1430 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1431 | checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
|
1432 | dependencies = [
|
1433 | "log",
|
1434 | "ring 0.16.20",
|
1435 | "sct",
|
1436 | "webpki",
|
1437 | ]
|
1438 |
|
1439 | [[package]]
|
1440 | name = "rustls-native-certs"
|
1441 | version = "0.6.3"
|
1442 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1443 | checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
1444 | dependencies = [
|
1445 | "openssl-probe",
|
1446 | "rustls-pemfile",
|
1447 | "schannel",
|
1448 | "security-framework",
|
1449 | ]
|
1450 |
|
1451 | [[package]]
|
1452 | name = "rustls-pemfile"
|
1453 | version = "1.0.4"
|
1454 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1455 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
1456 | dependencies = [
|
1457 | "base64 0.21.7",
|
1458 | ]
|
1459 |
|
1460 | [[package]]
|
1461 | name = "ryu"
|
1462 | version = "1.0.17"
|
1463 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1464 | checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
1465 |
|
1466 | [[package]]
|
1467 | name = "schannel"
|
1468 | version = "0.1.23"
|
1469 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1470 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
1471 | dependencies = [
|
1472 | "windows-sys 0.52.0",
|
1473 | ]
|
1474 |
|
1475 | [[package]]
|
1476 | name = "scopeguard"
|
1477 | version = "1.2.0"
|
1478 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1479 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
1480 |
|
1481 | [[package]]
|
1482 | name = "sct"
|
1483 | version = "0.7.1"
|
1484 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1485 | checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
1486 | dependencies = [
|
1487 | "ring 0.17.8",
|
1488 | "untrusted 0.9.0",
|
1489 | ]
|
1490 |
|
1491 | [[package]]
|
1492 | name = "security-framework"
|
1493 | version = "2.10.0"
|
1494 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1495 | checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
|
1496 | dependencies = [
|
1497 | "bitflags 1.3.2",
|
1498 | "core-foundation",
|
1499 | "core-foundation-sys",
|
1500 | "libc",
|
1501 | "security-framework-sys",
|
1502 | ]
|
1503 |
|
1504 | [[package]]
|
1505 | name = "security-framework-sys"
|
1506 | version = "2.10.0"
|
1507 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1508 | checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef"
|
1509 | dependencies = [
|
1510 | "core-foundation-sys",
|
1511 | "libc",
|
1512 | ]
|
1513 |
|
1514 | [[package]]
|
1515 | name = "semver"
|
1516 | version = "1.0.22"
|
1517 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1518 | checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
|
1519 |
|
1520 | [[package]]
|
1521 | name = "serde"
|
1522 | version = "1.0.200"
|
1523 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1524 | checksum = "ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f"
|
1525 | dependencies = [
|
1526 | "serde_derive",
|
1527 | ]
|
1528 |
|
1529 | [[package]]
|
1530 | name = "serde_derive"
|
1531 | version = "1.0.200"
|
1532 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1533 | checksum = "856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb"
|
1534 | dependencies = [
|
1535 | "proc-macro2",
|
1536 | "quote",
|
1537 | "syn 2.0.60",
|
1538 | ]
|
1539 |
|
1540 | [[package]]
|
1541 | name = "serde_json"
|
1542 | version = "1.0.116"
|
1543 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1544 | checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
|
1545 | dependencies = [
|
1546 | "itoa",
|
1547 | "ryu",
|
1548 | "serde",
|
1549 | ]
|
1550 |
|
1551 | [[package]]
|
1552 | name = "serde_urlencoded"
|
1553 | version = "0.7.1"
|
1554 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1555 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
1556 | dependencies = [
|
1557 | "form_urlencoded",
|
1558 | "itoa",
|
1559 | "ryu",
|
1560 | "serde",
|
1561 | ]
|
1562 |
|
1563 | [[package]]
|
1564 | name = "sha2"
|
1565 | version = "0.9.9"
|
1566 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1567 | checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
1568 | dependencies = [
|
1569 | "block-buffer 0.9.0",
|
1570 | "cfg-if",
|
1571 | "cpufeatures",
|
1572 | "digest 0.9.0",
|
1573 | "opaque-debug",
|
1574 | ]
|
1575 |
|
1576 | [[package]]
|
1577 | name = "sha2"
|
1578 | version = "0.10.8"
|
1579 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1580 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
1581 | dependencies = [
|
1582 | "cfg-if",
|
1583 | "cpufeatures",
|
1584 | "digest 0.10.7",
|
1585 | ]
|
1586 |
|
1587 | [[package]]
|
1588 | name = "shared_child"
|
1589 | version = "1.0.0"
|
1590 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1591 | checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
|
1592 | dependencies = [
|
1593 | "libc",
|
1594 | "winapi",
|
1595 | ]
|
1596 |
|
1597 | [[package]]
|
1598 | name = "shlex"
|
1599 | version = "1.3.0"
|
1600 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1601 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
1602 |
|
1603 | [[package]]
|
1604 | name = "signal-hook-registry"
|
1605 | version = "1.4.2"
|
1606 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1607 | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
1608 | dependencies = [
|
1609 | "libc",
|
1610 | ]
|
1611 |
|
1612 | [[package]]
|
1613 | name = "slab"
|
1614 | version = "0.4.9"
|
1615 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1616 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
1617 | dependencies = [
|
1618 | "autocfg",
|
1619 | ]
|
1620 |
|
1621 | [[package]]
|
1622 | name = "smallvec"
|
1623 | version = "1.13.2"
|
1624 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1625 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
1626 |
|
1627 | [[package]]
|
1628 | name = "socket2"
|
1629 | version = "0.5.7"
|
1630 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1631 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
1632 | dependencies = [
|
1633 | "libc",
|
1634 | "windows-sys 0.52.0",
|
1635 | ]
|
1636 |
|
1637 | [[package]]
|
1638 | name = "spin"
|
1639 | version = "0.5.2"
|
1640 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1641 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
1642 |
|
1643 | [[package]]
|
1644 | name = "spin"
|
1645 | version = "0.9.8"
|
1646 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1647 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
1648 |
|
1649 | [[package]]
|
1650 | name = "strsim"
|
1651 | version = "0.8.0"
|
1652 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1653 | checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
1654 |
|
1655 | [[package]]
|
1656 | name = "structopt"
|
1657 | version = "0.3.26"
|
1658 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1659 | checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
1660 | dependencies = [
|
1661 | "clap",
|
1662 | "lazy_static",
|
1663 | "structopt-derive",
|
1664 | ]
|
1665 |
|
1666 | [[package]]
|
1667 | name = "structopt-derive"
|
1668 | version = "0.4.18"
|
1669 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1670 | checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
1671 | dependencies = [
|
1672 | "heck",
|
1673 | "proc-macro-error",
|
1674 | "proc-macro2",
|
1675 | "quote",
|
1676 | "syn 1.0.109",
|
1677 | ]
|
1678 |
|
1679 | [[package]]
|
1680 | name = "subtle"
|
1681 | version = "2.4.1"
|
1682 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1683 | checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
1684 |
|
1685 | [[package]]
|
1686 | name = "syn"
|
1687 | version = "1.0.109"
|
1688 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1689 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
1690 | dependencies = [
|
1691 | "proc-macro2",
|
1692 | "quote",
|
1693 | "unicode-ident",
|
1694 | ]
|
1695 |
|
1696 | [[package]]
|
1697 | name = "syn"
|
1698 | version = "2.0.60"
|
1699 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1700 | checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
|
1701 | dependencies = [
|
1702 | "proc-macro2",
|
1703 | "quote",
|
1704 | "unicode-ident",
|
1705 | ]
|
1706 |
|
1707 | [[package]]
|
1708 | name = "tempfile"
|
1709 | version = "3.10.1"
|
1710 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1711 | checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
1712 | dependencies = [
|
1713 | "cfg-if",
|
1714 | "fastrand",
|
1715 | "rustix",
|
1716 | "windows-sys 0.52.0",
|
1717 | ]
|
1718 |
|
1719 | [[package]]
|
1720 | name = "termcolor"
|
1721 | version = "1.4.1"
|
1722 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1723 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
1724 | dependencies = [
|
1725 | "winapi-util",
|
1726 | ]
|
1727 |
|
1728 | [[package]]
|
1729 | name = "textwrap"
|
1730 | version = "0.11.0"
|
1731 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1732 | checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
1733 | dependencies = [
|
1734 | "unicode-width",
|
1735 | ]
|
1736 |
|
1737 | [[package]]
|
1738 | name = "thiserror"
|
1739 | version = "1.0.59"
|
1740 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1741 | checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
|
1742 | dependencies = [
|
1743 | "thiserror-impl",
|
1744 | ]
|
1745 |
|
1746 | [[package]]
|
1747 | name = "thiserror-impl"
|
1748 | version = "1.0.59"
|
1749 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1750 | checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
|
1751 | dependencies = [
|
1752 | "proc-macro2",
|
1753 | "quote",
|
1754 | "syn 2.0.60",
|
1755 | ]
|
1756 |
|
1757 | [[package]]
|
1758 | name = "tinyvec"
|
1759 | version = "1.6.0"
|
1760 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1761 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
1762 | dependencies = [
|
1763 | "tinyvec_macros",
|
1764 | ]
|
1765 |
|
1766 | [[package]]
|
1767 | name = "tinyvec_macros"
|
1768 | version = "0.1.1"
|
1769 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1770 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
1771 |
|
1772 | [[package]]
|
1773 | name = "tokio"
|
1774 | version = "1.37.0"
|
1775 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1776 | checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
|
1777 | dependencies = [
|
1778 | "backtrace",
|
1779 | "bytes",
|
1780 | "libc",
|
1781 | "mio",
|
1782 | "num_cpus",
|
1783 | "parking_lot",
|
1784 | "pin-project-lite",
|
1785 | "signal-hook-registry",
|
1786 | "socket2",
|
1787 | "tokio-macros",
|
1788 | "windows-sys 0.48.0",
|
1789 | ]
|
1790 |
|
1791 | [[package]]
|
1792 | name = "tokio-macros"
|
1793 | version = "2.2.0"
|
1794 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1795 | checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
1796 | dependencies = [
|
1797 | "proc-macro2",
|
1798 | "quote",
|
1799 | "syn 2.0.60",
|
1800 | ]
|
1801 |
|
1802 | [[package]]
|
1803 | name = "tokio-rustls"
|
1804 | version = "0.23.4"
|
1805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1806 | checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
1807 | dependencies = [
|
1808 | "rustls",
|
1809 | "tokio",
|
1810 | "webpki",
|
1811 | ]
|
1812 |
|
1813 | [[package]]
|
1814 | name = "tokio-util"
|
1815 | version = "0.7.10"
|
1816 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1817 | checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
1818 | dependencies = [
|
1819 | "bytes",
|
1820 | "futures-core",
|
1821 | "futures-io",
|
1822 | "futures-sink",
|
1823 | "futures-util",
|
1824 | "hashbrown",
|
1825 | "pin-project-lite",
|
1826 | "slab",
|
1827 | "tokio",
|
1828 | "tracing",
|
1829 | ]
|
1830 |
|
1831 | [[package]]
|
1832 | name = "toml"
|
1833 | version = "0.5.11"
|
1834 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1835 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
1836 | dependencies = [
|
1837 | "serde",
|
1838 | ]
|
1839 |
|
1840 | [[package]]
|
1841 | name = "tower-service"
|
1842 | version = "0.3.2"
|
1843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1844 | checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
1845 |
|
1846 | [[package]]
|
1847 | name = "tracing"
|
1848 | version = "0.1.40"
|
1849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1850 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
1851 | dependencies = [
|
1852 | "pin-project-lite",
|
1853 | "tracing-core",
|
1854 | ]
|
1855 |
|
1856 | [[package]]
|
1857 | name = "tracing-core"
|
1858 | version = "0.1.32"
|
1859 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1860 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
1861 | dependencies = [
|
1862 | "once_cell",
|
1863 | ]
|
1864 |
|
1865 | [[package]]
|
1866 | name = "try-lock"
|
1867 | version = "0.2.5"
|
1868 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1869 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
1870 |
|
1871 | [[package]]
|
1872 | name = "typenum"
|
1873 | version = "1.17.0"
|
1874 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1875 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
1876 |
|
1877 | [[package]]
|
1878 | name = "unicase"
|
1879 | version = "2.7.0"
|
1880 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1881 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
1882 | dependencies = [
|
1883 | "version_check",
|
1884 | ]
|
1885 |
|
1886 | [[package]]
|
1887 | name = "unicode-bidi"
|
1888 | version = "0.3.15"
|
1889 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1890 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
1891 |
|
1892 | [[package]]
|
1893 | name = "unicode-ident"
|
1894 | version = "1.0.12"
|
1895 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1896 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
1897 |
|
1898 | [[package]]
|
1899 | name = "unicode-normalization"
|
1900 | version = "0.1.23"
|
1901 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1902 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
1903 | dependencies = [
|
1904 | "tinyvec",
|
1905 | ]
|
1906 |
|
1907 | [[package]]
|
1908 | name = "unicode-segmentation"
|
1909 | version = "1.11.0"
|
1910 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1911 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
1912 |
|
1913 | [[package]]
|
1914 | name = "unicode-width"
|
1915 | version = "0.1.12"
|
1916 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1917 | checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
|
1918 |
|
1919 | [[package]]
|
1920 | name = "untrusted"
|
1921 | version = "0.7.1"
|
1922 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1923 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
1924 |
|
1925 | [[package]]
|
1926 | name = "untrusted"
|
1927 | version = "0.9.0"
|
1928 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1929 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
1930 |
|
1931 | [[package]]
|
1932 | name = "url"
|
1933 | version = "2.5.0"
|
1934 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1935 | checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
1936 | dependencies = [
|
1937 | "form_urlencoded",
|
1938 | "idna",
|
1939 | "percent-encoding",
|
1940 | ]
|
1941 |
|
1942 | [[package]]
|
1943 | name = "uuid"
|
1944 | version = "1.8.0"
|
1945 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1946 | checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
|
1947 | dependencies = [
|
1948 | "getrandom",
|
1949 | ]
|
1950 |
|
1951 | [[package]]
|
1952 | name = "vec_map"
|
1953 | version = "0.8.2"
|
1954 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1955 | checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
1956 |
|
1957 | [[package]]
|
1958 | name = "version_check"
|
1959 | version = "0.9.4"
|
1960 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1961 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
1962 |
|
1963 | [[package]]
|
1964 | name = "want"
|
1965 | version = "0.3.1"
|
1966 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1967 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
1968 | dependencies = [
|
1969 | "try-lock",
|
1970 | ]
|
1971 |
|
1972 | [[package]]
|
1973 | name = "wasi"
|
1974 | version = "0.11.0+wasi-snapshot-preview1"
|
1975 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1976 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1977 |
|
1978 | [[package]]
|
1979 | name = "wasm-bindgen"
|
1980 | version = "0.2.92"
|
1981 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1982 | checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
1983 | dependencies = [
|
1984 | "cfg-if",
|
1985 | "wasm-bindgen-macro",
|
1986 | ]
|
1987 |
|
1988 | [[package]]
|
1989 | name = "wasm-bindgen-backend"
|
1990 | version = "0.2.92"
|
1991 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1992 | checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
1993 | dependencies = [
|
1994 | "bumpalo",
|
1995 | "log",
|
1996 | "once_cell",
|
1997 | "proc-macro2",
|
1998 | "quote",
|
1999 | "syn 2.0.60",
|
2000 | "wasm-bindgen-shared",
|
2001 | ]
|
2002 |
|
2003 | [[package]]
|
2004 | name = "wasm-bindgen-macro"
|
2005 | version = "0.2.92"
|
2006 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2007 | checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2008 | dependencies = [
|
2009 | "quote",
|
2010 | "wasm-bindgen-macro-support",
|
2011 | ]
|
2012 |
|
2013 | [[package]]
|
2014 | name = "wasm-bindgen-macro-support"
|
2015 | version = "0.2.92"
|
2016 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017 | checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2018 | dependencies = [
|
2019 | "proc-macro2",
|
2020 | "quote",
|
2021 | "syn 2.0.60",
|
2022 | "wasm-bindgen-backend",
|
2023 | "wasm-bindgen-shared",
|
2024 | ]
|
2025 |
|
2026 | [[package]]
|
2027 | name = "wasm-bindgen-shared"
|
2028 | version = "0.2.92"
|
2029 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2030 | checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2031 |
|
2032 | [[package]]
|
2033 | name = "web-sys"
|
2034 | version = "0.3.69"
|
2035 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2036 | checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
2037 | dependencies = [
|
2038 | "js-sys",
|
2039 | "wasm-bindgen",
|
2040 | ]
|
2041 |
|
2042 | [[package]]
|
2043 | name = "webpki"
|
2044 | version = "0.22.4"
|
2045 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2046 | checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
|
2047 | dependencies = [
|
2048 | "ring 0.17.8",
|
2049 | "untrusted 0.9.0",
|
2050 | ]
|
2051 |
|
2052 | [[package]]
|
2053 | name = "winapi"
|
2054 | version = "0.3.9"
|
2055 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2056 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2057 | dependencies = [
|
2058 | "winapi-i686-pc-windows-gnu",
|
2059 | "winapi-x86_64-pc-windows-gnu",
|
2060 | ]
|
2061 |
|
2062 | [[package]]
|
2063 | name = "winapi-i686-pc-windows-gnu"
|
2064 | version = "0.4.0"
|
2065 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2066 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2067 |
|
2068 | [[package]]
|
2069 | name = "winapi-util"
|
2070 | version = "0.1.8"
|
2071 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2072 | checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2073 | dependencies = [
|
2074 | "windows-sys 0.52.0",
|
2075 | ]
|
2076 |
|
2077 | [[package]]
|
2078 | name = "winapi-x86_64-pc-windows-gnu"
|
2079 | version = "0.4.0"
|
2080 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2081 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2082 |
|
2083 | [[package]]
|
2084 | name = "windows-core"
|
2085 | version = "0.52.0"
|
2086 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2087 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2088 | dependencies = [
|
2089 | "windows-targets 0.52.5",
|
2090 | ]
|
2091 |
|
2092 | [[package]]
|
2093 | name = "windows-sys"
|
2094 | version = "0.48.0"
|
2095 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2096 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2097 | dependencies = [
|
2098 | "windows-targets 0.48.5",
|
2099 | ]
|
2100 |
|
2101 | [[package]]
|
2102 | name = "windows-sys"
|
2103 | version = "0.52.0"
|
2104 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2105 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2106 | dependencies = [
|
2107 | "windows-targets 0.52.5",
|
2108 | ]
|
2109 |
|
2110 | [[package]]
|
2111 | name = "windows-targets"
|
2112 | version = "0.48.5"
|
2113 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2114 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2115 | dependencies = [
|
2116 | "windows_aarch64_gnullvm 0.48.5",
|
2117 | "windows_aarch64_msvc 0.48.5",
|
2118 | "windows_i686_gnu 0.48.5",
|
2119 | "windows_i686_msvc 0.48.5",
|
2120 | "windows_x86_64_gnu 0.48.5",
|
2121 | "windows_x86_64_gnullvm 0.48.5",
|
2122 | "windows_x86_64_msvc 0.48.5",
|
2123 | ]
|
2124 |
|
2125 | [[package]]
|
2126 | name = "windows-targets"
|
2127 | version = "0.52.5"
|
2128 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2129 | checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
2130 | dependencies = [
|
2131 | "windows_aarch64_gnullvm 0.52.5",
|
2132 | "windows_aarch64_msvc 0.52.5",
|
2133 | "windows_i686_gnu 0.52.5",
|
2134 | "windows_i686_gnullvm",
|
2135 | "windows_i686_msvc 0.52.5",
|
2136 | "windows_x86_64_gnu 0.52.5",
|
2137 | "windows_x86_64_gnullvm 0.52.5",
|
2138 | "windows_x86_64_msvc 0.52.5",
|
2139 | ]
|
2140 |
|
2141 | [[package]]
|
2142 | name = "windows_aarch64_gnullvm"
|
2143 | version = "0.48.5"
|
2144 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2145 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2146 |
|
2147 | [[package]]
|
2148 | name = "windows_aarch64_gnullvm"
|
2149 | version = "0.52.5"
|
2150 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2151 | checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
2152 |
|
2153 | [[package]]
|
2154 | name = "windows_aarch64_msvc"
|
2155 | version = "0.48.5"
|
2156 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2157 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2158 |
|
2159 | [[package]]
|
2160 | name = "windows_aarch64_msvc"
|
2161 | version = "0.52.5"
|
2162 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2163 | checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
2164 |
|
2165 | [[package]]
|
2166 | name = "windows_i686_gnu"
|
2167 | version = "0.48.5"
|
2168 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2169 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2170 |
|
2171 | [[package]]
|
2172 | name = "windows_i686_gnu"
|
2173 | version = "0.52.5"
|
2174 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2175 | checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
2176 |
|
2177 | [[package]]
|
2178 | name = "windows_i686_gnullvm"
|
2179 | version = "0.52.5"
|
2180 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2181 | checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
2182 |
|
2183 | [[package]]
|
2184 | name = "windows_i686_msvc"
|
2185 | version = "0.48.5"
|
2186 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2187 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2188 |
|
2189 | [[package]]
|
2190 | name = "windows_i686_msvc"
|
2191 | version = "0.52.5"
|
2192 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2193 | checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
2194 |
|
2195 | [[package]]
|
2196 | name = "windows_x86_64_gnu"
|
2197 | version = "0.48.5"
|
2198 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2199 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2200 |
|
2201 | [[package]]
|
2202 | name = "windows_x86_64_gnu"
|
2203 | version = "0.52.5"
|
2204 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2205 | checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
2206 |
|
2207 | [[package]]
|
2208 | name = "windows_x86_64_gnullvm"
|
2209 | version = "0.48.5"
|
2210 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2211 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2212 |
|
2213 | [[package]]
|
2214 | name = "windows_x86_64_gnullvm"
|
2215 | version = "0.52.5"
|
2216 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2217 | checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
2218 |
|
2219 | [[package]]
|
2220 | name = "windows_x86_64_msvc"
|
2221 | version = "0.48.5"
|
2222 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2223 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2224 |
|
2225 | [[package]]
|
2226 | name = "windows_x86_64_msvc"
|
2227 | version = "0.52.5"
|
2228 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2229 | checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
2230 |
|
2231 | [[package]]
|
2232 | name = "xml-rs"
|
2233 | version = "0.8.20"
|
2234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2235 | checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
|
2236 |
|
2237 | [[package]]
|
2238 | name = "zerocopy"
|
2239 | version = "0.7.32"
|
2240 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2241 | checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
2242 | dependencies = [
|
2243 | "zerocopy-derive",
|
2244 | ]
|
2245 |
|
2246 | [[package]]
|
2247 | name = "zerocopy-derive"
|
2248 | version = "0.7.32"
|
2249 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2250 | checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
2251 | dependencies = [
|
2252 | "proc-macro2",
|
2253 | "quote",
|
2254 | "syn 2.0.60",
|
2255 | ]
|
2256 |
|
2257 | [[package]]
|
2258 | name = "zeroize"
|
2259 | version = "1.7.0"
|
2260 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2261 | checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|