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