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