Giterated stack changeover, refactor still incomplete
parent: tbd commit: 8d40dfe
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 | "giterated-stack", |
775 | "jsonwebtoken", |
776 | "log", |
777 | "rand", |
778 | "reqwest", |
779 | "rsa", |
780 | "secrecy", |
781 | "semver", |
782 | "serde", |
783 | "serde_json", |
784 | "sqlx", |
785 | "thiserror", |
786 | "tokio", |
787 | "tokio-tungstenite", |
788 | "toml", |
789 | "tracing", |
790 | "tracing-subscriber", |
791 | ] |
792 | |
793 | [[package]] |
794 | name = "giterated-models" |
795 | version = "0.1.0" |
796 | dependencies = [ |
797 | "anyhow", |
798 | "async-trait", |
799 | "base64 0.21.3", |
800 | "bincode", |
801 | "chrono", |
802 | "git2", |
803 | "jsonwebtoken", |
804 | "rand", |
805 | "rsa", |
806 | "secrecy", |
807 | "semver", |
808 | "serde", |
809 | "serde_json", |
810 | "serde_with", |
811 | "sqlx", |
812 | "thiserror", |
813 | "toml", |
814 | "tracing", |
815 | ] |
816 | |
817 | [[package]] |
818 | name = "giterated-stack" |
819 | version = "0.1.0" |
820 | dependencies = [ |
821 | "async-trait", |
822 | "bincode", |
823 | "futures-util", |
824 | "giterated-models", |
825 | "serde", |
826 | "serde_json", |
827 | "tracing", |
828 | ] |
829 | |
830 | [[package]] |
831 | name = "h2" |
832 | version = "0.3.21" |
833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
834 | checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" |
835 | dependencies = [ |
836 | "bytes", |
837 | "fnv", |
838 | "futures-core", |
839 | "futures-sink", |
840 | "futures-util", |
841 | "http", |
842 | "indexmap 1.9.3", |
843 | "slab", |
844 | "tokio", |
845 | "tokio-util", |
846 | "tracing", |
847 | ] |
848 | |
849 | [[package]] |
850 | name = "hashbrown" |
851 | version = "0.12.3" |
852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
853 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
854 | |
855 | [[package]] |
856 | name = "hashbrown" |
857 | version = "0.14.0" |
858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
859 | checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" |
860 | dependencies = [ |
861 | "ahash", |
862 | "allocator-api2", |
863 | ] |
864 | |
865 | [[package]] |
866 | name = "hashlink" |
867 | version = "0.8.4" |
868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
869 | checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" |
870 | dependencies = [ |
871 | "hashbrown 0.14.0", |
872 | ] |
873 | |
874 | [[package]] |
875 | name = "heck" |
876 | version = "0.4.1" |
877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
878 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
879 | dependencies = [ |
880 | "unicode-segmentation", |
881 | ] |
882 | |
883 | [[package]] |
884 | name = "hermit-abi" |
885 | version = "0.3.2" |
886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
887 | checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
888 | |
889 | [[package]] |
890 | name = "hex" |
891 | version = "0.4.3" |
892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
893 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
894 | |
895 | [[package]] |
896 | name = "hkdf" |
897 | version = "0.12.3" |
898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
899 | checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" |
900 | dependencies = [ |
901 | "hmac", |
902 | ] |
903 | |
904 | [[package]] |
905 | name = "hmac" |
906 | version = "0.12.1" |
907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
908 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
909 | dependencies = [ |
910 | "digest", |
911 | ] |
912 | |
913 | [[package]] |
914 | name = "home" |
915 | version = "0.5.5" |
916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
917 | checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" |
918 | dependencies = [ |
919 | "windows-sys", |
920 | ] |
921 | |
922 | [[package]] |
923 | name = "http" |
924 | version = "0.2.9" |
925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
926 | checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
927 | dependencies = [ |
928 | "bytes", |
929 | "fnv", |
930 | "itoa", |
931 | ] |
932 | |
933 | [[package]] |
934 | name = "http-body" |
935 | version = "0.4.5" |
936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
937 | checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
938 | dependencies = [ |
939 | "bytes", |
940 | "http", |
941 | "pin-project-lite", |
942 | ] |
943 | |
944 | [[package]] |
945 | name = "httparse" |
946 | version = "1.8.0" |
947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
948 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
949 | |
950 | [[package]] |
951 | name = "httpdate" |
952 | version = "1.0.3" |
953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
954 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
955 | |
956 | [[package]] |
957 | name = "hyper" |
958 | version = "0.14.27" |
959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
960 | checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" |
961 | dependencies = [ |
962 | "bytes", |
963 | "futures-channel", |
964 | "futures-core", |
965 | "futures-util", |
966 | "h2", |
967 | "http", |
968 | "http-body", |
969 | "httparse", |
970 | "httpdate", |
971 | "itoa", |
972 | "pin-project-lite", |
973 | "socket2 0.4.9", |
974 | "tokio", |
975 | "tower-service", |
976 | "tracing", |
977 | "want", |
978 | ] |
979 | |
980 | [[package]] |
981 | name = "hyper-tls" |
982 | version = "0.5.0" |
983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
984 | checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
985 | dependencies = [ |
986 | "bytes", |
987 | "hyper", |
988 | "native-tls", |
989 | "tokio", |
990 | "tokio-native-tls", |
991 | ] |
992 | |
993 | [[package]] |
994 | name = "iana-time-zone" |
995 | version = "0.1.57" |
996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
997 | checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" |
998 | dependencies = [ |
999 | "android_system_properties", |
1000 | "core-foundation-sys", |
1001 | "iana-time-zone-haiku", |
1002 | "js-sys", |
1003 | "wasm-bindgen", |
1004 | "windows", |
1005 | ] |
1006 | |
1007 | [[package]] |
1008 | name = "iana-time-zone-haiku" |
1009 | version = "0.1.2" |
1010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1011 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
1012 | dependencies = [ |
1013 | "cc", |
1014 | ] |
1015 | |
1016 | [[package]] |
1017 | name = "ident_case" |
1018 | version = "1.0.1" |
1019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1020 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
1021 | |
1022 | [[package]] |
1023 | name = "idna" |
1024 | version = "0.4.0" |
1025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1026 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
1027 | dependencies = [ |
1028 | "unicode-bidi", |
1029 | "unicode-normalization", |
1030 | ] |
1031 | |
1032 | [[package]] |
1033 | name = "indenter" |
1034 | version = "0.3.3" |
1035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1036 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
1037 | |
1038 | [[package]] |
1039 | name = "indexmap" |
1040 | version = "1.9.3" |
1041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1042 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
1043 | dependencies = [ |
1044 | "autocfg", |
1045 | "hashbrown 0.12.3", |
1046 | "serde", |
1047 | ] |
1048 | |
1049 | [[package]] |
1050 | name = "indexmap" |
1051 | version = "2.0.0" |
1052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1053 | checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" |
1054 | dependencies = [ |
1055 | "equivalent", |
1056 | "hashbrown 0.14.0", |
1057 | "serde", |
1058 | ] |
1059 | |
1060 | [[package]] |
1061 | name = "inout" |
1062 | version = "0.1.3" |
1063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1064 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
1065 | dependencies = [ |
1066 | "generic-array", |
1067 | ] |
1068 | |
1069 | [[package]] |
1070 | name = "ipnet" |
1071 | version = "2.8.0" |
1072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1073 | checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" |
1074 | |
1075 | [[package]] |
1076 | name = "itertools" |
1077 | version = "0.10.5" |
1078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1079 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
1080 | dependencies = [ |
1081 | "either", |
1082 | ] |
1083 | |
1084 | [[package]] |
1085 | name = "itoa" |
1086 | version = "1.0.9" |
1087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1088 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
1089 | |
1090 | [[package]] |
1091 | name = "jobserver" |
1092 | version = "0.1.26" |
1093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1094 | checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" |
1095 | dependencies = [ |
1096 | "libc", |
1097 | ] |
1098 | |
1099 | [[package]] |
1100 | name = "js-sys" |
1101 | version = "0.3.64" |
1102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1103 | checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" |
1104 | dependencies = [ |
1105 | "wasm-bindgen", |
1106 | ] |
1107 | |
1108 | [[package]] |
1109 | name = "jsonwebtoken" |
1110 | version = "8.3.0" |
1111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1112 | checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" |
1113 | dependencies = [ |
1114 | "base64 0.21.3", |
1115 | "pem", |
1116 | "ring", |
1117 | "serde", |
1118 | "serde_json", |
1119 | "simple_asn1", |
1120 | ] |
1121 | |
1122 | [[package]] |
1123 | name = "lazy_static" |
1124 | version = "1.4.0" |
1125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1126 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1127 | dependencies = [ |
1128 | "spin 0.5.2", |
1129 | ] |
1130 | |
1131 | [[package]] |
1132 | name = "libc" |
1133 | version = "0.2.147" |
1134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1135 | checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
1136 | |
1137 | [[package]] |
1138 | name = "libgit2-sys" |
1139 | version = "0.15.2+1.6.4" |
1140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1141 | checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" |
1142 | dependencies = [ |
1143 | "cc", |
1144 | "libc", |
1145 | "libssh2-sys", |
1146 | "libz-sys", |
1147 | "openssl-sys", |
1148 | "pkg-config", |
1149 | ] |
1150 | |
1151 | [[package]] |
1152 | name = "libm" |
1153 | version = "0.2.7" |
1154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1155 | checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" |
1156 | |
1157 | [[package]] |
1158 | name = "libsqlite3-sys" |
1159 | version = "0.26.0" |
1160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1161 | checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326" |
1162 | dependencies = [ |
1163 | "cc", |
1164 | "pkg-config", |
1165 | "vcpkg", |
1166 | ] |
1167 | |
1168 | [[package]] |
1169 | name = "libssh2-sys" |
1170 | version = "0.3.0" |
1171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1172 | checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" |
1173 | dependencies = [ |
1174 | "cc", |
1175 | "libc", |
1176 | "libz-sys", |
1177 | "openssl-sys", |
1178 | "pkg-config", |
1179 | "vcpkg", |
1180 | ] |
1181 | |
1182 | [[package]] |
1183 | name = "libz-sys" |
1184 | version = "1.1.12" |
1185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1186 | checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" |
1187 | dependencies = [ |
1188 | "cc", |
1189 | "libc", |
1190 | "pkg-config", |
1191 | "vcpkg", |
1192 | ] |
1193 | |
1194 | [[package]] |
1195 | name = "linux-raw-sys" |
1196 | version = "0.4.5" |
1197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1198 | checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" |
1199 | |
1200 | [[package]] |
1201 | name = "lock_api" |
1202 | version = "0.4.10" |
1203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1204 | checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" |
1205 | dependencies = [ |
1206 | "autocfg", |
1207 | "scopeguard", |
1208 | ] |
1209 | |
1210 | [[package]] |
1211 | name = "log" |
1212 | version = "0.4.20" |
1213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1214 | checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
1215 | |
1216 | [[package]] |
1217 | name = "md-5" |
1218 | version = "0.10.5" |
1219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1220 | checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" |
1221 | dependencies = [ |
1222 | "digest", |
1223 | ] |
1224 | |
1225 | [[package]] |
1226 | name = "memchr" |
1227 | version = "2.6.0" |
1228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1229 | checksum = "76fc44e2588d5b436dbc3c6cf62aef290f90dab6235744a93dfe1cc18f451e2c" |
1230 | |
1231 | [[package]] |
1232 | name = "mime" |
1233 | version = "0.3.17" |
1234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1235 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
1236 | |
1237 | [[package]] |
1238 | name = "minimal-lexical" |
1239 | version = "0.2.1" |
1240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1241 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
1242 | |
1243 | [[package]] |
1244 | name = "miniz_oxide" |
1245 | version = "0.7.1" |
1246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1247 | checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
1248 | dependencies = [ |
1249 | "adler", |
1250 | ] |
1251 | |
1252 | [[package]] |
1253 | name = "mio" |
1254 | version = "0.8.8" |
1255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1256 | checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" |
1257 | dependencies = [ |
1258 | "libc", |
1259 | "wasi 0.11.0+wasi-snapshot-preview1", |
1260 | "windows-sys", |
1261 | ] |
1262 | |
1263 | [[package]] |
1264 | name = "native-tls" |
1265 | version = "0.2.11" |
1266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1267 | checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
1268 | dependencies = [ |
1269 | "lazy_static", |
1270 | "libc", |
1271 | "log", |
1272 | "openssl", |
1273 | "openssl-probe", |
1274 | "openssl-sys", |
1275 | "schannel", |
1276 | "security-framework", |
1277 | "security-framework-sys", |
1278 | "tempfile", |
1279 | ] |
1280 | |
1281 | [[package]] |
1282 | name = "nom" |
1283 | version = "7.1.3" |
1284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1285 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
1286 | dependencies = [ |
1287 | "memchr", |
1288 | "minimal-lexical", |
1289 | ] |
1290 | |
1291 | [[package]] |
1292 | name = "nu-ansi-term" |
1293 | version = "0.46.0" |
1294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1295 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
1296 | dependencies = [ |
1297 | "overload", |
1298 | "winapi", |
1299 | ] |
1300 | |
1301 | [[package]] |
1302 | name = "num-bigint" |
1303 | version = "0.4.4" |
1304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1305 | checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" |
1306 | dependencies = [ |
1307 | "autocfg", |
1308 | "num-integer", |
1309 | "num-traits", |
1310 | ] |
1311 | |
1312 | [[package]] |
1313 | name = "num-bigint-dig" |
1314 | version = "0.8.4" |
1315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1316 | checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" |
1317 | dependencies = [ |
1318 | "byteorder", |
1319 | "lazy_static", |
1320 | "libm", |
1321 | "num-integer", |
1322 | "num-iter", |
1323 | "num-traits", |
1324 | "rand", |
1325 | "smallvec", |
1326 | "zeroize", |
1327 | ] |
1328 | |
1329 | [[package]] |
1330 | name = "num-integer" |
1331 | version = "0.1.45" |
1332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1333 | checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
1334 | dependencies = [ |
1335 | "autocfg", |
1336 | "num-traits", |
1337 | ] |
1338 | |
1339 | [[package]] |
1340 | name = "num-iter" |
1341 | version = "0.1.43" |
1342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1343 | checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" |
1344 | dependencies = [ |
1345 | "autocfg", |
1346 | "num-integer", |
1347 | "num-traits", |
1348 | ] |
1349 | |
1350 | [[package]] |
1351 | name = "num-traits" |
1352 | version = "0.2.16" |
1353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1354 | checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" |
1355 | dependencies = [ |
1356 | "autocfg", |
1357 | "libm", |
1358 | ] |
1359 | |
1360 | [[package]] |
1361 | name = "num_cpus" |
1362 | version = "1.16.0" |
1363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1364 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
1365 | dependencies = [ |
1366 | "hermit-abi", |
1367 | "libc", |
1368 | ] |
1369 | |
1370 | [[package]] |
1371 | name = "object" |
1372 | version = "0.32.0" |
1373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1374 | checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" |
1375 | dependencies = [ |
1376 | "memchr", |
1377 | ] |
1378 | |
1379 | [[package]] |
1380 | name = "once_cell" |
1381 | version = "1.18.0" |
1382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1383 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
1384 | |
1385 | [[package]] |
1386 | name = "opaque-debug" |
1387 | version = "0.3.0" |
1388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1389 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
1390 | |
1391 | [[package]] |
1392 | name = "openssl" |
1393 | version = "0.10.57" |
1394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1395 | checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" |
1396 | dependencies = [ |
1397 | "bitflags 2.4.0", |
1398 | "cfg-if", |
1399 | "foreign-types", |
1400 | "libc", |
1401 | "once_cell", |
1402 | "openssl-macros", |
1403 | "openssl-sys", |
1404 | ] |
1405 | |
1406 | [[package]] |
1407 | name = "openssl-macros" |
1408 | version = "0.1.1" |
1409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1410 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
1411 | dependencies = [ |
1412 | "proc-macro2", |
1413 | "quote", |
1414 | "syn 2.0.29", |
1415 | ] |
1416 | |
1417 | [[package]] |
1418 | name = "openssl-probe" |
1419 | version = "0.1.5" |
1420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1421 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
1422 | |
1423 | [[package]] |
1424 | name = "openssl-sys" |
1425 | version = "0.9.92" |
1426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1427 | checksum = "db7e971c2c2bba161b2d2fdf37080177eff520b3bc044787c7f1f5f9e78d869b" |
1428 | dependencies = [ |
1429 | "cc", |
1430 | "libc", |
1431 | "pkg-config", |
1432 | "vcpkg", |
1433 | ] |
1434 | |
1435 | [[package]] |
1436 | name = "overload" |
1437 | version = "0.1.1" |
1438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1439 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
1440 | |
1441 | [[package]] |
1442 | name = "owo-colors" |
1443 | version = "3.5.0" |
1444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1445 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
1446 | |
1447 | [[package]] |
1448 | name = "parking_lot" |
1449 | version = "0.12.1" |
1450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1451 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
1452 | dependencies = [ |
1453 | "lock_api", |
1454 | "parking_lot_core", |
1455 | ] |
1456 | |
1457 | [[package]] |
1458 | name = "parking_lot_core" |
1459 | version = "0.9.8" |
1460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1461 | checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" |
1462 | dependencies = [ |
1463 | "cfg-if", |
1464 | "libc", |
1465 | "redox_syscall", |
1466 | "smallvec", |
1467 | "windows-targets", |
1468 | ] |
1469 | |
1470 | [[package]] |
1471 | name = "password-hash" |
1472 | version = "0.5.0" |
1473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1474 | checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" |
1475 | dependencies = [ |
1476 | "base64ct", |
1477 | "rand_core", |
1478 | "subtle", |
1479 | ] |
1480 | |
1481 | [[package]] |
1482 | name = "paste" |
1483 | version = "1.0.14" |
1484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1485 | checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" |
1486 | |
1487 | [[package]] |
1488 | name = "pem" |
1489 | version = "1.1.1" |
1490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1491 | checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" |
1492 | dependencies = [ |
1493 | "base64 0.13.1", |
1494 | ] |
1495 | |
1496 | [[package]] |
1497 | name = "pem-rfc7468" |
1498 | version = "0.7.0" |
1499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1500 | checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
1501 | dependencies = [ |
1502 | "base64ct", |
1503 | ] |
1504 | |
1505 | [[package]] |
1506 | name = "percent-encoding" |
1507 | version = "2.3.0" |
1508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1509 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
1510 | |
1511 | [[package]] |
1512 | name = "pin-project" |
1513 | version = "1.1.3" |
1514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1515 | checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" |
1516 | dependencies = [ |
1517 | "pin-project-internal", |
1518 | ] |
1519 | |
1520 | [[package]] |
1521 | name = "pin-project-internal" |
1522 | version = "1.1.3" |
1523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1524 | checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" |
1525 | dependencies = [ |
1526 | "proc-macro2", |
1527 | "quote", |
1528 | "syn 2.0.29", |
1529 | ] |
1530 | |
1531 | [[package]] |
1532 | name = "pin-project-lite" |
1533 | version = "0.2.13" |
1534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1535 | checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" |
1536 | |
1537 | [[package]] |
1538 | name = "pin-utils" |
1539 | version = "0.1.0" |
1540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1541 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
1542 | |
1543 | [[package]] |
1544 | name = "pkcs1" |
1545 | version = "0.7.5" |
1546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1547 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
1548 | dependencies = [ |
1549 | "der", |
1550 | "pkcs8", |
1551 | "spki", |
1552 | ] |
1553 | |
1554 | [[package]] |
1555 | name = "pkcs8" |
1556 | version = "0.10.2" |
1557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1558 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
1559 | dependencies = [ |
1560 | "der", |
1561 | "spki", |
1562 | ] |
1563 | |
1564 | [[package]] |
1565 | name = "pkg-config" |
1566 | version = "0.3.27" |
1567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1568 | checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
1569 | |
1570 | [[package]] |
1571 | name = "polyval" |
1572 | version = "0.6.1" |
1573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1574 | checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb" |
1575 | dependencies = [ |
1576 | "cfg-if", |
1577 | "cpufeatures", |
1578 | "opaque-debug", |
1579 | "universal-hash", |
1580 | ] |
1581 | |
1582 | [[package]] |
1583 | name = "ppv-lite86" |
1584 | version = "0.2.17" |
1585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1586 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
1587 | |
1588 | [[package]] |
1589 | name = "proc-macro2" |
1590 | version = "1.0.66" |
1591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1592 | checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" |
1593 | dependencies = [ |
1594 | "unicode-ident", |
1595 | ] |
1596 | |
1597 | [[package]] |
1598 | name = "quote" |
1599 | version = "1.0.33" |
1600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1601 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
1602 | dependencies = [ |
1603 | "proc-macro2", |
1604 | ] |
1605 | |
1606 | [[package]] |
1607 | name = "rand" |
1608 | version = "0.8.5" |
1609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1610 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
1611 | dependencies = [ |
1612 | "libc", |
1613 | "rand_chacha", |
1614 | "rand_core", |
1615 | ] |
1616 | |
1617 | [[package]] |
1618 | name = "rand_chacha" |
1619 | version = "0.3.1" |
1620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1621 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
1622 | dependencies = [ |
1623 | "ppv-lite86", |
1624 | "rand_core", |
1625 | ] |
1626 | |
1627 | [[package]] |
1628 | name = "rand_core" |
1629 | version = "0.6.4" |
1630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1631 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
1632 | dependencies = [ |
1633 | "getrandom", |
1634 | ] |
1635 | |
1636 | [[package]] |
1637 | name = "redox_syscall" |
1638 | version = "0.3.5" |
1639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1640 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
1641 | dependencies = [ |
1642 | "bitflags 1.3.2", |
1643 | ] |
1644 | |
1645 | [[package]] |
1646 | name = "reqwest" |
1647 | version = "0.11.20" |
1648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1649 | checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" |
1650 | dependencies = [ |
1651 | "base64 0.21.3", |
1652 | "bytes", |
1653 | "encoding_rs", |
1654 | "futures-core", |
1655 | "futures-util", |
1656 | "h2", |
1657 | "http", |
1658 | "http-body", |
1659 | "hyper", |
1660 | "hyper-tls", |
1661 | "ipnet", |
1662 | "js-sys", |
1663 | "log", |
1664 | "mime", |
1665 | "native-tls", |
1666 | "once_cell", |
1667 | "percent-encoding", |
1668 | "pin-project-lite", |
1669 | "serde", |
1670 | "serde_json", |
1671 | "serde_urlencoded", |
1672 | "tokio", |
1673 | "tokio-native-tls", |
1674 | "tower-service", |
1675 | "url", |
1676 | "wasm-bindgen", |
1677 | "wasm-bindgen-futures", |
1678 | "web-sys", |
1679 | "winreg", |
1680 | ] |
1681 | |
1682 | [[package]] |
1683 | name = "retain_mut" |
1684 | version = "0.1.9" |
1685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1686 | checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" |
1687 | |
1688 | [[package]] |
1689 | name = "ring" |
1690 | version = "0.16.20" |
1691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1692 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
1693 | dependencies = [ |
1694 | "cc", |
1695 | "libc", |
1696 | "once_cell", |
1697 | "spin 0.5.2", |
1698 | "untrusted", |
1699 | "web-sys", |
1700 | "winapi", |
1701 | ] |
1702 | |
1703 | [[package]] |
1704 | name = "rsa" |
1705 | version = "0.9.2" |
1706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1707 | checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8" |
1708 | dependencies = [ |
1709 | "byteorder", |
1710 | "const-oid", |
1711 | "digest", |
1712 | "num-bigint-dig", |
1713 | "num-integer", |
1714 | "num-iter", |
1715 | "num-traits", |
1716 | "pkcs1", |
1717 | "pkcs8", |
1718 | "rand_core", |
1719 | "sha2", |
1720 | "signature", |
1721 | "spki", |
1722 | "subtle", |
1723 | "zeroize", |
1724 | ] |
1725 | |
1726 | [[package]] |
1727 | name = "rustc-demangle" |
1728 | version = "0.1.23" |
1729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1730 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
1731 | |
1732 | [[package]] |
1733 | name = "rustix" |
1734 | version = "0.38.10" |
1735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1736 | checksum = "ed6248e1caa625eb708e266e06159f135e8c26f2bb7ceb72dc4b2766d0340964" |
1737 | dependencies = [ |
1738 | "bitflags 2.4.0", |
1739 | "errno", |
1740 | "libc", |
1741 | "linux-raw-sys", |
1742 | "windows-sys", |
1743 | ] |
1744 | |
1745 | [[package]] |
1746 | name = "rustls" |
1747 | version = "0.21.7" |
1748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1749 | checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" |
1750 | dependencies = [ |
1751 | "log", |
1752 | "ring", |
1753 | "rustls-webpki", |
1754 | "sct", |
1755 | ] |
1756 | |
1757 | [[package]] |
1758 | name = "rustls-native-certs" |
1759 | version = "0.6.3" |
1760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1761 | checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" |
1762 | dependencies = [ |
1763 | "openssl-probe", |
1764 | "rustls-pemfile", |
1765 | "schannel", |
1766 | "security-framework", |
1767 | ] |
1768 | |
1769 | [[package]] |
1770 | name = "rustls-pemfile" |
1771 | version = "1.0.3" |
1772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1773 | checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" |
1774 | dependencies = [ |
1775 | "base64 0.21.3", |
1776 | ] |
1777 | |
1778 | [[package]] |
1779 | name = "rustls-webpki" |
1780 | version = "0.101.4" |
1781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1782 | checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" |
1783 | dependencies = [ |
1784 | "ring", |
1785 | "untrusted", |
1786 | ] |
1787 | |
1788 | [[package]] |
1789 | name = "ryu" |
1790 | version = "1.0.15" |
1791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1792 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
1793 | |
1794 | [[package]] |
1795 | name = "schannel" |
1796 | version = "0.1.22" |
1797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1798 | checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" |
1799 | dependencies = [ |
1800 | "windows-sys", |
1801 | ] |
1802 | |
1803 | [[package]] |
1804 | name = "scopeguard" |
1805 | version = "1.2.0" |
1806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1807 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
1808 | |
1809 | [[package]] |
1810 | name = "sct" |
1811 | version = "0.7.0" |
1812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1813 | checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" |
1814 | dependencies = [ |
1815 | "ring", |
1816 | "untrusted", |
1817 | ] |
1818 | |
1819 | [[package]] |
1820 | name = "secrecy" |
1821 | version = "0.8.0" |
1822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1823 | checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" |
1824 | dependencies = [ |
1825 | "serde", |
1826 | "zeroize", |
1827 | ] |
1828 | |
1829 | [[package]] |
1830 | name = "security-framework" |
1831 | version = "2.9.2" |
1832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1833 | checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" |
1834 | dependencies = [ |
1835 | "bitflags 1.3.2", |
1836 | "core-foundation", |
1837 | "core-foundation-sys", |
1838 | "libc", |
1839 | "security-framework-sys", |
1840 | ] |
1841 | |
1842 | [[package]] |
1843 | name = "security-framework-sys" |
1844 | version = "2.9.1" |
1845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1846 | checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" |
1847 | dependencies = [ |
1848 | "core-foundation-sys", |
1849 | "libc", |
1850 | ] |
1851 | |
1852 | [[package]] |
1853 | name = "semver" |
1854 | version = "1.0.18" |
1855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1856 | checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" |
1857 | dependencies = [ |
1858 | "serde", |
1859 | ] |
1860 | |
1861 | [[package]] |
1862 | name = "serde" |
1863 | version = "1.0.188" |
1864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1865 | checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" |
1866 | dependencies = [ |
1867 | "serde_derive", |
1868 | ] |
1869 | |
1870 | [[package]] |
1871 | name = "serde_derive" |
1872 | version = "1.0.188" |
1873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1874 | checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" |
1875 | dependencies = [ |
1876 | "proc-macro2", |
1877 | "quote", |
1878 | "syn 2.0.29", |
1879 | ] |
1880 | |
1881 | [[package]] |
1882 | name = "serde_json" |
1883 | version = "1.0.105" |
1884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1885 | checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" |
1886 | dependencies = [ |
1887 | "itoa", |
1888 | "ryu", |
1889 | "serde", |
1890 | ] |
1891 | |
1892 | [[package]] |
1893 | name = "serde_spanned" |
1894 | version = "0.6.3" |
1895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1896 | checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" |
1897 | dependencies = [ |
1898 | "serde", |
1899 | ] |
1900 | |
1901 | [[package]] |
1902 | name = "serde_urlencoded" |
1903 | version = "0.7.1" |
1904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1905 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
1906 | dependencies = [ |
1907 | "form_urlencoded", |
1908 | "itoa", |
1909 | "ryu", |
1910 | "serde", |
1911 | ] |
1912 | |
1913 | [[package]] |
1914 | name = "serde_with" |
1915 | version = "3.3.0" |
1916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1917 | checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237" |
1918 | dependencies = [ |
1919 | "base64 0.21.3", |
1920 | "chrono", |
1921 | "hex", |
1922 | "indexmap 1.9.3", |
1923 | "indexmap 2.0.0", |
1924 | "serde", |
1925 | "serde_json", |
1926 | "serde_with_macros", |
1927 | "time 0.3.28", |
1928 | ] |
1929 | |
1930 | [[package]] |
1931 | name = "serde_with_macros" |
1932 | version = "3.3.0" |
1933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1934 | checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c" |
1935 | dependencies = [ |
1936 | "darling", |
1937 | "proc-macro2", |
1938 | "quote", |
1939 | "syn 2.0.29", |
1940 | ] |
1941 | |
1942 | [[package]] |
1943 | name = "sha1" |
1944 | version = "0.10.5" |
1945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1946 | checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
1947 | dependencies = [ |
1948 | "cfg-if", |
1949 | "cpufeatures", |
1950 | "digest", |
1951 | ] |
1952 | |
1953 | [[package]] |
1954 | name = "sha2" |
1955 | version = "0.10.7" |
1956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1957 | checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" |
1958 | dependencies = [ |
1959 | "cfg-if", |
1960 | "cpufeatures", |
1961 | "digest", |
1962 | ] |
1963 | |
1964 | [[package]] |
1965 | name = "sharded-slab" |
1966 | version = "0.1.4" |
1967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1968 | checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" |
1969 | dependencies = [ |
1970 | "lazy_static", |
1971 | ] |
1972 | |
1973 | [[package]] |
1974 | name = "signal-hook-registry" |
1975 | version = "1.4.1" |
1976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1977 | checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
1978 | dependencies = [ |
1979 | "libc", |
1980 | ] |
1981 | |
1982 | [[package]] |
1983 | name = "signature" |
1984 | version = "2.1.0" |
1985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1986 | checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" |
1987 | dependencies = [ |
1988 | "digest", |
1989 | "rand_core", |
1990 | ] |
1991 | |
1992 | [[package]] |
1993 | name = "simple_asn1" |
1994 | version = "0.6.2" |
1995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1996 | checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" |
1997 | dependencies = [ |
1998 | "num-bigint", |
1999 | "num-traits", |
2000 | "thiserror", |
2001 | "time 0.3.28", |
2002 | ] |
2003 | |
2004 | [[package]] |
2005 | name = "slab" |
2006 | version = "0.4.9" |
2007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2008 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
2009 | dependencies = [ |
2010 | "autocfg", |
2011 | ] |
2012 | |
2013 | [[package]] |
2014 | name = "smallvec" |
2015 | version = "1.11.0" |
2016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2017 | checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" |
2018 | |
2019 | [[package]] |
2020 | name = "socket2" |
2021 | version = "0.4.9" |
2022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2023 | checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" |
2024 | dependencies = [ |
2025 | "libc", |
2026 | "winapi", |
2027 | ] |
2028 | |
2029 | [[package]] |
2030 | name = "socket2" |
2031 | version = "0.5.3" |
2032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2033 | checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" |
2034 | dependencies = [ |
2035 | "libc", |
2036 | "windows-sys", |
2037 | ] |
2038 | |
2039 | [[package]] |
2040 | name = "spin" |
2041 | version = "0.5.2" |
2042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2043 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
2044 | |
2045 | [[package]] |
2046 | name = "spin" |
2047 | version = "0.9.8" |
2048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2049 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
2050 | dependencies = [ |
2051 | "lock_api", |
2052 | ] |
2053 | |
2054 | [[package]] |
2055 | name = "spki" |
2056 | version = "0.7.2" |
2057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2058 | checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" |
2059 | dependencies = [ |
2060 | "base64ct", |
2061 | "der", |
2062 | ] |
2063 | |
2064 | [[package]] |
2065 | name = "sqlformat" |
2066 | version = "0.2.1" |
2067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2068 | checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e" |
2069 | dependencies = [ |
2070 | "itertools", |
2071 | "nom", |
2072 | "unicode_categories", |
2073 | ] |
2074 | |
2075 | [[package]] |
2076 | name = "sqlx" |
2077 | version = "0.7.1" |
2078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2079 | checksum = "8e58421b6bc416714d5115a2ca953718f6c621a51b68e4f4922aea5a4391a721" |
2080 | dependencies = [ |
2081 | "sqlx-core", |
2082 | "sqlx-macros", |
2083 | "sqlx-mysql", |
2084 | "sqlx-postgres", |
2085 | "sqlx-sqlite", |
2086 | ] |
2087 | |
2088 | [[package]] |
2089 | name = "sqlx-core" |
2090 | version = "0.7.1" |
2091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2092 | checksum = "dd4cef4251aabbae751a3710927945901ee1d97ee96d757f6880ebb9a79bfd53" |
2093 | dependencies = [ |
2094 | "ahash", |
2095 | "atoi", |
2096 | "byteorder", |
2097 | "bytes", |
2098 | "chrono", |
2099 | "crc", |
2100 | "crossbeam-queue", |
2101 | "dotenvy", |
2102 | "either", |
2103 | "event-listener", |
2104 | "futures-channel", |
2105 | "futures-core", |
2106 | "futures-intrusive", |
2107 | "futures-io", |
2108 | "futures-util", |
2109 | "hashlink", |
2110 | "hex", |
2111 | "indexmap 2.0.0", |
2112 | "log", |
2113 | "memchr", |
2114 | "native-tls", |
2115 | "once_cell", |
2116 | "paste", |
2117 | "percent-encoding", |
2118 | "serde", |
2119 | "serde_json", |
2120 | "sha2", |
2121 | "smallvec", |
2122 | "sqlformat", |
2123 | "thiserror", |
2124 | "tokio", |
2125 | "tokio-stream", |
2126 | "tracing", |
2127 | "url", |
2128 | ] |
2129 | |
2130 | [[package]] |
2131 | name = "sqlx-macros" |
2132 | version = "0.7.1" |
2133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2134 | checksum = "208e3165167afd7f3881b16c1ef3f2af69fa75980897aac8874a0696516d12c2" |
2135 | dependencies = [ |
2136 | "proc-macro2", |
2137 | "quote", |
2138 | "sqlx-core", |
2139 | "sqlx-macros-core", |
2140 | "syn 1.0.109", |
2141 | ] |
2142 | |
2143 | [[package]] |
2144 | name = "sqlx-macros-core" |
2145 | version = "0.7.1" |
2146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2147 | checksum = "8a4a8336d278c62231d87f24e8a7a74898156e34c1c18942857be2acb29c7dfc" |
2148 | dependencies = [ |
2149 | "dotenvy", |
2150 | "either", |
2151 | "heck", |
2152 | "hex", |
2153 | "once_cell", |
2154 | "proc-macro2", |
2155 | "quote", |
2156 | "serde", |
2157 | "serde_json", |
2158 | "sha2", |
2159 | "sqlx-core", |
2160 | "sqlx-mysql", |
2161 | "sqlx-postgres", |
2162 | "sqlx-sqlite", |
2163 | "syn 1.0.109", |
2164 | "tempfile", |
2165 | "tokio", |
2166 | "url", |
2167 | ] |
2168 | |
2169 | [[package]] |
2170 | name = "sqlx-mysql" |
2171 | version = "0.7.1" |
2172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2173 | checksum = "8ca69bf415b93b60b80dc8fda3cb4ef52b2336614d8da2de5456cc942a110482" |
2174 | dependencies = [ |
2175 | "atoi", |
2176 | "base64 0.21.3", |
2177 | "bitflags 2.4.0", |
2178 | "byteorder", |
2179 | "bytes", |
2180 | "chrono", |
2181 | "crc", |
2182 | "digest", |
2183 | "dotenvy", |
2184 | "either", |
2185 | "futures-channel", |
2186 | "futures-core", |
2187 | "futures-io", |
2188 | "futures-util", |
2189 | "generic-array", |
2190 | "hex", |
2191 | "hkdf", |
2192 | "hmac", |
2193 | "itoa", |
2194 | "log", |
2195 | "md-5", |
2196 | "memchr", |
2197 | "once_cell", |
2198 | "percent-encoding", |
2199 | "rand", |
2200 | "rsa", |
2201 | "serde", |
2202 | "sha1", |
2203 | "sha2", |
2204 | "smallvec", |
2205 | "sqlx-core", |
2206 | "stringprep", |
2207 | "thiserror", |
2208 | "tracing", |
2209 | "whoami", |
2210 | ] |
2211 | |
2212 | [[package]] |
2213 | name = "sqlx-postgres" |
2214 | version = "0.7.1" |
2215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2216 | checksum = "a0db2df1b8731c3651e204629dd55e52adbae0462fa1bdcbed56a2302c18181e" |
2217 | dependencies = [ |
2218 | "atoi", |
2219 | "base64 0.21.3", |
2220 | "bitflags 2.4.0", |
2221 | "byteorder", |
2222 | "chrono", |
2223 | "crc", |
2224 | "dotenvy", |
2225 | "etcetera", |
2226 | "futures-channel", |
2227 | "futures-core", |
2228 | "futures-io", |
2229 | "futures-util", |
2230 | "hex", |
2231 | "hkdf", |
2232 | "hmac", |
2233 | "home", |
2234 | "itoa", |
2235 | "log", |
2236 | "md-5", |
2237 | "memchr", |
2238 | "once_cell", |
2239 | "rand", |
2240 | "serde", |
2241 | "serde_json", |
2242 | "sha1", |
2243 | "sha2", |
2244 | "smallvec", |
2245 | "sqlx-core", |
2246 | "stringprep", |
2247 | "thiserror", |
2248 | "tracing", |
2249 | "whoami", |
2250 | ] |
2251 | |
2252 | [[package]] |
2253 | name = "sqlx-sqlite" |
2254 | version = "0.7.1" |
2255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2256 | checksum = "be4c21bf34c7cae5b283efb3ac1bcc7670df7561124dc2f8bdc0b59be40f79a2" |
2257 | dependencies = [ |
2258 | "atoi", |
2259 | "chrono", |
2260 | "flume", |
2261 | "futures-channel", |
2262 | "futures-core", |
2263 | "futures-executor", |
2264 | "futures-intrusive", |
2265 | "futures-util", |
2266 | "libsqlite3-sys", |
2267 | "log", |
2268 | "percent-encoding", |
2269 | "serde", |
2270 | "sqlx-core", |
2271 | "tracing", |
2272 | "url", |
2273 | ] |
2274 | |
2275 | [[package]] |
2276 | name = "stringprep" |
2277 | version = "0.1.3" |
2278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2279 | checksum = "db3737bde7edce97102e0e2b15365bf7a20bfdb5f60f4f9e8d7004258a51a8da" |
2280 | dependencies = [ |
2281 | "unicode-bidi", |
2282 | "unicode-normalization", |
2283 | ] |
2284 | |
2285 | [[package]] |
2286 | name = "strsim" |
2287 | version = "0.10.0" |
2288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2289 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
2290 | |
2291 | [[package]] |
2292 | name = "subtle" |
2293 | version = "2.5.0" |
2294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2295 | checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" |
2296 | |
2297 | [[package]] |
2298 | name = "syn" |
2299 | version = "1.0.109" |
2300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2301 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
2302 | dependencies = [ |
2303 | "proc-macro2", |
2304 | "quote", |
2305 | "unicode-ident", |
2306 | ] |
2307 | |
2308 | [[package]] |
2309 | name = "syn" |
2310 | version = "2.0.29" |
2311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2312 | checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" |
2313 | dependencies = [ |
2314 | "proc-macro2", |
2315 | "quote", |
2316 | "unicode-ident", |
2317 | ] |
2318 | |
2319 | [[package]] |
2320 | name = "tempfile" |
2321 | version = "3.8.0" |
2322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2323 | checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" |
2324 | dependencies = [ |
2325 | "cfg-if", |
2326 | "fastrand", |
2327 | "redox_syscall", |
2328 | "rustix", |
2329 | "windows-sys", |
2330 | ] |
2331 | |
2332 | [[package]] |
2333 | name = "thiserror" |
2334 | version = "1.0.47" |
2335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2336 | checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" |
2337 | dependencies = [ |
2338 | "thiserror-impl", |
2339 | ] |
2340 | |
2341 | [[package]] |
2342 | name = "thiserror-impl" |
2343 | version = "1.0.47" |
2344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2345 | checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" |
2346 | dependencies = [ |
2347 | "proc-macro2", |
2348 | "quote", |
2349 | "syn 2.0.29", |
2350 | ] |
2351 | |
2352 | [[package]] |
2353 | name = "thread_local" |
2354 | version = "1.1.7" |
2355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2356 | checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
2357 | dependencies = [ |
2358 | "cfg-if", |
2359 | "once_cell", |
2360 | ] |
2361 | |
2362 | [[package]] |
2363 | name = "time" |
2364 | version = "0.1.45" |
2365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2366 | checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" |
2367 | dependencies = [ |
2368 | "libc", |
2369 | "wasi 0.10.0+wasi-snapshot-preview1", |
2370 | "winapi", |
2371 | ] |
2372 | |
2373 | [[package]] |
2374 | name = "time" |
2375 | version = "0.3.28" |
2376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2377 | checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" |
2378 | dependencies = [ |
2379 | "deranged", |
2380 | "itoa", |
2381 | "serde", |
2382 | "time-core", |
2383 | "time-macros", |
2384 | ] |
2385 | |
2386 | [[package]] |
2387 | name = "time-core" |
2388 | version = "0.1.1" |
2389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2390 | checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" |
2391 | |
2392 | [[package]] |
2393 | name = "time-macros" |
2394 | version = "0.2.14" |
2395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2396 | checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" |
2397 | dependencies = [ |
2398 | "time-core", |
2399 | ] |
2400 | |
2401 | [[package]] |
2402 | name = "tinyvec" |
2403 | version = "1.6.0" |
2404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2405 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
2406 | dependencies = [ |
2407 | "tinyvec_macros", |
2408 | ] |
2409 | |
2410 | [[package]] |
2411 | name = "tinyvec_macros" |
2412 | version = "0.1.1" |
2413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2414 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
2415 | |
2416 | [[package]] |
2417 | name = "tokio" |
2418 | version = "1.32.0" |
2419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2420 | checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" |
2421 | dependencies = [ |
2422 | "backtrace", |
2423 | "bytes", |
2424 | "libc", |
2425 | "mio", |
2426 | "num_cpus", |
2427 | "parking_lot", |
2428 | "pin-project-lite", |
2429 | "signal-hook-registry", |
2430 | "socket2 0.5.3", |
2431 | "tokio-macros", |
2432 | "windows-sys", |
2433 | ] |
2434 | |
2435 | [[package]] |
2436 | name = "tokio-macros" |
2437 | version = "2.1.0" |
2438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2439 | checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" |
2440 | dependencies = [ |
2441 | "proc-macro2", |
2442 | "quote", |
2443 | "syn 2.0.29", |
2444 | ] |
2445 | |
2446 | [[package]] |
2447 | name = "tokio-native-tls" |
2448 | version = "0.3.1" |
2449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2450 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
2451 | dependencies = [ |
2452 | "native-tls", |
2453 | "tokio", |
2454 | ] |
2455 | |
2456 | [[package]] |
2457 | name = "tokio-rustls" |
2458 | version = "0.24.1" |
2459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2460 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" |
2461 | dependencies = [ |
2462 | "rustls", |
2463 | "tokio", |
2464 | ] |
2465 | |
2466 | [[package]] |
2467 | name = "tokio-stream" |
2468 | version = "0.1.14" |
2469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2470 | checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" |
2471 | dependencies = [ |
2472 | "futures-core", |
2473 | "pin-project-lite", |
2474 | "tokio", |
2475 | ] |
2476 | |
2477 | [[package]] |
2478 | name = "tokio-tungstenite" |
2479 | version = "0.20.0" |
2480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2481 | checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2" |
2482 | dependencies = [ |
2483 | "futures-util", |
2484 | "log", |
2485 | "rustls", |
2486 | "rustls-native-certs", |
2487 | "tokio", |
2488 | "tokio-rustls", |
2489 | "tungstenite", |
2490 | ] |
2491 | |
2492 | [[package]] |
2493 | name = "tokio-util" |
2494 | version = "0.7.8" |
2495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2496 | checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" |
2497 | dependencies = [ |
2498 | "bytes", |
2499 | "futures-core", |
2500 | "futures-sink", |
2501 | "pin-project-lite", |
2502 | "tokio", |
2503 | "tracing", |
2504 | ] |
2505 | |
2506 | [[package]] |
2507 | name = "toml" |
2508 | version = "0.7.6" |
2509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2510 | checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" |
2511 | dependencies = [ |
2512 | "serde", |
2513 | "serde_spanned", |
2514 | "toml_datetime", |
2515 | "toml_edit", |
2516 | ] |
2517 | |
2518 | [[package]] |
2519 | name = "toml_datetime" |
2520 | version = "0.6.3" |
2521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2522 | checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" |
2523 | dependencies = [ |
2524 | "serde", |
2525 | ] |
2526 | |
2527 | [[package]] |
2528 | name = "toml_edit" |
2529 | version = "0.19.14" |
2530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2531 | checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" |
2532 | dependencies = [ |
2533 | "indexmap 2.0.0", |
2534 | "serde", |
2535 | "serde_spanned", |
2536 | "toml_datetime", |
2537 | "winnow", |
2538 | ] |
2539 | |
2540 | [[package]] |
2541 | name = "tower-service" |
2542 | version = "0.3.2" |
2543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2544 | checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
2545 | |
2546 | [[package]] |
2547 | name = "tracing" |
2548 | version = "0.1.37" |
2549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2550 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
2551 | dependencies = [ |
2552 | "cfg-if", |
2553 | "log", |
2554 | "pin-project-lite", |
2555 | "tracing-attributes", |
2556 | "tracing-core", |
2557 | ] |
2558 | |
2559 | [[package]] |
2560 | name = "tracing-attributes" |
2561 | version = "0.1.26" |
2562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2563 | checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" |
2564 | dependencies = [ |
2565 | "proc-macro2", |
2566 | "quote", |
2567 | "syn 2.0.29", |
2568 | ] |
2569 | |
2570 | [[package]] |
2571 | name = "tracing-core" |
2572 | version = "0.1.31" |
2573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2574 | checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" |
2575 | dependencies = [ |
2576 | "once_cell", |
2577 | "valuable", |
2578 | ] |
2579 | |
2580 | [[package]] |
2581 | name = "tracing-error" |
2582 | version = "0.2.0" |
2583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2584 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
2585 | dependencies = [ |
2586 | "tracing", |
2587 | "tracing-subscriber", |
2588 | ] |
2589 | |
2590 | [[package]] |
2591 | name = "tracing-log" |
2592 | version = "0.1.3" |
2593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2594 | checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" |
2595 | dependencies = [ |
2596 | "lazy_static", |
2597 | "log", |
2598 | "tracing-core", |
2599 | ] |
2600 | |
2601 | [[package]] |
2602 | name = "tracing-subscriber" |
2603 | version = "0.3.17" |
2604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2605 | checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" |
2606 | dependencies = [ |
2607 | "nu-ansi-term", |
2608 | "sharded-slab", |
2609 | "smallvec", |
2610 | "thread_local", |
2611 | "tracing-core", |
2612 | "tracing-log", |
2613 | ] |
2614 | |
2615 | [[package]] |
2616 | name = "try-lock" |
2617 | version = "0.2.4" |
2618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2619 | checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" |
2620 | |
2621 | [[package]] |
2622 | name = "tungstenite" |
2623 | version = "0.20.0" |
2624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2625 | checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649" |
2626 | dependencies = [ |
2627 | "byteorder", |
2628 | "bytes", |
2629 | "data-encoding", |
2630 | "http", |
2631 | "httparse", |
2632 | "log", |
2633 | "rand", |
2634 | "rustls", |
2635 | "sha1", |
2636 | "thiserror", |
2637 | "url", |
2638 | "utf-8", |
2639 | ] |
2640 | |
2641 | [[package]] |
2642 | name = "typenum" |
2643 | version = "1.16.0" |
2644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2645 | checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
2646 | |
2647 | [[package]] |
2648 | name = "unicode-bidi" |
2649 | version = "0.3.13" |
2650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2651 | checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
2652 | |
2653 | [[package]] |
2654 | name = "unicode-ident" |
2655 | version = "1.0.11" |
2656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2657 | checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" |
2658 | |
2659 | [[package]] |
2660 | name = "unicode-normalization" |
2661 | version = "0.1.22" |
2662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2663 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
2664 | dependencies = [ |
2665 | "tinyvec", |
2666 | ] |
2667 | |
2668 | [[package]] |
2669 | name = "unicode-segmentation" |
2670 | version = "1.10.1" |
2671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2672 | checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" |
2673 | |
2674 | [[package]] |
2675 | name = "unicode_categories" |
2676 | version = "0.1.1" |
2677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2678 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
2679 | |
2680 | [[package]] |
2681 | name = "universal-hash" |
2682 | version = "0.5.1" |
2683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2684 | checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
2685 | dependencies = [ |
2686 | "crypto-common", |
2687 | "subtle", |
2688 | ] |
2689 | |
2690 | [[package]] |
2691 | name = "untrusted" |
2692 | version = "0.7.1" |
2693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2694 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
2695 | |
2696 | [[package]] |
2697 | name = "url" |
2698 | version = "2.4.1" |
2699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2700 | checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" |
2701 | dependencies = [ |
2702 | "form_urlencoded", |
2703 | "idna", |
2704 | "percent-encoding", |
2705 | ] |
2706 | |
2707 | [[package]] |
2708 | name = "utf-8" |
2709 | version = "0.7.6" |
2710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2711 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
2712 | |
2713 | [[package]] |
2714 | name = "valuable" |
2715 | version = "0.1.0" |
2716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2717 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
2718 | |
2719 | [[package]] |
2720 | name = "vcpkg" |
2721 | version = "0.2.15" |
2722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2723 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
2724 | |
2725 | [[package]] |
2726 | name = "version_check" |
2727 | version = "0.9.4" |
2728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2729 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
2730 | |
2731 | [[package]] |
2732 | name = "want" |
2733 | version = "0.3.1" |
2734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2735 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
2736 | dependencies = [ |
2737 | "try-lock", |
2738 | ] |
2739 | |
2740 | [[package]] |
2741 | name = "wasi" |
2742 | version = "0.10.0+wasi-snapshot-preview1" |
2743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2744 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
2745 | |
2746 | [[package]] |
2747 | name = "wasi" |
2748 | version = "0.11.0+wasi-snapshot-preview1" |
2749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2750 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
2751 | |
2752 | [[package]] |
2753 | name = "wasm-bindgen" |
2754 | version = "0.2.87" |
2755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2756 | checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" |
2757 | dependencies = [ |
2758 | "cfg-if", |
2759 | "wasm-bindgen-macro", |
2760 | ] |
2761 | |
2762 | [[package]] |
2763 | name = "wasm-bindgen-backend" |
2764 | version = "0.2.87" |
2765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2766 | checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" |
2767 | dependencies = [ |
2768 | "bumpalo", |
2769 | "log", |
2770 | "once_cell", |
2771 | "proc-macro2", |
2772 | "quote", |
2773 | "syn 2.0.29", |
2774 | "wasm-bindgen-shared", |
2775 | ] |
2776 | |
2777 | [[package]] |
2778 | name = "wasm-bindgen-futures" |
2779 | version = "0.4.37" |
2780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2781 | checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" |
2782 | dependencies = [ |
2783 | "cfg-if", |
2784 | "js-sys", |
2785 | "wasm-bindgen", |
2786 | "web-sys", |
2787 | ] |
2788 | |
2789 | [[package]] |
2790 | name = "wasm-bindgen-macro" |
2791 | version = "0.2.87" |
2792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2793 | checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" |
2794 | dependencies = [ |
2795 | "quote", |
2796 | "wasm-bindgen-macro-support", |
2797 | ] |
2798 | |
2799 | [[package]] |
2800 | name = "wasm-bindgen-macro-support" |
2801 | version = "0.2.87" |
2802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2803 | checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" |
2804 | dependencies = [ |
2805 | "proc-macro2", |
2806 | "quote", |
2807 | "syn 2.0.29", |
2808 | "wasm-bindgen-backend", |
2809 | "wasm-bindgen-shared", |
2810 | ] |
2811 | |
2812 | [[package]] |
2813 | name = "wasm-bindgen-shared" |
2814 | version = "0.2.87" |
2815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2816 | checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" |
2817 | |
2818 | [[package]] |
2819 | name = "web-sys" |
2820 | version = "0.3.64" |
2821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2822 | checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" |
2823 | dependencies = [ |
2824 | "js-sys", |
2825 | "wasm-bindgen", |
2826 | ] |
2827 | |
2828 | [[package]] |
2829 | name = "whoami" |
2830 | version = "1.4.1" |
2831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2832 | checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50" |
2833 | |
2834 | [[package]] |
2835 | name = "winapi" |
2836 | version = "0.3.9" |
2837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2838 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
2839 | dependencies = [ |
2840 | "winapi-i686-pc-windows-gnu", |
2841 | "winapi-x86_64-pc-windows-gnu", |
2842 | ] |
2843 | |
2844 | [[package]] |
2845 | name = "winapi-i686-pc-windows-gnu" |
2846 | version = "0.4.0" |
2847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2848 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
2849 | |
2850 | [[package]] |
2851 | name = "winapi-x86_64-pc-windows-gnu" |
2852 | version = "0.4.0" |
2853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2854 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2855 | |
2856 | [[package]] |
2857 | name = "windows" |
2858 | version = "0.48.0" |
2859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2860 | checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
2861 | dependencies = [ |
2862 | "windows-targets", |
2863 | ] |
2864 | |
2865 | [[package]] |
2866 | name = "windows-sys" |
2867 | version = "0.48.0" |
2868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2869 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
2870 | dependencies = [ |
2871 | "windows-targets", |
2872 | ] |
2873 | |
2874 | [[package]] |
2875 | name = "windows-targets" |
2876 | version = "0.48.5" |
2877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2878 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
2879 | dependencies = [ |
2880 | "windows_aarch64_gnullvm", |
2881 | "windows_aarch64_msvc", |
2882 | "windows_i686_gnu", |
2883 | "windows_i686_msvc", |
2884 | "windows_x86_64_gnu", |
2885 | "windows_x86_64_gnullvm", |
2886 | "windows_x86_64_msvc", |
2887 | ] |
2888 | |
2889 | [[package]] |
2890 | name = "windows_aarch64_gnullvm" |
2891 | version = "0.48.5" |
2892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2893 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
2894 | |
2895 | [[package]] |
2896 | name = "windows_aarch64_msvc" |
2897 | version = "0.48.5" |
2898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2899 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
2900 | |
2901 | [[package]] |
2902 | name = "windows_i686_gnu" |
2903 | version = "0.48.5" |
2904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2905 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
2906 | |
2907 | [[package]] |
2908 | name = "windows_i686_msvc" |
2909 | version = "0.48.5" |
2910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2911 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
2912 | |
2913 | [[package]] |
2914 | name = "windows_x86_64_gnu" |
2915 | version = "0.48.5" |
2916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2917 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
2918 | |
2919 | [[package]] |
2920 | name = "windows_x86_64_gnullvm" |
2921 | version = "0.48.5" |
2922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2923 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
2924 | |
2925 | [[package]] |
2926 | name = "windows_x86_64_msvc" |
2927 | version = "0.48.5" |
2928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2929 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
2930 | |
2931 | [[package]] |
2932 | name = "winnow" |
2933 | version = "0.5.15" |
2934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2935 | checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" |
2936 | dependencies = [ |
2937 | "memchr", |
2938 | ] |
2939 | |
2940 | [[package]] |
2941 | name = "winreg" |
2942 | version = "0.50.0" |
2943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2944 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" |
2945 | dependencies = [ |
2946 | "cfg-if", |
2947 | "windows-sys", |
2948 | ] |
2949 | |
2950 | [[package]] |
2951 | name = "zeroize" |
2952 | version = "1.6.0" |
2953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2954 | checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" |