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