So. Much. Work.
parent: tbd commit: b05f964
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.3" |
44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
45 | checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" |
46 | dependencies = [ |
47 | "aead", |
48 | "aes", |
49 | "cipher", |
50 | "ctr", |
51 | "ghash", |
52 | "subtle", |
53 | ] |
54 | |
55 | [[package]] |
56 | name = "ahash" |
57 | version = "0.7.6" |
58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
59 | checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" |
60 | dependencies = [ |
61 | "getrandom", |
62 | "once_cell", |
63 | "version_check", |
64 | ] |
65 | |
66 | [[package]] |
67 | name = "ahash" |
68 | version = "0.8.3" |
69 | source = "registry+https://github.com/rust-lang/crates.io-index" |
70 | checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" |
71 | dependencies = [ |
72 | "cfg-if", |
73 | "getrandom", |
74 | "once_cell", |
75 | "version_check", |
76 | ] |
77 | |
78 | [[package]] |
79 | name = "allocator-api2" |
80 | version = "0.2.16" |
81 | source = "registry+https://github.com/rust-lang/crates.io-index" |
82 | checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" |
83 | |
84 | [[package]] |
85 | name = "android-tzdata" |
86 | version = "0.1.1" |
87 | source = "registry+https://github.com/rust-lang/crates.io-index" |
88 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
89 | |
90 | [[package]] |
91 | name = "android_system_properties" |
92 | version = "0.1.5" |
93 | source = "registry+https://github.com/rust-lang/crates.io-index" |
94 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
95 | dependencies = [ |
96 | "libc", |
97 | ] |
98 | |
99 | [[package]] |
100 | name = "anyhow" |
101 | version = "1.0.75" |
102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
103 | checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" |
104 | |
105 | [[package]] |
106 | name = "argon2" |
107 | version = "0.5.2" |
108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
109 | checksum = "17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9" |
110 | dependencies = [ |
111 | "base64ct", |
112 | "blake2", |
113 | "cpufeatures", |
114 | "password-hash", |
115 | ] |
116 | |
117 | [[package]] |
118 | name = "async-lock" |
119 | version = "2.8.0" |
120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
121 | checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" |
122 | dependencies = [ |
123 | "event-listener", |
124 | ] |
125 | |
126 | [[package]] |
127 | name = "async-trait" |
128 | version = "0.1.73" |
129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
130 | checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" |
131 | dependencies = [ |
132 | "proc-macro2", |
133 | "quote", |
134 | "syn 2.0.38", |
135 | ] |
136 | |
137 | [[package]] |
138 | name = "atoi" |
139 | version = "2.0.0" |
140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
141 | checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
142 | dependencies = [ |
143 | "num-traits", |
144 | ] |
145 | |
146 | [[package]] |
147 | name = "autocfg" |
148 | version = "1.1.0" |
149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
150 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
151 | |
152 | [[package]] |
153 | name = "backtrace" |
154 | version = "0.3.69" |
155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
156 | checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" |
157 | dependencies = [ |
158 | "addr2line", |
159 | "cc", |
160 | "cfg-if", |
161 | "libc", |
162 | "miniz_oxide", |
163 | "object", |
164 | "rustc-demangle", |
165 | ] |
166 | |
167 | [[package]] |
168 | name = "base64" |
169 | version = "0.13.1" |
170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
171 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
172 | |
173 | [[package]] |
174 | name = "base64" |
175 | version = "0.21.4" |
176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
177 | checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" |
178 | |
179 | [[package]] |
180 | name = "base64ct" |
181 | version = "1.6.0" |
182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
183 | checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
184 | |
185 | [[package]] |
186 | name = "bincode" |
187 | version = "1.3.3" |
188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
189 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
190 | dependencies = [ |
191 | "serde", |
192 | ] |
193 | |
194 | [[package]] |
195 | name = "bitflags" |
196 | version = "1.3.2" |
197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
198 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
199 | |
200 | [[package]] |
201 | name = "bitflags" |
202 | version = "2.4.0" |
203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
204 | checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" |
205 | dependencies = [ |
206 | "serde", |
207 | ] |
208 | |
209 | [[package]] |
210 | name = "blake2" |
211 | version = "0.10.6" |
212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
213 | checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
214 | dependencies = [ |
215 | "digest", |
216 | ] |
217 | |
218 | [[package]] |
219 | name = "block-buffer" |
220 | version = "0.10.4" |
221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
222 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
223 | dependencies = [ |
224 | "generic-array", |
225 | ] |
226 | |
227 | [[package]] |
228 | name = "bumpalo" |
229 | version = "3.14.0" |
230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
231 | checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" |
232 | |
233 | [[package]] |
234 | name = "bytecount" |
235 | version = "0.6.4" |
236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
237 | checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7" |
238 | |
239 | [[package]] |
240 | name = "byteorder" |
241 | version = "1.5.0" |
242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
243 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
244 | |
245 | [[package]] |
246 | name = "bytes" |
247 | version = "1.5.0" |
248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
249 | checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" |
250 | |
251 | [[package]] |
252 | name = "camino" |
253 | version = "1.1.6" |
254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
255 | checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" |
256 | dependencies = [ |
257 | "serde", |
258 | ] |
259 | |
260 | [[package]] |
261 | name = "cargo-platform" |
262 | version = "0.1.4" |
263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
264 | checksum = "12024c4645c97566567129c204f65d5815a8c9aecf30fcbe682b2fe034996d36" |
265 | dependencies = [ |
266 | "serde", |
267 | ] |
268 | |
269 | [[package]] |
270 | name = "cargo_metadata" |
271 | version = "0.14.2" |
272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
273 | checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" |
274 | dependencies = [ |
275 | "camino", |
276 | "cargo-platform", |
277 | "semver", |
278 | "serde", |
279 | "serde_json", |
280 | ] |
281 | |
282 | [[package]] |
283 | name = "cc" |
284 | version = "1.0.83" |
285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
286 | checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" |
287 | dependencies = [ |
288 | "jobserver", |
289 | "libc", |
290 | ] |
291 | |
292 | [[package]] |
293 | name = "cfg-if" |
294 | version = "1.0.0" |
295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
296 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
297 | |
298 | [[package]] |
299 | name = "chrono" |
300 | version = "0.4.31" |
301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
302 | checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" |
303 | dependencies = [ |
304 | "android-tzdata", |
305 | "iana-time-zone", |
306 | "js-sys", |
307 | "num-traits", |
308 | "serde", |
309 | "wasm-bindgen", |
310 | "windows-targets", |
311 | ] |
312 | |
313 | [[package]] |
314 | name = "cipher" |
315 | version = "0.4.4" |
316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
317 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
318 | dependencies = [ |
319 | "crypto-common", |
320 | "inout", |
321 | ] |
322 | |
323 | [[package]] |
324 | name = "const-oid" |
325 | version = "0.9.5" |
326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
327 | checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" |
328 | |
329 | [[package]] |
330 | name = "core-foundation" |
331 | version = "0.9.3" |
332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
333 | checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
334 | dependencies = [ |
335 | "core-foundation-sys", |
336 | "libc", |
337 | ] |
338 | |
339 | [[package]] |
340 | name = "core-foundation-sys" |
341 | version = "0.8.4" |
342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
343 | checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
344 | |
345 | [[package]] |
346 | name = "cpufeatures" |
347 | version = "0.2.9" |
348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
349 | checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" |
350 | dependencies = [ |
351 | "libc", |
352 | ] |
353 | |
354 | [[package]] |
355 | name = "crc" |
356 | version = "3.0.1" |
357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
358 | checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" |
359 | dependencies = [ |
360 | "crc-catalog", |
361 | ] |
362 | |
363 | [[package]] |
364 | name = "crc-catalog" |
365 | version = "2.2.0" |
366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
367 | checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484" |
368 | |
369 | [[package]] |
370 | name = "crossbeam-channel" |
371 | version = "0.5.8" |
372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
373 | checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" |
374 | dependencies = [ |
375 | "cfg-if", |
376 | "crossbeam-utils", |
377 | ] |
378 | |
379 | [[package]] |
380 | name = "crossbeam-epoch" |
381 | version = "0.9.15" |
382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
383 | checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" |
384 | dependencies = [ |
385 | "autocfg", |
386 | "cfg-if", |
387 | "crossbeam-utils", |
388 | "memoffset", |
389 | "scopeguard", |
390 | ] |
391 | |
392 | [[package]] |
393 | name = "crossbeam-queue" |
394 | version = "0.3.8" |
395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
396 | checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" |
397 | dependencies = [ |
398 | "cfg-if", |
399 | "crossbeam-utils", |
400 | ] |
401 | |
402 | [[package]] |
403 | name = "crossbeam-utils" |
404 | version = "0.8.16" |
405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
406 | checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" |
407 | dependencies = [ |
408 | "cfg-if", |
409 | ] |
410 | |
411 | [[package]] |
412 | name = "crypto-common" |
413 | version = "0.1.6" |
414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
415 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
416 | dependencies = [ |
417 | "generic-array", |
418 | "rand_core", |
419 | "typenum", |
420 | ] |
421 | |
422 | [[package]] |
423 | name = "ctr" |
424 | version = "0.9.2" |
425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
426 | checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
427 | dependencies = [ |
428 | "cipher", |
429 | ] |
430 | |
431 | [[package]] |
432 | name = "data-encoding" |
433 | version = "2.4.0" |
434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
435 | checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" |
436 | |
437 | [[package]] |
438 | name = "deadpool" |
439 | version = "0.9.5" |
440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
441 | checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e" |
442 | dependencies = [ |
443 | "async-trait", |
444 | "deadpool-runtime", |
445 | "num_cpus", |
446 | "retain_mut", |
447 | "tokio", |
448 | ] |
449 | |
450 | [[package]] |
451 | name = "deadpool-runtime" |
452 | version = "0.1.3" |
453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
454 | checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49" |
455 | |
456 | [[package]] |
457 | name = "der" |
458 | version = "0.7.8" |
459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
460 | checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" |
461 | dependencies = [ |
462 | "const-oid", |
463 | "pem-rfc7468", |
464 | "zeroize", |
465 | ] |
466 | |
467 | [[package]] |
468 | name = "deranged" |
469 | version = "0.3.8" |
470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
471 | checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" |
472 | |
473 | [[package]] |
474 | name = "digest" |
475 | version = "0.10.7" |
476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
477 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
478 | dependencies = [ |
479 | "block-buffer", |
480 | "const-oid", |
481 | "crypto-common", |
482 | "subtle", |
483 | ] |
484 | |
485 | [[package]] |
486 | name = "dlopen2" |
487 | version = "0.6.1" |
488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
489 | checksum = "6bc2c7ed06fd72a8513ded8d0d2f6fd2655a85d6885c48cae8625d80faf28c03" |
490 | dependencies = [ |
491 | "dlopen2_derive", |
492 | "libc", |
493 | "once_cell", |
494 | "winapi", |
495 | ] |
496 | |
497 | [[package]] |
498 | name = "dlopen2_derive" |
499 | version = "0.4.0" |
500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
501 | checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54" |
502 | dependencies = [ |
503 | "proc-macro2", |
504 | "quote", |
505 | "syn 2.0.38", |
506 | ] |
507 | |
508 | [[package]] |
509 | name = "dotenvy" |
510 | version = "0.15.7" |
511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
512 | checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
513 | |
514 | [[package]] |
515 | name = "either" |
516 | version = "1.9.0" |
517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
518 | checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" |
519 | dependencies = [ |
520 | "serde", |
521 | ] |
522 | |
523 | [[package]] |
524 | name = "encoding_rs" |
525 | version = "0.8.33" |
526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
527 | checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" |
528 | dependencies = [ |
529 | "cfg-if", |
530 | ] |
531 | |
532 | [[package]] |
533 | name = "equivalent" |
534 | version = "1.0.1" |
535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
536 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
537 | |
538 | [[package]] |
539 | name = "errno" |
540 | version = "0.3.5" |
541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
542 | checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" |
543 | dependencies = [ |
544 | "libc", |
545 | "windows-sys", |
546 | ] |
547 | |
548 | [[package]] |
549 | name = "error-chain" |
550 | version = "0.12.4" |
551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
552 | checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" |
553 | dependencies = [ |
554 | "version_check", |
555 | ] |
556 | |
557 | [[package]] |
558 | name = "etcetera" |
559 | version = "0.8.0" |
560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
561 | checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
562 | dependencies = [ |
563 | "cfg-if", |
564 | "home", |
565 | "windows-sys", |
566 | ] |
567 | |
568 | [[package]] |
569 | name = "event-listener" |
570 | version = "2.5.3" |
571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
572 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
573 | |
574 | [[package]] |
575 | name = "example-plugin" |
576 | version = "0.1.0" |
577 | dependencies = [ |
578 | "anyhow", |
579 | "dlopen2", |
580 | "giterated-models", |
581 | "giterated-plugin", |
582 | "giterated-plugin-sys", |
583 | "serde_json", |
584 | "tracing", |
585 | "tracing-subscriber", |
586 | ] |
587 | |
588 | [[package]] |
589 | name = "fastrand" |
590 | version = "2.0.1" |
591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
592 | checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" |
593 | |
594 | [[package]] |
595 | name = "finl_unicode" |
596 | version = "1.2.0" |
597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
598 | checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" |
599 | |
600 | [[package]] |
601 | name = "flume" |
602 | version = "0.11.0" |
603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
604 | checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" |
605 | dependencies = [ |
606 | "futures-core", |
607 | "futures-sink", |
608 | "spin 0.9.8", |
609 | ] |
610 | |
611 | [[package]] |
612 | name = "fnv" |
613 | version = "1.0.7" |
614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
615 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
616 | |
617 | [[package]] |
618 | name = "foreign-types" |
619 | version = "0.3.2" |
620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
621 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
622 | dependencies = [ |
623 | "foreign-types-shared", |
624 | ] |
625 | |
626 | [[package]] |
627 | name = "foreign-types-shared" |
628 | version = "0.1.1" |
629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
630 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
631 | |
632 | [[package]] |
633 | name = "form_urlencoded" |
634 | version = "1.2.0" |
635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
636 | checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" |
637 | dependencies = [ |
638 | "percent-encoding", |
639 | ] |
640 | |
641 | [[package]] |
642 | name = "futures-channel" |
643 | version = "0.3.28" |
644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
645 | checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
646 | dependencies = [ |
647 | "futures-core", |
648 | "futures-sink", |
649 | ] |
650 | |
651 | [[package]] |
652 | name = "futures-core" |
653 | version = "0.3.28" |
654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
655 | checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
656 | |
657 | [[package]] |
658 | name = "futures-executor" |
659 | version = "0.3.28" |
660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
661 | checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" |
662 | dependencies = [ |
663 | "futures-core", |
664 | "futures-task", |
665 | "futures-util", |
666 | ] |
667 | |
668 | [[package]] |
669 | name = "futures-intrusive" |
670 | version = "0.5.0" |
671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
672 | checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
673 | dependencies = [ |
674 | "futures-core", |
675 | "lock_api", |
676 | "parking_lot", |
677 | ] |
678 | |
679 | [[package]] |
680 | name = "futures-io" |
681 | version = "0.3.28" |
682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
683 | checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
684 | |
685 | [[package]] |
686 | name = "futures-macro" |
687 | version = "0.3.28" |
688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
689 | checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
690 | dependencies = [ |
691 | "proc-macro2", |
692 | "quote", |
693 | "syn 2.0.38", |
694 | ] |
695 | |
696 | [[package]] |
697 | name = "futures-sink" |
698 | version = "0.3.28" |
699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
700 | checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
701 | |
702 | [[package]] |
703 | name = "futures-task" |
704 | version = "0.3.28" |
705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
706 | checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
707 | |
708 | [[package]] |
709 | name = "futures-util" |
710 | version = "0.3.28" |
711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
712 | checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
713 | dependencies = [ |
714 | "futures-core", |
715 | "futures-io", |
716 | "futures-macro", |
717 | "futures-sink", |
718 | "futures-task", |
719 | "memchr", |
720 | "pin-project-lite", |
721 | "pin-utils", |
722 | "slab", |
723 | ] |
724 | |
725 | [[package]] |
726 | name = "generic-array" |
727 | version = "0.14.7" |
728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
729 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
730 | dependencies = [ |
731 | "typenum", |
732 | "version_check", |
733 | ] |
734 | |
735 | [[package]] |
736 | name = "getrandom" |
737 | version = "0.2.10" |
738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
739 | checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
740 | dependencies = [ |
741 | "cfg-if", |
742 | "libc", |
743 | "wasi", |
744 | ] |
745 | |
746 | [[package]] |
747 | name = "ghash" |
748 | version = "0.5.0" |
749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
750 | checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40" |
751 | dependencies = [ |
752 | "opaque-debug", |
753 | "polyval", |
754 | ] |
755 | |
756 | [[package]] |
757 | name = "gimli" |
758 | version = "0.28.0" |
759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
760 | checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" |
761 | |
762 | [[package]] |
763 | name = "git2" |
764 | version = "0.17.2" |
765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
766 | checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" |
767 | dependencies = [ |
768 | "bitflags 1.3.2", |
769 | "libc", |
770 | "libgit2-sys", |
771 | "log", |
772 | "openssl-probe", |
773 | "openssl-sys", |
774 | "url", |
775 | ] |
776 | |
777 | [[package]] |
778 | name = "giterated-cache" |
779 | version = "0.1.0" |
780 | dependencies = [ |
781 | "anyhow", |
782 | "async-trait", |
783 | "bincode", |
784 | "futures-util", |
785 | "giterated-models", |
786 | "giterated-stack", |
787 | "moka", |
788 | "serde", |
789 | "serde_json", |
790 | "thiserror", |
791 | "tokio", |
792 | "tracing", |
793 | ] |
794 | |
795 | [[package]] |
796 | name = "giterated-daemon" |
797 | version = "0.1.0" |
798 | dependencies = [ |
799 | "aes-gcm", |
800 | "anyhow", |
801 | "argon2", |
802 | "async-trait", |
803 | "base64 0.21.4", |
804 | "bincode", |
805 | "chrono", |
806 | "deadpool", |
807 | "futures-util", |
808 | "git2", |
809 | "giterated-cache", |
810 | "giterated-models", |
811 | "giterated-protocol", |
812 | "giterated-stack", |
813 | "jsonwebtoken", |
814 | "log", |
815 | "rand", |
816 | "reqwest", |
817 | "rsa", |
818 | "secrecy", |
819 | "semver", |
820 | "serde", |
821 | "serde_json", |
822 | "sqlx", |
823 | "thiserror", |
824 | "tokio", |
825 | "tokio-tungstenite", |
826 | "tokio-util", |
827 | "toml", |
828 | "tracing", |
829 | "tracing-subscriber", |
830 | ] |
831 | |
832 | [[package]] |
833 | name = "giterated-issues" |
834 | version = "0.1.0" |
835 | dependencies = [ |
836 | "anyhow", |
837 | "giterated-models", |
838 | "giterated-plugin", |
839 | "giterated-plugin-sys", |
840 | "serde", |
841 | "sqlx", |
842 | "thiserror", |
843 | "tokio", |
844 | ] |
845 | |
846 | [[package]] |
847 | name = "giterated-models" |
848 | version = "0.1.0" |
849 | dependencies = [ |
850 | "anyhow", |
851 | "async-trait", |
852 | "base64 0.21.4", |
853 | "bincode", |
854 | "chrono", |
855 | "git2", |
856 | "jsonwebtoken", |
857 | "rand", |
858 | "rsa", |
859 | "secrecy", |
860 | "semver", |
861 | "serde", |
862 | "serde_json", |
863 | "sqlx", |
864 | "thiserror", |
865 | "toml", |
866 | "tracing", |
867 | "url", |
868 | ] |
869 | |
870 | [[package]] |
871 | name = "giterated-plugin" |
872 | version = "0.1.0" |
873 | dependencies = [ |
874 | "anyhow", |
875 | "dlopen2", |
876 | "giterated-models", |
877 | "semver", |
878 | "serde_json", |
879 | "thiserror", |
880 | "tracing", |
881 | ] |
882 | |
883 | [[package]] |
884 | name = "giterated-plugin-sys" |
885 | version = "0.1.0" |
886 | dependencies = [ |
887 | "giterated-models", |
888 | "giterated-plugin", |
889 | "tracing", |
890 | ] |
891 | |
892 | [[package]] |
893 | name = "giterated-protocol" |
894 | version = "0.1.0" |
895 | dependencies = [ |
896 | "async-trait", |
897 | "bincode", |
898 | "futures-util", |
899 | "giterated-stack", |
900 | "rand", |
901 | "rsa", |
902 | "serde", |
903 | "serde_json", |
904 | "thiserror", |
905 | "tokio", |
906 | "tokio-tungstenite", |
907 | "tracing", |
908 | ] |
909 | |
910 | [[package]] |
911 | name = "giterated-stack" |
912 | version = "0.1.0" |
913 | dependencies = [ |
914 | "anyhow", |
915 | "async-trait", |
916 | "bincode", |
917 | "futures-util", |
918 | "giterated-models", |
919 | "serde", |
920 | "serde_json", |
921 | "thiserror", |
922 | "tokio", |
923 | "tracing", |
924 | ] |
925 | |
926 | [[package]] |
927 | name = "glob" |
928 | version = "0.3.1" |
929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
930 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
931 | |
932 | [[package]] |
933 | name = "h2" |
934 | version = "0.3.21" |
935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
936 | checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" |
937 | dependencies = [ |
938 | "bytes", |
939 | "fnv", |
940 | "futures-core", |
941 | "futures-sink", |
942 | "futures-util", |
943 | "http", |
944 | "indexmap 1.9.3", |
945 | "slab", |
946 | "tokio", |
947 | "tokio-util", |
948 | "tracing", |
949 | ] |
950 | |
951 | [[package]] |
952 | name = "hashbrown" |
953 | version = "0.12.3" |
954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
955 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
956 | dependencies = [ |
957 | "ahash 0.7.6", |
958 | ] |
959 | |
960 | [[package]] |
961 | name = "hashbrown" |
962 | version = "0.14.1" |
963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
964 | checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" |
965 | dependencies = [ |
966 | "ahash 0.8.3", |
967 | "allocator-api2", |
968 | ] |
969 | |
970 | [[package]] |
971 | name = "hashlink" |
972 | version = "0.8.4" |
973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
974 | checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" |
975 | dependencies = [ |
976 | "hashbrown 0.14.1", |
977 | ] |
978 | |
979 | [[package]] |
980 | name = "heck" |
981 | version = "0.4.1" |
982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
983 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
984 | dependencies = [ |
985 | "unicode-segmentation", |
986 | ] |
987 | |
988 | [[package]] |
989 | name = "hermit-abi" |
990 | version = "0.3.3" |
991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
992 | checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" |
993 | |
994 | [[package]] |
995 | name = "hex" |
996 | version = "0.4.3" |
997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
998 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
999 | |
1000 | [[package]] |
1001 | name = "hkdf" |
1002 | version = "0.12.3" |
1003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1004 | checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" |
1005 | dependencies = [ |
1006 | "hmac", |
1007 | ] |
1008 | |
1009 | [[package]] |
1010 | name = "hmac" |
1011 | version = "0.12.1" |
1012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1013 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
1014 | dependencies = [ |
1015 | "digest", |
1016 | ] |
1017 | |
1018 | [[package]] |
1019 | name = "home" |
1020 | version = "0.5.5" |
1021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1022 | checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" |
1023 | dependencies = [ |
1024 | "windows-sys", |
1025 | ] |
1026 | |
1027 | [[package]] |
1028 | name = "http" |
1029 | version = "0.2.9" |
1030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1031 | checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
1032 | dependencies = [ |
1033 | "bytes", |
1034 | "fnv", |
1035 | "itoa", |
1036 | ] |
1037 | |
1038 | [[package]] |
1039 | name = "http-body" |
1040 | version = "0.4.5" |
1041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1042 | checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
1043 | dependencies = [ |
1044 | "bytes", |
1045 | "http", |
1046 | "pin-project-lite", |
1047 | ] |
1048 | |
1049 | [[package]] |
1050 | name = "httparse" |
1051 | version = "1.8.0" |
1052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1053 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
1054 | |
1055 | [[package]] |
1056 | name = "httpdate" |
1057 | version = "1.0.3" |
1058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1059 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
1060 | |
1061 | [[package]] |
1062 | name = "hyper" |
1063 | version = "0.14.27" |
1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1065 | checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" |
1066 | dependencies = [ |
1067 | "bytes", |
1068 | "futures-channel", |
1069 | "futures-core", |
1070 | "futures-util", |
1071 | "h2", |
1072 | "http", |
1073 | "http-body", |
1074 | "httparse", |
1075 | "httpdate", |
1076 | "itoa", |
1077 | "pin-project-lite", |
1078 | "socket2 0.4.9", |
1079 | "tokio", |
1080 | "tower-service", |
1081 | "tracing", |
1082 | "want", |
1083 | ] |
1084 | |
1085 | [[package]] |
1086 | name = "hyper-tls" |
1087 | version = "0.5.0" |
1088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1089 | checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
1090 | dependencies = [ |
1091 | "bytes", |
1092 | "hyper", |
1093 | "native-tls", |
1094 | "tokio", |
1095 | "tokio-native-tls", |
1096 | ] |
1097 | |
1098 | [[package]] |
1099 | name = "iana-time-zone" |
1100 | version = "0.1.57" |
1101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1102 | checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" |
1103 | dependencies = [ |
1104 | "android_system_properties", |
1105 | "core-foundation-sys", |
1106 | "iana-time-zone-haiku", |
1107 | "js-sys", |
1108 | "wasm-bindgen", |
1109 | "windows", |
1110 | ] |
1111 | |
1112 | [[package]] |
1113 | name = "iana-time-zone-haiku" |
1114 | version = "0.1.2" |
1115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1116 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
1117 | dependencies = [ |
1118 | "cc", |
1119 | ] |
1120 | |
1121 | [[package]] |
1122 | name = "idna" |
1123 | version = "0.4.0" |
1124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1125 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
1126 | dependencies = [ |
1127 | "unicode-bidi", |
1128 | "unicode-normalization", |
1129 | ] |
1130 | |
1131 | [[package]] |
1132 | name = "indexmap" |
1133 | version = "1.9.3" |
1134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1135 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
1136 | dependencies = [ |
1137 | "autocfg", |
1138 | "hashbrown 0.12.3", |
1139 | ] |
1140 | |
1141 | [[package]] |
1142 | name = "indexmap" |
1143 | version = "2.0.2" |
1144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1145 | checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" |
1146 | dependencies = [ |
1147 | "equivalent", |
1148 | "hashbrown 0.14.1", |
1149 | ] |
1150 | |
1151 | [[package]] |
1152 | name = "inout" |
1153 | version = "0.1.3" |
1154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1155 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
1156 | dependencies = [ |
1157 | "generic-array", |
1158 | ] |
1159 | |
1160 | [[package]] |
1161 | name = "ipnet" |
1162 | version = "2.8.0" |
1163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1164 | checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" |
1165 | |
1166 | [[package]] |
1167 | name = "itertools" |
1168 | version = "0.11.0" |
1169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1170 | checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
1171 | dependencies = [ |
1172 | "either", |
1173 | ] |
1174 | |
1175 | [[package]] |
1176 | name = "itoa" |
1177 | version = "1.0.9" |
1178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1179 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
1180 | |
1181 | [[package]] |
1182 | name = "jobserver" |
1183 | version = "0.1.27" |
1184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1185 | checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" |
1186 | dependencies = [ |
1187 | "libc", |
1188 | ] |
1189 | |
1190 | [[package]] |
1191 | name = "js-sys" |
1192 | version = "0.3.64" |
1193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1194 | checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" |
1195 | dependencies = [ |
1196 | "wasm-bindgen", |
1197 | ] |
1198 | |
1199 | [[package]] |
1200 | name = "jsonwebtoken" |
1201 | version = "8.3.0" |
1202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1203 | checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" |
1204 | dependencies = [ |
1205 | "base64 0.21.4", |
1206 | "pem", |
1207 | "ring", |
1208 | "serde", |
1209 | "serde_json", |
1210 | "simple_asn1", |
1211 | ] |
1212 | |
1213 | [[package]] |
1214 | name = "lazy_static" |
1215 | version = "1.4.0" |
1216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1217 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1218 | dependencies = [ |
1219 | "spin 0.5.2", |
1220 | ] |
1221 | |
1222 | [[package]] |
1223 | name = "libc" |
1224 | version = "0.2.149" |
1225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1226 | checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" |
1227 | |
1228 | [[package]] |
1229 | name = "libgit2-sys" |
1230 | version = "0.15.2+1.6.4" |
1231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1232 | checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" |
1233 | dependencies = [ |
1234 | "cc", |
1235 | "libc", |
1236 | "libssh2-sys", |
1237 | "libz-sys", |
1238 | "openssl-sys", |
1239 | "pkg-config", |
1240 | ] |
1241 | |
1242 | [[package]] |
1243 | name = "libm" |
1244 | version = "0.2.8" |
1245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1246 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
1247 | |
1248 | [[package]] |
1249 | name = "libsqlite3-sys" |
1250 | version = "0.26.0" |
1251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1252 | checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326" |
1253 | dependencies = [ |
1254 | "cc", |
1255 | "pkg-config", |
1256 | "vcpkg", |
1257 | ] |
1258 | |
1259 | [[package]] |
1260 | name = "libssh2-sys" |
1261 | version = "0.3.0" |
1262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1263 | checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" |
1264 | dependencies = [ |
1265 | "cc", |
1266 | "libc", |
1267 | "libz-sys", |
1268 | "openssl-sys", |
1269 | "pkg-config", |
1270 | "vcpkg", |
1271 | ] |
1272 | |
1273 | [[package]] |
1274 | name = "libz-sys" |
1275 | version = "1.1.12" |
1276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1277 | checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" |
1278 | dependencies = [ |
1279 | "cc", |
1280 | "libc", |
1281 | "pkg-config", |
1282 | "vcpkg", |
1283 | ] |
1284 | |
1285 | [[package]] |
1286 | name = "linux-raw-sys" |
1287 | version = "0.4.10" |
1288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1289 | checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" |
1290 | |
1291 | [[package]] |
1292 | name = "lock_api" |
1293 | version = "0.4.10" |
1294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1295 | checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" |
1296 | dependencies = [ |
1297 | "autocfg", |
1298 | "scopeguard", |
1299 | ] |
1300 | |
1301 | [[package]] |
1302 | name = "log" |
1303 | version = "0.4.20" |
1304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1305 | checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
1306 | |
1307 | [[package]] |
1308 | name = "mach2" |
1309 | version = "0.4.1" |
1310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1311 | checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" |
1312 | dependencies = [ |
1313 | "libc", |
1314 | ] |
1315 | |
1316 | [[package]] |
1317 | name = "md-5" |
1318 | version = "0.10.6" |
1319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1320 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
1321 | dependencies = [ |
1322 | "cfg-if", |
1323 | "digest", |
1324 | ] |
1325 | |
1326 | [[package]] |
1327 | name = "memchr" |
1328 | version = "2.6.4" |
1329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1330 | checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" |
1331 | |
1332 | [[package]] |
1333 | name = "memoffset" |
1334 | version = "0.9.0" |
1335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1336 | checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
1337 | dependencies = [ |
1338 | "autocfg", |
1339 | ] |
1340 | |
1341 | [[package]] |
1342 | name = "mime" |
1343 | version = "0.3.17" |
1344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1345 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
1346 | |
1347 | [[package]] |
1348 | name = "minimal-lexical" |
1349 | version = "0.2.1" |
1350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1351 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
1352 | |
1353 | [[package]] |
1354 | name = "miniz_oxide" |
1355 | version = "0.7.1" |
1356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1357 | checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
1358 | dependencies = [ |
1359 | "adler", |
1360 | ] |
1361 | |
1362 | [[package]] |
1363 | name = "mio" |
1364 | version = "0.8.8" |
1365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1366 | checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" |
1367 | dependencies = [ |
1368 | "libc", |
1369 | "wasi", |
1370 | "windows-sys", |
1371 | ] |
1372 | |
1373 | [[package]] |
1374 | name = "moka" |
1375 | version = "0.12.1" |
1376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1377 | checksum = "d8017ec3548ffe7d4cef7ac0e12b044c01164a74c0f3119420faeaf13490ad8b" |
1378 | dependencies = [ |
1379 | "async-lock", |
1380 | "async-trait", |
1381 | "crossbeam-channel", |
1382 | "crossbeam-epoch", |
1383 | "crossbeam-utils", |
1384 | "futures-util", |
1385 | "once_cell", |
1386 | "parking_lot", |
1387 | "quanta", |
1388 | "rustc_version", |
1389 | "skeptic", |
1390 | "smallvec", |
1391 | "tagptr", |
1392 | "thiserror", |
1393 | "triomphe", |
1394 | "uuid", |
1395 | ] |
1396 | |
1397 | [[package]] |
1398 | name = "native-tls" |
1399 | version = "0.2.11" |
1400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1401 | checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
1402 | dependencies = [ |
1403 | "lazy_static", |
1404 | "libc", |
1405 | "log", |
1406 | "openssl", |
1407 | "openssl-probe", |
1408 | "openssl-sys", |
1409 | "schannel", |
1410 | "security-framework", |
1411 | "security-framework-sys", |
1412 | "tempfile", |
1413 | ] |
1414 | |
1415 | [[package]] |
1416 | name = "nom" |
1417 | version = "7.1.3" |
1418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1419 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
1420 | dependencies = [ |
1421 | "memchr", |
1422 | "minimal-lexical", |
1423 | ] |
1424 | |
1425 | [[package]] |
1426 | name = "nu-ansi-term" |
1427 | version = "0.46.0" |
1428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1429 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
1430 | dependencies = [ |
1431 | "overload", |
1432 | "winapi", |
1433 | ] |
1434 | |
1435 | [[package]] |
1436 | name = "num-bigint" |
1437 | version = "0.4.4" |
1438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1439 | checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" |
1440 | dependencies = [ |
1441 | "autocfg", |
1442 | "num-integer", |
1443 | "num-traits", |
1444 | ] |
1445 | |
1446 | [[package]] |
1447 | name = "num-bigint-dig" |
1448 | version = "0.8.4" |
1449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1450 | checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" |
1451 | dependencies = [ |
1452 | "byteorder", |
1453 | "lazy_static", |
1454 | "libm", |
1455 | "num-integer", |
1456 | "num-iter", |
1457 | "num-traits", |
1458 | "rand", |
1459 | "smallvec", |
1460 | "zeroize", |
1461 | ] |
1462 | |
1463 | [[package]] |
1464 | name = "num-integer" |
1465 | version = "0.1.45" |
1466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1467 | checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
1468 | dependencies = [ |
1469 | "autocfg", |
1470 | "num-traits", |
1471 | ] |
1472 | |
1473 | [[package]] |
1474 | name = "num-iter" |
1475 | version = "0.1.43" |
1476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1477 | checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" |
1478 | dependencies = [ |
1479 | "autocfg", |
1480 | "num-integer", |
1481 | "num-traits", |
1482 | ] |
1483 | |
1484 | [[package]] |
1485 | name = "num-traits" |
1486 | version = "0.2.17" |
1487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1488 | checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" |
1489 | dependencies = [ |
1490 | "autocfg", |
1491 | "libm", |
1492 | ] |
1493 | |
1494 | [[package]] |
1495 | name = "num_cpus" |
1496 | version = "1.16.0" |
1497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1498 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
1499 | dependencies = [ |
1500 | "hermit-abi", |
1501 | "libc", |
1502 | ] |
1503 | |
1504 | [[package]] |
1505 | name = "object" |
1506 | version = "0.32.1" |
1507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1508 | checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" |
1509 | dependencies = [ |
1510 | "memchr", |
1511 | ] |
1512 | |
1513 | [[package]] |
1514 | name = "once_cell" |
1515 | version = "1.18.0" |
1516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1517 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
1518 | |
1519 | [[package]] |
1520 | name = "opaque-debug" |
1521 | version = "0.3.0" |
1522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1523 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
1524 | |
1525 | [[package]] |
1526 | name = "openssl" |
1527 | version = "0.10.57" |
1528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1529 | checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" |
1530 | dependencies = [ |
1531 | "bitflags 2.4.0", |
1532 | "cfg-if", |
1533 | "foreign-types", |
1534 | "libc", |
1535 | "once_cell", |
1536 | "openssl-macros", |
1537 | "openssl-sys", |
1538 | ] |
1539 | |
1540 | [[package]] |
1541 | name = "openssl-macros" |
1542 | version = "0.1.1" |
1543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1544 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
1545 | dependencies = [ |
1546 | "proc-macro2", |
1547 | "quote", |
1548 | "syn 2.0.38", |
1549 | ] |
1550 | |
1551 | [[package]] |
1552 | name = "openssl-probe" |
1553 | version = "0.1.5" |
1554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1555 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
1556 | |
1557 | [[package]] |
1558 | name = "openssl-sys" |
1559 | version = "0.9.93" |
1560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1561 | checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" |
1562 | dependencies = [ |
1563 | "cc", |
1564 | "libc", |
1565 | "pkg-config", |
1566 | "vcpkg", |
1567 | ] |
1568 | |
1569 | [[package]] |
1570 | name = "overload" |
1571 | version = "0.1.1" |
1572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1573 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
1574 | |
1575 | [[package]] |
1576 | name = "parking_lot" |
1577 | version = "0.12.1" |
1578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1579 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
1580 | dependencies = [ |
1581 | "lock_api", |
1582 | "parking_lot_core", |
1583 | ] |
1584 | |
1585 | [[package]] |
1586 | name = "parking_lot_core" |
1587 | version = "0.9.8" |
1588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1589 | checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" |
1590 | dependencies = [ |
1591 | "cfg-if", |
1592 | "libc", |
1593 | "redox_syscall", |
1594 | "smallvec", |
1595 | "windows-targets", |
1596 | ] |
1597 | |
1598 | [[package]] |
1599 | name = "password-hash" |
1600 | version = "0.5.0" |
1601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1602 | checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" |
1603 | dependencies = [ |
1604 | "base64ct", |
1605 | "rand_core", |
1606 | "subtle", |
1607 | ] |
1608 | |
1609 | [[package]] |
1610 | name = "paste" |
1611 | version = "1.0.14" |
1612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1613 | checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" |
1614 | |
1615 | [[package]] |
1616 | name = "pem" |
1617 | version = "1.1.1" |
1618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1619 | checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" |
1620 | dependencies = [ |
1621 | "base64 0.13.1", |
1622 | ] |
1623 | |
1624 | [[package]] |
1625 | name = "pem-rfc7468" |
1626 | version = "0.7.0" |
1627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1628 | checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
1629 | dependencies = [ |
1630 | "base64ct", |
1631 | ] |
1632 | |
1633 | [[package]] |
1634 | name = "percent-encoding" |
1635 | version = "2.3.0" |
1636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1637 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
1638 | |
1639 | [[package]] |
1640 | name = "pin-project-lite" |
1641 | version = "0.2.13" |
1642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1643 | checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" |
1644 | |
1645 | [[package]] |
1646 | name = "pin-utils" |
1647 | version = "0.1.0" |
1648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1649 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
1650 | |
1651 | [[package]] |
1652 | name = "pkcs1" |
1653 | version = "0.7.5" |
1654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1655 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
1656 | dependencies = [ |
1657 | "der", |
1658 | "pkcs8", |
1659 | "spki", |
1660 | ] |
1661 | |
1662 | [[package]] |
1663 | name = "pkcs8" |
1664 | version = "0.10.2" |
1665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1666 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
1667 | dependencies = [ |
1668 | "der", |
1669 | "spki", |
1670 | ] |
1671 | |
1672 | [[package]] |
1673 | name = "pkg-config" |
1674 | version = "0.3.27" |
1675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1676 | checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
1677 | |
1678 | [[package]] |
1679 | name = "polyval" |
1680 | version = "0.6.1" |
1681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1682 | checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb" |
1683 | dependencies = [ |
1684 | "cfg-if", |
1685 | "cpufeatures", |
1686 | "opaque-debug", |
1687 | "universal-hash", |
1688 | ] |
1689 | |
1690 | [[package]] |
1691 | name = "ppv-lite86" |
1692 | version = "0.2.17" |
1693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1694 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
1695 | |
1696 | [[package]] |
1697 | name = "proc-macro2" |
1698 | version = "1.0.69" |
1699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1700 | checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" |
1701 | dependencies = [ |
1702 | "unicode-ident", |
1703 | ] |
1704 | |
1705 | [[package]] |
1706 | name = "pulldown-cmark" |
1707 | version = "0.9.3" |
1708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1709 | checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" |
1710 | dependencies = [ |
1711 | "bitflags 1.3.2", |
1712 | "memchr", |
1713 | "unicase", |
1714 | ] |
1715 | |
1716 | [[package]] |
1717 | name = "quanta" |
1718 | version = "0.11.1" |
1719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1720 | checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab" |
1721 | dependencies = [ |
1722 | "crossbeam-utils", |
1723 | "libc", |
1724 | "mach2", |
1725 | "once_cell", |
1726 | "raw-cpuid", |
1727 | "wasi", |
1728 | "web-sys", |
1729 | "winapi", |
1730 | ] |
1731 | |
1732 | [[package]] |
1733 | name = "quote" |
1734 | version = "1.0.33" |
1735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1736 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
1737 | dependencies = [ |
1738 | "proc-macro2", |
1739 | ] |
1740 | |
1741 | [[package]] |
1742 | name = "rand" |
1743 | version = "0.8.5" |
1744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1745 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
1746 | dependencies = [ |
1747 | "libc", |
1748 | "rand_chacha", |
1749 | "rand_core", |
1750 | ] |
1751 | |
1752 | [[package]] |
1753 | name = "rand_chacha" |
1754 | version = "0.3.1" |
1755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1756 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
1757 | dependencies = [ |
1758 | "ppv-lite86", |
1759 | "rand_core", |
1760 | ] |
1761 | |
1762 | [[package]] |
1763 | name = "rand_core" |
1764 | version = "0.6.4" |
1765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1766 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
1767 | dependencies = [ |
1768 | "getrandom", |
1769 | ] |
1770 | |
1771 | [[package]] |
1772 | name = "raw-cpuid" |
1773 | version = "10.7.0" |
1774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1775 | checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" |
1776 | dependencies = [ |
1777 | "bitflags 1.3.2", |
1778 | ] |
1779 | |
1780 | [[package]] |
1781 | name = "redox_syscall" |
1782 | version = "0.3.5" |
1783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1784 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
1785 | dependencies = [ |
1786 | "bitflags 1.3.2", |
1787 | ] |
1788 | |
1789 | [[package]] |
1790 | name = "reqwest" |
1791 | version = "0.11.22" |
1792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1793 | checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" |
1794 | dependencies = [ |
1795 | "base64 0.21.4", |
1796 | "bytes", |
1797 | "encoding_rs", |
1798 | "futures-core", |
1799 | "futures-util", |
1800 | "h2", |
1801 | "http", |
1802 | "http-body", |
1803 | "hyper", |
1804 | "hyper-tls", |
1805 | "ipnet", |
1806 | "js-sys", |
1807 | "log", |
1808 | "mime", |
1809 | "native-tls", |
1810 | "once_cell", |
1811 | "percent-encoding", |
1812 | "pin-project-lite", |
1813 | "serde", |
1814 | "serde_json", |
1815 | "serde_urlencoded", |
1816 | "system-configuration", |
1817 | "tokio", |
1818 | "tokio-native-tls", |
1819 | "tower-service", |
1820 | "url", |
1821 | "wasm-bindgen", |
1822 | "wasm-bindgen-futures", |
1823 | "web-sys", |
1824 | "winreg", |
1825 | ] |
1826 | |
1827 | [[package]] |
1828 | name = "retain_mut" |
1829 | version = "0.1.9" |
1830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1831 | checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" |
1832 | |
1833 | [[package]] |
1834 | name = "ring" |
1835 | version = "0.16.20" |
1836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1837 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
1838 | dependencies = [ |
1839 | "cc", |
1840 | "libc", |
1841 | "once_cell", |
1842 | "spin 0.5.2", |
1843 | "untrusted", |
1844 | "web-sys", |
1845 | "winapi", |
1846 | ] |
1847 | |
1848 | [[package]] |
1849 | name = "rsa" |
1850 | version = "0.9.2" |
1851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1852 | checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8" |
1853 | dependencies = [ |
1854 | "byteorder", |
1855 | "const-oid", |
1856 | "digest", |
1857 | "num-bigint-dig", |
1858 | "num-integer", |
1859 | "num-iter", |
1860 | "num-traits", |
1861 | "pkcs1", |
1862 | "pkcs8", |
1863 | "rand_core", |
1864 | "sha2", |
1865 | "signature", |
1866 | "spki", |
1867 | "subtle", |
1868 | "zeroize", |
1869 | ] |
1870 | |
1871 | [[package]] |
1872 | name = "rustc-demangle" |
1873 | version = "0.1.23" |
1874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1875 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
1876 | |
1877 | [[package]] |
1878 | name = "rustc_version" |
1879 | version = "0.4.0" |
1880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1881 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
1882 | dependencies = [ |
1883 | "semver", |
1884 | ] |
1885 | |
1886 | [[package]] |
1887 | name = "rustix" |
1888 | version = "0.38.18" |
1889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1890 | checksum = "5a74ee2d7c2581cd139b42447d7d9389b889bdaad3a73f1ebb16f2a3237bb19c" |
1891 | dependencies = [ |
1892 | "bitflags 2.4.0", |
1893 | "errno", |
1894 | "libc", |
1895 | "linux-raw-sys", |
1896 | "windows-sys", |
1897 | ] |
1898 | |
1899 | [[package]] |
1900 | name = "ryu" |
1901 | version = "1.0.15" |
1902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1903 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
1904 | |
1905 | [[package]] |
1906 | name = "same-file" |
1907 | version = "1.0.6" |
1908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1909 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
1910 | dependencies = [ |
1911 | "winapi-util", |
1912 | ] |
1913 | |
1914 | [[package]] |
1915 | name = "schannel" |
1916 | version = "0.1.22" |
1917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1918 | checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" |
1919 | dependencies = [ |
1920 | "windows-sys", |
1921 | ] |
1922 | |
1923 | [[package]] |
1924 | name = "scopeguard" |
1925 | version = "1.2.0" |
1926 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1927 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
1928 | |
1929 | [[package]] |
1930 | name = "secrecy" |
1931 | version = "0.8.0" |
1932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1933 | checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" |
1934 | dependencies = [ |
1935 | "serde", |
1936 | "zeroize", |
1937 | ] |
1938 | |
1939 | [[package]] |
1940 | name = "security-framework" |
1941 | version = "2.9.2" |
1942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1943 | checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" |
1944 | dependencies = [ |
1945 | "bitflags 1.3.2", |
1946 | "core-foundation", |
1947 | "core-foundation-sys", |
1948 | "libc", |
1949 | "security-framework-sys", |
1950 | ] |
1951 | |
1952 | [[package]] |
1953 | name = "security-framework-sys" |
1954 | version = "2.9.1" |
1955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1956 | checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" |
1957 | dependencies = [ |
1958 | "core-foundation-sys", |
1959 | "libc", |
1960 | ] |
1961 | |
1962 | [[package]] |
1963 | name = "semver" |
1964 | version = "1.0.20" |
1965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1966 | checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" |
1967 | dependencies = [ |
1968 | "serde", |
1969 | ] |
1970 | |
1971 | [[package]] |
1972 | name = "serde" |
1973 | version = "1.0.188" |
1974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1975 | checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" |
1976 | dependencies = [ |
1977 | "serde_derive", |
1978 | ] |
1979 | |
1980 | [[package]] |
1981 | name = "serde_derive" |
1982 | version = "1.0.188" |
1983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1984 | checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" |
1985 | dependencies = [ |
1986 | "proc-macro2", |
1987 | "quote", |
1988 | "syn 2.0.38", |
1989 | ] |
1990 | |
1991 | [[package]] |
1992 | name = "serde_json" |
1993 | version = "1.0.107" |
1994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1995 | checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" |
1996 | dependencies = [ |
1997 | "itoa", |
1998 | "ryu", |
1999 | "serde", |
2000 | ] |
2001 | |
2002 | [[package]] |
2003 | name = "serde_spanned" |
2004 | version = "0.6.3" |
2005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2006 | checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" |
2007 | dependencies = [ |
2008 | "serde", |
2009 | ] |
2010 | |
2011 | [[package]] |
2012 | name = "serde_urlencoded" |
2013 | version = "0.7.1" |
2014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2015 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
2016 | dependencies = [ |
2017 | "form_urlencoded", |
2018 | "itoa", |
2019 | "ryu", |
2020 | "serde", |
2021 | ] |
2022 | |
2023 | [[package]] |
2024 | name = "sha1" |
2025 | version = "0.10.6" |
2026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2027 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
2028 | dependencies = [ |
2029 | "cfg-if", |
2030 | "cpufeatures", |
2031 | "digest", |
2032 | ] |
2033 | |
2034 | [[package]] |
2035 | name = "sha2" |
2036 | version = "0.10.8" |
2037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2038 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
2039 | dependencies = [ |
2040 | "cfg-if", |
2041 | "cpufeatures", |
2042 | "digest", |
2043 | ] |
2044 | |
2045 | [[package]] |
2046 | name = "sharded-slab" |
2047 | version = "0.1.7" |
2048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2049 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
2050 | dependencies = [ |
2051 | "lazy_static", |
2052 | ] |
2053 | |
2054 | [[package]] |
2055 | name = "signal-hook-registry" |
2056 | version = "1.4.1" |
2057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2058 | checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
2059 | dependencies = [ |
2060 | "libc", |
2061 | ] |
2062 | |
2063 | [[package]] |
2064 | name = "signature" |
2065 | version = "2.1.0" |
2066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2067 | checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" |
2068 | dependencies = [ |
2069 | "digest", |
2070 | "rand_core", |
2071 | ] |
2072 | |
2073 | [[package]] |
2074 | name = "simple_asn1" |
2075 | version = "0.6.2" |
2076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2077 | checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" |
2078 | dependencies = [ |
2079 | "num-bigint", |
2080 | "num-traits", |
2081 | "thiserror", |
2082 | "time", |
2083 | ] |
2084 | |
2085 | [[package]] |
2086 | name = "skeptic" |
2087 | version = "0.13.7" |
2088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2089 | checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" |
2090 | dependencies = [ |
2091 | "bytecount", |
2092 | "cargo_metadata", |
2093 | "error-chain", |
2094 | "glob", |
2095 | "pulldown-cmark", |
2096 | "tempfile", |
2097 | "walkdir", |
2098 | ] |
2099 | |
2100 | [[package]] |
2101 | name = "slab" |
2102 | version = "0.4.9" |
2103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2104 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
2105 | dependencies = [ |
2106 | "autocfg", |
2107 | ] |
2108 | |
2109 | [[package]] |
2110 | name = "smallvec" |
2111 | version = "1.11.1" |
2112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2113 | checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" |
2114 | |
2115 | [[package]] |
2116 | name = "socket2" |
2117 | version = "0.4.9" |
2118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2119 | checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" |
2120 | dependencies = [ |
2121 | "libc", |
2122 | "winapi", |
2123 | ] |
2124 | |
2125 | [[package]] |
2126 | name = "socket2" |
2127 | version = "0.5.4" |
2128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2129 | checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" |
2130 | dependencies = [ |
2131 | "libc", |
2132 | "windows-sys", |
2133 | ] |
2134 | |
2135 | [[package]] |
2136 | name = "spin" |
2137 | version = "0.5.2" |
2138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2139 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
2140 | |
2141 | [[package]] |
2142 | name = "spin" |
2143 | version = "0.9.8" |
2144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2145 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
2146 | dependencies = [ |
2147 | "lock_api", |
2148 | ] |
2149 | |
2150 | [[package]] |
2151 | name = "spki" |
2152 | version = "0.7.2" |
2153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2154 | checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" |
2155 | dependencies = [ |
2156 | "base64ct", |
2157 | "der", |
2158 | ] |
2159 | |
2160 | [[package]] |
2161 | name = "sqlformat" |
2162 | version = "0.2.2" |
2163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2164 | checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85" |
2165 | dependencies = [ |
2166 | "itertools", |
2167 | "nom", |
2168 | "unicode_categories", |
2169 | ] |
2170 | |
2171 | [[package]] |
2172 | name = "sqlx" |
2173 | version = "0.7.2" |
2174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2175 | checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33" |
2176 | dependencies = [ |
2177 | "sqlx-core", |
2178 | "sqlx-macros", |
2179 | "sqlx-mysql", |
2180 | "sqlx-postgres", |
2181 | "sqlx-sqlite", |
2182 | ] |
2183 | |
2184 | [[package]] |
2185 | name = "sqlx-core" |
2186 | version = "0.7.2" |
2187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2188 | checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d" |
2189 | dependencies = [ |
2190 | "ahash 0.8.3", |
2191 | "atoi", |
2192 | "byteorder", |
2193 | "bytes", |
2194 | "chrono", |
2195 | "crc", |
2196 | "crossbeam-queue", |
2197 | "dotenvy", |
2198 | "either", |
2199 | "event-listener", |
2200 | "futures-channel", |
2201 | "futures-core", |
2202 | "futures-intrusive", |
2203 | "futures-io", |
2204 | "futures-util", |
2205 | "hashlink", |
2206 | "hex", |
2207 | "indexmap 2.0.2", |
2208 | "log", |
2209 | "memchr", |
2210 | "native-tls", |
2211 | "once_cell", |
2212 | "paste", |
2213 | "percent-encoding", |
2214 | "serde", |
2215 | "serde_json", |
2216 | "sha2", |
2217 | "smallvec", |
2218 | "sqlformat", |
2219 | "thiserror", |
2220 | "tokio", |
2221 | "tokio-stream", |
2222 | "tracing", |
2223 | "url", |
2224 | ] |
2225 | |
2226 | [[package]] |
2227 | name = "sqlx-macros" |
2228 | version = "0.7.2" |
2229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2230 | checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec" |
2231 | dependencies = [ |
2232 | "proc-macro2", |
2233 | "quote", |
2234 | "sqlx-core", |
2235 | "sqlx-macros-core", |
2236 | "syn 1.0.109", |
2237 | ] |
2238 | |
2239 | [[package]] |
2240 | name = "sqlx-macros-core" |
2241 | version = "0.7.2" |
2242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2243 | checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc" |
2244 | dependencies = [ |
2245 | "dotenvy", |
2246 | "either", |
2247 | "heck", |
2248 | "hex", |
2249 | "once_cell", |
2250 | "proc-macro2", |
2251 | "quote", |
2252 | "serde", |
2253 | "serde_json", |
2254 | "sha2", |
2255 | "sqlx-core", |
2256 | "sqlx-mysql", |
2257 | "sqlx-postgres", |
2258 | "sqlx-sqlite", |
2259 | "syn 1.0.109", |
2260 | "tempfile", |
2261 | "tokio", |
2262 | "url", |
2263 | ] |
2264 | |
2265 | [[package]] |
2266 | name = "sqlx-mysql" |
2267 | version = "0.7.2" |
2268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2269 | checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db" |
2270 | dependencies = [ |
2271 | "atoi", |
2272 | "base64 0.21.4", |
2273 | "bitflags 2.4.0", |
2274 | "byteorder", |
2275 | "bytes", |
2276 | "chrono", |
2277 | "crc", |
2278 | "digest", |
2279 | "dotenvy", |
2280 | "either", |
2281 | "futures-channel", |
2282 | "futures-core", |
2283 | "futures-io", |
2284 | "futures-util", |
2285 | "generic-array", |
2286 | "hex", |
2287 | "hkdf", |
2288 | "hmac", |
2289 | "itoa", |
2290 | "log", |
2291 | "md-5", |
2292 | "memchr", |
2293 | "once_cell", |
2294 | "percent-encoding", |
2295 | "rand", |
2296 | "rsa", |
2297 | "serde", |
2298 | "sha1", |
2299 | "sha2", |
2300 | "smallvec", |
2301 | "sqlx-core", |
2302 | "stringprep", |
2303 | "thiserror", |
2304 | "tracing", |
2305 | "whoami", |
2306 | ] |
2307 | |
2308 | [[package]] |
2309 | name = "sqlx-postgres" |
2310 | version = "0.7.2" |
2311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2312 | checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624" |
2313 | dependencies = [ |
2314 | "atoi", |
2315 | "base64 0.21.4", |
2316 | "bitflags 2.4.0", |
2317 | "byteorder", |
2318 | "chrono", |
2319 | "crc", |
2320 | "dotenvy", |
2321 | "etcetera", |
2322 | "futures-channel", |
2323 | "futures-core", |
2324 | "futures-io", |
2325 | "futures-util", |
2326 | "hex", |
2327 | "hkdf", |
2328 | "hmac", |
2329 | "home", |
2330 | "itoa", |
2331 | "log", |
2332 | "md-5", |
2333 | "memchr", |
2334 | "once_cell", |
2335 | "rand", |
2336 | "serde", |
2337 | "serde_json", |
2338 | "sha1", |
2339 | "sha2", |
2340 | "smallvec", |
2341 | "sqlx-core", |
2342 | "stringprep", |
2343 | "thiserror", |
2344 | "tracing", |
2345 | "whoami", |
2346 | ] |
2347 | |
2348 | [[package]] |
2349 | name = "sqlx-sqlite" |
2350 | version = "0.7.2" |
2351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2352 | checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f" |
2353 | dependencies = [ |
2354 | "atoi", |
2355 | "chrono", |
2356 | "flume", |
2357 | "futures-channel", |
2358 | "futures-core", |
2359 | "futures-executor", |
2360 | "futures-intrusive", |
2361 | "futures-util", |
2362 | "libsqlite3-sys", |
2363 | "log", |
2364 | "percent-encoding", |
2365 | "serde", |
2366 | "sqlx-core", |
2367 | "tracing", |
2368 | "url", |
2369 | ] |
2370 | |
2371 | [[package]] |
2372 | name = "stringprep" |
2373 | version = "0.1.4" |
2374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2375 | checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6" |
2376 | dependencies = [ |
2377 | "finl_unicode", |
2378 | "unicode-bidi", |
2379 | "unicode-normalization", |
2380 | ] |
2381 | |
2382 | [[package]] |
2383 | name = "subtle" |
2384 | version = "2.5.0" |
2385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2386 | checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" |
2387 | |
2388 | [[package]] |
2389 | name = "syn" |
2390 | version = "1.0.109" |
2391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2392 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
2393 | dependencies = [ |
2394 | "proc-macro2", |
2395 | "quote", |
2396 | "unicode-ident", |
2397 | ] |
2398 | |
2399 | [[package]] |
2400 | name = "syn" |
2401 | version = "2.0.38" |
2402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2403 | checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" |
2404 | dependencies = [ |
2405 | "proc-macro2", |
2406 | "quote", |
2407 | "unicode-ident", |
2408 | ] |
2409 | |
2410 | [[package]] |
2411 | name = "system-configuration" |
2412 | version = "0.5.1" |
2413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2414 | checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" |
2415 | dependencies = [ |
2416 | "bitflags 1.3.2", |
2417 | "core-foundation", |
2418 | "system-configuration-sys", |
2419 | ] |
2420 | |
2421 | [[package]] |
2422 | name = "system-configuration-sys" |
2423 | version = "0.5.0" |
2424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2425 | checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" |
2426 | dependencies = [ |
2427 | "core-foundation-sys", |
2428 | "libc", |
2429 | ] |
2430 | |
2431 | [[package]] |
2432 | name = "tagptr" |
2433 | version = "0.2.0" |
2434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2435 | checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" |
2436 | |
2437 | [[package]] |
2438 | name = "tempfile" |
2439 | version = "3.8.0" |
2440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2441 | checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" |
2442 | dependencies = [ |
2443 | "cfg-if", |
2444 | "fastrand", |
2445 | "redox_syscall", |
2446 | "rustix", |
2447 | "windows-sys", |
2448 | ] |
2449 | |
2450 | [[package]] |
2451 | name = "thiserror" |
2452 | version = "1.0.49" |
2453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2454 | checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" |
2455 | dependencies = [ |
2456 | "thiserror-impl", |
2457 | ] |
2458 | |
2459 | [[package]] |
2460 | name = "thiserror-impl" |
2461 | version = "1.0.49" |
2462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2463 | checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" |
2464 | dependencies = [ |
2465 | "proc-macro2", |
2466 | "quote", |
2467 | "syn 2.0.38", |
2468 | ] |
2469 | |
2470 | [[package]] |
2471 | name = "thread_local" |
2472 | version = "1.1.7" |
2473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2474 | checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
2475 | dependencies = [ |
2476 | "cfg-if", |
2477 | "once_cell", |
2478 | ] |
2479 | |
2480 | [[package]] |
2481 | name = "time" |
2482 | version = "0.3.29" |
2483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2484 | checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe" |
2485 | dependencies = [ |
2486 | "deranged", |
2487 | "itoa", |
2488 | "serde", |
2489 | "time-core", |
2490 | "time-macros", |
2491 | ] |
2492 | |
2493 | [[package]] |
2494 | name = "time-core" |
2495 | version = "0.1.2" |
2496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2497 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
2498 | |
2499 | [[package]] |
2500 | name = "time-macros" |
2501 | version = "0.2.15" |
2502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2503 | checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20" |
2504 | dependencies = [ |
2505 | "time-core", |
2506 | ] |
2507 | |
2508 | [[package]] |
2509 | name = "tinyvec" |
2510 | version = "1.6.0" |
2511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2512 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
2513 | dependencies = [ |
2514 | "tinyvec_macros", |
2515 | ] |
2516 | |
2517 | [[package]] |
2518 | name = "tinyvec_macros" |
2519 | version = "0.1.1" |
2520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2521 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
2522 | |
2523 | [[package]] |
2524 | name = "tokio" |
2525 | version = "1.33.0" |
2526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2527 | checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" |
2528 | dependencies = [ |
2529 | "backtrace", |
2530 | "bytes", |
2531 | "libc", |
2532 | "mio", |
2533 | "num_cpus", |
2534 | "parking_lot", |
2535 | "pin-project-lite", |
2536 | "signal-hook-registry", |
2537 | "socket2 0.5.4", |
2538 | "tokio-macros", |
2539 | "windows-sys", |
2540 | ] |
2541 | |
2542 | [[package]] |
2543 | name = "tokio-macros" |
2544 | version = "2.1.0" |
2545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2546 | checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" |
2547 | dependencies = [ |
2548 | "proc-macro2", |
2549 | "quote", |
2550 | "syn 2.0.38", |
2551 | ] |
2552 | |
2553 | [[package]] |
2554 | name = "tokio-native-tls" |
2555 | version = "0.3.1" |
2556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2557 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
2558 | dependencies = [ |
2559 | "native-tls", |
2560 | "tokio", |
2561 | ] |
2562 | |
2563 | [[package]] |
2564 | name = "tokio-stream" |
2565 | version = "0.1.14" |
2566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2567 | checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" |
2568 | dependencies = [ |
2569 | "futures-core", |
2570 | "pin-project-lite", |
2571 | "tokio", |
2572 | ] |
2573 | |
2574 | [[package]] |
2575 | name = "tokio-tungstenite" |
2576 | version = "0.20.1" |
2577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2578 | checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" |
2579 | dependencies = [ |
2580 | "futures-util", |
2581 | "log", |
2582 | "tokio", |
2583 | "tungstenite", |
2584 | ] |
2585 | |
2586 | [[package]] |
2587 | name = "tokio-util" |
2588 | version = "0.7.9" |
2589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2590 | checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" |
2591 | dependencies = [ |
2592 | "bytes", |
2593 | "futures-core", |
2594 | "futures-sink", |
2595 | "futures-util", |
2596 | "hashbrown 0.12.3", |
2597 | "pin-project-lite", |
2598 | "tokio", |
2599 | "tracing", |
2600 | ] |
2601 | |
2602 | [[package]] |
2603 | name = "toml" |
2604 | version = "0.7.8" |
2605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2606 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
2607 | dependencies = [ |
2608 | "serde", |
2609 | "serde_spanned", |
2610 | "toml_datetime", |
2611 | "toml_edit", |
2612 | ] |
2613 | |
2614 | [[package]] |
2615 | name = "toml_datetime" |
2616 | version = "0.6.3" |
2617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2618 | checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" |
2619 | dependencies = [ |
2620 | "serde", |
2621 | ] |
2622 | |
2623 | [[package]] |
2624 | name = "toml_edit" |
2625 | version = "0.19.15" |
2626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2627 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
2628 | dependencies = [ |
2629 | "indexmap 2.0.2", |
2630 | "serde", |
2631 | "serde_spanned", |
2632 | "toml_datetime", |
2633 | "winnow", |
2634 | ] |
2635 | |
2636 | [[package]] |
2637 | name = "tower-service" |
2638 | version = "0.3.2" |
2639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2640 | checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
2641 | |
2642 | [[package]] |
2643 | name = "tracing" |
2644 | version = "0.1.37" |
2645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2646 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
2647 | dependencies = [ |
2648 | "cfg-if", |
2649 | "log", |
2650 | "pin-project-lite", |
2651 | "tracing-attributes", |
2652 | "tracing-core", |
2653 | ] |
2654 | |
2655 | [[package]] |
2656 | name = "tracing-attributes" |
2657 | version = "0.1.26" |
2658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2659 | checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" |
2660 | dependencies = [ |
2661 | "proc-macro2", |
2662 | "quote", |
2663 | "syn 2.0.38", |
2664 | ] |
2665 | |
2666 | [[package]] |
2667 | name = "tracing-core" |
2668 | version = "0.1.31" |
2669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2670 | checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" |
2671 | dependencies = [ |
2672 | "once_cell", |
2673 | "valuable", |
2674 | ] |
2675 | |
2676 | [[package]] |
2677 | name = "tracing-log" |
2678 | version = "0.1.3" |
2679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2680 | checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" |
2681 | dependencies = [ |
2682 | "lazy_static", |
2683 | "log", |
2684 | "tracing-core", |
2685 | ] |
2686 | |
2687 | [[package]] |
2688 | name = "tracing-subscriber" |
2689 | version = "0.3.17" |
2690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2691 | checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" |
2692 | dependencies = [ |
2693 | "nu-ansi-term", |
2694 | "sharded-slab", |
2695 | "smallvec", |
2696 | "thread_local", |
2697 | "tracing-core", |
2698 | "tracing-log", |
2699 | ] |
2700 | |
2701 | [[package]] |
2702 | name = "triomphe" |
2703 | version = "0.1.9" |
2704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2705 | checksum = "0eee8098afad3fb0c54a9007aab6804558410503ad676d4633f9c2559a00ac0f" |
2706 | |
2707 | [[package]] |
2708 | name = "try-lock" |
2709 | version = "0.2.4" |
2710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2711 | checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" |
2712 | |
2713 | [[package]] |
2714 | name = "tungstenite" |
2715 | version = "0.20.1" |
2716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2717 | checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" |
2718 | dependencies = [ |
2719 | "byteorder", |
2720 | "bytes", |
2721 | "data-encoding", |
2722 | "http", |
2723 | "httparse", |
2724 | "log", |
2725 | "rand", |
2726 | "sha1", |
2727 | "thiserror", |
2728 | "url", |
2729 | "utf-8", |
2730 | ] |
2731 | |
2732 | [[package]] |
2733 | name = "typenum" |
2734 | version = "1.17.0" |
2735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2736 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
2737 | |
2738 | [[package]] |
2739 | name = "unicase" |
2740 | version = "2.7.0" |
2741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2742 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
2743 | dependencies = [ |
2744 | "version_check", |
2745 | ] |
2746 | |
2747 | [[package]] |
2748 | name = "unicode-bidi" |
2749 | version = "0.3.13" |
2750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2751 | checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
2752 | |
2753 | [[package]] |
2754 | name = "unicode-ident" |
2755 | version = "1.0.12" |
2756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2757 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
2758 | |
2759 | [[package]] |
2760 | name = "unicode-normalization" |
2761 | version = "0.1.22" |
2762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2763 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
2764 | dependencies = [ |
2765 | "tinyvec", |
2766 | ] |
2767 | |
2768 | [[package]] |
2769 | name = "unicode-segmentation" |
2770 | version = "1.10.1" |
2771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2772 | checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" |
2773 | |
2774 | [[package]] |
2775 | name = "unicode_categories" |
2776 | version = "0.1.1" |
2777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2778 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
2779 | |
2780 | [[package]] |
2781 | name = "universal-hash" |
2782 | version = "0.5.1" |
2783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2784 | checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
2785 | dependencies = [ |
2786 | "crypto-common", |
2787 | "subtle", |
2788 | ] |
2789 | |
2790 | [[package]] |
2791 | name = "untrusted" |
2792 | version = "0.7.1" |
2793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2794 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
2795 | |
2796 | [[package]] |
2797 | name = "url" |
2798 | version = "2.4.1" |
2799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2800 | checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" |
2801 | dependencies = [ |
2802 | "form_urlencoded", |
2803 | "idna", |
2804 | "percent-encoding", |
2805 | "serde", |
2806 | ] |
2807 | |
2808 | [[package]] |
2809 | name = "utf-8" |
2810 | version = "0.7.6" |
2811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2812 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
2813 | |
2814 | [[package]] |
2815 | name = "uuid" |
2816 | version = "1.4.1" |
2817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2818 | checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" |
2819 | dependencies = [ |
2820 | "getrandom", |
2821 | ] |
2822 | |
2823 | [[package]] |
2824 | name = "valuable" |
2825 | version = "0.1.0" |
2826 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2827 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
2828 | |
2829 | [[package]] |
2830 | name = "vcpkg" |
2831 | version = "0.2.15" |
2832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2833 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
2834 | |
2835 | [[package]] |
2836 | name = "version_check" |
2837 | version = "0.9.4" |
2838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2839 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
2840 | |
2841 | [[package]] |
2842 | name = "walkdir" |
2843 | version = "2.4.0" |
2844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2845 | checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" |
2846 | dependencies = [ |
2847 | "same-file", |
2848 | "winapi-util", |
2849 | ] |
2850 | |
2851 | [[package]] |
2852 | name = "want" |
2853 | version = "0.3.1" |
2854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2855 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
2856 | dependencies = [ |
2857 | "try-lock", |
2858 | ] |
2859 | |
2860 | [[package]] |
2861 | name = "wasi" |
2862 | version = "0.11.0+wasi-snapshot-preview1" |
2863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2864 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
2865 | |
2866 | [[package]] |
2867 | name = "wasm-bindgen" |
2868 | version = "0.2.87" |
2869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2870 | checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" |
2871 | dependencies = [ |
2872 | "cfg-if", |
2873 | "wasm-bindgen-macro", |
2874 | ] |
2875 | |
2876 | [[package]] |
2877 | name = "wasm-bindgen-backend" |
2878 | version = "0.2.87" |
2879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2880 | checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" |
2881 | dependencies = [ |
2882 | "bumpalo", |
2883 | "log", |
2884 | "once_cell", |
2885 | "proc-macro2", |
2886 | "quote", |
2887 | "syn 2.0.38", |
2888 | "wasm-bindgen-shared", |
2889 | ] |
2890 | |
2891 | [[package]] |
2892 | name = "wasm-bindgen-futures" |
2893 | version = "0.4.37" |
2894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2895 | checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" |
2896 | dependencies = [ |
2897 | "cfg-if", |
2898 | "js-sys", |
2899 | "wasm-bindgen", |
2900 | "web-sys", |
2901 | ] |
2902 | |
2903 | [[package]] |
2904 | name = "wasm-bindgen-macro" |
2905 | version = "0.2.87" |
2906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2907 | checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" |
2908 | dependencies = [ |
2909 | "quote", |
2910 | "wasm-bindgen-macro-support", |
2911 | ] |
2912 | |
2913 | [[package]] |
2914 | name = "wasm-bindgen-macro-support" |
2915 | version = "0.2.87" |
2916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2917 | checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" |
2918 | dependencies = [ |
2919 | "proc-macro2", |
2920 | "quote", |
2921 | "syn 2.0.38", |
2922 | "wasm-bindgen-backend", |
2923 | "wasm-bindgen-shared", |
2924 | ] |
2925 | |
2926 | [[package]] |
2927 | name = "wasm-bindgen-shared" |
2928 | version = "0.2.87" |
2929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2930 | checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" |
2931 | |
2932 | [[package]] |
2933 | name = "web-sys" |
2934 | version = "0.3.64" |
2935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2936 | checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" |
2937 | dependencies = [ |
2938 | "js-sys", |
2939 | "wasm-bindgen", |
2940 | ] |
2941 | |
2942 | [[package]] |
2943 | name = "whoami" |
2944 | version = "1.4.1" |
2945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2946 | checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50" |
2947 | |
2948 | [[package]] |
2949 | name = "winapi" |
2950 | version = "0.3.9" |
2951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2952 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
2953 | dependencies = [ |
2954 | "winapi-i686-pc-windows-gnu", |
2955 | "winapi-x86_64-pc-windows-gnu", |
2956 | ] |
2957 | |
2958 | [[package]] |
2959 | name = "winapi-i686-pc-windows-gnu" |
2960 | version = "0.4.0" |
2961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2962 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
2963 | |
2964 | [[package]] |
2965 | name = "winapi-util" |
2966 | version = "0.1.6" |
2967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2968 | checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" |
2969 | dependencies = [ |
2970 | "winapi", |
2971 | ] |
2972 | |
2973 | [[package]] |
2974 | name = "winapi-x86_64-pc-windows-gnu" |
2975 | version = "0.4.0" |
2976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2977 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2978 | |
2979 | [[package]] |
2980 | name = "windows" |
2981 | version = "0.48.0" |
2982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2983 | checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
2984 | dependencies = [ |
2985 | "windows-targets", |
2986 | ] |
2987 | |
2988 | [[package]] |
2989 | name = "windows-sys" |
2990 | version = "0.48.0" |
2991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2992 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
2993 | dependencies = [ |
2994 | "windows-targets", |
2995 | ] |
2996 | |
2997 | [[package]] |
2998 | name = "windows-targets" |
2999 | version = "0.48.5" |
3000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3001 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
3002 | dependencies = [ |
3003 | "windows_aarch64_gnullvm", |
3004 | "windows_aarch64_msvc", |
3005 | "windows_i686_gnu", |
3006 | "windows_i686_msvc", |
3007 | "windows_x86_64_gnu", |
3008 | "windows_x86_64_gnullvm", |
3009 | "windows_x86_64_msvc", |
3010 | ] |
3011 | |
3012 | [[package]] |
3013 | name = "windows_aarch64_gnullvm" |
3014 | version = "0.48.5" |
3015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3016 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
3017 | |
3018 | [[package]] |
3019 | name = "windows_aarch64_msvc" |
3020 | version = "0.48.5" |
3021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3022 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
3023 | |
3024 | [[package]] |
3025 | name = "windows_i686_gnu" |
3026 | version = "0.48.5" |
3027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3028 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
3029 | |
3030 | [[package]] |
3031 | name = "windows_i686_msvc" |
3032 | version = "0.48.5" |
3033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3034 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
3035 | |
3036 | [[package]] |
3037 | name = "windows_x86_64_gnu" |
3038 | version = "0.48.5" |
3039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3040 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
3041 | |
3042 | [[package]] |
3043 | name = "windows_x86_64_gnullvm" |
3044 | version = "0.48.5" |
3045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3046 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
3047 | |
3048 | [[package]] |
3049 | name = "windows_x86_64_msvc" |
3050 | version = "0.48.5" |
3051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3052 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
3053 | |
3054 | [[package]] |
3055 | name = "winnow" |
3056 | version = "0.5.16" |
3057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3058 | checksum = "037711d82167854aff2018dfd193aa0fef5370f456732f0d5a0c59b0f1b4b907" |
3059 | dependencies = [ |
3060 | "memchr", |
3061 | ] |
3062 | |
3063 | [[package]] |
3064 | name = "winreg" |
3065 | version = "0.50.0" |
3066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3067 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" |
3068 | dependencies = [ |
3069 | "cfg-if", |
3070 | "windows-sys", |
3071 | ] |
3072 | |
3073 | [[package]] |
3074 | name = "zeroize" |
3075 | version = "1.6.0" |
3076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3077 | checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" |