This repository has no description
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "ahash"
13version = "0.8.12"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16dependencies = [
17 "cfg-if",
18 "once_cell",
19 "version_check",
20 "zerocopy",
21]
22
23[[package]]
24name = "aho-corasick"
25version = "1.1.4"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
28dependencies = [
29 "memchr",
30]
31
32[[package]]
33name = "aliasable"
34version = "0.1.3"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
37
38[[package]]
39name = "allocator-api2"
40version = "0.2.21"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
43
44[[package]]
45name = "android_system_properties"
46version = "0.1.5"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
49dependencies = [
50 "libc",
51]
52
53[[package]]
54name = "anyhow"
55version = "1.0.102"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
58
59[[package]]
60name = "async-compression"
61version = "0.4.42"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac"
64dependencies = [
65 "compression-codecs",
66 "compression-core",
67 "pin-project-lite",
68 "tokio",
69]
70
71[[package]]
72name = "atomic-polyfill"
73version = "1.0.3"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
76dependencies = [
77 "critical-section",
78]
79
80[[package]]
81name = "atomic-waker"
82version = "1.1.2"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
85
86[[package]]
87name = "autocfg"
88version = "1.5.0"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
91
92[[package]]
93name = "base-x"
94version = "0.2.11"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
97
98[[package]]
99name = "base16ct"
100version = "0.2.0"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
103
104[[package]]
105name = "base256emoji"
106version = "1.0.2"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
109dependencies = [
110 "const-str",
111 "match-lookup",
112]
113
114[[package]]
115name = "base64"
116version = "0.22.1"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
119
120[[package]]
121name = "base64ct"
122version = "1.8.3"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
125
126[[package]]
127name = "bitflags"
128version = "2.11.1"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
131
132[[package]]
133name = "block-buffer"
134version = "0.10.4"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
137dependencies = [
138 "generic-array",
139]
140
141[[package]]
142name = "bobbin-edge-index"
143version = "0.0.1"
144dependencies = [
145 "bobbin-types",
146 "lasso",
147 "roaring",
148 "scc",
149]
150
151[[package]]
152name = "bobbin-ingest"
153version = "0.0.1"
154dependencies = [
155 "bobbin-edge-index",
156 "bobbin-types",
157 "chrono",
158 "futures",
159 "serde_ipld_dagcbor",
160 "serde_json",
161 "thiserror 2.0.18",
162 "tokio",
163 "tokio-tungstenite 0.29.0",
164 "tracing",
165 "url",
166]
167
168[[package]]
169name = "bobbin-types"
170version = "0.0.1"
171dependencies = [
172 "anyhow",
173 "chrono",
174 "cid",
175 "jacquard-common",
176 "jacquard-derive",
177 "jacquard-lexicon",
178 "miette",
179 "serde",
180 "serde_ipld_dagcbor",
181 "serde_json",
182 "thiserror 2.0.18",
183 "walkdir",
184]
185
186[[package]]
187name = "bon"
188version = "3.9.1"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe"
191dependencies = [
192 "bon-macros",
193 "rustversion",
194]
195
196[[package]]
197name = "bon-macros"
198version = "3.9.1"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c"
201dependencies = [
202 "darling",
203 "ident_case",
204 "prettyplease",
205 "proc-macro2",
206 "quote",
207 "rustversion",
208 "syn",
209]
210
211[[package]]
212name = "borrow-or-share"
213version = "0.2.4"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
216
217[[package]]
218name = "borsh"
219version = "1.6.1"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a"
222dependencies = [
223 "bytes",
224 "cfg_aliases",
225]
226
227[[package]]
228name = "bumpalo"
229version = "3.20.2"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
232
233[[package]]
234name = "bytemuck"
235version = "1.25.0"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
238
239[[package]]
240name = "byteorder"
241version = "1.5.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
244
245[[package]]
246name = "bytes"
247version = "1.11.1"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
250dependencies = [
251 "serde",
252]
253
254[[package]]
255name = "cbor4ii"
256version = "0.2.14"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
259dependencies = [
260 "serde",
261]
262
263[[package]]
264name = "cc"
265version = "1.2.61"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d"
268dependencies = [
269 "find-msvc-tools",
270 "shlex",
271]
272
273[[package]]
274name = "cfg-if"
275version = "1.0.4"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
278
279[[package]]
280name = "cfg_aliases"
281version = "0.2.1"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
284
285[[package]]
286name = "chrono"
287version = "0.4.44"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
290dependencies = [
291 "iana-time-zone",
292 "js-sys",
293 "num-traits",
294 "serde",
295 "wasm-bindgen",
296 "windows-link",
297]
298
299[[package]]
300name = "ciborium"
301version = "0.2.2"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
304dependencies = [
305 "ciborium-io",
306 "ciborium-ll",
307 "serde",
308]
309
310[[package]]
311name = "ciborium-io"
312version = "0.2.2"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
315
316[[package]]
317name = "ciborium-ll"
318version = "0.2.2"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
321dependencies = [
322 "ciborium-io",
323 "half",
324]
325
326[[package]]
327name = "cid"
328version = "0.11.3"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971"
331dependencies = [
332 "multibase",
333 "multihash",
334 "serde",
335 "serde_bytes",
336 "unsigned-varint",
337]
338
339[[package]]
340name = "cobs"
341version = "0.3.0"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
344dependencies = [
345 "thiserror 2.0.18",
346]
347
348[[package]]
349name = "compression-codecs"
350version = "0.4.38"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
353dependencies = [
354 "compression-core",
355 "flate2",
356 "memchr",
357]
358
359[[package]]
360name = "compression-core"
361version = "0.4.32"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
364
365[[package]]
366name = "const-oid"
367version = "0.9.6"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
370
371[[package]]
372name = "const-str"
373version = "0.4.3"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
376
377[[package]]
378name = "cordyceps"
379version = "0.3.4"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
382dependencies = [
383 "loom",
384 "tracing",
385]
386
387[[package]]
388name = "core-foundation"
389version = "0.9.4"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
392dependencies = [
393 "core-foundation-sys",
394 "libc",
395]
396
397[[package]]
398name = "core-foundation"
399version = "0.10.1"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
402dependencies = [
403 "core-foundation-sys",
404 "libc",
405]
406
407[[package]]
408name = "core-foundation-sys"
409version = "0.8.7"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
412
413[[package]]
414name = "cpufeatures"
415version = "0.2.17"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
418dependencies = [
419 "libc",
420]
421
422[[package]]
423name = "crc32fast"
424version = "1.5.0"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
427dependencies = [
428 "cfg-if",
429]
430
431[[package]]
432name = "critical-section"
433version = "1.2.0"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
436
437[[package]]
438name = "crossbeam-utils"
439version = "0.8.21"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
442
443[[package]]
444name = "crunchy"
445version = "0.2.4"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
448
449[[package]]
450name = "crypto-bigint"
451version = "0.5.5"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
454dependencies = [
455 "generic-array",
456 "rand_core 0.6.4",
457 "subtle",
458 "zeroize",
459]
460
461[[package]]
462name = "crypto-common"
463version = "0.1.6"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
466dependencies = [
467 "generic-array",
468 "typenum",
469]
470
471[[package]]
472name = "darling"
473version = "0.23.0"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
476dependencies = [
477 "darling_core",
478 "darling_macro",
479]
480
481[[package]]
482name = "darling_core"
483version = "0.23.0"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
486dependencies = [
487 "ident_case",
488 "proc-macro2",
489 "quote",
490 "strsim",
491 "syn",
492]
493
494[[package]]
495name = "darling_macro"
496version = "0.23.0"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
499dependencies = [
500 "darling_core",
501 "quote",
502 "syn",
503]
504
505[[package]]
506name = "dashmap"
507version = "6.1.0"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
510dependencies = [
511 "cfg-if",
512 "crossbeam-utils",
513 "hashbrown 0.14.5",
514 "lock_api",
515 "once_cell",
516 "parking_lot_core",
517]
518
519[[package]]
520name = "data-encoding"
521version = "2.11.0"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
524
525[[package]]
526name = "data-encoding-macro"
527version = "0.1.20"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c"
530dependencies = [
531 "data-encoding",
532 "data-encoding-macro-internal",
533]
534
535[[package]]
536name = "data-encoding-macro-internal"
537version = "0.1.18"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090"
540dependencies = [
541 "data-encoding",
542 "syn",
543]
544
545[[package]]
546name = "der"
547version = "0.7.10"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
550dependencies = [
551 "const-oid",
552 "pem-rfc7468",
553 "zeroize",
554]
555
556[[package]]
557name = "deranged"
558version = "0.5.8"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
561dependencies = [
562 "powerfmt",
563]
564
565[[package]]
566name = "derive_more"
567version = "1.0.0"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
570dependencies = [
571 "derive_more-impl",
572]
573
574[[package]]
575name = "derive_more-impl"
576version = "1.0.0"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
579dependencies = [
580 "proc-macro2",
581 "quote",
582 "syn",
583 "unicode-xid",
584]
585
586[[package]]
587name = "diatomic-waker"
588version = "0.2.3"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
591
592[[package]]
593name = "digest"
594version = "0.10.7"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
597dependencies = [
598 "block-buffer",
599 "const-oid",
600 "crypto-common",
601 "subtle",
602]
603
604[[package]]
605name = "displaydoc"
606version = "0.2.5"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
609dependencies = [
610 "proc-macro2",
611 "quote",
612 "syn",
613]
614
615[[package]]
616name = "ecdsa"
617version = "0.16.9"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
620dependencies = [
621 "der",
622 "digest",
623 "elliptic-curve",
624 "rfc6979",
625 "signature",
626 "spki",
627]
628
629[[package]]
630name = "elliptic-curve"
631version = "0.13.8"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
634dependencies = [
635 "base16ct",
636 "crypto-bigint",
637 "digest",
638 "ff",
639 "generic-array",
640 "group",
641 "pem-rfc7468",
642 "pkcs8",
643 "rand_core 0.6.4",
644 "sec1",
645 "subtle",
646 "zeroize",
647]
648
649[[package]]
650name = "embedded-io"
651version = "0.4.0"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
654
655[[package]]
656name = "embedded-io"
657version = "0.6.1"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
660
661[[package]]
662name = "encoding_rs"
663version = "0.8.35"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
666dependencies = [
667 "cfg-if",
668]
669
670[[package]]
671name = "equivalent"
672version = "1.0.2"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
675
676[[package]]
677name = "errno"
678version = "0.3.14"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
681dependencies = [
682 "libc",
683 "windows-sys 0.61.2",
684]
685
686[[package]]
687name = "fastrand"
688version = "2.4.1"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
691
692[[package]]
693name = "ff"
694version = "0.13.1"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
697dependencies = [
698 "rand_core 0.6.4",
699 "subtle",
700]
701
702[[package]]
703name = "find-msvc-tools"
704version = "0.1.9"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
707
708[[package]]
709name = "flate2"
710version = "1.1.9"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
713dependencies = [
714 "crc32fast",
715 "miniz_oxide",
716]
717
718[[package]]
719name = "fluent-uri"
720version = "0.4.1"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
723dependencies = [
724 "borrow-or-share",
725 "ref-cast",
726 "serde",
727]
728
729[[package]]
730name = "fnv"
731version = "1.0.7"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
734
735[[package]]
736name = "foldhash"
737version = "0.1.5"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
740
741[[package]]
742name = "form_urlencoded"
743version = "1.2.2"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
746dependencies = [
747 "percent-encoding",
748]
749
750[[package]]
751name = "futures"
752version = "0.3.32"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
755dependencies = [
756 "futures-channel",
757 "futures-core",
758 "futures-executor",
759 "futures-io",
760 "futures-sink",
761 "futures-task",
762 "futures-util",
763]
764
765[[package]]
766name = "futures-buffered"
767version = "0.2.13"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5"
770dependencies = [
771 "cordyceps",
772 "diatomic-waker",
773 "futures-core",
774 "pin-project-lite",
775 "spin 0.10.0",
776]
777
778[[package]]
779name = "futures-channel"
780version = "0.3.32"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
783dependencies = [
784 "futures-core",
785 "futures-sink",
786]
787
788[[package]]
789name = "futures-core"
790version = "0.3.32"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
793
794[[package]]
795name = "futures-executor"
796version = "0.3.32"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
799dependencies = [
800 "futures-core",
801 "futures-task",
802 "futures-util",
803]
804
805[[package]]
806name = "futures-io"
807version = "0.3.32"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
810
811[[package]]
812name = "futures-lite"
813version = "2.6.1"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
816dependencies = [
817 "fastrand",
818 "futures-core",
819 "futures-io",
820 "parking",
821 "pin-project-lite",
822]
823
824[[package]]
825name = "futures-macro"
826version = "0.3.32"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
829dependencies = [
830 "proc-macro2",
831 "quote",
832 "syn",
833]
834
835[[package]]
836name = "futures-sink"
837version = "0.3.32"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
840
841[[package]]
842name = "futures-task"
843version = "0.3.32"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
846
847[[package]]
848name = "futures-util"
849version = "0.3.32"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
852dependencies = [
853 "futures-channel",
854 "futures-core",
855 "futures-io",
856 "futures-macro",
857 "futures-sink",
858 "futures-task",
859 "memchr",
860 "pin-project-lite",
861 "slab",
862]
863
864[[package]]
865name = "generator"
866version = "0.8.8"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9"
869dependencies = [
870 "cc",
871 "cfg-if",
872 "libc",
873 "log",
874 "rustversion",
875 "windows-link",
876 "windows-result",
877]
878
879[[package]]
880name = "generic-array"
881version = "0.14.9"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
884dependencies = [
885 "typenum",
886 "version_check",
887 "zeroize",
888]
889
890[[package]]
891name = "getrandom"
892version = "0.2.17"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
895dependencies = [
896 "cfg-if",
897 "js-sys",
898 "libc",
899 "wasi",
900 "wasm-bindgen",
901]
902
903[[package]]
904name = "getrandom"
905version = "0.3.4"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
908dependencies = [
909 "cfg-if",
910 "js-sys",
911 "libc",
912 "r-efi",
913 "wasip2",
914 "wasm-bindgen",
915]
916
917[[package]]
918name = "group"
919version = "0.13.0"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
922dependencies = [
923 "ff",
924 "rand_core 0.6.4",
925 "subtle",
926]
927
928[[package]]
929name = "h2"
930version = "0.4.13"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
933dependencies = [
934 "atomic-waker",
935 "bytes",
936 "fnv",
937 "futures-core",
938 "futures-sink",
939 "http",
940 "indexmap",
941 "slab",
942 "tokio",
943 "tokio-util",
944 "tracing",
945]
946
947[[package]]
948name = "half"
949version = "2.7.1"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
952dependencies = [
953 "cfg-if",
954 "crunchy",
955 "zerocopy",
956]
957
958[[package]]
959name = "hash32"
960version = "0.2.1"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
963dependencies = [
964 "byteorder",
965]
966
967[[package]]
968name = "hashbrown"
969version = "0.14.5"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
972dependencies = [
973 "ahash",
974 "allocator-api2",
975]
976
977[[package]]
978name = "hashbrown"
979version = "0.15.5"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
982dependencies = [
983 "allocator-api2",
984 "equivalent",
985 "foldhash",
986]
987
988[[package]]
989name = "hashbrown"
990version = "0.17.0"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
993
994[[package]]
995name = "heapless"
996version = "0.7.17"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
999dependencies = [
1000 "atomic-polyfill",
1001 "hash32",
1002 "rustc_version",
1003 "serde",
1004 "spin 0.9.8",
1005 "stable_deref_trait",
1006]
1007
1008[[package]]
1009name = "heck"
1010version = "0.4.1"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1013
1014[[package]]
1015name = "heck"
1016version = "0.5.0"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1019
1020[[package]]
1021name = "hex"
1022version = "0.4.3"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1025
1026[[package]]
1027name = "hmac"
1028version = "0.12.1"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1031dependencies = [
1032 "digest",
1033]
1034
1035[[package]]
1036name = "http"
1037version = "1.4.0"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1040dependencies = [
1041 "bytes",
1042 "itoa",
1043]
1044
1045[[package]]
1046name = "http-body"
1047version = "1.0.1"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1050dependencies = [
1051 "bytes",
1052 "http",
1053]
1054
1055[[package]]
1056name = "http-body-util"
1057version = "0.1.3"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1060dependencies = [
1061 "bytes",
1062 "futures-core",
1063 "http",
1064 "http-body",
1065 "pin-project-lite",
1066]
1067
1068[[package]]
1069name = "httparse"
1070version = "1.10.1"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1073
1074[[package]]
1075name = "hyper"
1076version = "1.9.0"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
1079dependencies = [
1080 "atomic-waker",
1081 "bytes",
1082 "futures-channel",
1083 "futures-core",
1084 "h2",
1085 "http",
1086 "http-body",
1087 "httparse",
1088 "itoa",
1089 "pin-project-lite",
1090 "smallvec",
1091 "tokio",
1092 "want",
1093]
1094
1095[[package]]
1096name = "hyper-rustls"
1097version = "0.27.9"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1100dependencies = [
1101 "http",
1102 "hyper",
1103 "hyper-util",
1104 "rustls",
1105 "tokio",
1106 "tokio-rustls",
1107 "tower-service",
1108 "webpki-roots 1.0.7",
1109]
1110
1111[[package]]
1112name = "hyper-util"
1113version = "0.1.20"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1116dependencies = [
1117 "base64",
1118 "bytes",
1119 "futures-channel",
1120 "futures-util",
1121 "http",
1122 "http-body",
1123 "hyper",
1124 "ipnet",
1125 "libc",
1126 "percent-encoding",
1127 "pin-project-lite",
1128 "socket2",
1129 "system-configuration",
1130 "tokio",
1131 "tower-service",
1132 "tracing",
1133 "windows-registry",
1134]
1135
1136[[package]]
1137name = "iana-time-zone"
1138version = "0.1.65"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1141dependencies = [
1142 "android_system_properties",
1143 "core-foundation-sys",
1144 "iana-time-zone-haiku",
1145 "js-sys",
1146 "log",
1147 "wasm-bindgen",
1148 "windows-core",
1149]
1150
1151[[package]]
1152name = "iana-time-zone-haiku"
1153version = "0.1.2"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1156dependencies = [
1157 "cc",
1158]
1159
1160[[package]]
1161name = "icu_collections"
1162version = "2.2.0"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1165dependencies = [
1166 "displaydoc",
1167 "potential_utf",
1168 "utf8_iter",
1169 "yoke",
1170 "zerofrom",
1171 "zerovec",
1172]
1173
1174[[package]]
1175name = "icu_locale_core"
1176version = "2.2.0"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1179dependencies = [
1180 "displaydoc",
1181 "litemap",
1182 "tinystr",
1183 "writeable",
1184 "zerovec",
1185]
1186
1187[[package]]
1188name = "icu_normalizer"
1189version = "2.2.0"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1192dependencies = [
1193 "icu_collections",
1194 "icu_normalizer_data",
1195 "icu_properties",
1196 "icu_provider",
1197 "smallvec",
1198 "zerovec",
1199]
1200
1201[[package]]
1202name = "icu_normalizer_data"
1203version = "2.2.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1206
1207[[package]]
1208name = "icu_properties"
1209version = "2.2.0"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1212dependencies = [
1213 "icu_collections",
1214 "icu_locale_core",
1215 "icu_properties_data",
1216 "icu_provider",
1217 "zerotrie",
1218 "zerovec",
1219]
1220
1221[[package]]
1222name = "icu_properties_data"
1223version = "2.2.0"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1226
1227[[package]]
1228name = "icu_provider"
1229version = "2.2.0"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1232dependencies = [
1233 "displaydoc",
1234 "icu_locale_core",
1235 "writeable",
1236 "yoke",
1237 "zerofrom",
1238 "zerotrie",
1239 "zerovec",
1240]
1241
1242[[package]]
1243name = "ident_case"
1244version = "1.0.1"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1247
1248[[package]]
1249name = "idna"
1250version = "1.1.0"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1253dependencies = [
1254 "idna_adapter",
1255 "smallvec",
1256 "utf8_iter",
1257]
1258
1259[[package]]
1260name = "idna_adapter"
1261version = "1.2.2"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1264dependencies = [
1265 "icu_normalizer",
1266 "icu_properties",
1267]
1268
1269[[package]]
1270name = "indexmap"
1271version = "2.14.0"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1274dependencies = [
1275 "equivalent",
1276 "hashbrown 0.17.0",
1277]
1278
1279[[package]]
1280name = "inventory"
1281version = "0.3.24"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
1284dependencies = [
1285 "rustversion",
1286]
1287
1288[[package]]
1289name = "ipld-core"
1290version = "0.4.3"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda"
1293dependencies = [
1294 "cid",
1295 "serde",
1296 "serde_bytes",
1297]
1298
1299[[package]]
1300name = "ipnet"
1301version = "2.12.0"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1304
1305[[package]]
1306name = "iri-string"
1307version = "0.7.12"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
1310dependencies = [
1311 "memchr",
1312 "serde",
1313]
1314
1315[[package]]
1316name = "itoa"
1317version = "1.0.18"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1320
1321[[package]]
1322name = "jacquard-common"
1323version = "0.12.0-beta.2"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "e830579811d60e29209c9466d034225d5e045ecdc2b3c55282709bd07da97869"
1326dependencies = [
1327 "base64",
1328 "bon",
1329 "bytes",
1330 "chrono",
1331 "ciborium",
1332 "ciborium-io",
1333 "cid",
1334 "fluent-uri",
1335 "futures",
1336 "getrandom 0.2.17",
1337 "getrandom 0.3.4",
1338 "hashbrown 0.15.5",
1339 "http",
1340 "ipld-core",
1341 "k256",
1342 "maitake-sync",
1343 "miette",
1344 "multibase",
1345 "multihash",
1346 "n0-future",
1347 "ouroboros",
1348 "oxilangtag",
1349 "p256",
1350 "phf",
1351 "postcard",
1352 "rand 0.9.4",
1353 "regex",
1354 "regex-automata",
1355 "regex-lite",
1356 "reqwest",
1357 "rustversion",
1358 "serde",
1359 "serde_bytes",
1360 "serde_html_form",
1361 "serde_ipld_dagcbor",
1362 "serde_json",
1363 "signature",
1364 "smol_str",
1365 "spin 0.10.0",
1366 "thiserror 2.0.18",
1367 "tokio",
1368 "tokio-tungstenite-wasm",
1369 "tokio-util",
1370 "trait-variant",
1371 "unicode-segmentation",
1372]
1373
1374[[package]]
1375name = "jacquard-derive"
1376version = "0.12.0-beta.2"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "93f83b8049e4e7916e0f6764c3deaf5e55a7ffbab26c379415e9b1d4d645d957"
1379dependencies = [
1380 "heck 0.5.0",
1381 "jacquard-lexicon",
1382 "proc-macro2",
1383 "quote",
1384 "syn",
1385]
1386
1387[[package]]
1388name = "jacquard-lexicon"
1389version = "0.12.0-beta.2"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "64935ef85dd24f60f467082c21ad52f739a02dd402a2adf40e5794e3de949e1f"
1392dependencies = [
1393 "cid",
1394 "dashmap",
1395 "heck 0.5.0",
1396 "inventory",
1397 "jacquard-common",
1398 "miette",
1399 "multihash",
1400 "prettyplease",
1401 "proc-macro2",
1402 "quote",
1403 "serde",
1404 "serde_ipld_dagcbor",
1405 "serde_json",
1406 "serde_path_to_error",
1407 "serde_repr",
1408 "serde_with",
1409 "sha2",
1410 "syn",
1411 "thiserror 2.0.18",
1412 "unicode-segmentation",
1413]
1414
1415[[package]]
1416name = "js-sys"
1417version = "0.3.97"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "a1840c94c045fbcf8ba2812c95db44499f7c64910a912551aaaa541decebcacf"
1420dependencies = [
1421 "cfg-if",
1422 "futures-util",
1423 "once_cell",
1424 "wasm-bindgen",
1425]
1426
1427[[package]]
1428name = "k256"
1429version = "0.13.4"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1432dependencies = [
1433 "cfg-if",
1434 "ecdsa",
1435 "elliptic-curve",
1436 "sha2",
1437]
1438
1439[[package]]
1440name = "lasso"
1441version = "0.7.3"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
1444dependencies = [
1445 "dashmap",
1446 "hashbrown 0.14.5",
1447]
1448
1449[[package]]
1450name = "lazy_static"
1451version = "1.5.0"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1454
1455[[package]]
1456name = "libc"
1457version = "0.2.186"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1460
1461[[package]]
1462name = "litemap"
1463version = "0.8.2"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1466
1467[[package]]
1468name = "lock_api"
1469version = "0.4.14"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1472dependencies = [
1473 "scopeguard",
1474]
1475
1476[[package]]
1477name = "log"
1478version = "0.4.29"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1481
1482[[package]]
1483name = "loom"
1484version = "0.7.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1487dependencies = [
1488 "cfg-if",
1489 "generator",
1490 "scoped-tls",
1491 "tracing",
1492 "tracing-subscriber",
1493]
1494
1495[[package]]
1496name = "lru-slab"
1497version = "0.1.2"
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1500
1501[[package]]
1502name = "maitake-sync"
1503version = "0.1.2"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5"
1506dependencies = [
1507 "cordyceps",
1508 "loom",
1509 "mycelium-bitfield",
1510 "pin-project",
1511 "portable-atomic",
1512]
1513
1514[[package]]
1515name = "match-lookup"
1516version = "0.1.2"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
1519dependencies = [
1520 "proc-macro2",
1521 "quote",
1522 "syn",
1523]
1524
1525[[package]]
1526name = "matchers"
1527version = "0.2.0"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1530dependencies = [
1531 "regex-automata",
1532]
1533
1534[[package]]
1535name = "memchr"
1536version = "2.8.0"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1539
1540[[package]]
1541name = "miette"
1542version = "7.6.0"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
1545dependencies = [
1546 "cfg-if",
1547 "miette-derive",
1548 "unicode-width",
1549]
1550
1551[[package]]
1552name = "miette-derive"
1553version = "7.6.0"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
1556dependencies = [
1557 "proc-macro2",
1558 "quote",
1559 "syn",
1560]
1561
1562[[package]]
1563name = "mime"
1564version = "0.3.17"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1567
1568[[package]]
1569name = "miniz_oxide"
1570version = "0.8.9"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1573dependencies = [
1574 "adler2",
1575 "simd-adler32",
1576]
1577
1578[[package]]
1579name = "mio"
1580version = "1.2.0"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1583dependencies = [
1584 "libc",
1585 "wasi",
1586 "windows-sys 0.61.2",
1587]
1588
1589[[package]]
1590name = "multibase"
1591version = "0.9.2"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
1594dependencies = [
1595 "base-x",
1596 "base256emoji",
1597 "data-encoding",
1598 "data-encoding-macro",
1599]
1600
1601[[package]]
1602name = "multihash"
1603version = "0.19.5"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447"
1606dependencies = [
1607 "serde",
1608 "unsigned-varint",
1609]
1610
1611[[package]]
1612name = "mycelium-bitfield"
1613version = "0.1.5"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
1616
1617[[package]]
1618name = "n0-future"
1619version = "0.1.3"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
1622dependencies = [
1623 "cfg_aliases",
1624 "derive_more",
1625 "futures-buffered",
1626 "futures-lite",
1627 "futures-util",
1628 "js-sys",
1629 "pin-project",
1630 "send_wrapper",
1631 "tokio",
1632 "tokio-util",
1633 "wasm-bindgen",
1634 "wasm-bindgen-futures",
1635 "web-time",
1636]
1637
1638[[package]]
1639name = "nu-ansi-term"
1640version = "0.50.3"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1643dependencies = [
1644 "windows-sys 0.61.2",
1645]
1646
1647[[package]]
1648name = "num-conv"
1649version = "0.2.1"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
1652
1653[[package]]
1654name = "num-traits"
1655version = "0.2.19"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1658dependencies = [
1659 "autocfg",
1660]
1661
1662[[package]]
1663name = "once_cell"
1664version = "1.21.4"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1667
1668[[package]]
1669name = "openssl-probe"
1670version = "0.2.1"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1673
1674[[package]]
1675name = "ouroboros"
1676version = "0.18.5"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
1679dependencies = [
1680 "aliasable",
1681 "ouroboros_macro",
1682 "static_assertions",
1683]
1684
1685[[package]]
1686name = "ouroboros_macro"
1687version = "0.18.5"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
1690dependencies = [
1691 "heck 0.4.1",
1692 "proc-macro2",
1693 "proc-macro2-diagnostics",
1694 "quote",
1695 "syn",
1696]
1697
1698[[package]]
1699name = "oxilangtag"
1700version = "0.1.5"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "23f3f87617a86af77fa3691e6350483e7154c2ead9f1261b75130e21ca0f8acb"
1703dependencies = [
1704 "serde",
1705]
1706
1707[[package]]
1708name = "p256"
1709version = "0.13.2"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
1712dependencies = [
1713 "ecdsa",
1714 "elliptic-curve",
1715 "primeorder",
1716 "sha2",
1717]
1718
1719[[package]]
1720name = "parking"
1721version = "2.2.1"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1724
1725[[package]]
1726name = "parking_lot_core"
1727version = "0.9.12"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1730dependencies = [
1731 "cfg-if",
1732 "libc",
1733 "redox_syscall",
1734 "smallvec",
1735 "windows-link",
1736]
1737
1738[[package]]
1739name = "pem-rfc7468"
1740version = "0.7.0"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1743dependencies = [
1744 "base64ct",
1745]
1746
1747[[package]]
1748name = "percent-encoding"
1749version = "2.3.2"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1752
1753[[package]]
1754name = "phf"
1755version = "0.11.3"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1758dependencies = [
1759 "phf_macros",
1760 "phf_shared",
1761]
1762
1763[[package]]
1764name = "phf_generator"
1765version = "0.11.3"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1768dependencies = [
1769 "phf_shared",
1770 "rand 0.8.6",
1771]
1772
1773[[package]]
1774name = "phf_macros"
1775version = "0.11.3"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
1778dependencies = [
1779 "phf_generator",
1780 "phf_shared",
1781 "proc-macro2",
1782 "quote",
1783 "syn",
1784]
1785
1786[[package]]
1787name = "phf_shared"
1788version = "0.11.3"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1791dependencies = [
1792 "siphasher",
1793]
1794
1795[[package]]
1796name = "pin-project"
1797version = "1.1.11"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
1800dependencies = [
1801 "pin-project-internal",
1802]
1803
1804[[package]]
1805name = "pin-project-internal"
1806version = "1.1.11"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
1809dependencies = [
1810 "proc-macro2",
1811 "quote",
1812 "syn",
1813]
1814
1815[[package]]
1816name = "pin-project-lite"
1817version = "0.2.17"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1820
1821[[package]]
1822name = "pkcs8"
1823version = "0.10.2"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1826dependencies = [
1827 "der",
1828 "spki",
1829]
1830
1831[[package]]
1832name = "portable-atomic"
1833version = "1.13.1"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1836
1837[[package]]
1838name = "postcard"
1839version = "1.1.3"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
1842dependencies = [
1843 "cobs",
1844 "embedded-io 0.4.0",
1845 "embedded-io 0.6.1",
1846 "heapless",
1847 "serde",
1848]
1849
1850[[package]]
1851name = "potential_utf"
1852version = "0.1.5"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1855dependencies = [
1856 "zerovec",
1857]
1858
1859[[package]]
1860name = "powerfmt"
1861version = "0.2.0"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1864
1865[[package]]
1866name = "ppv-lite86"
1867version = "0.2.21"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1870dependencies = [
1871 "zerocopy",
1872]
1873
1874[[package]]
1875name = "prettyplease"
1876version = "0.2.37"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1879dependencies = [
1880 "proc-macro2",
1881 "syn",
1882]
1883
1884[[package]]
1885name = "primeorder"
1886version = "0.13.6"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
1889dependencies = [
1890 "elliptic-curve",
1891]
1892
1893[[package]]
1894name = "proc-macro2"
1895version = "1.0.106"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1898dependencies = [
1899 "unicode-ident",
1900]
1901
1902[[package]]
1903name = "proc-macro2-diagnostics"
1904version = "0.10.1"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
1907dependencies = [
1908 "proc-macro2",
1909 "quote",
1910 "syn",
1911 "version_check",
1912 "yansi",
1913]
1914
1915[[package]]
1916name = "quinn"
1917version = "0.11.9"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1920dependencies = [
1921 "bytes",
1922 "cfg_aliases",
1923 "pin-project-lite",
1924 "quinn-proto",
1925 "quinn-udp",
1926 "rustc-hash",
1927 "rustls",
1928 "socket2",
1929 "thiserror 2.0.18",
1930 "tokio",
1931 "tracing",
1932 "web-time",
1933]
1934
1935[[package]]
1936name = "quinn-proto"
1937version = "0.11.14"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1940dependencies = [
1941 "bytes",
1942 "getrandom 0.3.4",
1943 "lru-slab",
1944 "rand 0.9.4",
1945 "ring",
1946 "rustc-hash",
1947 "rustls",
1948 "rustls-pki-types",
1949 "slab",
1950 "thiserror 2.0.18",
1951 "tinyvec",
1952 "tracing",
1953 "web-time",
1954]
1955
1956[[package]]
1957name = "quinn-udp"
1958version = "0.5.14"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1961dependencies = [
1962 "cfg_aliases",
1963 "libc",
1964 "once_cell",
1965 "socket2",
1966 "tracing",
1967 "windows-sys 0.60.2",
1968]
1969
1970[[package]]
1971name = "quote"
1972version = "1.0.45"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1975dependencies = [
1976 "proc-macro2",
1977]
1978
1979[[package]]
1980name = "r-efi"
1981version = "5.3.0"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1984
1985[[package]]
1986name = "rand"
1987version = "0.8.6"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
1990dependencies = [
1991 "libc",
1992 "rand_chacha 0.3.1",
1993 "rand_core 0.6.4",
1994]
1995
1996[[package]]
1997name = "rand"
1998version = "0.9.4"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
2001dependencies = [
2002 "rand_chacha 0.9.0",
2003 "rand_core 0.9.5",
2004]
2005
2006[[package]]
2007name = "rand_chacha"
2008version = "0.3.1"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2011dependencies = [
2012 "ppv-lite86",
2013 "rand_core 0.6.4",
2014]
2015
2016[[package]]
2017name = "rand_chacha"
2018version = "0.9.0"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2021dependencies = [
2022 "ppv-lite86",
2023 "rand_core 0.9.5",
2024]
2025
2026[[package]]
2027name = "rand_core"
2028version = "0.6.4"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2031dependencies = [
2032 "getrandom 0.2.17",
2033]
2034
2035[[package]]
2036name = "rand_core"
2037version = "0.9.5"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2040dependencies = [
2041 "getrandom 0.3.4",
2042]
2043
2044[[package]]
2045name = "redox_syscall"
2046version = "0.5.18"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2049dependencies = [
2050 "bitflags",
2051]
2052
2053[[package]]
2054name = "ref-cast"
2055version = "1.0.25"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2058dependencies = [
2059 "ref-cast-impl",
2060]
2061
2062[[package]]
2063name = "ref-cast-impl"
2064version = "1.0.25"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2067dependencies = [
2068 "proc-macro2",
2069 "quote",
2070 "syn",
2071]
2072
2073[[package]]
2074name = "regex"
2075version = "1.12.3"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2078dependencies = [
2079 "aho-corasick",
2080 "memchr",
2081 "regex-automata",
2082 "regex-syntax",
2083]
2084
2085[[package]]
2086name = "regex-automata"
2087version = "0.4.14"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2090dependencies = [
2091 "aho-corasick",
2092 "memchr",
2093 "regex-syntax",
2094]
2095
2096[[package]]
2097name = "regex-lite"
2098version = "0.1.9"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
2101
2102[[package]]
2103name = "regex-syntax"
2104version = "0.8.10"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2107
2108[[package]]
2109name = "reqwest"
2110version = "0.12.28"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2113dependencies = [
2114 "base64",
2115 "bytes",
2116 "encoding_rs",
2117 "futures-core",
2118 "futures-util",
2119 "h2",
2120 "http",
2121 "http-body",
2122 "http-body-util",
2123 "hyper",
2124 "hyper-rustls",
2125 "hyper-util",
2126 "js-sys",
2127 "log",
2128 "mime",
2129 "percent-encoding",
2130 "pin-project-lite",
2131 "quinn",
2132 "rustls",
2133 "rustls-pki-types",
2134 "serde",
2135 "serde_json",
2136 "serde_urlencoded",
2137 "sync_wrapper",
2138 "tokio",
2139 "tokio-rustls",
2140 "tokio-util",
2141 "tower",
2142 "tower-http",
2143 "tower-service",
2144 "url",
2145 "wasm-bindgen",
2146 "wasm-bindgen-futures",
2147 "wasm-streams",
2148 "web-sys",
2149 "webpki-roots 1.0.7",
2150]
2151
2152[[package]]
2153name = "rfc6979"
2154version = "0.4.0"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2157dependencies = [
2158 "hmac",
2159 "subtle",
2160]
2161
2162[[package]]
2163name = "ring"
2164version = "0.17.14"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2167dependencies = [
2168 "cc",
2169 "cfg-if",
2170 "getrandom 0.2.17",
2171 "libc",
2172 "untrusted",
2173 "windows-sys 0.52.0",
2174]
2175
2176[[package]]
2177name = "roaring"
2178version = "0.11.4"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "1dedc5658c6ecb3bdb5ef5f3295bb9253f42dcf3fd1402c03f6b1f7659c3c4a9"
2181dependencies = [
2182 "bytemuck",
2183 "byteorder",
2184]
2185
2186[[package]]
2187name = "rustc-hash"
2188version = "2.1.2"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
2191
2192[[package]]
2193name = "rustc_version"
2194version = "0.4.1"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2197dependencies = [
2198 "semver",
2199]
2200
2201[[package]]
2202name = "rustls"
2203version = "0.23.40"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
2206dependencies = [
2207 "once_cell",
2208 "ring",
2209 "rustls-pki-types",
2210 "rustls-webpki",
2211 "subtle",
2212 "zeroize",
2213]
2214
2215[[package]]
2216name = "rustls-native-certs"
2217version = "0.8.3"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
2220dependencies = [
2221 "openssl-probe",
2222 "rustls-pki-types",
2223 "schannel",
2224 "security-framework",
2225]
2226
2227[[package]]
2228name = "rustls-pki-types"
2229version = "1.14.1"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
2232dependencies = [
2233 "web-time",
2234 "zeroize",
2235]
2236
2237[[package]]
2238name = "rustls-webpki"
2239version = "0.103.13"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
2242dependencies = [
2243 "ring",
2244 "rustls-pki-types",
2245 "untrusted",
2246]
2247
2248[[package]]
2249name = "rustversion"
2250version = "1.0.22"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2253
2254[[package]]
2255name = "ryu"
2256version = "1.0.23"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2259
2260[[package]]
2261name = "saa"
2262version = "5.5.1"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "bd8d438861332c3b1ac396c77bd9cac620ea1ff347efb63c05a83d8f0a593899"
2265
2266[[package]]
2267name = "same-file"
2268version = "1.0.6"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2271dependencies = [
2272 "winapi-util",
2273]
2274
2275[[package]]
2276name = "scc"
2277version = "3.7.0"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "16c154cf1d115a1e901d7f4e3f279eb6eb455f0d670c1cf3c1aa74d50ad37fa9"
2280dependencies = [
2281 "saa",
2282 "sdd",
2283]
2284
2285[[package]]
2286name = "schannel"
2287version = "0.1.29"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2290dependencies = [
2291 "windows-sys 0.61.2",
2292]
2293
2294[[package]]
2295name = "scoped-tls"
2296version = "1.0.1"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2299
2300[[package]]
2301name = "scopeguard"
2302version = "1.2.0"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2305
2306[[package]]
2307name = "sdd"
2308version = "4.8.6"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "e5f0e40a01b94e35d1dacbcfbe5bfd3d31e37d9590b2e6d86a82b0e87bd4f551"
2311dependencies = [
2312 "saa",
2313]
2314
2315[[package]]
2316name = "sec1"
2317version = "0.7.3"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2320dependencies = [
2321 "base16ct",
2322 "der",
2323 "generic-array",
2324 "pkcs8",
2325 "subtle",
2326 "zeroize",
2327]
2328
2329[[package]]
2330name = "security-framework"
2331version = "3.7.0"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2334dependencies = [
2335 "bitflags",
2336 "core-foundation 0.10.1",
2337 "core-foundation-sys",
2338 "libc",
2339 "security-framework-sys",
2340]
2341
2342[[package]]
2343name = "security-framework-sys"
2344version = "2.17.0"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2347dependencies = [
2348 "core-foundation-sys",
2349 "libc",
2350]
2351
2352[[package]]
2353name = "semver"
2354version = "1.0.28"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2357
2358[[package]]
2359name = "send_wrapper"
2360version = "0.6.0"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
2363
2364[[package]]
2365name = "serde"
2366version = "1.0.228"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2369dependencies = [
2370 "serde_core",
2371 "serde_derive",
2372]
2373
2374[[package]]
2375name = "serde_bytes"
2376version = "0.11.19"
2377source = "registry+https://github.com/rust-lang/crates.io-index"
2378checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
2379dependencies = [
2380 "serde",
2381 "serde_core",
2382]
2383
2384[[package]]
2385name = "serde_core"
2386version = "1.0.228"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2389dependencies = [
2390 "serde_derive",
2391]
2392
2393[[package]]
2394name = "serde_derive"
2395version = "1.0.228"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2398dependencies = [
2399 "proc-macro2",
2400 "quote",
2401 "syn",
2402]
2403
2404[[package]]
2405name = "serde_html_form"
2406version = "0.3.2"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
2409dependencies = [
2410 "form_urlencoded",
2411 "indexmap",
2412 "itoa",
2413 "serde_core",
2414]
2415
2416[[package]]
2417name = "serde_ipld_dagcbor"
2418version = "0.6.4"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
2421dependencies = [
2422 "cbor4ii",
2423 "ipld-core",
2424 "scopeguard",
2425 "serde",
2426]
2427
2428[[package]]
2429name = "serde_json"
2430version = "1.0.149"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2433dependencies = [
2434 "itoa",
2435 "memchr",
2436 "serde",
2437 "serde_core",
2438 "zmij",
2439]
2440
2441[[package]]
2442name = "serde_path_to_error"
2443version = "0.1.20"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2446dependencies = [
2447 "itoa",
2448 "serde",
2449 "serde_core",
2450]
2451
2452[[package]]
2453name = "serde_repr"
2454version = "0.1.20"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2457dependencies = [
2458 "proc-macro2",
2459 "quote",
2460 "syn",
2461]
2462
2463[[package]]
2464name = "serde_urlencoded"
2465version = "0.7.1"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2468dependencies = [
2469 "form_urlencoded",
2470 "itoa",
2471 "ryu",
2472 "serde",
2473]
2474
2475[[package]]
2476name = "serde_with"
2477version = "3.18.0"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f"
2480dependencies = [
2481 "base64",
2482 "chrono",
2483 "hex",
2484 "serde_core",
2485 "serde_json",
2486 "serde_with_macros",
2487 "time",
2488]
2489
2490[[package]]
2491name = "serde_with_macros"
2492version = "3.18.0"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65"
2495dependencies = [
2496 "darling",
2497 "proc-macro2",
2498 "quote",
2499 "syn",
2500]
2501
2502[[package]]
2503name = "sha1"
2504version = "0.10.6"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2507dependencies = [
2508 "cfg-if",
2509 "cpufeatures",
2510 "digest",
2511]
2512
2513[[package]]
2514name = "sha2"
2515version = "0.10.9"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2518dependencies = [
2519 "cfg-if",
2520 "cpufeatures",
2521 "digest",
2522]
2523
2524[[package]]
2525name = "sharded-slab"
2526version = "0.1.7"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2529dependencies = [
2530 "lazy_static",
2531]
2532
2533[[package]]
2534name = "shlex"
2535version = "1.3.0"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2538
2539[[package]]
2540name = "signal-hook-registry"
2541version = "1.4.8"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2544dependencies = [
2545 "errno",
2546 "libc",
2547]
2548
2549[[package]]
2550name = "signature"
2551version = "2.2.0"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2554dependencies = [
2555 "digest",
2556 "rand_core 0.6.4",
2557]
2558
2559[[package]]
2560name = "simd-adler32"
2561version = "0.3.9"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
2564
2565[[package]]
2566name = "siphasher"
2567version = "1.0.2"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
2570
2571[[package]]
2572name = "slab"
2573version = "0.4.12"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2576
2577[[package]]
2578name = "smallvec"
2579version = "1.15.1"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2582
2583[[package]]
2584name = "smol_str"
2585version = "0.3.6"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
2588dependencies = [
2589 "borsh",
2590 "serde_core",
2591]
2592
2593[[package]]
2594name = "socket2"
2595version = "0.6.3"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2598dependencies = [
2599 "libc",
2600 "windows-sys 0.61.2",
2601]
2602
2603[[package]]
2604name = "spin"
2605version = "0.9.8"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2608dependencies = [
2609 "lock_api",
2610]
2611
2612[[package]]
2613name = "spin"
2614version = "0.10.0"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
2617
2618[[package]]
2619name = "spki"
2620version = "0.7.3"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2623dependencies = [
2624 "base64ct",
2625 "der",
2626]
2627
2628[[package]]
2629name = "stable_deref_trait"
2630version = "1.2.1"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2633
2634[[package]]
2635name = "static_assertions"
2636version = "1.1.0"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2639
2640[[package]]
2641name = "strsim"
2642version = "0.11.1"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2645
2646[[package]]
2647name = "subtle"
2648version = "2.6.1"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2651
2652[[package]]
2653name = "syn"
2654version = "2.0.117"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2657dependencies = [
2658 "proc-macro2",
2659 "quote",
2660 "unicode-ident",
2661]
2662
2663[[package]]
2664name = "sync_wrapper"
2665version = "1.0.2"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2668dependencies = [
2669 "futures-core",
2670]
2671
2672[[package]]
2673name = "synstructure"
2674version = "0.13.2"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2677dependencies = [
2678 "proc-macro2",
2679 "quote",
2680 "syn",
2681]
2682
2683[[package]]
2684name = "system-configuration"
2685version = "0.7.0"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
2688dependencies = [
2689 "bitflags",
2690 "core-foundation 0.9.4",
2691 "system-configuration-sys",
2692]
2693
2694[[package]]
2695name = "system-configuration-sys"
2696version = "0.6.0"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2699dependencies = [
2700 "core-foundation-sys",
2701 "libc",
2702]
2703
2704[[package]]
2705name = "thiserror"
2706version = "1.0.69"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2709dependencies = [
2710 "thiserror-impl 1.0.69",
2711]
2712
2713[[package]]
2714name = "thiserror"
2715version = "2.0.18"
2716source = "registry+https://github.com/rust-lang/crates.io-index"
2717checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2718dependencies = [
2719 "thiserror-impl 2.0.18",
2720]
2721
2722[[package]]
2723name = "thiserror-impl"
2724version = "1.0.69"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2727dependencies = [
2728 "proc-macro2",
2729 "quote",
2730 "syn",
2731]
2732
2733[[package]]
2734name = "thiserror-impl"
2735version = "2.0.18"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2738dependencies = [
2739 "proc-macro2",
2740 "quote",
2741 "syn",
2742]
2743
2744[[package]]
2745name = "thread_local"
2746version = "1.1.9"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2749dependencies = [
2750 "cfg-if",
2751]
2752
2753[[package]]
2754name = "time"
2755version = "0.3.47"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2758dependencies = [
2759 "deranged",
2760 "num-conv",
2761 "powerfmt",
2762 "serde_core",
2763 "time-core",
2764]
2765
2766[[package]]
2767name = "time-core"
2768version = "0.1.8"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2771
2772[[package]]
2773name = "tinystr"
2774version = "0.8.3"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2777dependencies = [
2778 "displaydoc",
2779 "zerovec",
2780]
2781
2782[[package]]
2783name = "tinyvec"
2784version = "1.11.0"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2787dependencies = [
2788 "tinyvec_macros",
2789]
2790
2791[[package]]
2792name = "tinyvec_macros"
2793version = "0.1.1"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2796
2797[[package]]
2798name = "tokio"
2799version = "1.52.1"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
2802dependencies = [
2803 "bytes",
2804 "libc",
2805 "mio",
2806 "pin-project-lite",
2807 "signal-hook-registry",
2808 "socket2",
2809 "tokio-macros",
2810 "windows-sys 0.61.2",
2811]
2812
2813[[package]]
2814name = "tokio-macros"
2815version = "2.7.0"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2818dependencies = [
2819 "proc-macro2",
2820 "quote",
2821 "syn",
2822]
2823
2824[[package]]
2825name = "tokio-rustls"
2826version = "0.26.4"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2829dependencies = [
2830 "rustls",
2831 "tokio",
2832]
2833
2834[[package]]
2835name = "tokio-tungstenite"
2836version = "0.24.0"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
2839dependencies = [
2840 "futures-util",
2841 "log",
2842 "rustls",
2843 "rustls-native-certs",
2844 "rustls-pki-types",
2845 "tokio",
2846 "tokio-rustls",
2847 "tungstenite 0.24.0",
2848]
2849
2850[[package]]
2851name = "tokio-tungstenite"
2852version = "0.29.0"
2853source = "registry+https://github.com/rust-lang/crates.io-index"
2854checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
2855dependencies = [
2856 "futures-util",
2857 "log",
2858 "rustls",
2859 "rustls-pki-types",
2860 "tokio",
2861 "tokio-rustls",
2862 "tungstenite 0.29.0",
2863 "webpki-roots 0.26.11",
2864]
2865
2866[[package]]
2867name = "tokio-tungstenite-wasm"
2868version = "0.4.0"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae"
2871dependencies = [
2872 "futures-channel",
2873 "futures-util",
2874 "http",
2875 "httparse",
2876 "js-sys",
2877 "rustls",
2878 "thiserror 1.0.69",
2879 "tokio",
2880 "tokio-tungstenite 0.24.0",
2881 "wasm-bindgen",
2882 "web-sys",
2883]
2884
2885[[package]]
2886name = "tokio-util"
2887version = "0.7.18"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2890dependencies = [
2891 "bytes",
2892 "futures-core",
2893 "futures-sink",
2894 "futures-util",
2895 "pin-project-lite",
2896 "tokio",
2897]
2898
2899[[package]]
2900name = "tower"
2901version = "0.5.3"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2904dependencies = [
2905 "futures-core",
2906 "futures-util",
2907 "pin-project-lite",
2908 "sync_wrapper",
2909 "tokio",
2910 "tower-layer",
2911 "tower-service",
2912]
2913
2914[[package]]
2915name = "tower-http"
2916version = "0.6.8"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2919dependencies = [
2920 "async-compression",
2921 "bitflags",
2922 "bytes",
2923 "futures-core",
2924 "futures-util",
2925 "http",
2926 "http-body",
2927 "http-body-util",
2928 "iri-string",
2929 "pin-project-lite",
2930 "tokio",
2931 "tokio-util",
2932 "tower",
2933 "tower-layer",
2934 "tower-service",
2935]
2936
2937[[package]]
2938name = "tower-layer"
2939version = "0.3.3"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2942
2943[[package]]
2944name = "tower-service"
2945version = "0.3.3"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2948
2949[[package]]
2950name = "tracing"
2951version = "0.1.44"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2954dependencies = [
2955 "pin-project-lite",
2956 "tracing-attributes",
2957 "tracing-core",
2958]
2959
2960[[package]]
2961name = "tracing-attributes"
2962version = "0.1.31"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2965dependencies = [
2966 "proc-macro2",
2967 "quote",
2968 "syn",
2969]
2970
2971[[package]]
2972name = "tracing-core"
2973version = "0.1.36"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2976dependencies = [
2977 "once_cell",
2978 "valuable",
2979]
2980
2981[[package]]
2982name = "tracing-log"
2983version = "0.2.0"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2986dependencies = [
2987 "log",
2988 "once_cell",
2989 "tracing-core",
2990]
2991
2992[[package]]
2993name = "tracing-subscriber"
2994version = "0.3.23"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
2997dependencies = [
2998 "matchers",
2999 "nu-ansi-term",
3000 "once_cell",
3001 "regex-automata",
3002 "sharded-slab",
3003 "smallvec",
3004 "thread_local",
3005 "tracing",
3006 "tracing-core",
3007 "tracing-log",
3008]
3009
3010[[package]]
3011name = "trait-variant"
3012version = "0.1.2"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
3015dependencies = [
3016 "proc-macro2",
3017 "quote",
3018 "syn",
3019]
3020
3021[[package]]
3022name = "try-lock"
3023version = "0.2.5"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3026
3027[[package]]
3028name = "tungstenite"
3029version = "0.24.0"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
3032dependencies = [
3033 "byteorder",
3034 "bytes",
3035 "data-encoding",
3036 "http",
3037 "httparse",
3038 "log",
3039 "rand 0.8.6",
3040 "rustls",
3041 "rustls-pki-types",
3042 "sha1",
3043 "thiserror 1.0.69",
3044 "utf-8",
3045]
3046
3047[[package]]
3048name = "tungstenite"
3049version = "0.29.0"
3050source = "registry+https://github.com/rust-lang/crates.io-index"
3051checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
3052dependencies = [
3053 "bytes",
3054 "data-encoding",
3055 "http",
3056 "httparse",
3057 "log",
3058 "rand 0.9.4",
3059 "rustls",
3060 "rustls-pki-types",
3061 "sha1",
3062 "thiserror 2.0.18",
3063]
3064
3065[[package]]
3066name = "typenum"
3067version = "1.20.0"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
3070
3071[[package]]
3072name = "unicode-ident"
3073version = "1.0.24"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3076
3077[[package]]
3078name = "unicode-segmentation"
3079version = "1.13.2"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
3082
3083[[package]]
3084name = "unicode-width"
3085version = "0.1.14"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3088
3089[[package]]
3090name = "unicode-xid"
3091version = "0.2.6"
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3094
3095[[package]]
3096name = "unsigned-varint"
3097version = "0.8.0"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
3100
3101[[package]]
3102name = "untrusted"
3103version = "0.9.0"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3106
3107[[package]]
3108name = "url"
3109version = "2.5.8"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3112dependencies = [
3113 "form_urlencoded",
3114 "idna",
3115 "percent-encoding",
3116 "serde",
3117]
3118
3119[[package]]
3120name = "utf-8"
3121version = "0.7.6"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3124
3125[[package]]
3126name = "utf8_iter"
3127version = "1.0.4"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3130
3131[[package]]
3132name = "valuable"
3133version = "0.1.1"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3136
3137[[package]]
3138name = "version_check"
3139version = "0.9.5"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3142
3143[[package]]
3144name = "walkdir"
3145version = "2.5.0"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3148dependencies = [
3149 "same-file",
3150 "winapi-util",
3151]
3152
3153[[package]]
3154name = "want"
3155version = "0.3.1"
3156source = "registry+https://github.com/rust-lang/crates.io-index"
3157checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3158dependencies = [
3159 "try-lock",
3160]
3161
3162[[package]]
3163name = "wasi"
3164version = "0.11.1+wasi-snapshot-preview1"
3165source = "registry+https://github.com/rust-lang/crates.io-index"
3166checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3167
3168[[package]]
3169name = "wasip2"
3170version = "1.0.3+wasi-0.2.9"
3171source = "registry+https://github.com/rust-lang/crates.io-index"
3172checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
3173dependencies = [
3174 "wit-bindgen",
3175]
3176
3177[[package]]
3178name = "wasm-bindgen"
3179version = "0.2.120"
3180source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "df52b6d9b87e0c74c9edfa1eb2d9bf85e5d63515474513aa50fa181b3c4f5db1"
3182dependencies = [
3183 "cfg-if",
3184 "once_cell",
3185 "rustversion",
3186 "wasm-bindgen-macro",
3187 "wasm-bindgen-shared",
3188]
3189
3190[[package]]
3191name = "wasm-bindgen-futures"
3192version = "0.4.70"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "af934872acec734c2d80e6617bbb5ff4f12b052dd8e6332b0817bce889516084"
3195dependencies = [
3196 "js-sys",
3197 "wasm-bindgen",
3198]
3199
3200[[package]]
3201name = "wasm-bindgen-macro"
3202version = "0.2.120"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "78b1041f495fb322e64aca85f5756b2172e35cd459376e67f2a6c9dffcedb103"
3205dependencies = [
3206 "quote",
3207 "wasm-bindgen-macro-support",
3208]
3209
3210[[package]]
3211name = "wasm-bindgen-macro-support"
3212version = "0.2.120"
3213source = "registry+https://github.com/rust-lang/crates.io-index"
3214checksum = "9dcd0ff20416988a18ac686d4d4d0f6aae9ebf08a389ff5d29012b05af2a1b41"
3215dependencies = [
3216 "bumpalo",
3217 "proc-macro2",
3218 "quote",
3219 "syn",
3220 "wasm-bindgen-shared",
3221]
3222
3223[[package]]
3224name = "wasm-bindgen-shared"
3225version = "0.2.120"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "49757b3c82ebf16c57d69365a142940b384176c24df52a087fb748e2085359ea"
3228dependencies = [
3229 "unicode-ident",
3230]
3231
3232[[package]]
3233name = "wasm-streams"
3234version = "0.4.2"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
3237dependencies = [
3238 "futures-util",
3239 "js-sys",
3240 "wasm-bindgen",
3241 "wasm-bindgen-futures",
3242 "web-sys",
3243]
3244
3245[[package]]
3246name = "web-sys"
3247version = "0.3.97"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "2eadbac71025cd7b0834f20d1fe8472e8495821b4e9801eb0a60bd1f19827602"
3250dependencies = [
3251 "js-sys",
3252 "wasm-bindgen",
3253]
3254
3255[[package]]
3256name = "web-time"
3257version = "1.1.0"
3258source = "registry+https://github.com/rust-lang/crates.io-index"
3259checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3260dependencies = [
3261 "js-sys",
3262 "wasm-bindgen",
3263]
3264
3265[[package]]
3266name = "webpki-roots"
3267version = "0.26.11"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
3270dependencies = [
3271 "webpki-roots 1.0.7",
3272]
3273
3274[[package]]
3275name = "webpki-roots"
3276version = "1.0.7"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
3279dependencies = [
3280 "rustls-pki-types",
3281]
3282
3283[[package]]
3284name = "winapi-util"
3285version = "0.1.11"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3288dependencies = [
3289 "windows-sys 0.61.2",
3290]
3291
3292[[package]]
3293name = "windows-core"
3294version = "0.62.2"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3297dependencies = [
3298 "windows-implement",
3299 "windows-interface",
3300 "windows-link",
3301 "windows-result",
3302 "windows-strings",
3303]
3304
3305[[package]]
3306name = "windows-implement"
3307version = "0.60.2"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3310dependencies = [
3311 "proc-macro2",
3312 "quote",
3313 "syn",
3314]
3315
3316[[package]]
3317name = "windows-interface"
3318version = "0.59.3"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3321dependencies = [
3322 "proc-macro2",
3323 "quote",
3324 "syn",
3325]
3326
3327[[package]]
3328name = "windows-link"
3329version = "0.2.1"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3332
3333[[package]]
3334name = "windows-registry"
3335version = "0.6.1"
3336source = "registry+https://github.com/rust-lang/crates.io-index"
3337checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
3338dependencies = [
3339 "windows-link",
3340 "windows-result",
3341 "windows-strings",
3342]
3343
3344[[package]]
3345name = "windows-result"
3346version = "0.4.1"
3347source = "registry+https://github.com/rust-lang/crates.io-index"
3348checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3349dependencies = [
3350 "windows-link",
3351]
3352
3353[[package]]
3354name = "windows-strings"
3355version = "0.5.1"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3358dependencies = [
3359 "windows-link",
3360]
3361
3362[[package]]
3363name = "windows-sys"
3364version = "0.52.0"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3367dependencies = [
3368 "windows-targets 0.52.6",
3369]
3370
3371[[package]]
3372name = "windows-sys"
3373version = "0.60.2"
3374source = "registry+https://github.com/rust-lang/crates.io-index"
3375checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3376dependencies = [
3377 "windows-targets 0.53.5",
3378]
3379
3380[[package]]
3381name = "windows-sys"
3382version = "0.61.2"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3385dependencies = [
3386 "windows-link",
3387]
3388
3389[[package]]
3390name = "windows-targets"
3391version = "0.52.6"
3392source = "registry+https://github.com/rust-lang/crates.io-index"
3393checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3394dependencies = [
3395 "windows_aarch64_gnullvm 0.52.6",
3396 "windows_aarch64_msvc 0.52.6",
3397 "windows_i686_gnu 0.52.6",
3398 "windows_i686_gnullvm 0.52.6",
3399 "windows_i686_msvc 0.52.6",
3400 "windows_x86_64_gnu 0.52.6",
3401 "windows_x86_64_gnullvm 0.52.6",
3402 "windows_x86_64_msvc 0.52.6",
3403]
3404
3405[[package]]
3406name = "windows-targets"
3407version = "0.53.5"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3410dependencies = [
3411 "windows-link",
3412 "windows_aarch64_gnullvm 0.53.1",
3413 "windows_aarch64_msvc 0.53.1",
3414 "windows_i686_gnu 0.53.1",
3415 "windows_i686_gnullvm 0.53.1",
3416 "windows_i686_msvc 0.53.1",
3417 "windows_x86_64_gnu 0.53.1",
3418 "windows_x86_64_gnullvm 0.53.1",
3419 "windows_x86_64_msvc 0.53.1",
3420]
3421
3422[[package]]
3423name = "windows_aarch64_gnullvm"
3424version = "0.52.6"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3427
3428[[package]]
3429name = "windows_aarch64_gnullvm"
3430version = "0.53.1"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3433
3434[[package]]
3435name = "windows_aarch64_msvc"
3436version = "0.52.6"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3439
3440[[package]]
3441name = "windows_aarch64_msvc"
3442version = "0.53.1"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3445
3446[[package]]
3447name = "windows_i686_gnu"
3448version = "0.52.6"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3451
3452[[package]]
3453name = "windows_i686_gnu"
3454version = "0.53.1"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3457
3458[[package]]
3459name = "windows_i686_gnullvm"
3460version = "0.52.6"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3463
3464[[package]]
3465name = "windows_i686_gnullvm"
3466version = "0.53.1"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3469
3470[[package]]
3471name = "windows_i686_msvc"
3472version = "0.52.6"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3475
3476[[package]]
3477name = "windows_i686_msvc"
3478version = "0.53.1"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3481
3482[[package]]
3483name = "windows_x86_64_gnu"
3484version = "0.52.6"
3485source = "registry+https://github.com/rust-lang/crates.io-index"
3486checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3487
3488[[package]]
3489name = "windows_x86_64_gnu"
3490version = "0.53.1"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3493
3494[[package]]
3495name = "windows_x86_64_gnullvm"
3496version = "0.52.6"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3499
3500[[package]]
3501name = "windows_x86_64_gnullvm"
3502version = "0.53.1"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3505
3506[[package]]
3507name = "windows_x86_64_msvc"
3508version = "0.52.6"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3511
3512[[package]]
3513name = "windows_x86_64_msvc"
3514version = "0.53.1"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3517
3518[[package]]
3519name = "wit-bindgen"
3520version = "0.57.1"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
3523
3524[[package]]
3525name = "writeable"
3526version = "0.6.3"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3529
3530[[package]]
3531name = "yansi"
3532version = "1.0.1"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
3535
3536[[package]]
3537name = "yoke"
3538version = "0.8.2"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
3541dependencies = [
3542 "stable_deref_trait",
3543 "yoke-derive",
3544 "zerofrom",
3545]
3546
3547[[package]]
3548name = "yoke-derive"
3549version = "0.8.2"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3552dependencies = [
3553 "proc-macro2",
3554 "quote",
3555 "syn",
3556 "synstructure",
3557]
3558
3559[[package]]
3560name = "zerocopy"
3561version = "0.8.48"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
3564dependencies = [
3565 "zerocopy-derive",
3566]
3567
3568[[package]]
3569name = "zerocopy-derive"
3570version = "0.8.48"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
3573dependencies = [
3574 "proc-macro2",
3575 "quote",
3576 "syn",
3577]
3578
3579[[package]]
3580name = "zerofrom"
3581version = "0.1.7"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
3584dependencies = [
3585 "zerofrom-derive",
3586]
3587
3588[[package]]
3589name = "zerofrom-derive"
3590version = "0.1.7"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3593dependencies = [
3594 "proc-macro2",
3595 "quote",
3596 "syn",
3597 "synstructure",
3598]
3599
3600[[package]]
3601name = "zeroize"
3602version = "1.8.2"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3605
3606[[package]]
3607name = "zerotrie"
3608version = "0.2.4"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3611dependencies = [
3612 "displaydoc",
3613 "yoke",
3614 "zerofrom",
3615]
3616
3617[[package]]
3618name = "zerovec"
3619version = "0.11.6"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3622dependencies = [
3623 "yoke",
3624 "zerofrom",
3625 "zerovec-derive",
3626]
3627
3628[[package]]
3629name = "zerovec-derive"
3630version = "0.11.3"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3633dependencies = [
3634 "proc-macro2",
3635 "quote",
3636 "syn",
3637]
3638
3639[[package]]
3640name = "zmij"
3641version = "1.0.21"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"