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