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