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