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