Begin refactor to split unified stack into its own crate
parent: tbd commit: 95f5e65
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 = "aead" |
22 | version = "0.5.2" |
23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
24 | checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
25 | dependencies = [ |
26 | "crypto-common", |
27 | "generic-array", |
28 | ] |
29 | |
30 | [[package]] |
31 | name = "aes" |
32 | version = "0.8.3" |
33 | source = "registry+https://github.com/rust-lang/crates.io-index" |
34 | checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" |
35 | dependencies = [ |
36 | "cfg-if", |
37 | "cipher", |
38 | "cpufeatures", |
39 | ] |
40 | |
41 | [[package]] |
42 | name = "aes-gcm" |
43 | version = "0.10.2" |
44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
45 | checksum = "209b47e8954a928e1d72e86eca7000ebb6655fe1436d33eefc2201cad027e237" |
46 | dependencies = [ |
47 | "aead", |
48 | "aes", |
49 | "cipher", |
50 | "ctr", |
51 | "ghash", |
52 | "subtle", |
53 | ] |
54 | |
55 | [[package]] |
56 | name = "ahash" |
57 | version = "0.8.3" |
58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
59 | checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" |
60 | dependencies = [ |
61 | "cfg-if", |
62 | "getrandom", |
63 | "once_cell", |
64 | "version_check", |
65 | ] |
66 | |
67 | [[package]] |
68 | name = "allocator-api2" |
69 | version = "0.2.16" |
70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
71 | checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" |
72 | |
73 | [[package]] |
74 | name = "android-tzdata" |
75 | version = "0.1.1" |
76 | source = "registry+https://github.com/rust-lang/crates.io-index" |
77 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
78 | |
79 | [[package]] |
80 | name = "android_system_properties" |
81 | version = "0.1.5" |
82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
83 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
84 | dependencies = [ |
85 | "libc", |
86 | ] |
87 | |
88 | [[package]] |
89 | name = "anyhow" |
90 | version = "1.0.75" |
91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
92 | checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" |
93 | |
94 | [[package]] |
95 | name = "argon2" |
96 | version = "0.5.1" |
97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
98 | checksum = "b2e554a8638bdc1e4eae9984845306cc95f8a9208ba8d49c3859fd958b46774d" |
99 | dependencies = [ |
100 | "base64ct", |
101 | "blake2", |
102 | "cpufeatures", |
103 | "password-hash", |
104 | ] |
105 | |
106 | [[package]] |
107 | name = "async-trait" |
108 | version = "0.1.73" |
109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
110 | checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" |
111 | dependencies = [ |
112 | "proc-macro2", |
113 | "quote", |
114 | "syn 2.0.29", |
115 | ] |
116 | |
117 | [[package]] |
118 | name = "atoi" |
119 | version = "2.0.0" |
120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
121 | checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
122 | dependencies = [ |
123 | "num-traits", |
124 | ] |
125 | |
126 | [[package]] |
127 | name = "autocfg" |
128 | version = "1.1.0" |
129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
130 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
131 | |
132 | [[package]] |
133 | name = "backtrace" |
134 | version = "0.3.69" |
135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
136 | checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" |
137 | dependencies = [ |
138 | "addr2line", |
139 | "cc", |
140 | "cfg-if", |
141 | "libc", |
142 | "miniz_oxide", |
143 | "object", |
144 | "rustc-demangle", |
145 | ] |
146 | |
147 | [[package]] |
148 | name = "base64" |
149 | version = "0.13.1" |
150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
151 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
152 | |
153 | [[package]] |
154 | name = "base64" |
155 | version = "0.21.3" |
156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
157 | checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" |
158 | |
159 | [[package]] |
160 | name = "base64ct" |
161 | version = "1.6.0" |
162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
163 | checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
164 | |
165 | [[package]] |
166 | name = "bincode" |
167 | version = "1.3.3" |
168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
169 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
170 | dependencies = [ |
171 | "serde", |
172 | ] |
173 | |
174 | [[package]] |
175 | name = "bitflags" |
176 | version = "1.3.2" |
177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
178 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
179 | |
180 | [[package]] |
181 | name = "bitflags" |
182 | version = "2.4.0" |
183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
184 | checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" |
185 | dependencies = [ |
186 | "serde", |
187 | ] |
188 | |
189 | [[package]] |
190 | name = "blake2" |
191 | version = "0.10.6" |
192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
193 | checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
194 | dependencies = [ |
195 | "digest", |
196 | ] |
197 | |
198 | [[package]] |
199 | name = "block-buffer" |
200 | version = "0.10.4" |
201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
202 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
203 | dependencies = [ |
204 | "generic-array", |
205 | ] |
206 | |
207 | [[package]] |
208 | name = "bumpalo" |
209 | version = "3.13.0" |
210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
211 | checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" |
212 | |
213 | [[package]] |
214 | name = "byteorder" |
215 | version = "1.4.3" |
216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
217 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
218 | |
219 | [[package]] |
220 | name = "bytes" |
221 | version = "1.4.0" |
222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
223 | checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" |
224 | |
225 | [[package]] |
226 | name = "cc" |
227 | version = "1.0.83" |
228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
229 | checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" |
230 | dependencies = [ |
231 | "jobserver", |
232 | "libc", |
233 | ] |
234 | |
235 | [[package]] |
236 | name = "cfg-if" |
237 | version = "1.0.0" |
238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
239 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
240 | |
241 | [[package]] |
242 | name = "chrono" |
243 | version = "0.4.26" |
244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
245 | checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" |
246 | dependencies = [ |
247 | "android-tzdata", |
248 | "iana-time-zone", |
249 | "js-sys", |
250 | "num-traits", |
251 | "serde", |
252 | "time 0.1.45", |
253 | "wasm-bindgen", |
254 | "winapi", |
255 | ] |
256 | |
257 | [[package]] |
258 | name = "cipher" |
259 | version = "0.4.4" |
260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
261 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
262 | dependencies = [ |
263 | "crypto-common", |
264 | "inout", |
265 | ] |
266 | |
267 | [[package]] |
268 | name = "color-eyre" |
269 | version = "0.6.2" |
270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
271 | checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" |
272 | dependencies = [ |
273 | "backtrace", |
274 | "color-spantrace", |
275 | "eyre", |
276 | "indenter", |
277 | "once_cell", |
278 | "owo-colors", |
279 | "tracing-error", |
280 | ] |
281 | |
282 | [[package]] |
283 | name = "color-spantrace" |
284 | version = "0.2.0" |
285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
286 | checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" |
287 | dependencies = [ |
288 | "once_cell", |
289 | "owo-colors", |
290 | "tracing-core", |
291 | "tracing-error", |
292 | ] |
293 | |
294 | [[package]] |
295 | name = "const-oid" |
296 | version = "0.9.5" |
297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
298 | checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" |
299 | |
300 | [[package]] |
301 | name = "core-foundation" |
302 | version = "0.9.3" |
303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
304 | checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
305 | dependencies = [ |
306 | "core-foundation-sys", |
307 | "libc", |
308 | ] |
309 | |
310 | [[package]] |
311 | name = "core-foundation-sys" |
312 | version = "0.8.4" |
313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
314 | checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
315 | |
316 | [[package]] |
317 | name = "cpufeatures" |
318 | version = "0.2.9" |
319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
320 | checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" |
321 | dependencies = [ |
322 | "libc", |
323 | ] |
324 | |
325 | [[package]] |
326 | name = "crc" |
327 | version = "3.0.1" |
328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
329 | checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" |
330 | dependencies = [ |
331 | "crc-catalog", |
332 | ] |
333 | |
334 | [[package]] |
335 | name = "crc-catalog" |
336 | version = "2.2.0" |
337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
338 | checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484" |
339 | |
340 | [[package]] |
341 | name = "crossbeam-queue" |
342 | version = "0.3.8" |
343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
344 | checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" |
345 | dependencies = [ |
346 | "cfg-if", |
347 | "crossbeam-utils", |
348 | ] |
349 | |
350 | [[package]] |
351 | name = "crossbeam-utils" |
352 | version = "0.8.16" |
353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
354 | checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" |
355 | dependencies = [ |
356 | "cfg-if", |
357 | ] |
358 | |
359 | [[package]] |
360 | name = "crypto-common" |
361 | version = "0.1.6" |
362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
363 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
364 | dependencies = [ |
365 | "generic-array", |
366 | "rand_core", |
367 | "typenum", |
368 | ] |
369 | |
370 | [[package]] |
371 | name = "ctr" |
372 | version = "0.9.2" |
373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
374 | checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
375 | dependencies = [ |
376 | "cipher", |
377 | ] |
378 | |
379 | [[package]] |
380 | name = "darling" |
381 | version = "0.20.3" |
382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
383 | checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" |
384 | dependencies = [ |
385 | "darling_core", |
386 | "darling_macro", |
387 | ] |
388 | |
389 | [[package]] |
390 | name = "darling_core" |
391 | version = "0.20.3" |
392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
393 | checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" |
394 | dependencies = [ |
395 | "fnv", |
396 | "ident_case", |
397 | "proc-macro2", |
398 | "quote", |
399 | "strsim", |
400 | "syn 2.0.29", |
401 | ] |
402 | |
403 | [[package]] |
404 | name = "darling_macro" |
405 | version = "0.20.3" |
406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
407 | checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" |
408 | dependencies = [ |
409 | "darling_core", |
410 | "quote", |
411 | "syn 2.0.29", |
412 | ] |
413 | |
414 | [[package]] |
415 | name = "data-encoding" |
416 | version = "2.4.0" |
417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
418 | checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" |
419 | |
420 | [[package]] |
421 | name = "deadpool" |
422 | version = "0.9.5" |
423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
424 | checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e" |
425 | dependencies = [ |
426 | "async-trait", |
427 | "deadpool-runtime", |
428 | "num_cpus", |
429 | "retain_mut", |
430 | "tokio", |
431 | ] |
432 | |
433 | [[package]] |
434 | name = "deadpool-runtime" |
435 | version = "0.1.2" |
436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
437 | checksum = "eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1" |
438 | |
439 | [[package]] |
440 | name = "der" |
441 | version = "0.7.8" |
442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
443 | checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" |
444 | dependencies = [ |
445 | "const-oid", |
446 | "pem-rfc7468", |
447 | "zeroize", |
448 | ] |
449 | |
450 | [[package]] |
451 | name = "deranged" |
452 | version = "0.3.8" |
453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
454 | checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" |
455 | dependencies = [ |
456 | "serde", |
457 | ] |
458 | |
459 | [[package]] |
460 | name = "digest" |
461 | version = "0.10.7" |
462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
463 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
464 | dependencies = [ |
465 | "block-buffer", |
466 | "const-oid", |
467 | "crypto-common", |
468 | "subtle", |
469 | ] |
470 | |
471 | [[package]] |
472 | name = "dotenvy" |
473 | version = "0.15.7" |
474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
475 | checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
476 | |
477 | [[package]] |
478 | name = "either" |
479 | version = "1.9.0" |
480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
481 | checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" |
482 | dependencies = [ |
483 | "serde", |
484 | ] |
485 | |
486 | [[package]] |
487 | name = "encoding_rs" |
488 | version = "0.8.33" |
489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
490 | checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" |
491 | dependencies = [ |
492 | "cfg-if", |
493 | ] |
494 | |
495 | [[package]] |
496 | name = "equivalent" |
497 | version = "1.0.1" |
498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
499 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
500 | |
501 | [[package]] |
502 | name = "errno" |
503 | version = "0.3.2" |
504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
505 | checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" |
506 | dependencies = [ |
507 | "errno-dragonfly", |
508 | "libc", |
509 | "windows-sys", |
510 | ] |
511 | |
512 | [[package]] |
513 | name = "errno-dragonfly" |
514 | version = "0.1.2" |
515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
516 | checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
517 | dependencies = [ |
518 | "cc", |
519 | "libc", |
520 | ] |
521 | |
522 | [[package]] |
523 | name = "etcetera" |
524 | version = "0.8.0" |
525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
526 | checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
527 | dependencies = [ |
528 | "cfg-if", |
529 | "home", |
530 | "windows-sys", |
531 | ] |
532 | |
533 | [[package]] |
534 | name = "event-listener" |
535 | version = "2.5.3" |
536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
537 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
538 | |
539 | [[package]] |
540 | name = "eyre" |
541 | version = "0.6.8" |
542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
543 | checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" |
544 | dependencies = [ |
545 | "indenter", |
546 | "once_cell", |
547 | ] |
548 | |
549 | [[package]] |
550 | name = "fastrand" |
551 | version = "2.0.0" |
552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
553 | checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" |
554 | |
555 | [[package]] |
556 | name = "flume" |
557 | version = "0.10.14" |
558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
559 | checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" |
560 | dependencies = [ |
561 | "futures-core", |
562 | "futures-sink", |
563 | "pin-project", |
564 | "spin 0.9.8", |
565 | ] |
566 | |
567 | [[package]] |
568 | name = "fnv" |
569 | version = "1.0.7" |
570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
571 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
572 | |
573 | [[package]] |
574 | name = "foreign-types" |
575 | version = "0.3.2" |
576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
577 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
578 | dependencies = [ |
579 | "foreign-types-shared", |
580 | ] |
581 | |
582 | [[package]] |
583 | name = "foreign-types-shared" |
584 | version = "0.1.1" |
585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
586 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
587 | |
588 | [[package]] |
589 | name = "form_urlencoded" |
590 | version = "1.2.0" |
591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
592 | checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" |
593 | dependencies = [ |
594 | "percent-encoding", |
595 | ] |
596 | |
597 | [[package]] |
598 | name = "futures-channel" |
599 | version = "0.3.28" |
600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
601 | checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
602 | dependencies = [ |
603 | "futures-core", |
604 | "futures-sink", |
605 | ] |
606 | |
607 | [[package]] |
608 | name = "futures-core" |
609 | version = "0.3.28" |
610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
611 | checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
612 | |
613 | [[package]] |
614 | name = "futures-executor" |
615 | version = "0.3.28" |
616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
617 | checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" |
618 | dependencies = [ |
619 | "futures-core", |
620 | "futures-task", |
621 | "futures-util", |
622 | ] |
623 | |
624 | [[package]] |
625 | name = "futures-intrusive" |
626 | version = "0.5.0" |
627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
628 | checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
629 | dependencies = [ |
630 | "futures-core", |
631 | "lock_api", |
632 | "parking_lot", |
633 | ] |
634 | |
635 | [[package]] |
636 | name = "futures-io" |
637 | version = "0.3.28" |
638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
639 | checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
640 | |
641 | [[package]] |
642 | name = "futures-macro" |
643 | version = "0.3.28" |
644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
645 | checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
646 | dependencies = [ |
647 | "proc-macro2", |
648 | "quote", |
649 | "syn 2.0.29", |
650 | ] |
651 | |
652 | [[package]] |
653 | name = "futures-sink" |
654 | version = "0.3.28" |
655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
656 | checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
657 | |
658 | [[package]] |
659 | name = "futures-task" |
660 | version = "0.3.28" |
661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
662 | checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
663 | |
664 | [[package]] |
665 | name = "futures-util" |
666 | version = "0.3.28" |
667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
668 | checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
669 | dependencies = [ |
670 | "futures-core", |
671 | "futures-io", |
672 | "futures-macro", |
673 | "futures-sink", |
674 | "futures-task", |
675 | "memchr", |
676 | "pin-project-lite", |
677 | "pin-utils", |
678 | "slab", |
679 | ] |
680 | |
681 | [[package]] |
682 | name = "generic-array" |
683 | version = "0.14.7" |
684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
685 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
686 | dependencies = [ |
687 | "typenum", |
688 | "version_check", |
689 | ] |
690 | |
691 | [[package]] |
692 | name = "getrandom" |
693 | version = "0.2.10" |
694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
695 | checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
696 | dependencies = [ |
697 | "cfg-if", |
698 | "libc", |
699 | "wasi 0.11.0+wasi-snapshot-preview1", |
700 | ] |
701 | |
702 | [[package]] |
703 | name = "ghash" |
704 | version = "0.5.0" |
705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
706 | checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40" |
707 | dependencies = [ |
708 | "opaque-debug", |
709 | "polyval", |
710 | ] |
711 | |
712 | [[package]] |
713 | name = "gimli" |
714 | version = "0.28.0" |
715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
716 | checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" |
717 | |
718 | [[package]] |
719 | name = "git2" |
720 | version = "0.17.2" |
721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
722 | checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" |
723 | dependencies = [ |
724 | "bitflags 1.3.2", |
725 | "libc", |
726 | "libgit2-sys", |
727 | "log", |
728 | "openssl-probe", |
729 | "openssl-sys", |
730 | "url", |
731 | ] |
732 | |
733 | [[package]] |
734 | name = "giterated-api" |
735 | version = "0.1.0" |
736 | dependencies = [ |
737 | "anyhow", |
738 | "async-trait", |
739 | "bincode", |
740 | "chrono", |
741 | "color-eyre", |
742 | "deadpool", |
743 | "futures-util", |
744 | "giterated-models", |
745 | "jsonwebtoken", |
746 | "rand", |
747 | "reqwest", |
748 | "semver", |
749 | "serde", |
750 | "serde_json", |
751 | "thiserror", |
752 | "tokio", |
753 | "tokio-tungstenite", |
754 | "tracing", |
755 | "tracing-subscriber", |
756 | ] |
757 | |
758 | [[package]] |
759 | name = "giterated-daemon" |
760 | version = "0.0.6" |
761 | dependencies = [ |
762 | "aes-gcm", |
763 | "anyhow", |
764 | "argon2", |
765 | "async-trait", |
766 | "base64 0.21.3", |
767 | "bincode", |
768 | "chrono", |
769 | "deadpool", |
770 | "futures-util", |
771 | "git2", |
772 | "giterated-api", |
773 | "giterated-models", |
774 | "jsonwebtoken", |
775 | "log", |
776 | "rand", |
777 | "reqwest", |
778 | "rsa", |
779 | "secrecy", |
780 | "semver", |
781 | "serde", |
782 | "serde_json", |
783 | "sqlx", |
784 | "thiserror", |
785 | "tokio", |
786 | "tokio-tungstenite", |
787 | "toml", |
788 | "tracing", |
789 | "tracing-subscriber", |
790 | ] |
791 | |
792 | [[package]] |
793 | name = "giterated-models" |
794 | version = "0.1.0" |
795 | dependencies = [ |
796 | "anyhow", |
797 | "async-trait", |
798 | "base64 0.21.3", |
799 | "bincode", |
800 | "chrono", |
801 | "git2", |
802 | "jsonwebtoken", |
803 | "rand", |
804 | "rsa", |
805 | "secrecy", |
806 | "semver", |
807 | "serde", |
808 | "serde_json", |
809 | "serde_with", |
810 | "sqlx", |
811 | "thiserror", |
812 | "toml", |
813 | "tracing", |
814 | ] |
815 | |
816 | [[package]] |
817 | name = "giterated-stack" |
818 | version = "0.1.0" |
819 | |
820 | [[package]] |
821 | name = "h2" |
822 | version = "0.3.21" |
823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
824 | checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" |
825 | dependencies = [ |
826 | "bytes", |
827 | "fnv", |
828 | "futures-core", |
829 | "futures-sink", |
830 | "futures-util", |
831 | "http", |
832 | "indexmap 1.9.3", |
833 | "slab", |
834 | "tokio", |
835 | "tokio-util", |
836 | "tracing", |
837 | ] |
838 | |
839 | [[package]] |
840 | name = "hashbrown" |
841 | version = "0.12.3" |
842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
843 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
844 | |
845 | [[package]] |
846 | name = "hashbrown" |
847 | version = "0.14.0" |
848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
849 | checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" |
850 | dependencies = [ |
851 | "ahash", |
852 | "allocator-api2", |
853 | ] |
854 | |
855 | [[package]] |
856 | name = "hashlink" |
857 | version = "0.8.4" |
858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
859 | checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" |
860 | dependencies = [ |
861 | "hashbrown 0.14.0", |
862 | ] |
863 | |
864 | [[package]] |
865 | name = "heck" |
866 | version = "0.4.1" |
867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
868 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
869 | dependencies = [ |
870 | "unicode-segmentation", |
871 | ] |
872 | |
873 | [[package]] |
874 | name = "hermit-abi" |
875 | version = "0.3.2" |
876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
877 | checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
878 | |
879 | [[package]] |
880 | name = "hex" |
881 | version = "0.4.3" |
882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
883 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
884 | |
885 | [[package]] |
886 | name = "hkdf" |
887 | version = "0.12.3" |
888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
889 | checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" |
890 | dependencies = [ |
891 | "hmac", |
892 | ] |
893 | |
894 | [[package]] |
895 | name = "hmac" |
896 | version = "0.12.1" |
897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
898 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
899 | dependencies = [ |
900 | "digest", |
901 | ] |
902 | |
903 | [[package]] |
904 | name = "home" |
905 | version = "0.5.5" |
906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
907 | checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" |
908 | dependencies = [ |
909 | "windows-sys", |
910 | ] |
911 | |
912 | [[package]] |
913 | name = "http" |
914 | version = "0.2.9" |
915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
916 | checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
917 | dependencies = [ |
918 | "bytes", |
919 | "fnv", |
920 | "itoa", |
921 | ] |
922 | |
923 | [[package]] |
924 | name = "http-body" |
925 | version = "0.4.5" |
926 | source = "registry+https://github.com/rust-lang/crates.io-index" |
927 | checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
928 | dependencies = [ |
929 | "bytes", |
930 | "http", |
931 | "pin-project-lite", |
932 | ] |
933 | |
934 | [[package]] |
935 | name = "httparse" |
936 | version = "1.8.0" |
937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
938 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
939 | |
940 | [[package]] |
941 | name = "httpdate" |
942 | version = "1.0.3" |
943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
944 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
945 | |
946 | [[package]] |
947 | name = "hyper" |
948 | version = "0.14.27" |
949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
950 | checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" |
951 | dependencies = [ |
952 | "bytes", |
953 | "futures-channel", |
954 | "futures-core", |
955 | "futures-util", |
956 | "h2", |
957 | "http", |
958 | "http-body", |
959 | "httparse", |
960 | "httpdate", |
961 | "itoa", |
962 | "pin-project-lite", |
963 | "socket2 0.4.9", |
964 | "tokio", |
965 | "tower-service", |
966 | "tracing", |
967 | "want", |
968 | ] |
969 | |
970 | [[package]] |
971 | name = "hyper-tls" |
972 | version = "0.5.0" |
973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
974 | checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
975 | dependencies = [ |
976 | "bytes", |
977 | "hyper", |
978 | "native-tls", |
979 | "tokio", |
980 | "tokio-native-tls", |
981 | ] |
982 | |
983 | [[package]] |
984 | name = "iana-time-zone" |
985 | version = "0.1.57" |
986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
987 | checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" |
988 | dependencies = [ |
989 | "android_system_properties", |
990 | "core-foundation-sys", |
991 | "iana-time-zone-haiku", |
992 | "js-sys", |
993 | "wasm-bindgen", |
994 | "windows", |
995 | ] |
996 | |
997 | [[package]] |
998 | name = "iana-time-zone-haiku" |
999 | version = "0.1.2" |
1000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1001 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
1002 | dependencies = [ |
1003 | "cc", |
1004 | ] |
1005 | |
1006 | [[package]] |
1007 | name = "ident_case" |
1008 | version = "1.0.1" |
1009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1010 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
1011 | |
1012 | [[package]] |
1013 | name = "idna" |
1014 | version = "0.4.0" |
1015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1016 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
1017 | dependencies = [ |
1018 | "unicode-bidi", |
1019 | "unicode-normalization", |
1020 | ] |
1021 | |
1022 | [[package]] |
1023 | name = "indenter" |
1024 | version = "0.3.3" |
1025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1026 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
1027 | |
1028 | [[package]] |
1029 | name = "indexmap" |
1030 | version = "1.9.3" |
1031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1032 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
1033 | dependencies = [ |
1034 | "autocfg", |
1035 | "hashbrown 0.12.3", |
1036 | "serde", |
1037 | ] |
1038 | |
1039 | [[package]] |
1040 | name = "indexmap" |
1041 | version = "2.0.0" |
1042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1043 | checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" |
1044 | dependencies = [ |
1045 | "equivalent", |
1046 | "hashbrown 0.14.0", |
1047 | "serde", |
1048 | ] |
1049 | |
1050 | [[package]] |
1051 | name = "inout" |
1052 | version = "0.1.3" |
1053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1054 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
1055 | dependencies = [ |
1056 | "generic-array", |
1057 | ] |
1058 | |
1059 | [[package]] |
1060 | name = "ipnet" |
1061 | version = "2.8.0" |
1062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1063 | checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" |
1064 | |
1065 | [[package]] |
1066 | name = "itertools" |
1067 | version = "0.10.5" |
1068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1069 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
1070 | dependencies = [ |
1071 | "either", |
1072 | ] |
1073 | |
1074 | [[package]] |
1075 | name = "itoa" |
1076 | version = "1.0.9" |
1077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1078 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
1079 | |
1080 | [[package]] |
1081 | name = "jobserver" |
1082 | version = "0.1.26" |
1083 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1084 | checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" |
1085 | dependencies = [ |
1086 | "libc", |
1087 | ] |
1088 | |
1089 | [[package]] |
1090 | name = "js-sys" |
1091 | version = "0.3.64" |
1092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1093 | checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" |
1094 | dependencies = [ |
1095 | "wasm-bindgen", |
1096 | ] |
1097 | |
1098 | [[package]] |
1099 | name = "jsonwebtoken" |
1100 | version = "8.3.0" |
1101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1102 | checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" |
1103 | dependencies = [ |
1104 | "base64 0.21.3", |
1105 | "pem", |
1106 | "ring", |
1107 | "serde", |
1108 | "serde_json", |
1109 | "simple_asn1", |
1110 | ] |
1111 | |
1112 | [[package]] |
1113 | name = "lazy_static" |
1114 | version = "1.4.0" |
1115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1116 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1117 | dependencies = [ |
1118 | "spin 0.5.2", |
1119 | ] |
1120 | |
1121 | [[package]] |
1122 | name = "libc" |
1123 | version = "0.2.147" |
1124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1125 | checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
1126 | |
1127 | [[package]] |
1128 | name = "libgit2-sys" |
1129 | version = "0.15.2+1.6.4" |
1130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1131 | checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" |
1132 | dependencies = [ |
1133 | "cc", |
1134 | "libc", |
1135 | "libssh2-sys", |
1136 | "libz-sys", |
1137 | "openssl-sys", |
1138 | "pkg-config", |
1139 | ] |
1140 | |
1141 | [[package]] |
1142 | name = "libm" |
1143 | version = "0.2.7" |
1144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1145 | checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" |
1146 | |
1147 | [[package]] |
1148 | name = "libsqlite3-sys" |
1149 | version = "0.26.0" |
1150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1151 | checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326" |
1152 | dependencies = [ |
1153 | "cc", |
1154 | "pkg-config", |
1155 | "vcpkg", |
1156 | ] |
1157 | |
1158 | [[package]] |
1159 | name = "libssh2-sys" |
1160 | version = "0.3.0" |
1161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1162 | checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" |
1163 | dependencies = [ |
1164 | "cc", |
1165 | "libc", |
1166 | "libz-sys", |
1167 | "openssl-sys", |
1168 | "pkg-config", |
1169 | "vcpkg", |
1170 | ] |
1171 | |
1172 | [[package]] |
1173 | name = "libz-sys" |
1174 | version = "1.1.12" |
1175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1176 | checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" |
1177 | dependencies = [ |
1178 | "cc", |
1179 | "libc", |
1180 | "pkg-config", |
1181 | "vcpkg", |
1182 | ] |
1183 | |
1184 | [[package]] |
1185 | name = "linux-raw-sys" |
1186 | version = "0.4.5" |
1187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1188 | checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" |
1189 | |
1190 | [[package]] |
1191 | name = "lock_api" |
1192 | version = "0.4.10" |
1193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1194 | checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" |
1195 | dependencies = [ |
1196 | "autocfg", |
1197 | "scopeguard", |
1198 | ] |
1199 | |
1200 | [[package]] |
1201 | name = "log" |
1202 | version = "0.4.20" |
1203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1204 | checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
1205 | |
1206 | [[package]] |
1207 | name = "md-5" |
1208 | version = "0.10.5" |
1209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1210 | checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" |
1211 | dependencies = [ |
1212 | "digest", |
1213 | ] |
1214 | |
1215 | [[package]] |
1216 | name = "memchr" |
1217 | version = "2.6.0" |
1218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1219 | checksum = "76fc44e2588d5b436dbc3c6cf62aef290f90dab6235744a93dfe1cc18f451e2c" |
1220 | |
1221 | [[package]] |
1222 | name = "mime" |
1223 | version = "0.3.17" |
1224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1225 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
1226 | |
1227 | [[package]] |
1228 | name = "minimal-lexical" |
1229 | version = "0.2.1" |
1230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1231 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
1232 | |
1233 | [[package]] |
1234 | name = "miniz_oxide" |
1235 | version = "0.7.1" |
1236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1237 | checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
1238 | dependencies = [ |
1239 | "adler", |
1240 | ] |
1241 | |
1242 | [[package]] |
1243 | name = "mio" |
1244 | version = "0.8.8" |
1245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1246 | checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" |
1247 | dependencies = [ |
1248 | "libc", |
1249 | "wasi 0.11.0+wasi-snapshot-preview1", |
1250 | "windows-sys", |
1251 | ] |
1252 | |
1253 | [[package]] |
1254 | name = "native-tls" |
1255 | version = "0.2.11" |
1256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1257 | checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
1258 | dependencies = [ |
1259 | "lazy_static", |
1260 | "libc", |
1261 | "log", |
1262 | "openssl", |
1263 | "openssl-probe", |
1264 | "openssl-sys", |
1265 | "schannel", |
1266 | "security-framework", |
1267 | "security-framework-sys", |
1268 | "tempfile", |
1269 | ] |
1270 | |
1271 | [[package]] |
1272 | name = "nom" |
1273 | version = "7.1.3" |
1274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1275 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
1276 | dependencies = [ |
1277 | "memchr", |
1278 | "minimal-lexical", |
1279 | ] |
1280 | |
1281 | [[package]] |
1282 | name = "nu-ansi-term" |
1283 | version = "0.46.0" |
1284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1285 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
1286 | dependencies = [ |
1287 | "overload", |
1288 | "winapi", |
1289 | ] |
1290 | |
1291 | [[package]] |
1292 | name = "num-bigint" |
1293 | version = "0.4.4" |
1294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1295 | checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" |
1296 | dependencies = [ |
1297 | "autocfg", |
1298 | "num-integer", |
1299 | "num-traits", |
1300 | ] |
1301 | |
1302 | [[package]] |
1303 | name = "num-bigint-dig" |
1304 | version = "0.8.4" |
1305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1306 | checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" |
1307 | dependencies = [ |
1308 | "byteorder", |
1309 | "lazy_static", |
1310 | "libm", |
1311 | "num-integer", |
1312 | "num-iter", |
1313 | "num-traits", |
1314 | "rand", |
1315 | "smallvec", |
1316 | "zeroize", |
1317 | ] |
1318 | |
1319 | [[package]] |
1320 | name = "num-integer" |
1321 | version = "0.1.45" |
1322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1323 | checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
1324 | dependencies = [ |
1325 | "autocfg", |
1326 | "num-traits", |
1327 | ] |
1328 | |
1329 | [[package]] |
1330 | name = "num-iter" |
1331 | version = "0.1.43" |
1332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1333 | checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" |
1334 | dependencies = [ |
1335 | "autocfg", |
1336 | "num-integer", |
1337 | "num-traits", |
1338 | ] |
1339 | |
1340 | [[package]] |
1341 | name = "num-traits" |
1342 | version = "0.2.16" |
1343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1344 | checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" |
1345 | dependencies = [ |
1346 | "autocfg", |
1347 | "libm", |
1348 | ] |
1349 | |
1350 | [[package]] |
1351 | name = "num_cpus" |
1352 | version = "1.16.0" |
1353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1354 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
1355 | dependencies = [ |
1356 | "hermit-abi", |
1357 | "libc", |
1358 | ] |
1359 | |
1360 | [[package]] |
1361 | name = "object" |
1362 | version = "0.32.0" |
1363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1364 | checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" |
1365 | dependencies = [ |
1366 | "memchr", |
1367 | ] |
1368 | |
1369 | [[package]] |
1370 | name = "once_cell" |
1371 | version = "1.18.0" |
1372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1373 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
1374 | |
1375 | [[package]] |
1376 | name = "opaque-debug" |
1377 | version = "0.3.0" |
1378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1379 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
1380 | |
1381 | [[package]] |
1382 | name = "openssl" |
1383 | version = "0.10.57" |
1384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1385 | checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" |
1386 | dependencies = [ |
1387 | "bitflags 2.4.0", |
1388 | "cfg-if", |
1389 | "foreign-types", |
1390 | "libc", |
1391 | "once_cell", |
1392 | "openssl-macros", |
1393 | "openssl-sys", |
1394 | ] |
1395 | |
1396 | [[package]] |
1397 | name = "openssl-macros" |
1398 | version = "0.1.1" |
1399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1400 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
1401 | dependencies = [ |
1402 | "proc-macro2", |
1403 | "quote", |
1404 | "syn 2.0.29", |
1405 | ] |
1406 | |
1407 | [[package]] |
1408 | name = "openssl-probe" |
1409 | version = "0.1.5" |
1410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1411 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
1412 | |
1413 | [[package]] |
1414 | name = "openssl-sys" |
1415 | version = "0.9.92" |
1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1417 | checksum = "db7e971c2c2bba161b2d2fdf37080177eff520b3bc044787c7f1f5f9e78d869b" |
1418 | dependencies = [ |
1419 | "cc", |
1420 | "libc", |
1421 | "pkg-config", |
1422 | "vcpkg", |
1423 | ] |
1424 | |
1425 | [[package]] |
1426 | name = "overload" |
1427 | version = "0.1.1" |
1428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1429 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
1430 | |
1431 | [[package]] |
1432 | name = "owo-colors" |
1433 | version = "3.5.0" |
1434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1435 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
1436 | |
1437 | [[package]] |
1438 | name = "parking_lot" |
1439 | version = "0.12.1" |
1440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1441 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
1442 | dependencies = [ |
1443 | "lock_api", |
1444 | "parking_lot_core", |
1445 | ] |
1446 | |
1447 | [[package]] |
1448 | name = "parking_lot_core" |
1449 | version = "0.9.8" |
1450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1451 | checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" |
1452 | dependencies = [ |
1453 | "cfg-if", |
1454 | "libc", |
1455 | "redox_syscall", |
1456 | "smallvec", |
1457 | "windows-targets", |
1458 | ] |
1459 | |
1460 | [[package]] |
1461 | name = "password-hash" |
1462 | version = "0.5.0" |
1463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1464 | checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" |
1465 | dependencies = [ |
1466 | "base64ct", |
1467 | "rand_core", |
1468 | "subtle", |
1469 | ] |
1470 | |
1471 | [[package]] |
1472 | name = "paste" |
1473 | version = "1.0.14" |
1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1475 | checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" |
1476 | |
1477 | [[package]] |
1478 | name = "pem" |
1479 | version = "1.1.1" |
1480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1481 | checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" |
1482 | dependencies = [ |
1483 | "base64 0.13.1", |
1484 | ] |
1485 | |
1486 | [[package]] |
1487 | name = "pem-rfc7468" |
1488 | version = "0.7.0" |
1489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1490 | checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
1491 | dependencies = [ |
1492 | "base64ct", |
1493 | ] |
1494 | |
1495 | [[package]] |
1496 | name = "percent-encoding" |
1497 | version = "2.3.0" |
1498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1499 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
1500 | |
1501 | [[package]] |
1502 | name = "pin-project" |
1503 | version = "1.1.3" |
1504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1505 | checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" |
1506 | dependencies = [ |
1507 | "pin-project-internal", |
1508 | ] |
1509 | |
1510 | [[package]] |
1511 | name = "pin-project-internal" |
1512 | version = "1.1.3" |
1513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1514 | checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" |
1515 | dependencies = [ |
1516 | "proc-macro2", |
1517 | "quote", |
1518 | "syn 2.0.29", |
1519 | ] |
1520 | |
1521 | [[package]] |
1522 | name = "pin-project-lite" |
1523 | version = "0.2.13" |
1524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1525 | checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" |
1526 | |
1527 | [[package]] |
1528 | name = "pin-utils" |
1529 | version = "0.1.0" |
1530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1531 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
1532 | |
1533 | [[package]] |
1534 | name = "pkcs1" |
1535 | version = "0.7.5" |
1536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1537 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
1538 | dependencies = [ |
1539 | "der", |
1540 | "pkcs8", |
1541 | "spki", |
1542 | ] |
1543 | |
1544 | [[package]] |
1545 | name = "pkcs8" |
1546 | version = "0.10.2" |
1547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1548 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
1549 | dependencies = [ |
1550 | "der", |
1551 | "spki", |
1552 | ] |
1553 | |
1554 | [[package]] |
1555 | name = "pkg-config" |
1556 | version = "0.3.27" |
1557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1558 | checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
1559 | |
1560 | [[package]] |
1561 | name = "polyval" |
1562 | version = "0.6.1" |
1563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1564 | checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb" |
1565 | dependencies = [ |
1566 | "cfg-if", |
1567 | "cpufeatures", |
1568 | "opaque-debug", |
1569 | "universal-hash", |
1570 | ] |
1571 | |
1572 | [[package]] |
1573 | name = "ppv-lite86" |
1574 | version = "0.2.17" |
1575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1576 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
1577 | |
1578 | [[package]] |
1579 | name = "proc-macro2" |
1580 | version = "1.0.66" |
1581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1582 | checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" |
1583 | dependencies = [ |
1584 | "unicode-ident", |
1585 | ] |
1586 | |
1587 | [[package]] |
1588 | name = "quote" |
1589 | version = "1.0.33" |
1590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1591 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
1592 | dependencies = [ |
1593 | "proc-macro2", |
1594 | ] |
1595 | |
1596 | [[package]] |
1597 | name = "rand" |
1598 | version = "0.8.5" |
1599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1600 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
1601 | dependencies = [ |
1602 | "libc", |
1603 | "rand_chacha", |
1604 | "rand_core", |
1605 | ] |
1606 | |
1607 | [[package]] |
1608 | name = "rand_chacha" |
1609 | version = "0.3.1" |
1610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1611 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
1612 | dependencies = [ |
1613 | "ppv-lite86", |
1614 | "rand_core", |
1615 | ] |
1616 | |
1617 | [[package]] |
1618 | name = "rand_core" |
1619 | version = "0.6.4" |
1620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1621 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
1622 | dependencies = [ |
1623 | "getrandom", |
1624 | ] |
1625 | |
1626 | [[package]] |
1627 | name = "redox_syscall" |
1628 | version = "0.3.5" |
1629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1630 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
1631 | dependencies = [ |
1632 | "bitflags 1.3.2", |
1633 | ] |
1634 | |
1635 | [[package]] |
1636 | name = "reqwest" |
1637 | version = "0.11.20" |
1638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1639 | checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" |
1640 | dependencies = [ |
1641 | "base64 0.21.3", |
1642 | "bytes", |
1643 | "encoding_rs", |
1644 | "futures-core", |
1645 | "futures-util", |
1646 | "h2", |
1647 | "http", |
1648 | "http-body", |
1649 | "hyper", |
1650 | "hyper-tls", |
1651 | "ipnet", |
1652 | "js-sys", |
1653 | "log", |
1654 | "mime", |
1655 | "native-tls", |
1656 | "once_cell", |
1657 | "percent-encoding", |
1658 | "pin-project-lite", |
1659 | "serde", |
1660 | "serde_json", |
1661 | "serde_urlencoded", |
1662 | "tokio", |
1663 | "tokio-native-tls", |
1664 | "tower-service", |
1665 | "url", |
1666 | "wasm-bindgen", |
1667 | "wasm-bindgen-futures", |
1668 | "web-sys", |
1669 | "winreg", |
1670 | ] |
1671 | |
1672 | [[package]] |
1673 | name = "retain_mut" |
1674 | version = "0.1.9" |
1675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1676 | checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" |
1677 | |
1678 | [[package]] |
1679 | name = "ring" |
1680 | version = "0.16.20" |
1681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1682 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
1683 | dependencies = [ |
1684 | "cc", |
1685 | "libc", |
1686 | "once_cell", |
1687 | "spin 0.5.2", |
1688 | "untrusted", |
1689 | "web-sys", |
1690 | "winapi", |
1691 | ] |
1692 | |
1693 | [[package]] |
1694 | name = "rsa" |
1695 | version = "0.9.2" |
1696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1697 | checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8" |
1698 | dependencies = [ |
1699 | "byteorder", |
1700 | "const-oid", |
1701 | "digest", |
1702 | "num-bigint-dig", |
1703 | "num-integer", |
1704 | "num-iter", |
1705 | "num-traits", |
1706 | "pkcs1", |
1707 | "pkcs8", |
1708 | "rand_core", |
1709 | "sha2", |
1710 | "signature", |
1711 | "spki", |
1712 | "subtle", |
1713 | "zeroize", |
1714 | ] |
1715 | |
1716 | [[package]] |
1717 | name = "rustc-demangle" |
1718 | version = "0.1.23" |
1719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1720 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
1721 | |
1722 | [[package]] |
1723 | name = "rustix" |
1724 | version = "0.38.10" |
1725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1726 | checksum = "ed6248e1caa625eb708e266e06159f135e8c26f2bb7ceb72dc4b2766d0340964" |
1727 | dependencies = [ |
1728 | "bitflags 2.4.0", |
1729 | "errno", |
1730 | "libc", |
1731 | "linux-raw-sys", |
1732 | "windows-sys", |
1733 | ] |
1734 | |
1735 | [[package]] |
1736 | name = "rustls" |
1737 | version = "0.21.7" |
1738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1739 | checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" |
1740 | dependencies = [ |
1741 | "log", |
1742 | "ring", |
1743 | "rustls-webpki", |
1744 | "sct", |
1745 | ] |
1746 | |
1747 | [[package]] |
1748 | name = "rustls-native-certs" |
1749 | version = "0.6.3" |
1750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1751 | checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" |
1752 | dependencies = [ |
1753 | "openssl-probe", |
1754 | "rustls-pemfile", |
1755 | "schannel", |
1756 | "security-framework", |
1757 | ] |
1758 | |
1759 | [[package]] |
1760 | name = "rustls-pemfile" |
1761 | version = "1.0.3" |
1762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1763 | checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" |
1764 | dependencies = [ |
1765 | "base64 0.21.3", |
1766 | ] |
1767 | |
1768 | [[package]] |
1769 | name = "rustls-webpki" |
1770 | version = "0.101.4" |
1771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1772 | checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" |
1773 | dependencies = [ |
1774 | "ring", |
1775 | "untrusted", |
1776 | ] |
1777 | |
1778 | [[package]] |
1779 | name = "ryu" |
1780 | version = "1.0.15" |
1781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1782 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
1783 | |
1784 | [[package]] |
1785 | name = "schannel" |
1786 | version = "0.1.22" |
1787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1788 | checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" |
1789 | dependencies = [ |
1790 | "windows-sys", |
1791 | ] |
1792 | |
1793 | [[package]] |
1794 | name = "scopeguard" |
1795 | version = "1.2.0" |
1796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1797 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
1798 | |
1799 | [[package]] |
1800 | name = "sct" |
1801 | version = "0.7.0" |
1802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1803 | checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" |
1804 | dependencies = [ |
1805 | "ring", |
1806 | "untrusted", |
1807 | ] |
1808 | |
1809 | [[package]] |
1810 | name = "secrecy" |
1811 | version = "0.8.0" |
1812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1813 | checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" |
1814 | dependencies = [ |
1815 | "serde", |
1816 | "zeroize", |
1817 | ] |
1818 | |
1819 | [[package]] |
1820 | name = "security-framework" |
1821 | version = "2.9.2" |
1822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1823 | checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" |
1824 | dependencies = [ |
1825 | "bitflags 1.3.2", |
1826 | "core-foundation", |
1827 | "core-foundation-sys", |
1828 | "libc", |
1829 | "security-framework-sys", |
1830 | ] |
1831 | |
1832 | [[package]] |
1833 | name = "security-framework-sys" |
1834 | version = "2.9.1" |
1835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1836 | checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" |
1837 | dependencies = [ |
1838 | "core-foundation-sys", |
1839 | "libc", |
1840 | ] |
1841 | |
1842 | [[package]] |
1843 | name = "semver" |
1844 | version = "1.0.18" |
1845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1846 | checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" |
1847 | dependencies = [ |
1848 | "serde", |
1849 | ] |
1850 | |
1851 | [[package]] |
1852 | name = "serde" |
1853 | version = "1.0.188" |
1854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1855 | checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" |
1856 | dependencies = [ |
1857 | "serde_derive", |
1858 | ] |
1859 | |
1860 | [[package]] |
1861 | name = "serde_derive" |
1862 | version = "1.0.188" |
1863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1864 | checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" |
1865 | dependencies = [ |
1866 | "proc-macro2", |
1867 | "quote", |
1868 | "syn 2.0.29", |
1869 | ] |
1870 | |
1871 | [[package]] |
1872 | name = "serde_json" |
1873 | version = "1.0.105" |
1874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1875 | checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" |
1876 | dependencies = [ |
1877 | "itoa", |
1878 | "ryu", |
1879 | "serde", |
1880 | ] |
1881 | |
1882 | [[package]] |
1883 | name = "serde_spanned" |
1884 | version = "0.6.3" |
1885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1886 | checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" |
1887 | dependencies = [ |
1888 | "serde", |
1889 | ] |
1890 | |
1891 | [[package]] |
1892 | name = "serde_urlencoded" |
1893 | version = "0.7.1" |
1894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1895 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
1896 | dependencies = [ |
1897 | "form_urlencoded", |
1898 | "itoa", |
1899 | "ryu", |
1900 | "serde", |
1901 | ] |
1902 | |
1903 | [[package]] |
1904 | name = "serde_with" |
1905 | version = "3.3.0" |
1906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1907 | checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237" |
1908 | dependencies = [ |
1909 | "base64 0.21.3", |
1910 | "chrono", |
1911 | "hex", |
1912 | "indexmap 1.9.3", |
1913 | "indexmap 2.0.0", |
1914 | "serde", |
1915 | "serde_json", |
1916 | "serde_with_macros", |
1917 | "time 0.3.28", |
1918 | ] |
1919 | |
1920 | [[package]] |
1921 | name = "serde_with_macros" |
1922 | version = "3.3.0" |
1923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1924 | checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c" |
1925 | dependencies = [ |
1926 | "darling", |
1927 | "proc-macro2", |
1928 | "quote", |
1929 | "syn 2.0.29", |
1930 | ] |
1931 | |
1932 | [[package]] |
1933 | name = "sha1" |
1934 | version = "0.10.5" |
1935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1936 | checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
1937 | dependencies = [ |
1938 | "cfg-if", |
1939 | "cpufeatures", |
1940 | "digest", |
1941 | ] |
1942 | |
1943 | [[package]] |
1944 | name = "sha2" |
1945 | version = "0.10.7" |
1946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1947 | checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" |
1948 | dependencies = [ |
1949 | "cfg-if", |
1950 | "cpufeatures", |
1951 | "digest", |
1952 | ] |
1953 | |
1954 | [[package]] |
1955 | name = "sharded-slab" |
1956 | version = "0.1.4" |
1957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1958 | checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" |
1959 | dependencies = [ |
1960 | "lazy_static", |
1961 | ] |
1962 | |
1963 | [[package]] |
1964 | name = "signal-hook-registry" |
1965 | version = "1.4.1" |
1966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1967 | checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
1968 | dependencies = [ |
1969 | "libc", |
1970 | ] |
1971 | |
1972 | [[package]] |
1973 | name = "signature" |
1974 | version = "2.1.0" |
1975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1976 | checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" |
1977 | dependencies = [ |
1978 | "digest", |
1979 | "rand_core", |
1980 | ] |
1981 | |
1982 | [[package]] |
1983 | name = "simple_asn1" |
1984 | version = "0.6.2" |
1985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1986 | checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" |
1987 | dependencies = [ |
1988 | "num-bigint", |
1989 | "num-traits", |
1990 | "thiserror", |
1991 | "time 0.3.28", |
1992 | ] |
1993 | |
1994 | [[package]] |
1995 | name = "slab" |
1996 | version = "0.4.9" |
1997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1998 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
1999 | dependencies = [ |
2000 | "autocfg", |
2001 | ] |
2002 | |
2003 | [[package]] |
2004 | name = "smallvec" |
2005 | version = "1.11.0" |
2006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2007 | checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" |
2008 | |
2009 | [[package]] |
2010 | name = "socket2" |
2011 | version = "0.4.9" |
2012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2013 | checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" |
2014 | dependencies = [ |
2015 | "libc", |
2016 | "winapi", |
2017 | ] |
2018 | |
2019 | [[package]] |
2020 | name = "socket2" |
2021 | version = "0.5.3" |
2022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2023 | checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" |
2024 | dependencies = [ |
2025 | "libc", |
2026 | "windows-sys", |
2027 | ] |
2028 | |
2029 | [[package]] |
2030 | name = "spin" |
2031 | version = "0.5.2" |
2032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2033 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
2034 | |
2035 | [[package]] |
2036 | name = "spin" |
2037 | version = "0.9.8" |
2038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2039 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
2040 | dependencies = [ |
2041 | "lock_api", |
2042 | ] |
2043 | |
2044 | [[package]] |
2045 | name = "spki" |
2046 | version = "0.7.2" |
2047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2048 | checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" |
2049 | dependencies = [ |
2050 | "base64ct", |
2051 | "der", |
2052 | ] |
2053 | |
2054 | [[package]] |
2055 | name = "sqlformat" |
2056 | version = "0.2.1" |
2057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2058 | checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e" |
2059 | dependencies = [ |
2060 | "itertools", |
2061 | "nom", |
2062 | "unicode_categories", |
2063 | ] |
2064 | |
2065 | [[package]] |
2066 | name = "sqlx" |
2067 | version = "0.7.1" |
2068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2069 | checksum = "8e58421b6bc416714d5115a2ca953718f6c621a51b68e4f4922aea5a4391a721" |
2070 | dependencies = [ |
2071 | "sqlx-core", |
2072 | "sqlx-macros", |
2073 | "sqlx-mysql", |
2074 | "sqlx-postgres", |
2075 | "sqlx-sqlite", |
2076 | ] |
2077 | |
2078 | [[package]] |
2079 | name = "sqlx-core" |
2080 | version = "0.7.1" |
2081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2082 | checksum = "dd4cef4251aabbae751a3710927945901ee1d97ee96d757f6880ebb9a79bfd53" |
2083 | dependencies = [ |
2084 | "ahash", |
2085 | "atoi", |
2086 | "byteorder", |
2087 | "bytes", |
2088 | "chrono", |
2089 | "crc", |
2090 | "crossbeam-queue", |
2091 | "dotenvy", |
2092 | "either", |
2093 | "event-listener", |
2094 | "futures-channel", |
2095 | "futures-core", |
2096 | "futures-intrusive", |
2097 | "futures-io", |
2098 | "futures-util", |
2099 | "hashlink", |
2100 | "hex", |
2101 | "indexmap 2.0.0", |
2102 | "log", |
2103 | "memchr", |
2104 | "native-tls", |
2105 | "once_cell", |
2106 | "paste", |
2107 | "percent-encoding", |
2108 | "serde", |
2109 | "serde_json", |
2110 | "sha2", |
2111 | "smallvec", |
2112 | "sqlformat", |
2113 | "thiserror", |
2114 | "tokio", |
2115 | "tokio-stream", |
2116 | "tracing", |
2117 | "url", |
2118 | ] |
2119 | |
2120 | [[package]] |
2121 | name = "sqlx-macros" |
2122 | version = "0.7.1" |
2123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2124 | checksum = "208e3165167afd7f3881b16c1ef3f2af69fa75980897aac8874a0696516d12c2" |
2125 | dependencies = [ |
2126 | "proc-macro2", |
2127 | "quote", |
2128 | "sqlx-core", |
2129 | "sqlx-macros-core", |
2130 | "syn 1.0.109", |
2131 | ] |
2132 | |
2133 | [[package]] |
2134 | name = "sqlx-macros-core" |
2135 | version = "0.7.1" |
2136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2137 | checksum = "8a4a8336d278c62231d87f24e8a7a74898156e34c1c18942857be2acb29c7dfc" |
2138 | dependencies = [ |
2139 | "dotenvy", |
2140 | "either", |
2141 | "heck", |
2142 | "hex", |
2143 | "once_cell", |
2144 | "proc-macro2", |
2145 | "quote", |
2146 | "serde", |
2147 | "serde_json", |
2148 | "sha2", |
2149 | "sqlx-core", |
2150 | "sqlx-mysql", |
2151 | "sqlx-postgres", |
2152 | "sqlx-sqlite", |
2153 | "syn 1.0.109", |
2154 | "tempfile", |
2155 | "tokio", |
2156 | "url", |
2157 | ] |
2158 | |
2159 | [[package]] |
2160 | name = "sqlx-mysql" |
2161 | version = "0.7.1" |
2162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2163 | checksum = "8ca69bf415b93b60b80dc8fda3cb4ef52b2336614d8da2de5456cc942a110482" |
2164 | dependencies = [ |
2165 | "atoi", |
2166 | "base64 0.21.3", |
2167 | "bitflags 2.4.0", |
2168 | "byteorder", |
2169 | "bytes", |
2170 | "chrono", |
2171 | "crc", |
2172 | "digest", |
2173 | "dotenvy", |
2174 | "either", |
2175 | "futures-channel", |
2176 | "futures-core", |
2177 | "futures-io", |
2178 | "futures-util", |
2179 | "generic-array", |
2180 | "hex", |
2181 | "hkdf", |
2182 | "hmac", |
2183 | "itoa", |
2184 | "log", |
2185 | "md-5", |
2186 | "memchr", |
2187 | "once_cell", |
2188 | "percent-encoding", |
2189 | "rand", |
2190 | "rsa", |
2191 | "serde", |
2192 | "sha1", |
2193 | "sha2", |
2194 | "smallvec", |
2195 | "sqlx-core", |
2196 | "stringprep", |
2197 | "thiserror", |
2198 | "tracing", |
2199 | "whoami", |
2200 | ] |
2201 | |
2202 | [[package]] |
2203 | name = "sqlx-postgres" |
2204 | version = "0.7.1" |
2205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2206 | checksum = "a0db2df1b8731c3651e204629dd55e52adbae0462fa1bdcbed56a2302c18181e" |
2207 | dependencies = [ |
2208 | "atoi", |
2209 | "base64 0.21.3", |
2210 | "bitflags 2.4.0", |
2211 | "byteorder", |
2212 | "chrono", |
2213 | "crc", |
2214 | "dotenvy", |
2215 | "etcetera", |
2216 | "futures-channel", |
2217 | "futures-core", |
2218 | "futures-io", |
2219 | "futures-util", |
2220 | "hex", |
2221 | "hkdf", |
2222 | "hmac", |
2223 | "home", |
2224 | "itoa", |
2225 | "log", |
2226 | "md-5", |
2227 | "memchr", |
2228 | "once_cell", |
2229 | "rand", |
2230 | "serde", |
2231 | "serde_json", |
2232 | "sha1", |
2233 | "sha2", |
2234 | "smallvec", |
2235 | "sqlx-core", |
2236 | "stringprep", |
2237 | "thiserror", |
2238 | "tracing", |
2239 | "whoami", |
2240 | ] |
2241 | |
2242 | [[package]] |
2243 | name = "sqlx-sqlite" |
2244 | version = "0.7.1" |
2245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2246 | checksum = "be4c21bf34c7cae5b283efb3ac1bcc7670df7561124dc2f8bdc0b59be40f79a2" |
2247 | dependencies = [ |
2248 | "atoi", |
2249 | "chrono", |
2250 | "flume", |
2251 | "futures-channel", |
2252 | "futures-core", |
2253 | "futures-executor", |
2254 | "futures-intrusive", |
2255 | "futures-util", |
2256 | "libsqlite3-sys", |
2257 | "log", |
2258 | "percent-encoding", |
2259 | "serde", |
2260 | "sqlx-core", |
2261 | "tracing", |
2262 | "url", |
2263 | ] |
2264 | |
2265 | [[package]] |
2266 | name = "stringprep" |
2267 | version = "0.1.3" |
2268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2269 | checksum = "db3737bde7edce97102e0e2b15365bf7a20bfdb5f60f4f9e8d7004258a51a8da" |
2270 | dependencies = [ |
2271 | "unicode-bidi", |
2272 | "unicode-normalization", |
2273 | ] |
2274 | |
2275 | [[package]] |
2276 | name = "strsim" |
2277 | version = "0.10.0" |
2278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2279 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
2280 | |
2281 | [[package]] |
2282 | name = "subtle" |
2283 | version = "2.5.0" |
2284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2285 | checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" |
2286 | |
2287 | [[package]] |
2288 | name = "syn" |
2289 | version = "1.0.109" |
2290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2291 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
2292 | dependencies = [ |
2293 | "proc-macro2", |
2294 | "quote", |
2295 | "unicode-ident", |
2296 | ] |
2297 | |
2298 | [[package]] |
2299 | name = "syn" |
2300 | version = "2.0.29" |
2301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2302 | checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" |
2303 | dependencies = [ |
2304 | "proc-macro2", |
2305 | "quote", |
2306 | "unicode-ident", |
2307 | ] |
2308 | |
2309 | [[package]] |
2310 | name = "tempfile" |
2311 | version = "3.8.0" |
2312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2313 | checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" |
2314 | dependencies = [ |
2315 | "cfg-if", |
2316 | "fastrand", |
2317 | "redox_syscall", |
2318 | "rustix", |
2319 | "windows-sys", |
2320 | ] |
2321 | |
2322 | [[package]] |
2323 | name = "thiserror" |
2324 | version = "1.0.47" |
2325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2326 | checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" |
2327 | dependencies = [ |
2328 | "thiserror-impl", |
2329 | ] |
2330 | |
2331 | [[package]] |
2332 | name = "thiserror-impl" |
2333 | version = "1.0.47" |
2334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2335 | checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" |
2336 | dependencies = [ |
2337 | "proc-macro2", |
2338 | "quote", |
2339 | "syn 2.0.29", |
2340 | ] |
2341 | |
2342 | [[package]] |
2343 | name = "thread_local" |
2344 | version = "1.1.7" |
2345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2346 | checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
2347 | dependencies = [ |
2348 | "cfg-if", |
2349 | "once_cell", |
2350 | ] |
2351 | |
2352 | [[package]] |
2353 | name = "time" |
2354 | version = "0.1.45" |
2355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2356 | checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" |
2357 | dependencies = [ |
2358 | "libc", |
2359 | "wasi 0.10.0+wasi-snapshot-preview1", |
2360 | "winapi", |
2361 | ] |
2362 | |
2363 | [[package]] |
2364 | name = "time" |
2365 | version = "0.3.28" |
2366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2367 | checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" |
2368 | dependencies = [ |
2369 | "deranged", |
2370 | "itoa", |
2371 | "serde", |
2372 | "time-core", |
2373 | "time-macros", |
2374 | ] |
2375 | |
2376 | [[package]] |
2377 | name = "time-core" |
2378 | version = "0.1.1" |
2379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2380 | checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" |
2381 | |
2382 | [[package]] |
2383 | name = "time-macros" |
2384 | version = "0.2.14" |
2385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2386 | checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" |
2387 | dependencies = [ |
2388 | "time-core", |
2389 | ] |
2390 | |
2391 | [[package]] |
2392 | name = "tinyvec" |
2393 | version = "1.6.0" |
2394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2395 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
2396 | dependencies = [ |
2397 | "tinyvec_macros", |
2398 | ] |
2399 | |
2400 | [[package]] |
2401 | name = "tinyvec_macros" |
2402 | version = "0.1.1" |
2403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2404 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
2405 | |
2406 | [[package]] |
2407 | name = "tokio" |
2408 | version = "1.32.0" |
2409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2410 | checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" |
2411 | dependencies = [ |
2412 | "backtrace", |
2413 | "bytes", |
2414 | "libc", |
2415 | "mio", |
2416 | "num_cpus", |
2417 | "parking_lot", |
2418 | "pin-project-lite", |
2419 | "signal-hook-registry", |
2420 | "socket2 0.5.3", |
2421 | "tokio-macros", |
2422 | "windows-sys", |
2423 | ] |
2424 | |
2425 | [[package]] |
2426 | name = "tokio-macros" |
2427 | version = "2.1.0" |
2428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2429 | checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" |
2430 | dependencies = [ |
2431 | "proc-macro2", |
2432 | "quote", |
2433 | "syn 2.0.29", |
2434 | ] |
2435 | |
2436 | [[package]] |
2437 | name = "tokio-native-tls" |
2438 | version = "0.3.1" |
2439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2440 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
2441 | dependencies = [ |
2442 | "native-tls", |
2443 | "tokio", |
2444 | ] |
2445 | |
2446 | [[package]] |
2447 | name = "tokio-rustls" |
2448 | version = "0.24.1" |
2449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2450 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" |
2451 | dependencies = [ |
2452 | "rustls", |
2453 | "tokio", |
2454 | ] |
2455 | |
2456 | [[package]] |
2457 | name = "tokio-stream" |
2458 | version = "0.1.14" |
2459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2460 | checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" |
2461 | dependencies = [ |
2462 | "futures-core", |
2463 | "pin-project-lite", |
2464 | "tokio", |
2465 | ] |
2466 | |
2467 | [[package]] |
2468 | name = "tokio-tungstenite" |
2469 | version = "0.20.0" |
2470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2471 | checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2" |
2472 | dependencies = [ |
2473 | "futures-util", |
2474 | "log", |
2475 | "rustls", |
2476 | "rustls-native-certs", |
2477 | "tokio", |
2478 | "tokio-rustls", |
2479 | "tungstenite", |
2480 | ] |
2481 | |
2482 | [[package]] |
2483 | name = "tokio-util" |
2484 | version = "0.7.8" |
2485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2486 | checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" |
2487 | dependencies = [ |
2488 | "bytes", |
2489 | "futures-core", |
2490 | "futures-sink", |
2491 | "pin-project-lite", |
2492 | "tokio", |
2493 | "tracing", |
2494 | ] |
2495 | |
2496 | [[package]] |
2497 | name = "toml" |
2498 | version = "0.7.6" |
2499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2500 | checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" |
2501 | dependencies = [ |
2502 | "serde", |
2503 | "serde_spanned", |
2504 | "toml_datetime", |
2505 | "toml_edit", |
2506 | ] |
2507 | |
2508 | [[package]] |
2509 | name = "toml_datetime" |
2510 | version = "0.6.3" |
2511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2512 | checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" |
2513 | dependencies = [ |
2514 | "serde", |
2515 | ] |
2516 | |
2517 | [[package]] |
2518 | name = "toml_edit" |
2519 | version = "0.19.14" |
2520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2521 | checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" |
2522 | dependencies = [ |
2523 | "indexmap 2.0.0", |
2524 | "serde", |
2525 | "serde_spanned", |
2526 | "toml_datetime", |
2527 | "winnow", |
2528 | ] |
2529 | |
2530 | [[package]] |
2531 | name = "tower-service" |
2532 | version = "0.3.2" |
2533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2534 | checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
2535 | |
2536 | [[package]] |
2537 | name = "tracing" |
2538 | version = "0.1.37" |
2539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2540 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
2541 | dependencies = [ |
2542 | "cfg-if", |
2543 | "log", |
2544 | "pin-project-lite", |
2545 | "tracing-attributes", |
2546 | "tracing-core", |
2547 | ] |
2548 | |
2549 | [[package]] |
2550 | name = "tracing-attributes" |
2551 | version = "0.1.26" |
2552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2553 | checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" |
2554 | dependencies = [ |
2555 | "proc-macro2", |
2556 | "quote", |
2557 | "syn 2.0.29", |
2558 | ] |
2559 | |
2560 | [[package]] |
2561 | name = "tracing-core" |
2562 | version = "0.1.31" |
2563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2564 | checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" |
2565 | dependencies = [ |
2566 | "once_cell", |
2567 | "valuable", |
2568 | ] |
2569 | |
2570 | [[package]] |
2571 | name = "tracing-error" |
2572 | version = "0.2.0" |
2573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2574 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
2575 | dependencies = [ |
2576 | "tracing", |
2577 | "tracing-subscriber", |
2578 | ] |
2579 | |
2580 | [[package]] |
2581 | name = "tracing-log" |
2582 | version = "0.1.3" |
2583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2584 | checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" |
2585 | dependencies = [ |
2586 | "lazy_static", |
2587 | "log", |
2588 | "tracing-core", |
2589 | ] |
2590 | |
2591 | [[package]] |
2592 | name = "tracing-subscriber" |
2593 | version = "0.3.17" |
2594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2595 | checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" |
2596 | dependencies = [ |
2597 | "nu-ansi-term", |
2598 | "sharded-slab", |
2599 | "smallvec", |
2600 | "thread_local", |
2601 | "tracing-core", |
2602 | "tracing-log", |
2603 | ] |
2604 | |
2605 | [[package]] |
2606 | name = "try-lock" |
2607 | version = "0.2.4" |
2608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2609 | checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" |
2610 | |
2611 | [[package]] |
2612 | name = "tungstenite" |
2613 | version = "0.20.0" |
2614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2615 | checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649" |
2616 | dependencies = [ |
2617 | "byteorder", |
2618 | "bytes", |
2619 | "data-encoding", |
2620 | "http", |
2621 | "httparse", |
2622 | "log", |
2623 | "rand", |
2624 | "rustls", |
2625 | "sha1", |
2626 | "thiserror", |
2627 | "url", |
2628 | "utf-8", |
2629 | ] |
2630 | |
2631 | [[package]] |
2632 | name = "typenum" |
2633 | version = "1.16.0" |
2634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2635 | checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
2636 | |
2637 | [[package]] |
2638 | name = "unicode-bidi" |
2639 | version = "0.3.13" |
2640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2641 | checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
2642 | |
2643 | [[package]] |
2644 | name = "unicode-ident" |
2645 | version = "1.0.11" |
2646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2647 | checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" |
2648 | |
2649 | [[package]] |
2650 | name = "unicode-normalization" |
2651 | version = "0.1.22" |
2652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2653 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
2654 | dependencies = [ |
2655 | "tinyvec", |
2656 | ] |
2657 | |
2658 | [[package]] |
2659 | name = "unicode-segmentation" |
2660 | version = "1.10.1" |
2661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2662 | checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" |
2663 | |
2664 | [[package]] |
2665 | name = "unicode_categories" |
2666 | version = "0.1.1" |
2667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2668 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
2669 | |
2670 | [[package]] |
2671 | name = "universal-hash" |
2672 | version = "0.5.1" |
2673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2674 | checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
2675 | dependencies = [ |
2676 | "crypto-common", |
2677 | "subtle", |
2678 | ] |
2679 | |
2680 | [[package]] |
2681 | name = "untrusted" |
2682 | version = "0.7.1" |
2683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2684 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
2685 | |
2686 | [[package]] |
2687 | name = "url" |
2688 | version = "2.4.1" |
2689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2690 | checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" |
2691 | dependencies = [ |
2692 | "form_urlencoded", |
2693 | "idna", |
2694 | "percent-encoding", |
2695 | ] |
2696 | |
2697 | [[package]] |
2698 | name = "utf-8" |
2699 | version = "0.7.6" |
2700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2701 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
2702 | |
2703 | [[package]] |
2704 | name = "valuable" |
2705 | version = "0.1.0" |
2706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2707 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
2708 | |
2709 | [[package]] |
2710 | name = "vcpkg" |
2711 | version = "0.2.15" |
2712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2713 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
2714 | |
2715 | [[package]] |
2716 | name = "version_check" |
2717 | version = "0.9.4" |
2718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2719 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
2720 | |
2721 | [[package]] |
2722 | name = "want" |
2723 | version = "0.3.1" |
2724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2725 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
2726 | dependencies = [ |
2727 | "try-lock", |
2728 | ] |
2729 | |
2730 | [[package]] |
2731 | name = "wasi" |
2732 | version = "0.10.0+wasi-snapshot-preview1" |
2733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2734 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
2735 | |
2736 | [[package]] |
2737 | name = "wasi" |
2738 | version = "0.11.0+wasi-snapshot-preview1" |
2739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2740 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
2741 | |
2742 | [[package]] |
2743 | name = "wasm-bindgen" |
2744 | version = "0.2.87" |
2745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2746 | checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" |
2747 | dependencies = [ |
2748 | "cfg-if", |
2749 | "wasm-bindgen-macro", |
2750 | ] |
2751 | |
2752 | [[package]] |
2753 | name = "wasm-bindgen-backend" |
2754 | version = "0.2.87" |
2755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2756 | checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" |
2757 | dependencies = [ |
2758 | "bumpalo", |
2759 | "log", |
2760 | "once_cell", |
2761 | "proc-macro2", |
2762 | "quote", |
2763 | "syn 2.0.29", |
2764 | "wasm-bindgen-shared", |
2765 | ] |
2766 | |
2767 | [[package]] |
2768 | name = "wasm-bindgen-futures" |
2769 | version = "0.4.37" |
2770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2771 | checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" |
2772 | dependencies = [ |
2773 | "cfg-if", |
2774 | "js-sys", |
2775 | "wasm-bindgen", |
2776 | "web-sys", |
2777 | ] |
2778 | |
2779 | [[package]] |
2780 | name = "wasm-bindgen-macro" |
2781 | version = "0.2.87" |
2782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2783 | checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" |
2784 | dependencies = [ |
2785 | "quote", |
2786 | "wasm-bindgen-macro-support", |
2787 | ] |
2788 | |
2789 | [[package]] |
2790 | name = "wasm-bindgen-macro-support" |
2791 | version = "0.2.87" |
2792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2793 | checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" |
2794 | dependencies = [ |
2795 | "proc-macro2", |
2796 | "quote", |
2797 | "syn 2.0.29", |
2798 | "wasm-bindgen-backend", |
2799 | "wasm-bindgen-shared", |
2800 | ] |
2801 | |
2802 | [[package]] |
2803 | name = "wasm-bindgen-shared" |
2804 | version = "0.2.87" |
2805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2806 | checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" |
2807 | |
2808 | [[package]] |
2809 | name = "web-sys" |
2810 | version = "0.3.64" |
2811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2812 | checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" |
2813 | dependencies = [ |
2814 | "js-sys", |
2815 | "wasm-bindgen", |
2816 | ] |
2817 | |
2818 | [[package]] |
2819 | name = "whoami" |
2820 | version = "1.4.1" |
2821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2822 | checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50" |
2823 | |
2824 | [[package]] |
2825 | name = "winapi" |
2826 | version = "0.3.9" |
2827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2828 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
2829 | dependencies = [ |
2830 | "winapi-i686-pc-windows-gnu", |
2831 | "winapi-x86_64-pc-windows-gnu", |
2832 | ] |
2833 | |
2834 | [[package]] |
2835 | name = "winapi-i686-pc-windows-gnu" |
2836 | version = "0.4.0" |
2837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2838 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
2839 | |
2840 | [[package]] |
2841 | name = "winapi-x86_64-pc-windows-gnu" |
2842 | version = "0.4.0" |
2843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2844 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2845 | |
2846 | [[package]] |
2847 | name = "windows" |
2848 | version = "0.48.0" |
2849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2850 | checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
2851 | dependencies = [ |
2852 | "windows-targets", |
2853 | ] |
2854 | |
2855 | [[package]] |
2856 | name = "windows-sys" |
2857 | version = "0.48.0" |
2858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2859 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
2860 | dependencies = [ |
2861 | "windows-targets", |
2862 | ] |
2863 | |
2864 | [[package]] |
2865 | name = "windows-targets" |
2866 | version = "0.48.5" |
2867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2868 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
2869 | dependencies = [ |
2870 | "windows_aarch64_gnullvm", |
2871 | "windows_aarch64_msvc", |
2872 | "windows_i686_gnu", |
2873 | "windows_i686_msvc", |
2874 | "windows_x86_64_gnu", |
2875 | "windows_x86_64_gnullvm", |
2876 | "windows_x86_64_msvc", |
2877 | ] |
2878 | |
2879 | [[package]] |
2880 | name = "windows_aarch64_gnullvm" |
2881 | version = "0.48.5" |
2882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2883 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
2884 | |
2885 | [[package]] |
2886 | name = "windows_aarch64_msvc" |
2887 | version = "0.48.5" |
2888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2889 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
2890 | |
2891 | [[package]] |
2892 | name = "windows_i686_gnu" |
2893 | version = "0.48.5" |
2894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2895 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
2896 | |
2897 | [[package]] |
2898 | name = "windows_i686_msvc" |
2899 | version = "0.48.5" |
2900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2901 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
2902 | |
2903 | [[package]] |
2904 | name = "windows_x86_64_gnu" |
2905 | version = "0.48.5" |
2906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2907 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
2908 | |
2909 | [[package]] |
2910 | name = "windows_x86_64_gnullvm" |
2911 | version = "0.48.5" |
2912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2913 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
2914 | |
2915 | [[package]] |
2916 | name = "windows_x86_64_msvc" |
2917 | version = "0.48.5" |
2918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2919 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
2920 | |
2921 | [[package]] |
2922 | name = "winnow" |
2923 | version = "0.5.15" |
2924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2925 | checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" |
2926 | dependencies = [ |
2927 | "memchr", |
2928 | ] |
2929 | |
2930 | [[package]] |
2931 | name = "winreg" |
2932 | version = "0.50.0" |
2933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2934 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" |
2935 | dependencies = [ |
2936 | "cfg-if", |
2937 | "windows-sys", |
2938 | ] |
2939 | |
2940 | [[package]] |
2941 | name = "zeroize" |
2942 | version = "1.6.0" |
2943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2944 | checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" |