QuickDID is a high-performance AT Protocol identity resolution service written in Rust. It provides handle-to-DID resolution with Redis-backed caching and queue processing.
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "aho-corasick"
22version = "1.1.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "allocator-api2"
31version = "0.2.21"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
34
35[[package]]
36name = "anyhow"
37version = "1.0.99"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
40
41[[package]]
42name = "arc-swap"
43version = "1.7.1"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
46
47[[package]]
48name = "async-trait"
49version = "0.1.89"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
52dependencies = [
53 "proc-macro2",
54 "quote",
55 "syn",
56]
57
58[[package]]
59name = "atoi"
60version = "2.0.0"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
63dependencies = [
64 "num-traits",
65]
66
67[[package]]
68name = "atomic-waker"
69version = "1.1.2"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
72
73[[package]]
74name = "atproto-identity"
75version = "0.11.3"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "aaac8751c7e4329a95714c01d9e47d22d94bc8c96e78079098312235128acb9f"
78dependencies = [
79 "anyhow",
80 "async-trait",
81 "ecdsa",
82 "elliptic-curve",
83 "hickory-resolver",
84 "k256",
85 "lru",
86 "multibase",
87 "p256",
88 "p384",
89 "rand 0.8.5",
90 "reqwest",
91 "serde",
92 "serde_ipld_dagcbor",
93 "serde_json",
94 "thiserror 2.0.16",
95 "tokio",
96 "tracing",
97]
98
99[[package]]
100name = "autocfg"
101version = "1.5.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
104
105[[package]]
106name = "axum"
107version = "0.8.4"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
110dependencies = [
111 "axum-core",
112 "bytes",
113 "form_urlencoded",
114 "futures-util",
115 "http",
116 "http-body",
117 "http-body-util",
118 "hyper",
119 "hyper-util",
120 "itoa",
121 "matchit",
122 "memchr",
123 "mime",
124 "percent-encoding",
125 "pin-project-lite",
126 "rustversion",
127 "serde",
128 "serde_json",
129 "serde_path_to_error",
130 "serde_urlencoded",
131 "sync_wrapper",
132 "tokio",
133 "tower",
134 "tower-layer",
135 "tower-service",
136 "tracing",
137]
138
139[[package]]
140name = "axum-core"
141version = "0.5.2"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
144dependencies = [
145 "bytes",
146 "futures-core",
147 "http",
148 "http-body",
149 "http-body-util",
150 "mime",
151 "pin-project-lite",
152 "rustversion",
153 "sync_wrapper",
154 "tower-layer",
155 "tower-service",
156 "tracing",
157]
158
159[[package]]
160name = "backon"
161version = "1.5.2"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "592277618714fbcecda9a02ba7a8781f319d26532a88553bbacc77ba5d2b3a8d"
164dependencies = [
165 "fastrand",
166]
167
168[[package]]
169name = "backtrace"
170version = "0.3.75"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
173dependencies = [
174 "addr2line",
175 "cfg-if",
176 "libc",
177 "miniz_oxide",
178 "object",
179 "rustc-demangle",
180 "windows-targets 0.52.6",
181]
182
183[[package]]
184name = "base-x"
185version = "0.2.11"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
188
189[[package]]
190name = "base16ct"
191version = "0.2.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
194
195[[package]]
196name = "base64"
197version = "0.22.1"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
200
201[[package]]
202name = "base64ct"
203version = "1.8.0"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
206
207[[package]]
208name = "bincode"
209version = "2.0.1"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
212dependencies = [
213 "bincode_derive",
214 "serde",
215 "unty",
216]
217
218[[package]]
219name = "bincode_derive"
220version = "2.0.1"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
223dependencies = [
224 "virtue",
225]
226
227[[package]]
228name = "bitflags"
229version = "2.9.4"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
232dependencies = [
233 "serde",
234]
235
236[[package]]
237name = "block-buffer"
238version = "0.10.4"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
241dependencies = [
242 "generic-array",
243]
244
245[[package]]
246name = "bumpalo"
247version = "3.19.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
250
251[[package]]
252name = "byteorder"
253version = "1.5.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
256
257[[package]]
258name = "bytes"
259version = "1.10.1"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
262
263[[package]]
264name = "cadence"
265version = "1.6.0"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "3075f133bee430b7644c54fb629b9b4420346ffa275a45c81a6babe8b09b4f51"
268dependencies = [
269 "crossbeam-channel",
270]
271
272[[package]]
273name = "cbor4ii"
274version = "0.2.14"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
277dependencies = [
278 "serde",
279]
280
281[[package]]
282name = "cc"
283version = "1.2.36"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54"
286dependencies = [
287 "find-msvc-tools",
288 "shlex",
289]
290
291[[package]]
292name = "cfg-if"
293version = "1.0.3"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
296
297[[package]]
298name = "cfg_aliases"
299version = "0.2.1"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
302
303[[package]]
304name = "cid"
305version = "0.11.1"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
308dependencies = [
309 "core2",
310 "multibase",
311 "multihash",
312 "serde",
313 "serde_bytes",
314 "unsigned-varint",
315]
316
317[[package]]
318name = "combine"
319version = "4.6.7"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
322dependencies = [
323 "bytes",
324 "futures-core",
325 "memchr",
326 "pin-project-lite",
327 "tokio",
328 "tokio-util",
329]
330
331[[package]]
332name = "concurrent-queue"
333version = "2.5.0"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
336dependencies = [
337 "crossbeam-utils",
338]
339
340[[package]]
341name = "const-oid"
342version = "0.9.6"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
345
346[[package]]
347name = "core-foundation"
348version = "0.9.4"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
351dependencies = [
352 "core-foundation-sys",
353 "libc",
354]
355
356[[package]]
357name = "core-foundation"
358version = "0.10.1"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
361dependencies = [
362 "core-foundation-sys",
363 "libc",
364]
365
366[[package]]
367name = "core-foundation-sys"
368version = "0.8.7"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
371
372[[package]]
373name = "core2"
374version = "0.4.0"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
377dependencies = [
378 "memchr",
379]
380
381[[package]]
382name = "cpufeatures"
383version = "0.2.17"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
386dependencies = [
387 "libc",
388]
389
390[[package]]
391name = "crc"
392version = "3.3.0"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
395dependencies = [
396 "crc-catalog",
397]
398
399[[package]]
400name = "crc-catalog"
401version = "2.4.0"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
404
405[[package]]
406name = "critical-section"
407version = "1.2.0"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
410
411[[package]]
412name = "crossbeam-channel"
413version = "0.5.15"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
416dependencies = [
417 "crossbeam-utils",
418]
419
420[[package]]
421name = "crossbeam-epoch"
422version = "0.9.18"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
425dependencies = [
426 "crossbeam-utils",
427]
428
429[[package]]
430name = "crossbeam-queue"
431version = "0.3.12"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
434dependencies = [
435 "crossbeam-utils",
436]
437
438[[package]]
439name = "crossbeam-utils"
440version = "0.8.21"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
443
444[[package]]
445name = "crypto-bigint"
446version = "0.5.5"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
449dependencies = [
450 "generic-array",
451 "rand_core 0.6.4",
452 "subtle",
453 "zeroize",
454]
455
456[[package]]
457name = "crypto-common"
458version = "0.1.6"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
461dependencies = [
462 "generic-array",
463 "typenum",
464]
465
466[[package]]
467name = "data-encoding"
468version = "2.9.0"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
471
472[[package]]
473name = "data-encoding-macro"
474version = "0.1.18"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
477dependencies = [
478 "data-encoding",
479 "data-encoding-macro-internal",
480]
481
482[[package]]
483name = "data-encoding-macro-internal"
484version = "0.1.16"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
487dependencies = [
488 "data-encoding",
489 "syn",
490]
491
492[[package]]
493name = "deadpool"
494version = "0.12.3"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
497dependencies = [
498 "deadpool-runtime",
499 "lazy_static",
500 "num_cpus",
501 "tokio",
502]
503
504[[package]]
505name = "deadpool-redis"
506version = "0.22.0"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "c0965b977f1244bc3783bb27cd79cfcff335a8341da18f79232d00504b18eb1a"
509dependencies = [
510 "deadpool",
511 "redis",
512]
513
514[[package]]
515name = "deadpool-runtime"
516version = "0.1.4"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
519dependencies = [
520 "tokio",
521]
522
523[[package]]
524name = "der"
525version = "0.7.10"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
528dependencies = [
529 "const-oid",
530 "pem-rfc7468",
531 "zeroize",
532]
533
534[[package]]
535name = "digest"
536version = "0.10.7"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
539dependencies = [
540 "block-buffer",
541 "const-oid",
542 "crypto-common",
543 "subtle",
544]
545
546[[package]]
547name = "displaydoc"
548version = "0.2.5"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
551dependencies = [
552 "proc-macro2",
553 "quote",
554 "syn",
555]
556
557[[package]]
558name = "dotenvy"
559version = "0.15.7"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
562
563[[package]]
564name = "ecdsa"
565version = "0.16.9"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
568dependencies = [
569 "der",
570 "digest",
571 "elliptic-curve",
572 "rfc6979",
573 "signature",
574 "spki",
575]
576
577[[package]]
578name = "either"
579version = "1.15.0"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
582dependencies = [
583 "serde",
584]
585
586[[package]]
587name = "elliptic-curve"
588version = "0.13.8"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
591dependencies = [
592 "base16ct",
593 "base64ct",
594 "crypto-bigint",
595 "digest",
596 "ff",
597 "generic-array",
598 "group",
599 "hkdf",
600 "pem-rfc7468",
601 "pkcs8",
602 "rand_core 0.6.4",
603 "sec1",
604 "serde_json",
605 "serdect",
606 "subtle",
607 "zeroize",
608]
609
610[[package]]
611name = "encoding_rs"
612version = "0.8.35"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
615dependencies = [
616 "cfg-if",
617]
618
619[[package]]
620name = "enum-as-inner"
621version = "0.6.1"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
624dependencies = [
625 "heck",
626 "proc-macro2",
627 "quote",
628 "syn",
629]
630
631[[package]]
632name = "equivalent"
633version = "1.0.2"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
636
637[[package]]
638name = "errno"
639version = "0.3.13"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
642dependencies = [
643 "libc",
644 "windows-sys 0.60.2",
645]
646
647[[package]]
648name = "etcetera"
649version = "0.8.0"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
652dependencies = [
653 "cfg-if",
654 "home",
655 "windows-sys 0.48.0",
656]
657
658[[package]]
659name = "event-listener"
660version = "5.4.1"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
663dependencies = [
664 "concurrent-queue",
665 "parking",
666 "pin-project-lite",
667]
668
669[[package]]
670name = "fastrand"
671version = "2.3.0"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
674
675[[package]]
676name = "ff"
677version = "0.13.1"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
680dependencies = [
681 "rand_core 0.6.4",
682 "subtle",
683]
684
685[[package]]
686name = "find-msvc-tools"
687version = "0.1.1"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
690
691[[package]]
692name = "flume"
693version = "0.11.1"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
696dependencies = [
697 "futures-core",
698 "futures-sink",
699 "spin",
700]
701
702[[package]]
703name = "fnv"
704version = "1.0.7"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
707
708[[package]]
709name = "foldhash"
710version = "0.1.5"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
713
714[[package]]
715name = "foreign-types"
716version = "0.3.2"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
719dependencies = [
720 "foreign-types-shared",
721]
722
723[[package]]
724name = "foreign-types-shared"
725version = "0.1.1"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
728
729[[package]]
730name = "form_urlencoded"
731version = "1.2.2"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
734dependencies = [
735 "percent-encoding",
736]
737
738[[package]]
739name = "futures-channel"
740version = "0.3.31"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
743dependencies = [
744 "futures-core",
745 "futures-sink",
746]
747
748[[package]]
749name = "futures-core"
750version = "0.3.31"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
753
754[[package]]
755name = "futures-executor"
756version = "0.3.31"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
759dependencies = [
760 "futures-core",
761 "futures-task",
762 "futures-util",
763]
764
765[[package]]
766name = "futures-intrusive"
767version = "0.5.0"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
770dependencies = [
771 "futures-core",
772 "lock_api",
773 "parking_lot",
774]
775
776[[package]]
777name = "futures-io"
778version = "0.3.31"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
781
782[[package]]
783name = "futures-macro"
784version = "0.3.31"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
787dependencies = [
788 "proc-macro2",
789 "quote",
790 "syn",
791]
792
793[[package]]
794name = "futures-sink"
795version = "0.3.31"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
798
799[[package]]
800name = "futures-task"
801version = "0.3.31"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
804
805[[package]]
806name = "futures-util"
807version = "0.3.31"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
810dependencies = [
811 "futures-core",
812 "futures-io",
813 "futures-macro",
814 "futures-sink",
815 "futures-task",
816 "memchr",
817 "pin-project-lite",
818 "pin-utils",
819 "slab",
820]
821
822[[package]]
823name = "generator"
824version = "0.8.7"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
827dependencies = [
828 "cc",
829 "cfg-if",
830 "libc",
831 "log",
832 "rustversion",
833 "windows",
834]
835
836[[package]]
837name = "generic-array"
838version = "0.14.7"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
841dependencies = [
842 "typenum",
843 "version_check",
844 "zeroize",
845]
846
847[[package]]
848name = "getrandom"
849version = "0.2.16"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
852dependencies = [
853 "cfg-if",
854 "js-sys",
855 "libc",
856 "wasi 0.11.1+wasi-snapshot-preview1",
857 "wasm-bindgen",
858]
859
860[[package]]
861name = "getrandom"
862version = "0.3.3"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
865dependencies = [
866 "cfg-if",
867 "js-sys",
868 "libc",
869 "r-efi",
870 "wasi 0.14.3+wasi-0.2.4",
871 "wasm-bindgen",
872]
873
874[[package]]
875name = "gimli"
876version = "0.31.1"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
879
880[[package]]
881name = "group"
882version = "0.13.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
885dependencies = [
886 "ff",
887 "rand_core 0.6.4",
888 "subtle",
889]
890
891[[package]]
892name = "h2"
893version = "0.4.12"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
896dependencies = [
897 "atomic-waker",
898 "bytes",
899 "fnv",
900 "futures-core",
901 "futures-sink",
902 "http",
903 "indexmap",
904 "slab",
905 "tokio",
906 "tokio-util",
907 "tracing",
908]
909
910[[package]]
911name = "hashbrown"
912version = "0.15.5"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
915dependencies = [
916 "allocator-api2",
917 "equivalent",
918 "foldhash",
919]
920
921[[package]]
922name = "hashlink"
923version = "0.10.0"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
926dependencies = [
927 "hashbrown",
928]
929
930[[package]]
931name = "heck"
932version = "0.5.0"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
935
936[[package]]
937name = "hermit-abi"
938version = "0.5.2"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
941
942[[package]]
943name = "hex"
944version = "0.4.3"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
947
948[[package]]
949name = "hickory-proto"
950version = "0.25.2"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
953dependencies = [
954 "async-trait",
955 "cfg-if",
956 "data-encoding",
957 "enum-as-inner",
958 "futures-channel",
959 "futures-io",
960 "futures-util",
961 "idna",
962 "ipnet",
963 "once_cell",
964 "rand 0.9.2",
965 "ring",
966 "thiserror 2.0.16",
967 "tinyvec",
968 "tokio",
969 "tracing",
970 "url",
971]
972
973[[package]]
974name = "hickory-resolver"
975version = "0.25.2"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
978dependencies = [
979 "cfg-if",
980 "futures-util",
981 "hickory-proto",
982 "ipconfig",
983 "moka",
984 "once_cell",
985 "parking_lot",
986 "rand 0.9.2",
987 "resolv-conf",
988 "smallvec",
989 "thiserror 2.0.16",
990 "tokio",
991 "tracing",
992]
993
994[[package]]
995name = "hkdf"
996version = "0.12.4"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
999dependencies = [
1000 "hmac",
1001]
1002
1003[[package]]
1004name = "hmac"
1005version = "0.12.1"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1008dependencies = [
1009 "digest",
1010]
1011
1012[[package]]
1013name = "home"
1014version = "0.5.11"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1017dependencies = [
1018 "windows-sys 0.59.0",
1019]
1020
1021[[package]]
1022name = "http"
1023version = "1.3.1"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1026dependencies = [
1027 "bytes",
1028 "fnv",
1029 "itoa",
1030]
1031
1032[[package]]
1033name = "http-body"
1034version = "1.0.1"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1037dependencies = [
1038 "bytes",
1039 "http",
1040]
1041
1042[[package]]
1043name = "http-body-util"
1044version = "0.1.3"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1047dependencies = [
1048 "bytes",
1049 "futures-core",
1050 "http",
1051 "http-body",
1052 "pin-project-lite",
1053]
1054
1055[[package]]
1056name = "httparse"
1057version = "1.10.1"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1060
1061[[package]]
1062name = "httpdate"
1063version = "1.0.3"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1066
1067[[package]]
1068name = "hyper"
1069version = "1.7.0"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
1072dependencies = [
1073 "atomic-waker",
1074 "bytes",
1075 "futures-channel",
1076 "futures-core",
1077 "h2",
1078 "http",
1079 "http-body",
1080 "httparse",
1081 "httpdate",
1082 "itoa",
1083 "pin-project-lite",
1084 "pin-utils",
1085 "smallvec",
1086 "tokio",
1087 "want",
1088]
1089
1090[[package]]
1091name = "hyper-rustls"
1092version = "0.27.7"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1095dependencies = [
1096 "http",
1097 "hyper",
1098 "hyper-util",
1099 "rustls",
1100 "rustls-pki-types",
1101 "tokio",
1102 "tokio-rustls",
1103 "tower-service",
1104 "webpki-roots",
1105]
1106
1107[[package]]
1108name = "hyper-tls"
1109version = "0.6.0"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1112dependencies = [
1113 "bytes",
1114 "http-body-util",
1115 "hyper",
1116 "hyper-util",
1117 "native-tls",
1118 "tokio",
1119 "tokio-native-tls",
1120 "tower-service",
1121]
1122
1123[[package]]
1124name = "hyper-util"
1125version = "0.1.16"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
1128dependencies = [
1129 "base64",
1130 "bytes",
1131 "futures-channel",
1132 "futures-core",
1133 "futures-util",
1134 "http",
1135 "http-body",
1136 "hyper",
1137 "ipnet",
1138 "libc",
1139 "percent-encoding",
1140 "pin-project-lite",
1141 "socket2 0.6.0",
1142 "system-configuration",
1143 "tokio",
1144 "tower-service",
1145 "tracing",
1146 "windows-registry",
1147]
1148
1149[[package]]
1150name = "icu_collections"
1151version = "2.0.0"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1154dependencies = [
1155 "displaydoc",
1156 "potential_utf",
1157 "yoke",
1158 "zerofrom",
1159 "zerovec",
1160]
1161
1162[[package]]
1163name = "icu_locale_core"
1164version = "2.0.0"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1167dependencies = [
1168 "displaydoc",
1169 "litemap",
1170 "tinystr",
1171 "writeable",
1172 "zerovec",
1173]
1174
1175[[package]]
1176name = "icu_normalizer"
1177version = "2.0.0"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1180dependencies = [
1181 "displaydoc",
1182 "icu_collections",
1183 "icu_normalizer_data",
1184 "icu_properties",
1185 "icu_provider",
1186 "smallvec",
1187 "zerovec",
1188]
1189
1190[[package]]
1191name = "icu_normalizer_data"
1192version = "2.0.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1195
1196[[package]]
1197name = "icu_properties"
1198version = "2.0.1"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1201dependencies = [
1202 "displaydoc",
1203 "icu_collections",
1204 "icu_locale_core",
1205 "icu_properties_data",
1206 "icu_provider",
1207 "potential_utf",
1208 "zerotrie",
1209 "zerovec",
1210]
1211
1212[[package]]
1213name = "icu_properties_data"
1214version = "2.0.1"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1217
1218[[package]]
1219name = "icu_provider"
1220version = "2.0.0"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1223dependencies = [
1224 "displaydoc",
1225 "icu_locale_core",
1226 "stable_deref_trait",
1227 "tinystr",
1228 "writeable",
1229 "yoke",
1230 "zerofrom",
1231 "zerotrie",
1232 "zerovec",
1233]
1234
1235[[package]]
1236name = "idna"
1237version = "1.1.0"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1240dependencies = [
1241 "idna_adapter",
1242 "smallvec",
1243 "utf8_iter",
1244]
1245
1246[[package]]
1247name = "idna_adapter"
1248version = "1.2.1"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1251dependencies = [
1252 "icu_normalizer",
1253 "icu_properties",
1254]
1255
1256[[package]]
1257name = "indexmap"
1258version = "2.11.0"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9"
1261dependencies = [
1262 "equivalent",
1263 "hashbrown",
1264]
1265
1266[[package]]
1267name = "io-uring"
1268version = "0.7.10"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
1271dependencies = [
1272 "bitflags",
1273 "cfg-if",
1274 "libc",
1275]
1276
1277[[package]]
1278name = "ipconfig"
1279version = "0.3.2"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1282dependencies = [
1283 "socket2 0.5.10",
1284 "widestring",
1285 "windows-sys 0.48.0",
1286 "winreg",
1287]
1288
1289[[package]]
1290name = "ipld-core"
1291version = "0.4.2"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1294dependencies = [
1295 "cid",
1296 "serde",
1297 "serde_bytes",
1298]
1299
1300[[package]]
1301name = "ipnet"
1302version = "2.11.0"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1305
1306[[package]]
1307name = "iri-string"
1308version = "0.7.8"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1311dependencies = [
1312 "memchr",
1313 "serde",
1314]
1315
1316[[package]]
1317name = "itoa"
1318version = "1.0.15"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1321
1322[[package]]
1323name = "js-sys"
1324version = "0.3.78"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738"
1327dependencies = [
1328 "once_cell",
1329 "wasm-bindgen",
1330]
1331
1332[[package]]
1333name = "k256"
1334version = "0.13.4"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1337dependencies = [
1338 "cfg-if",
1339 "ecdsa",
1340 "elliptic-curve",
1341 "once_cell",
1342 "sha2",
1343 "signature",
1344]
1345
1346[[package]]
1347name = "lazy_static"
1348version = "1.5.0"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1351dependencies = [
1352 "spin",
1353]
1354
1355[[package]]
1356name = "libc"
1357version = "0.2.175"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
1360
1361[[package]]
1362name = "libm"
1363version = "0.2.15"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1366
1367[[package]]
1368name = "libredox"
1369version = "0.1.9"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3"
1372dependencies = [
1373 "bitflags",
1374 "libc",
1375 "redox_syscall",
1376]
1377
1378[[package]]
1379name = "libsqlite3-sys"
1380version = "0.30.1"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1383dependencies = [
1384 "cc",
1385 "pkg-config",
1386 "vcpkg",
1387]
1388
1389[[package]]
1390name = "linux-raw-sys"
1391version = "0.9.4"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1394
1395[[package]]
1396name = "litemap"
1397version = "0.8.0"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1400
1401[[package]]
1402name = "lock_api"
1403version = "0.4.13"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1406dependencies = [
1407 "autocfg",
1408 "scopeguard",
1409]
1410
1411[[package]]
1412name = "log"
1413version = "0.4.28"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1416
1417[[package]]
1418name = "loom"
1419version = "0.7.2"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1422dependencies = [
1423 "cfg-if",
1424 "generator",
1425 "scoped-tls",
1426 "tracing",
1427 "tracing-subscriber",
1428]
1429
1430[[package]]
1431name = "lru"
1432version = "0.12.5"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1435dependencies = [
1436 "hashbrown",
1437]
1438
1439[[package]]
1440name = "lru-slab"
1441version = "0.1.2"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1444
1445[[package]]
1446name = "matchers"
1447version = "0.2.0"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1450dependencies = [
1451 "regex-automata",
1452]
1453
1454[[package]]
1455name = "matchit"
1456version = "0.8.4"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1459
1460[[package]]
1461name = "md-5"
1462version = "0.10.6"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1465dependencies = [
1466 "cfg-if",
1467 "digest",
1468]
1469
1470[[package]]
1471name = "memchr"
1472version = "2.7.5"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1475
1476[[package]]
1477name = "metrohash"
1478version = "1.0.7"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "a84011bfadc339f60fbcc38181da8a0a91cd16375394dd52edf9da80deacd8c5"
1481
1482[[package]]
1483name = "mime"
1484version = "0.3.17"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1487
1488[[package]]
1489name = "miniz_oxide"
1490version = "0.8.9"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1493dependencies = [
1494 "adler2",
1495]
1496
1497[[package]]
1498name = "mio"
1499version = "1.0.4"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1502dependencies = [
1503 "libc",
1504 "wasi 0.11.1+wasi-snapshot-preview1",
1505 "windows-sys 0.59.0",
1506]
1507
1508[[package]]
1509name = "moka"
1510version = "0.12.10"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
1513dependencies = [
1514 "crossbeam-channel",
1515 "crossbeam-epoch",
1516 "crossbeam-utils",
1517 "loom",
1518 "parking_lot",
1519 "portable-atomic",
1520 "rustc_version",
1521 "smallvec",
1522 "tagptr",
1523 "thiserror 1.0.69",
1524 "uuid",
1525]
1526
1527[[package]]
1528name = "multibase"
1529version = "0.9.1"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
1532dependencies = [
1533 "base-x",
1534 "data-encoding",
1535 "data-encoding-macro",
1536]
1537
1538[[package]]
1539name = "multihash"
1540version = "0.19.3"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
1543dependencies = [
1544 "core2",
1545 "serde",
1546 "unsigned-varint",
1547]
1548
1549[[package]]
1550name = "native-tls"
1551version = "0.2.14"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1554dependencies = [
1555 "libc",
1556 "log",
1557 "openssl",
1558 "openssl-probe",
1559 "openssl-sys",
1560 "schannel",
1561 "security-framework 2.11.1",
1562 "security-framework-sys",
1563 "tempfile",
1564]
1565
1566[[package]]
1567name = "nu-ansi-term"
1568version = "0.50.1"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
1571dependencies = [
1572 "windows-sys 0.52.0",
1573]
1574
1575[[package]]
1576name = "num-bigint"
1577version = "0.4.6"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1580dependencies = [
1581 "num-integer",
1582 "num-traits",
1583]
1584
1585[[package]]
1586name = "num-bigint-dig"
1587version = "0.8.4"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
1590dependencies = [
1591 "byteorder",
1592 "lazy_static",
1593 "libm",
1594 "num-integer",
1595 "num-iter",
1596 "num-traits",
1597 "rand 0.8.5",
1598 "smallvec",
1599 "zeroize",
1600]
1601
1602[[package]]
1603name = "num-integer"
1604version = "0.1.46"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1607dependencies = [
1608 "num-traits",
1609]
1610
1611[[package]]
1612name = "num-iter"
1613version = "0.1.45"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1616dependencies = [
1617 "autocfg",
1618 "num-integer",
1619 "num-traits",
1620]
1621
1622[[package]]
1623name = "num-traits"
1624version = "0.2.19"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1627dependencies = [
1628 "autocfg",
1629 "libm",
1630]
1631
1632[[package]]
1633name = "num_cpus"
1634version = "1.17.0"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1637dependencies = [
1638 "hermit-abi",
1639 "libc",
1640]
1641
1642[[package]]
1643name = "object"
1644version = "0.36.7"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1647dependencies = [
1648 "memchr",
1649]
1650
1651[[package]]
1652name = "once_cell"
1653version = "1.21.3"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1656dependencies = [
1657 "critical-section",
1658 "portable-atomic",
1659]
1660
1661[[package]]
1662name = "openssl"
1663version = "0.10.73"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1666dependencies = [
1667 "bitflags",
1668 "cfg-if",
1669 "foreign-types",
1670 "libc",
1671 "once_cell",
1672 "openssl-macros",
1673 "openssl-sys",
1674]
1675
1676[[package]]
1677name = "openssl-macros"
1678version = "0.1.1"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1681dependencies = [
1682 "proc-macro2",
1683 "quote",
1684 "syn",
1685]
1686
1687[[package]]
1688name = "openssl-probe"
1689version = "0.1.6"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1692
1693[[package]]
1694name = "openssl-sys"
1695version = "0.9.109"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1698dependencies = [
1699 "cc",
1700 "libc",
1701 "pkg-config",
1702 "vcpkg",
1703]
1704
1705[[package]]
1706name = "p256"
1707version = "0.13.2"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
1710dependencies = [
1711 "ecdsa",
1712 "elliptic-curve",
1713 "primeorder",
1714 "sha2",
1715]
1716
1717[[package]]
1718name = "p384"
1719version = "0.13.1"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
1722dependencies = [
1723 "ecdsa",
1724 "elliptic-curve",
1725 "primeorder",
1726 "sha2",
1727]
1728
1729[[package]]
1730name = "parking"
1731version = "2.2.1"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1734
1735[[package]]
1736name = "parking_lot"
1737version = "0.12.4"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1740dependencies = [
1741 "lock_api",
1742 "parking_lot_core",
1743]
1744
1745[[package]]
1746name = "parking_lot_core"
1747version = "0.9.11"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1750dependencies = [
1751 "cfg-if",
1752 "libc",
1753 "redox_syscall",
1754 "smallvec",
1755 "windows-targets 0.52.6",
1756]
1757
1758[[package]]
1759name = "pem-rfc7468"
1760version = "0.7.0"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1763dependencies = [
1764 "base64ct",
1765]
1766
1767[[package]]
1768name = "percent-encoding"
1769version = "2.3.2"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1772
1773[[package]]
1774name = "pin-project-lite"
1775version = "0.2.16"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1778
1779[[package]]
1780name = "pin-utils"
1781version = "0.1.0"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1784
1785[[package]]
1786name = "pkcs1"
1787version = "0.7.5"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1790dependencies = [
1791 "der",
1792 "pkcs8",
1793 "spki",
1794]
1795
1796[[package]]
1797name = "pkcs8"
1798version = "0.10.2"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1801dependencies = [
1802 "der",
1803 "spki",
1804]
1805
1806[[package]]
1807name = "pkg-config"
1808version = "0.3.32"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1811
1812[[package]]
1813name = "portable-atomic"
1814version = "1.11.1"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1817
1818[[package]]
1819name = "potential_utf"
1820version = "0.1.3"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
1823dependencies = [
1824 "zerovec",
1825]
1826
1827[[package]]
1828name = "ppv-lite86"
1829version = "0.2.21"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1832dependencies = [
1833 "zerocopy",
1834]
1835
1836[[package]]
1837name = "primeorder"
1838version = "0.13.6"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
1841dependencies = [
1842 "elliptic-curve",
1843]
1844
1845[[package]]
1846name = "proc-macro2"
1847version = "1.0.101"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1850dependencies = [
1851 "unicode-ident",
1852]
1853
1854[[package]]
1855name = "quickdid"
1856version = "1.0.0-rc.4"
1857dependencies = [
1858 "anyhow",
1859 "async-trait",
1860 "atproto-identity",
1861 "axum",
1862 "bincode",
1863 "cadence",
1864 "deadpool-redis",
1865 "httpdate",
1866 "metrohash",
1867 "once_cell",
1868 "reqwest",
1869 "serde",
1870 "serde_json",
1871 "sqlx",
1872 "thiserror 2.0.16",
1873 "tokio",
1874 "tokio-util",
1875 "tracing",
1876 "tracing-subscriber",
1877]
1878
1879[[package]]
1880name = "quinn"
1881version = "0.11.9"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1884dependencies = [
1885 "bytes",
1886 "cfg_aliases",
1887 "pin-project-lite",
1888 "quinn-proto",
1889 "quinn-udp",
1890 "rustc-hash",
1891 "rustls",
1892 "socket2 0.6.0",
1893 "thiserror 2.0.16",
1894 "tokio",
1895 "tracing",
1896 "web-time",
1897]
1898
1899[[package]]
1900name = "quinn-proto"
1901version = "0.11.13"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
1904dependencies = [
1905 "bytes",
1906 "getrandom 0.3.3",
1907 "lru-slab",
1908 "rand 0.9.2",
1909 "ring",
1910 "rustc-hash",
1911 "rustls",
1912 "rustls-pki-types",
1913 "slab",
1914 "thiserror 2.0.16",
1915 "tinyvec",
1916 "tracing",
1917 "web-time",
1918]
1919
1920[[package]]
1921name = "quinn-udp"
1922version = "0.5.14"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1925dependencies = [
1926 "cfg_aliases",
1927 "libc",
1928 "once_cell",
1929 "socket2 0.6.0",
1930 "tracing",
1931 "windows-sys 0.60.2",
1932]
1933
1934[[package]]
1935name = "quote"
1936version = "1.0.40"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1939dependencies = [
1940 "proc-macro2",
1941]
1942
1943[[package]]
1944name = "r-efi"
1945version = "5.3.0"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1948
1949[[package]]
1950name = "rand"
1951version = "0.8.5"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1954dependencies = [
1955 "libc",
1956 "rand_chacha 0.3.1",
1957 "rand_core 0.6.4",
1958]
1959
1960[[package]]
1961name = "rand"
1962version = "0.9.2"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1965dependencies = [
1966 "rand_chacha 0.9.0",
1967 "rand_core 0.9.3",
1968]
1969
1970[[package]]
1971name = "rand_chacha"
1972version = "0.3.1"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1975dependencies = [
1976 "ppv-lite86",
1977 "rand_core 0.6.4",
1978]
1979
1980[[package]]
1981name = "rand_chacha"
1982version = "0.9.0"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1985dependencies = [
1986 "ppv-lite86",
1987 "rand_core 0.9.3",
1988]
1989
1990[[package]]
1991name = "rand_core"
1992version = "0.6.4"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1995dependencies = [
1996 "getrandom 0.2.16",
1997]
1998
1999[[package]]
2000name = "rand_core"
2001version = "0.9.3"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2004dependencies = [
2005 "getrandom 0.3.3",
2006]
2007
2008[[package]]
2009name = "redis"
2010version = "0.32.5"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "7cd3650deebc68526b304898b192fa4102a4ef0b9ada24da096559cb60e0eef8"
2013dependencies = [
2014 "arc-swap",
2015 "backon",
2016 "bytes",
2017 "cfg-if",
2018 "combine",
2019 "futures-channel",
2020 "futures-util",
2021 "itoa",
2022 "num-bigint",
2023 "percent-encoding",
2024 "pin-project-lite",
2025 "rustls",
2026 "rustls-native-certs",
2027 "ryu",
2028 "socket2 0.6.0",
2029 "tokio",
2030 "tokio-rustls",
2031 "tokio-util",
2032 "url",
2033]
2034
2035[[package]]
2036name = "redox_syscall"
2037version = "0.5.17"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
2040dependencies = [
2041 "bitflags",
2042]
2043
2044[[package]]
2045name = "regex-automata"
2046version = "0.4.10"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6"
2049dependencies = [
2050 "aho-corasick",
2051 "memchr",
2052 "regex-syntax",
2053]
2054
2055[[package]]
2056name = "regex-syntax"
2057version = "0.8.6"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
2060
2061[[package]]
2062name = "reqwest"
2063version = "0.12.23"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
2066dependencies = [
2067 "base64",
2068 "bytes",
2069 "encoding_rs",
2070 "futures-core",
2071 "h2",
2072 "http",
2073 "http-body",
2074 "http-body-util",
2075 "hyper",
2076 "hyper-rustls",
2077 "hyper-tls",
2078 "hyper-util",
2079 "js-sys",
2080 "log",
2081 "mime",
2082 "native-tls",
2083 "percent-encoding",
2084 "pin-project-lite",
2085 "quinn",
2086 "rustls",
2087 "rustls-pki-types",
2088 "serde",
2089 "serde_json",
2090 "serde_urlencoded",
2091 "sync_wrapper",
2092 "tokio",
2093 "tokio-native-tls",
2094 "tokio-rustls",
2095 "tower",
2096 "tower-http",
2097 "tower-service",
2098 "url",
2099 "wasm-bindgen",
2100 "wasm-bindgen-futures",
2101 "web-sys",
2102 "webpki-roots",
2103]
2104
2105[[package]]
2106name = "resolv-conf"
2107version = "0.7.4"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
2110
2111[[package]]
2112name = "rfc6979"
2113version = "0.4.0"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2116dependencies = [
2117 "hmac",
2118 "subtle",
2119]
2120
2121[[package]]
2122name = "ring"
2123version = "0.17.14"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2126dependencies = [
2127 "cc",
2128 "cfg-if",
2129 "getrandom 0.2.16",
2130 "libc",
2131 "untrusted",
2132 "windows-sys 0.52.0",
2133]
2134
2135[[package]]
2136name = "rsa"
2137version = "0.9.8"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
2140dependencies = [
2141 "const-oid",
2142 "digest",
2143 "num-bigint-dig",
2144 "num-integer",
2145 "num-traits",
2146 "pkcs1",
2147 "pkcs8",
2148 "rand_core 0.6.4",
2149 "signature",
2150 "spki",
2151 "subtle",
2152 "zeroize",
2153]
2154
2155[[package]]
2156name = "rustc-demangle"
2157version = "0.1.26"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
2160
2161[[package]]
2162name = "rustc-hash"
2163version = "2.1.1"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2166
2167[[package]]
2168name = "rustc_version"
2169version = "0.4.1"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2172dependencies = [
2173 "semver",
2174]
2175
2176[[package]]
2177name = "rustix"
2178version = "1.0.8"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
2181dependencies = [
2182 "bitflags",
2183 "errno",
2184 "libc",
2185 "linux-raw-sys",
2186 "windows-sys 0.60.2",
2187]
2188
2189[[package]]
2190name = "rustls"
2191version = "0.23.31"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
2194dependencies = [
2195 "once_cell",
2196 "ring",
2197 "rustls-pki-types",
2198 "rustls-webpki",
2199 "subtle",
2200 "zeroize",
2201]
2202
2203[[package]]
2204name = "rustls-native-certs"
2205version = "0.8.1"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
2208dependencies = [
2209 "openssl-probe",
2210 "rustls-pki-types",
2211 "schannel",
2212 "security-framework 3.3.0",
2213]
2214
2215[[package]]
2216name = "rustls-pki-types"
2217version = "1.12.0"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2220dependencies = [
2221 "web-time",
2222 "zeroize",
2223]
2224
2225[[package]]
2226name = "rustls-webpki"
2227version = "0.103.4"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
2230dependencies = [
2231 "ring",
2232 "rustls-pki-types",
2233 "untrusted",
2234]
2235
2236[[package]]
2237name = "rustversion"
2238version = "1.0.22"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2241
2242[[package]]
2243name = "ryu"
2244version = "1.0.20"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2247
2248[[package]]
2249name = "schannel"
2250version = "0.1.27"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2253dependencies = [
2254 "windows-sys 0.59.0",
2255]
2256
2257[[package]]
2258name = "scoped-tls"
2259version = "1.0.1"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2262
2263[[package]]
2264name = "scopeguard"
2265version = "1.2.0"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2268
2269[[package]]
2270name = "sec1"
2271version = "0.7.3"
2272source = "registry+https://github.com/rust-lang/crates.io-index"
2273checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2274dependencies = [
2275 "base16ct",
2276 "der",
2277 "generic-array",
2278 "pkcs8",
2279 "serdect",
2280 "subtle",
2281 "zeroize",
2282]
2283
2284[[package]]
2285name = "security-framework"
2286version = "2.11.1"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2289dependencies = [
2290 "bitflags",
2291 "core-foundation 0.9.4",
2292 "core-foundation-sys",
2293 "libc",
2294 "security-framework-sys",
2295]
2296
2297[[package]]
2298name = "security-framework"
2299version = "3.3.0"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "80fb1d92c5028aa318b4b8bd7302a5bfcf48be96a37fc6fc790f806b0004ee0c"
2302dependencies = [
2303 "bitflags",
2304 "core-foundation 0.10.1",
2305 "core-foundation-sys",
2306 "libc",
2307 "security-framework-sys",
2308]
2309
2310[[package]]
2311name = "security-framework-sys"
2312version = "2.14.0"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2315dependencies = [
2316 "core-foundation-sys",
2317 "libc",
2318]
2319
2320[[package]]
2321name = "semver"
2322version = "1.0.26"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
2325
2326[[package]]
2327name = "serde"
2328version = "1.0.219"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2331dependencies = [
2332 "serde_derive",
2333]
2334
2335[[package]]
2336name = "serde_bytes"
2337version = "0.11.17"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
2340dependencies = [
2341 "serde",
2342]
2343
2344[[package]]
2345name = "serde_derive"
2346version = "1.0.219"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2349dependencies = [
2350 "proc-macro2",
2351 "quote",
2352 "syn",
2353]
2354
2355[[package]]
2356name = "serde_ipld_dagcbor"
2357version = "0.6.3"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "99600723cf53fb000a66175555098db7e75217c415bdd9a16a65d52a19dcc4fc"
2360dependencies = [
2361 "cbor4ii",
2362 "ipld-core",
2363 "scopeguard",
2364 "serde",
2365]
2366
2367[[package]]
2368name = "serde_json"
2369version = "1.0.143"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
2372dependencies = [
2373 "itoa",
2374 "memchr",
2375 "ryu",
2376 "serde",
2377]
2378
2379[[package]]
2380name = "serde_path_to_error"
2381version = "0.1.17"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
2384dependencies = [
2385 "itoa",
2386 "serde",
2387]
2388
2389[[package]]
2390name = "serde_urlencoded"
2391version = "0.7.1"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2394dependencies = [
2395 "form_urlencoded",
2396 "itoa",
2397 "ryu",
2398 "serde",
2399]
2400
2401[[package]]
2402name = "serdect"
2403version = "0.2.0"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
2406dependencies = [
2407 "base16ct",
2408 "serde",
2409]
2410
2411[[package]]
2412name = "sha1"
2413version = "0.10.6"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2416dependencies = [
2417 "cfg-if",
2418 "cpufeatures",
2419 "digest",
2420]
2421
2422[[package]]
2423name = "sha2"
2424version = "0.10.9"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2427dependencies = [
2428 "cfg-if",
2429 "cpufeatures",
2430 "digest",
2431]
2432
2433[[package]]
2434name = "sharded-slab"
2435version = "0.1.7"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2438dependencies = [
2439 "lazy_static",
2440]
2441
2442[[package]]
2443name = "shlex"
2444version = "1.3.0"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2447
2448[[package]]
2449name = "signal-hook-registry"
2450version = "1.4.6"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
2453dependencies = [
2454 "libc",
2455]
2456
2457[[package]]
2458name = "signature"
2459version = "2.2.0"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2462dependencies = [
2463 "digest",
2464 "rand_core 0.6.4",
2465]
2466
2467[[package]]
2468name = "slab"
2469version = "0.4.11"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2472
2473[[package]]
2474name = "smallvec"
2475version = "1.15.1"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2478dependencies = [
2479 "serde",
2480]
2481
2482[[package]]
2483name = "socket2"
2484version = "0.5.10"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2487dependencies = [
2488 "libc",
2489 "windows-sys 0.52.0",
2490]
2491
2492[[package]]
2493name = "socket2"
2494version = "0.6.0"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
2497dependencies = [
2498 "libc",
2499 "windows-sys 0.59.0",
2500]
2501
2502[[package]]
2503name = "spin"
2504version = "0.9.8"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2507dependencies = [
2508 "lock_api",
2509]
2510
2511[[package]]
2512name = "spki"
2513version = "0.7.3"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2516dependencies = [
2517 "base64ct",
2518 "der",
2519]
2520
2521[[package]]
2522name = "sqlx"
2523version = "0.8.6"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
2526dependencies = [
2527 "sqlx-core",
2528 "sqlx-macros",
2529 "sqlx-mysql",
2530 "sqlx-postgres",
2531 "sqlx-sqlite",
2532]
2533
2534[[package]]
2535name = "sqlx-core"
2536version = "0.8.6"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
2539dependencies = [
2540 "base64",
2541 "bytes",
2542 "crc",
2543 "crossbeam-queue",
2544 "either",
2545 "event-listener",
2546 "futures-core",
2547 "futures-intrusive",
2548 "futures-io",
2549 "futures-util",
2550 "hashbrown",
2551 "hashlink",
2552 "indexmap",
2553 "log",
2554 "memchr",
2555 "once_cell",
2556 "percent-encoding",
2557 "serde",
2558 "serde_json",
2559 "sha2",
2560 "smallvec",
2561 "thiserror 2.0.16",
2562 "tokio",
2563 "tokio-stream",
2564 "tracing",
2565 "url",
2566]
2567
2568[[package]]
2569name = "sqlx-macros"
2570version = "0.8.6"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
2573dependencies = [
2574 "proc-macro2",
2575 "quote",
2576 "sqlx-core",
2577 "sqlx-macros-core",
2578 "syn",
2579]
2580
2581[[package]]
2582name = "sqlx-macros-core"
2583version = "0.8.6"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
2586dependencies = [
2587 "dotenvy",
2588 "either",
2589 "heck",
2590 "hex",
2591 "once_cell",
2592 "proc-macro2",
2593 "quote",
2594 "serde",
2595 "serde_json",
2596 "sha2",
2597 "sqlx-core",
2598 "sqlx-mysql",
2599 "sqlx-postgres",
2600 "sqlx-sqlite",
2601 "syn",
2602 "tokio",
2603 "url",
2604]
2605
2606[[package]]
2607name = "sqlx-mysql"
2608version = "0.8.6"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
2611dependencies = [
2612 "atoi",
2613 "base64",
2614 "bitflags",
2615 "byteorder",
2616 "bytes",
2617 "crc",
2618 "digest",
2619 "dotenvy",
2620 "either",
2621 "futures-channel",
2622 "futures-core",
2623 "futures-io",
2624 "futures-util",
2625 "generic-array",
2626 "hex",
2627 "hkdf",
2628 "hmac",
2629 "itoa",
2630 "log",
2631 "md-5",
2632 "memchr",
2633 "once_cell",
2634 "percent-encoding",
2635 "rand 0.8.5",
2636 "rsa",
2637 "serde",
2638 "sha1",
2639 "sha2",
2640 "smallvec",
2641 "sqlx-core",
2642 "stringprep",
2643 "thiserror 2.0.16",
2644 "tracing",
2645 "whoami",
2646]
2647
2648[[package]]
2649name = "sqlx-postgres"
2650version = "0.8.6"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
2653dependencies = [
2654 "atoi",
2655 "base64",
2656 "bitflags",
2657 "byteorder",
2658 "crc",
2659 "dotenvy",
2660 "etcetera",
2661 "futures-channel",
2662 "futures-core",
2663 "futures-util",
2664 "hex",
2665 "hkdf",
2666 "hmac",
2667 "home",
2668 "itoa",
2669 "log",
2670 "md-5",
2671 "memchr",
2672 "once_cell",
2673 "rand 0.8.5",
2674 "serde",
2675 "serde_json",
2676 "sha2",
2677 "smallvec",
2678 "sqlx-core",
2679 "stringprep",
2680 "thiserror 2.0.16",
2681 "tracing",
2682 "whoami",
2683]
2684
2685[[package]]
2686name = "sqlx-sqlite"
2687version = "0.8.6"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
2690dependencies = [
2691 "atoi",
2692 "flume",
2693 "futures-channel",
2694 "futures-core",
2695 "futures-executor",
2696 "futures-intrusive",
2697 "futures-util",
2698 "libsqlite3-sys",
2699 "log",
2700 "percent-encoding",
2701 "serde",
2702 "serde_urlencoded",
2703 "sqlx-core",
2704 "thiserror 2.0.16",
2705 "tracing",
2706 "url",
2707]
2708
2709[[package]]
2710name = "stable_deref_trait"
2711version = "1.2.0"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2714
2715[[package]]
2716name = "stringprep"
2717version = "0.1.5"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2720dependencies = [
2721 "unicode-bidi",
2722 "unicode-normalization",
2723 "unicode-properties",
2724]
2725
2726[[package]]
2727name = "subtle"
2728version = "2.6.1"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2731
2732[[package]]
2733name = "syn"
2734version = "2.0.106"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
2737dependencies = [
2738 "proc-macro2",
2739 "quote",
2740 "unicode-ident",
2741]
2742
2743[[package]]
2744name = "sync_wrapper"
2745version = "1.0.2"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2748dependencies = [
2749 "futures-core",
2750]
2751
2752[[package]]
2753name = "synstructure"
2754version = "0.13.2"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2757dependencies = [
2758 "proc-macro2",
2759 "quote",
2760 "syn",
2761]
2762
2763[[package]]
2764name = "system-configuration"
2765version = "0.6.1"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2768dependencies = [
2769 "bitflags",
2770 "core-foundation 0.9.4",
2771 "system-configuration-sys",
2772]
2773
2774[[package]]
2775name = "system-configuration-sys"
2776version = "0.6.0"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2779dependencies = [
2780 "core-foundation-sys",
2781 "libc",
2782]
2783
2784[[package]]
2785name = "tagptr"
2786version = "0.2.0"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2789
2790[[package]]
2791name = "tempfile"
2792version = "3.21.0"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
2795dependencies = [
2796 "fastrand",
2797 "getrandom 0.3.3",
2798 "once_cell",
2799 "rustix",
2800 "windows-sys 0.60.2",
2801]
2802
2803[[package]]
2804name = "thiserror"
2805version = "1.0.69"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2808dependencies = [
2809 "thiserror-impl 1.0.69",
2810]
2811
2812[[package]]
2813name = "thiserror"
2814version = "2.0.16"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
2817dependencies = [
2818 "thiserror-impl 2.0.16",
2819]
2820
2821[[package]]
2822name = "thiserror-impl"
2823version = "1.0.69"
2824source = "registry+https://github.com/rust-lang/crates.io-index"
2825checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2826dependencies = [
2827 "proc-macro2",
2828 "quote",
2829 "syn",
2830]
2831
2832[[package]]
2833name = "thiserror-impl"
2834version = "2.0.16"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
2837dependencies = [
2838 "proc-macro2",
2839 "quote",
2840 "syn",
2841]
2842
2843[[package]]
2844name = "thread_local"
2845version = "1.1.9"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2848dependencies = [
2849 "cfg-if",
2850]
2851
2852[[package]]
2853name = "tinystr"
2854version = "0.8.1"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2857dependencies = [
2858 "displaydoc",
2859 "zerovec",
2860]
2861
2862[[package]]
2863name = "tinyvec"
2864version = "1.10.0"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2867dependencies = [
2868 "tinyvec_macros",
2869]
2870
2871[[package]]
2872name = "tinyvec_macros"
2873version = "0.1.1"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2876
2877[[package]]
2878name = "tokio"
2879version = "1.47.1"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
2882dependencies = [
2883 "backtrace",
2884 "bytes",
2885 "io-uring",
2886 "libc",
2887 "mio",
2888 "pin-project-lite",
2889 "signal-hook-registry",
2890 "slab",
2891 "socket2 0.6.0",
2892 "tokio-macros",
2893 "windows-sys 0.59.0",
2894]
2895
2896[[package]]
2897name = "tokio-macros"
2898version = "2.5.0"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2901dependencies = [
2902 "proc-macro2",
2903 "quote",
2904 "syn",
2905]
2906
2907[[package]]
2908name = "tokio-native-tls"
2909version = "0.3.1"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2912dependencies = [
2913 "native-tls",
2914 "tokio",
2915]
2916
2917[[package]]
2918name = "tokio-rustls"
2919version = "0.26.2"
2920source = "registry+https://github.com/rust-lang/crates.io-index"
2921checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
2922dependencies = [
2923 "rustls",
2924 "tokio",
2925]
2926
2927[[package]]
2928name = "tokio-stream"
2929version = "0.1.17"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2932dependencies = [
2933 "futures-core",
2934 "pin-project-lite",
2935 "tokio",
2936]
2937
2938[[package]]
2939name = "tokio-util"
2940version = "0.7.16"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
2943dependencies = [
2944 "bytes",
2945 "futures-core",
2946 "futures-sink",
2947 "futures-util",
2948 "pin-project-lite",
2949 "tokio",
2950]
2951
2952[[package]]
2953name = "tower"
2954version = "0.5.2"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2957dependencies = [
2958 "futures-core",
2959 "futures-util",
2960 "pin-project-lite",
2961 "sync_wrapper",
2962 "tokio",
2963 "tower-layer",
2964 "tower-service",
2965 "tracing",
2966]
2967
2968[[package]]
2969name = "tower-http"
2970version = "0.6.6"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2973dependencies = [
2974 "bitflags",
2975 "bytes",
2976 "futures-util",
2977 "http",
2978 "http-body",
2979 "iri-string",
2980 "pin-project-lite",
2981 "tower",
2982 "tower-layer",
2983 "tower-service",
2984]
2985
2986[[package]]
2987name = "tower-layer"
2988version = "0.3.3"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2991
2992[[package]]
2993name = "tower-service"
2994version = "0.3.3"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2997
2998[[package]]
2999name = "tracing"
3000version = "0.1.41"
3001source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3003dependencies = [
3004 "log",
3005 "pin-project-lite",
3006 "tracing-attributes",
3007 "tracing-core",
3008]
3009
3010[[package]]
3011name = "tracing-attributes"
3012version = "0.1.30"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
3015dependencies = [
3016 "proc-macro2",
3017 "quote",
3018 "syn",
3019]
3020
3021[[package]]
3022name = "tracing-core"
3023version = "0.1.34"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
3026dependencies = [
3027 "once_cell",
3028 "valuable",
3029]
3030
3031[[package]]
3032name = "tracing-log"
3033version = "0.2.0"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3036dependencies = [
3037 "log",
3038 "once_cell",
3039 "tracing-core",
3040]
3041
3042[[package]]
3043name = "tracing-subscriber"
3044version = "0.3.20"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
3047dependencies = [
3048 "matchers",
3049 "nu-ansi-term",
3050 "once_cell",
3051 "regex-automata",
3052 "sharded-slab",
3053 "smallvec",
3054 "thread_local",
3055 "tracing",
3056 "tracing-core",
3057 "tracing-log",
3058]
3059
3060[[package]]
3061name = "try-lock"
3062version = "0.2.5"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3065
3066[[package]]
3067name = "typenum"
3068version = "1.18.0"
3069source = "registry+https://github.com/rust-lang/crates.io-index"
3070checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
3071
3072[[package]]
3073name = "unicode-bidi"
3074version = "0.3.18"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3077
3078[[package]]
3079name = "unicode-ident"
3080version = "1.0.18"
3081source = "registry+https://github.com/rust-lang/crates.io-index"
3082checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
3083
3084[[package]]
3085name = "unicode-normalization"
3086version = "0.1.24"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
3089dependencies = [
3090 "tinyvec",
3091]
3092
3093[[package]]
3094name = "unicode-properties"
3095version = "0.1.3"
3096source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
3098
3099[[package]]
3100name = "unsigned-varint"
3101version = "0.8.0"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
3104
3105[[package]]
3106name = "untrusted"
3107version = "0.9.0"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3110
3111[[package]]
3112name = "unty"
3113version = "0.0.4"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
3116
3117[[package]]
3118name = "url"
3119version = "2.5.7"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
3122dependencies = [
3123 "form_urlencoded",
3124 "idna",
3125 "percent-encoding",
3126 "serde",
3127]
3128
3129[[package]]
3130name = "utf8_iter"
3131version = "1.0.4"
3132source = "registry+https://github.com/rust-lang/crates.io-index"
3133checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3134
3135[[package]]
3136name = "uuid"
3137version = "1.18.1"
3138source = "registry+https://github.com/rust-lang/crates.io-index"
3139checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
3140dependencies = [
3141 "getrandom 0.3.3",
3142 "js-sys",
3143 "wasm-bindgen",
3144]
3145
3146[[package]]
3147name = "valuable"
3148version = "0.1.1"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3151
3152[[package]]
3153name = "vcpkg"
3154version = "0.2.15"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3157
3158[[package]]
3159name = "version_check"
3160version = "0.9.5"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3163
3164[[package]]
3165name = "virtue"
3166version = "0.0.18"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
3169
3170[[package]]
3171name = "want"
3172version = "0.3.1"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3175dependencies = [
3176 "try-lock",
3177]
3178
3179[[package]]
3180name = "wasi"
3181version = "0.11.1+wasi-snapshot-preview1"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3184
3185[[package]]
3186name = "wasi"
3187version = "0.14.3+wasi-0.2.4"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95"
3190dependencies = [
3191 "wit-bindgen",
3192]
3193
3194[[package]]
3195name = "wasite"
3196version = "0.1.0"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3199
3200[[package]]
3201name = "wasm-bindgen"
3202version = "0.2.101"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b"
3205dependencies = [
3206 "cfg-if",
3207 "once_cell",
3208 "rustversion",
3209 "wasm-bindgen-macro",
3210 "wasm-bindgen-shared",
3211]
3212
3213[[package]]
3214name = "wasm-bindgen-backend"
3215version = "0.2.101"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb"
3218dependencies = [
3219 "bumpalo",
3220 "log",
3221 "proc-macro2",
3222 "quote",
3223 "syn",
3224 "wasm-bindgen-shared",
3225]
3226
3227[[package]]
3228name = "wasm-bindgen-futures"
3229version = "0.4.51"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe"
3232dependencies = [
3233 "cfg-if",
3234 "js-sys",
3235 "once_cell",
3236 "wasm-bindgen",
3237 "web-sys",
3238]
3239
3240[[package]]
3241name = "wasm-bindgen-macro"
3242version = "0.2.101"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d"
3245dependencies = [
3246 "quote",
3247 "wasm-bindgen-macro-support",
3248]
3249
3250[[package]]
3251name = "wasm-bindgen-macro-support"
3252version = "0.2.101"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa"
3255dependencies = [
3256 "proc-macro2",
3257 "quote",
3258 "syn",
3259 "wasm-bindgen-backend",
3260 "wasm-bindgen-shared",
3261]
3262
3263[[package]]
3264name = "wasm-bindgen-shared"
3265version = "0.2.101"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1"
3268dependencies = [
3269 "unicode-ident",
3270]
3271
3272[[package]]
3273name = "web-sys"
3274version = "0.3.78"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12"
3277dependencies = [
3278 "js-sys",
3279 "wasm-bindgen",
3280]
3281
3282[[package]]
3283name = "web-time"
3284version = "1.1.0"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3287dependencies = [
3288 "js-sys",
3289 "wasm-bindgen",
3290]
3291
3292[[package]]
3293name = "webpki-roots"
3294version = "1.0.2"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
3297dependencies = [
3298 "rustls-pki-types",
3299]
3300
3301[[package]]
3302name = "whoami"
3303version = "1.6.1"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
3306dependencies = [
3307 "libredox",
3308 "wasite",
3309]
3310
3311[[package]]
3312name = "widestring"
3313version = "1.2.0"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
3316
3317[[package]]
3318name = "windows"
3319version = "0.61.3"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
3322dependencies = [
3323 "windows-collections",
3324 "windows-core",
3325 "windows-future",
3326 "windows-link",
3327 "windows-numerics",
3328]
3329
3330[[package]]
3331name = "windows-collections"
3332version = "0.2.0"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
3335dependencies = [
3336 "windows-core",
3337]
3338
3339[[package]]
3340name = "windows-core"
3341version = "0.61.2"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
3344dependencies = [
3345 "windows-implement",
3346 "windows-interface",
3347 "windows-link",
3348 "windows-result",
3349 "windows-strings",
3350]
3351
3352[[package]]
3353name = "windows-future"
3354version = "0.2.1"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
3357dependencies = [
3358 "windows-core",
3359 "windows-link",
3360 "windows-threading",
3361]
3362
3363[[package]]
3364name = "windows-implement"
3365version = "0.60.0"
3366source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
3368dependencies = [
3369 "proc-macro2",
3370 "quote",
3371 "syn",
3372]
3373
3374[[package]]
3375name = "windows-interface"
3376version = "0.59.1"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
3379dependencies = [
3380 "proc-macro2",
3381 "quote",
3382 "syn",
3383]
3384
3385[[package]]
3386name = "windows-link"
3387version = "0.1.3"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
3390
3391[[package]]
3392name = "windows-numerics"
3393version = "0.2.0"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
3396dependencies = [
3397 "windows-core",
3398 "windows-link",
3399]
3400
3401[[package]]
3402name = "windows-registry"
3403version = "0.5.3"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
3406dependencies = [
3407 "windows-link",
3408 "windows-result",
3409 "windows-strings",
3410]
3411
3412[[package]]
3413name = "windows-result"
3414version = "0.3.4"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
3417dependencies = [
3418 "windows-link",
3419]
3420
3421[[package]]
3422name = "windows-strings"
3423version = "0.4.2"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
3426dependencies = [
3427 "windows-link",
3428]
3429
3430[[package]]
3431name = "windows-sys"
3432version = "0.48.0"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3435dependencies = [
3436 "windows-targets 0.48.5",
3437]
3438
3439[[package]]
3440name = "windows-sys"
3441version = "0.52.0"
3442source = "registry+https://github.com/rust-lang/crates.io-index"
3443checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3444dependencies = [
3445 "windows-targets 0.52.6",
3446]
3447
3448[[package]]
3449name = "windows-sys"
3450version = "0.59.0"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3453dependencies = [
3454 "windows-targets 0.52.6",
3455]
3456
3457[[package]]
3458name = "windows-sys"
3459version = "0.60.2"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3462dependencies = [
3463 "windows-targets 0.53.3",
3464]
3465
3466[[package]]
3467name = "windows-targets"
3468version = "0.48.5"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3471dependencies = [
3472 "windows_aarch64_gnullvm 0.48.5",
3473 "windows_aarch64_msvc 0.48.5",
3474 "windows_i686_gnu 0.48.5",
3475 "windows_i686_msvc 0.48.5",
3476 "windows_x86_64_gnu 0.48.5",
3477 "windows_x86_64_gnullvm 0.48.5",
3478 "windows_x86_64_msvc 0.48.5",
3479]
3480
3481[[package]]
3482name = "windows-targets"
3483version = "0.52.6"
3484source = "registry+https://github.com/rust-lang/crates.io-index"
3485checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3486dependencies = [
3487 "windows_aarch64_gnullvm 0.52.6",
3488 "windows_aarch64_msvc 0.52.6",
3489 "windows_i686_gnu 0.52.6",
3490 "windows_i686_gnullvm 0.52.6",
3491 "windows_i686_msvc 0.52.6",
3492 "windows_x86_64_gnu 0.52.6",
3493 "windows_x86_64_gnullvm 0.52.6",
3494 "windows_x86_64_msvc 0.52.6",
3495]
3496
3497[[package]]
3498name = "windows-targets"
3499version = "0.53.3"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
3502dependencies = [
3503 "windows-link",
3504 "windows_aarch64_gnullvm 0.53.0",
3505 "windows_aarch64_msvc 0.53.0",
3506 "windows_i686_gnu 0.53.0",
3507 "windows_i686_gnullvm 0.53.0",
3508 "windows_i686_msvc 0.53.0",
3509 "windows_x86_64_gnu 0.53.0",
3510 "windows_x86_64_gnullvm 0.53.0",
3511 "windows_x86_64_msvc 0.53.0",
3512]
3513
3514[[package]]
3515name = "windows-threading"
3516version = "0.1.0"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
3519dependencies = [
3520 "windows-link",
3521]
3522
3523[[package]]
3524name = "windows_aarch64_gnullvm"
3525version = "0.48.5"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3528
3529[[package]]
3530name = "windows_aarch64_gnullvm"
3531version = "0.52.6"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3534
3535[[package]]
3536name = "windows_aarch64_gnullvm"
3537version = "0.53.0"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3540
3541[[package]]
3542name = "windows_aarch64_msvc"
3543version = "0.48.5"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3546
3547[[package]]
3548name = "windows_aarch64_msvc"
3549version = "0.52.6"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3552
3553[[package]]
3554name = "windows_aarch64_msvc"
3555version = "0.53.0"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3558
3559[[package]]
3560name = "windows_i686_gnu"
3561version = "0.48.5"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3564
3565[[package]]
3566name = "windows_i686_gnu"
3567version = "0.52.6"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3570
3571[[package]]
3572name = "windows_i686_gnu"
3573version = "0.53.0"
3574source = "registry+https://github.com/rust-lang/crates.io-index"
3575checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3576
3577[[package]]
3578name = "windows_i686_gnullvm"
3579version = "0.52.6"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3582
3583[[package]]
3584name = "windows_i686_gnullvm"
3585version = "0.53.0"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3588
3589[[package]]
3590name = "windows_i686_msvc"
3591version = "0.48.5"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3594
3595[[package]]
3596name = "windows_i686_msvc"
3597version = "0.52.6"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3600
3601[[package]]
3602name = "windows_i686_msvc"
3603version = "0.53.0"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3606
3607[[package]]
3608name = "windows_x86_64_gnu"
3609version = "0.48.5"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3612
3613[[package]]
3614name = "windows_x86_64_gnu"
3615version = "0.52.6"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3618
3619[[package]]
3620name = "windows_x86_64_gnu"
3621version = "0.53.0"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3624
3625[[package]]
3626name = "windows_x86_64_gnullvm"
3627version = "0.48.5"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3630
3631[[package]]
3632name = "windows_x86_64_gnullvm"
3633version = "0.52.6"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3636
3637[[package]]
3638name = "windows_x86_64_gnullvm"
3639version = "0.53.0"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3642
3643[[package]]
3644name = "windows_x86_64_msvc"
3645version = "0.48.5"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3648
3649[[package]]
3650name = "windows_x86_64_msvc"
3651version = "0.52.6"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3654
3655[[package]]
3656name = "windows_x86_64_msvc"
3657version = "0.53.0"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3660
3661[[package]]
3662name = "winreg"
3663version = "0.50.0"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
3666dependencies = [
3667 "cfg-if",
3668 "windows-sys 0.48.0",
3669]
3670
3671[[package]]
3672name = "wit-bindgen"
3673version = "0.45.1"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
3676
3677[[package]]
3678name = "writeable"
3679version = "0.6.1"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
3682
3683[[package]]
3684name = "yoke"
3685version = "0.8.0"
3686source = "registry+https://github.com/rust-lang/crates.io-index"
3687checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
3688dependencies = [
3689 "serde",
3690 "stable_deref_trait",
3691 "yoke-derive",
3692 "zerofrom",
3693]
3694
3695[[package]]
3696name = "yoke-derive"
3697version = "0.8.0"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
3700dependencies = [
3701 "proc-macro2",
3702 "quote",
3703 "syn",
3704 "synstructure",
3705]
3706
3707[[package]]
3708name = "zerocopy"
3709version = "0.8.26"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
3712dependencies = [
3713 "zerocopy-derive",
3714]
3715
3716[[package]]
3717name = "zerocopy-derive"
3718version = "0.8.26"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
3721dependencies = [
3722 "proc-macro2",
3723 "quote",
3724 "syn",
3725]
3726
3727[[package]]
3728name = "zerofrom"
3729version = "0.1.6"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3732dependencies = [
3733 "zerofrom-derive",
3734]
3735
3736[[package]]
3737name = "zerofrom-derive"
3738version = "0.1.6"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3741dependencies = [
3742 "proc-macro2",
3743 "quote",
3744 "syn",
3745 "synstructure",
3746]
3747
3748[[package]]
3749name = "zeroize"
3750version = "1.8.1"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
3753
3754[[package]]
3755name = "zerotrie"
3756version = "0.2.2"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
3759dependencies = [
3760 "displaydoc",
3761 "yoke",
3762 "zerofrom",
3763]
3764
3765[[package]]
3766name = "zerovec"
3767version = "0.11.4"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
3770dependencies = [
3771 "yoke",
3772 "zerofrom",
3773 "zerovec-derive",
3774]
3775
3776[[package]]
3777name = "zerovec-derive"
3778version = "0.11.1"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
3781dependencies = [
3782 "proc-macro2",
3783 "quote",
3784 "syn",
3785]