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