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