This repository has no description
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "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.103"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
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 = "arc-swap"
64version = "1.9.2"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b"
67dependencies = [
68 "rustversion",
69]
70
71[[package]]
72name = "arrayvec"
73version = "0.7.8"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
76
77[[package]]
78name = "async-compression"
79version = "0.4.42"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac"
82dependencies = [
83 "compression-codecs",
84 "compression-core",
85 "pin-project-lite",
86 "tokio",
87]
88
89[[package]]
90name = "async-lock"
91version = "3.4.2"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
94dependencies = [
95 "event-listener",
96 "event-listener-strategy",
97 "pin-project-lite",
98]
99
100[[package]]
101name = "atomic-polyfill"
102version = "1.0.3"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
105dependencies = [
106 "critical-section",
107]
108
109[[package]]
110name = "atomic-waker"
111version = "1.1.2"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
114
115[[package]]
116name = "autocfg"
117version = "1.5.1"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
120
121[[package]]
122name = "aws-lc-rs"
123version = "1.17.1"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "4342d8937fc7e5dd9b1c60292261c0670c882a2cd1719cfc11b1af41731e32ad"
126dependencies = [
127 "aws-lc-sys",
128 "zeroize",
129]
130
131[[package]]
132name = "aws-lc-sys"
133version = "0.42.0"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "6d9ceb1da931507a12f4fccea479dccd00da1943e1b4ae72d8e502d707361444"
136dependencies = [
137 "cc",
138 "cmake",
139 "dunce",
140 "fs_extra",
141 "pkg-config",
142]
143
144[[package]]
145name = "base-x"
146version = "0.2.11"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
149
150[[package]]
151name = "base16ct"
152version = "0.2.0"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
155
156[[package]]
157name = "base256emoji"
158version = "1.0.2"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
161dependencies = [
162 "const-str",
163 "match-lookup",
164]
165
166[[package]]
167name = "base45"
168version = "3.2.0"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "240e56f4d3c453c36faacb695c535a4d5f8c7d23dac175014f32eb0a71012a03"
171
172[[package]]
173name = "base64"
174version = "0.22.1"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
177
178[[package]]
179name = "base64ct"
180version = "1.8.3"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
183
184[[package]]
185name = "bitflags"
186version = "1.3.2"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
189
190[[package]]
191name = "bitflags"
192version = "2.13.0"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
195
196[[package]]
197name = "block-buffer"
198version = "0.10.4"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
201dependencies = [
202 "generic-array",
203]
204
205[[package]]
206name = "block-buffer"
207version = "0.12.1"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
210dependencies = [
211 "hybrid-array",
212]
213
214[[package]]
215name = "bon"
216version = "3.9.3"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561"
219dependencies = [
220 "bon-macros",
221 "rustversion",
222]
223
224[[package]]
225name = "bon-macros"
226version = "3.9.3"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f"
229dependencies = [
230 "darling",
231 "ident_case",
232 "prettyplease",
233 "proc-macro2",
234 "quote",
235 "rustversion",
236 "syn",
237]
238
239[[package]]
240name = "borrow-or-share"
241version = "0.2.4"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
244
245[[package]]
246name = "borsh"
247version = "1.7.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "2f3f6da4992df95bbcd9af42a6c7dcb994498fc9048230405f3b36ff7cd3f145"
250dependencies = [
251 "bytes",
252 "cfg_aliases",
253]
254
255[[package]]
256name = "brotli"
257version = "8.0.4"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3"
260dependencies = [
261 "alloc-no-stdlib",
262 "alloc-stdlib",
263 "brotli-decompressor",
264]
265
266[[package]]
267name = "brotli-decompressor"
268version = "5.0.3"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583"
271dependencies = [
272 "alloc-no-stdlib",
273 "alloc-stdlib",
274]
275
276[[package]]
277name = "bs58"
278version = "0.5.1"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
281dependencies = [
282 "tinyvec",
283]
284
285[[package]]
286name = "bstr"
287version = "1.12.3"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "5cee35f73844aa3014bb606320a6c1f010249dbdf43342fe54b5a4f6a8ed4b79"
290dependencies = [
291 "memchr",
292 "regex-automata",
293 "serde_core",
294]
295
296[[package]]
297name = "bumpalo"
298version = "3.20.3"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
301
302[[package]]
303name = "byteorder"
304version = "1.5.0"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
307
308[[package]]
309name = "bytes"
310version = "1.12.0"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
313dependencies = [
314 "serde",
315]
316
317[[package]]
318name = "bytesize"
319version = "2.4.2"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "3d7c8918969267b2932ffd5655509bbbea0833823058c378876953217f5fc50e"
322
323[[package]]
324name = "cbor4ii"
325version = "0.2.14"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
328dependencies = [
329 "serde",
330]
331
332[[package]]
333name = "cc"
334version = "1.2.66"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996"
337dependencies = [
338 "find-msvc-tools",
339 "jobserver",
340 "libc",
341 "shlex",
342]
343
344[[package]]
345name = "cesu8"
346version = "1.1.0"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
349
350[[package]]
351name = "cfg-if"
352version = "1.0.4"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
355
356[[package]]
357name = "cfg_aliases"
358version = "0.2.1"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
361
362[[package]]
363name = "chacha20"
364version = "0.10.1"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
367dependencies = [
368 "cfg-if",
369 "cpufeatures 0.3.0",
370 "rand_core 0.10.1",
371]
372
373[[package]]
374name = "chrono"
375version = "0.4.45"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
378dependencies = [
379 "iana-time-zone",
380 "js-sys",
381 "num-traits",
382 "serde",
383 "wasm-bindgen",
384 "windows-link",
385]
386
387[[package]]
388name = "ciborium"
389version = "0.2.2"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
392dependencies = [
393 "ciborium-io",
394 "ciborium-ll",
395 "serde",
396]
397
398[[package]]
399name = "ciborium-io"
400version = "0.2.2"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
403
404[[package]]
405name = "ciborium-ll"
406version = "0.2.2"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
409dependencies = [
410 "ciborium-io",
411 "half",
412]
413
414[[package]]
415name = "cid"
416version = "0.11.3"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971"
419dependencies = [
420 "multibase",
421 "multihash",
422 "serde",
423 "serde_bytes",
424 "unsigned-varint 0.8.0",
425]
426
427[[package]]
428name = "clru"
429version = "0.6.3"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5"
432dependencies = [
433 "hashbrown 0.16.1",
434]
435
436[[package]]
437name = "cmake"
438version = "0.1.58"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
441dependencies = [
442 "cc",
443]
444
445[[package]]
446name = "cobs"
447version = "0.3.0"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
450dependencies = [
451 "thiserror 2.0.18",
452]
453
454[[package]]
455name = "combine"
456version = "4.6.7"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
459dependencies = [
460 "bytes",
461 "memchr",
462]
463
464[[package]]
465name = "compression-codecs"
466version = "0.4.38"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
469dependencies = [
470 "brotli",
471 "compression-core",
472 "flate2",
473 "memchr",
474]
475
476[[package]]
477name = "compression-core"
478version = "0.4.32"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
481
482[[package]]
483name = "concurrent-queue"
484version = "2.5.0"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
487dependencies = [
488 "crossbeam-utils",
489]
490
491[[package]]
492name = "const-oid"
493version = "0.9.6"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
496
497[[package]]
498name = "const-oid"
499version = "0.10.2"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
502
503[[package]]
504name = "const-str"
505version = "0.4.3"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
508
509[[package]]
510name = "cordyceps"
511version = "0.3.4"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
514dependencies = [
515 "loom",
516 "tracing",
517]
518
519[[package]]
520name = "core-foundation"
521version = "0.9.4"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
524dependencies = [
525 "core-foundation-sys",
526 "libc",
527]
528
529[[package]]
530name = "core-foundation"
531version = "0.10.1"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
534dependencies = [
535 "core-foundation-sys",
536 "libc",
537]
538
539[[package]]
540name = "core-foundation-sys"
541version = "0.8.7"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
544
545[[package]]
546name = "cpufeatures"
547version = "0.2.17"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
550dependencies = [
551 "libc",
552]
553
554[[package]]
555name = "cpufeatures"
556version = "0.3.0"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
559dependencies = [
560 "libc",
561]
562
563[[package]]
564name = "crc32fast"
565version = "1.5.0"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
568dependencies = [
569 "cfg-if",
570]
571
572[[package]]
573name = "critical-section"
574version = "1.2.0"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
577
578[[package]]
579name = "crossbeam-channel"
580version = "0.5.16"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
583dependencies = [
584 "crossbeam-utils",
585]
586
587[[package]]
588name = "crossbeam-epoch"
589version = "0.9.20"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
592dependencies = [
593 "crossbeam-utils",
594]
595
596[[package]]
597name = "crossbeam-utils"
598version = "0.8.22"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
601
602[[package]]
603name = "crunchy"
604version = "0.2.4"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
607
608[[package]]
609name = "crypto-bigint"
610version = "0.5.5"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
613dependencies = [
614 "generic-array",
615 "rand_core 0.6.4",
616 "subtle",
617 "zeroize",
618]
619
620[[package]]
621name = "crypto-common"
622version = "0.1.6"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
625dependencies = [
626 "generic-array",
627 "typenum",
628]
629
630[[package]]
631name = "crypto-common"
632version = "0.2.2"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
635dependencies = [
636 "hybrid-array",
637]
638
639[[package]]
640name = "curve25519-dalek"
641version = "4.1.3"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
644dependencies = [
645 "cfg-if",
646 "cpufeatures 0.2.17",
647 "curve25519-dalek-derive",
648 "digest 0.10.7",
649 "fiat-crypto",
650 "rustc_version",
651 "subtle",
652 "zeroize",
653]
654
655[[package]]
656name = "curve25519-dalek-derive"
657version = "0.1.1"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
660dependencies = [
661 "proc-macro2",
662 "quote",
663 "syn",
664]
665
666[[package]]
667name = "darling"
668version = "0.23.0"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
671dependencies = [
672 "darling_core",
673 "darling_macro",
674]
675
676[[package]]
677name = "darling_core"
678version = "0.23.0"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
681dependencies = [
682 "ident_case",
683 "proc-macro2",
684 "quote",
685 "strsim",
686 "syn",
687]
688
689[[package]]
690name = "darling_macro"
691version = "0.23.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
694dependencies = [
695 "darling_core",
696 "quote",
697 "syn",
698]
699
700[[package]]
701name = "dashmap"
702version = "6.2.1"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
705dependencies = [
706 "cfg-if",
707 "crossbeam-utils",
708 "hashbrown 0.14.5",
709 "lock_api",
710 "once_cell",
711 "parking_lot_core",
712]
713
714[[package]]
715name = "data-encoding"
716version = "2.11.0"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
719
720[[package]]
721name = "data-encoding-macro"
722version = "0.1.20"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c"
725dependencies = [
726 "data-encoding",
727 "data-encoding-macro-internal",
728]
729
730[[package]]
731name = "data-encoding-macro-internal"
732version = "0.1.18"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090"
735dependencies = [
736 "data-encoding",
737 "syn",
738]
739
740[[package]]
741name = "defmt"
742version = "1.1.1"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
745dependencies = [
746 "bitflags 1.3.2",
747 "defmt-macros",
748]
749
750[[package]]
751name = "defmt-macros"
752version = "1.1.1"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
755dependencies = [
756 "defmt-parser",
757 "proc-macro2",
758 "quote",
759 "syn",
760]
761
762[[package]]
763name = "defmt-parser"
764version = "1.0.0"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
767dependencies = [
768 "thiserror 2.0.18",
769]
770
771[[package]]
772name = "der"
773version = "0.7.10"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
776dependencies = [
777 "const-oid 0.9.6",
778 "pem-rfc7468",
779 "zeroize",
780]
781
782[[package]]
783name = "deranged"
784version = "0.5.8"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
787
788[[package]]
789name = "derive_more"
790version = "1.0.0"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
793dependencies = [
794 "derive_more-impl",
795]
796
797[[package]]
798name = "derive_more-impl"
799version = "1.0.0"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
802dependencies = [
803 "proc-macro2",
804 "quote",
805 "syn",
806 "unicode-xid",
807]
808
809[[package]]
810name = "diatomic-waker"
811version = "0.2.3"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
814
815[[package]]
816name = "digest"
817version = "0.10.7"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
820dependencies = [
821 "block-buffer 0.10.4",
822 "const-oid 0.9.6",
823 "crypto-common 0.1.6",
824 "subtle",
825]
826
827[[package]]
828name = "digest"
829version = "0.11.3"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
832dependencies = [
833 "block-buffer 0.12.1",
834 "const-oid 0.10.2",
835 "crypto-common 0.2.2",
836]
837
838[[package]]
839name = "displaydoc"
840version = "0.2.6"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
843dependencies = [
844 "proc-macro2",
845 "quote",
846 "syn",
847]
848
849[[package]]
850name = "dunce"
851version = "1.0.5"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
854
855[[package]]
856name = "ecdsa"
857version = "0.16.9"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
860dependencies = [
861 "der",
862 "digest 0.10.7",
863 "elliptic-curve",
864 "rfc6979",
865 "signature",
866 "spki",
867]
868
869[[package]]
870name = "ed25519"
871version = "2.2.3"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
874dependencies = [
875 "pkcs8",
876 "signature",
877]
878
879[[package]]
880name = "ed25519-dalek"
881version = "2.2.0"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
884dependencies = [
885 "curve25519-dalek",
886 "ed25519",
887 "rand_core 0.6.4",
888 "serde",
889 "sha2 0.10.9",
890 "subtle",
891 "zeroize",
892]
893
894[[package]]
895name = "elliptic-curve"
896version = "0.13.8"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
899dependencies = [
900 "base16ct",
901 "crypto-bigint",
902 "digest 0.10.7",
903 "ff",
904 "generic-array",
905 "group",
906 "pem-rfc7468",
907 "pkcs8",
908 "rand_core 0.6.4",
909 "sec1",
910 "subtle",
911 "zeroize",
912]
913
914[[package]]
915name = "embedded-io"
916version = "0.4.0"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
919
920[[package]]
921name = "embedded-io"
922version = "0.6.1"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
925
926[[package]]
927name = "encoding_rs"
928version = "0.8.35"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
931dependencies = [
932 "cfg-if",
933]
934
935[[package]]
936name = "equivalent"
937version = "1.0.2"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
940
941[[package]]
942name = "errno"
943version = "0.3.14"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
946dependencies = [
947 "libc",
948 "windows-sys 0.52.0",
949]
950
951[[package]]
952name = "event-listener"
953version = "5.4.1"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
956dependencies = [
957 "concurrent-queue",
958 "parking",
959 "pin-project-lite",
960]
961
962[[package]]
963name = "event-listener-strategy"
964version = "0.5.4"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
967dependencies = [
968 "event-listener",
969 "pin-project-lite",
970]
971
972[[package]]
973name = "faster-hex"
974version = "0.10.0"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
977dependencies = [
978 "heapless 0.8.0",
979 "serde",
980]
981
982[[package]]
983name = "fastrand"
984version = "2.4.1"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
987
988[[package]]
989name = "ff"
990version = "0.13.1"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
993dependencies = [
994 "rand_core 0.6.4",
995 "subtle",
996]
997
998[[package]]
999name = "fiat-crypto"
1000version = "0.2.9"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
1003
1004[[package]]
1005name = "filetime"
1006version = "0.2.29"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
1009dependencies = [
1010 "cfg-if",
1011 "libc",
1012]
1013
1014[[package]]
1015name = "find-msvc-tools"
1016version = "0.1.9"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1019
1020[[package]]
1021name = "flate2"
1022version = "1.1.9"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1025dependencies = [
1026 "crc32fast",
1027 "miniz_oxide",
1028 "zlib-rs",
1029]
1030
1031[[package]]
1032name = "fluent-uri"
1033version = "0.4.1"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
1036dependencies = [
1037 "borrow-or-share",
1038 "ref-cast",
1039 "serde",
1040]
1041
1042[[package]]
1043name = "fnv"
1044version = "1.0.7"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1047
1048[[package]]
1049name = "foldhash"
1050version = "0.1.5"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1053
1054[[package]]
1055name = "foldhash"
1056version = "0.2.0"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1059
1060[[package]]
1061name = "form_urlencoded"
1062version = "1.2.2"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1065dependencies = [
1066 "percent-encoding",
1067]
1068
1069[[package]]
1070name = "fs_extra"
1071version = "1.3.0"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1074
1075[[package]]
1076name = "futures"
1077version = "0.3.32"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1080dependencies = [
1081 "futures-channel",
1082 "futures-core",
1083 "futures-executor",
1084 "futures-io",
1085 "futures-sink",
1086 "futures-task",
1087 "futures-util",
1088]
1089
1090[[package]]
1091name = "futures-buffered"
1092version = "0.2.13"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5"
1095dependencies = [
1096 "cordyceps",
1097 "diatomic-waker",
1098 "futures-core",
1099 "pin-project-lite",
1100 "spin 0.10.0",
1101]
1102
1103[[package]]
1104name = "futures-channel"
1105version = "0.3.32"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1108dependencies = [
1109 "futures-core",
1110 "futures-sink",
1111]
1112
1113[[package]]
1114name = "futures-core"
1115version = "0.3.32"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1118
1119[[package]]
1120name = "futures-executor"
1121version = "0.3.32"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1124dependencies = [
1125 "futures-core",
1126 "futures-task",
1127 "futures-util",
1128]
1129
1130[[package]]
1131name = "futures-io"
1132version = "0.3.32"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1135
1136[[package]]
1137name = "futures-lite"
1138version = "2.6.1"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1141dependencies = [
1142 "fastrand",
1143 "futures-core",
1144 "futures-io",
1145 "parking",
1146 "pin-project-lite",
1147]
1148
1149[[package]]
1150name = "futures-macro"
1151version = "0.3.32"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1154dependencies = [
1155 "proc-macro2",
1156 "quote",
1157 "syn",
1158]
1159
1160[[package]]
1161name = "futures-sink"
1162version = "0.3.32"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1165
1166[[package]]
1167name = "futures-task"
1168version = "0.3.32"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1171
1172[[package]]
1173name = "futures-util"
1174version = "0.3.32"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1177dependencies = [
1178 "futures-channel",
1179 "futures-core",
1180 "futures-io",
1181 "futures-macro",
1182 "futures-sink",
1183 "futures-task",
1184 "memchr",
1185 "pin-project-lite",
1186 "slab",
1187]
1188
1189[[package]]
1190name = "generator"
1191version = "0.8.9"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae"
1194dependencies = [
1195 "cc",
1196 "cfg-if",
1197 "libc",
1198 "log",
1199 "rustversion",
1200 "windows-link",
1201 "windows-result",
1202]
1203
1204[[package]]
1205name = "generic-array"
1206version = "0.14.9"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1209dependencies = [
1210 "typenum",
1211 "version_check",
1212 "zeroize",
1213]
1214
1215[[package]]
1216name = "getrandom"
1217version = "0.2.17"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1220dependencies = [
1221 "cfg-if",
1222 "js-sys",
1223 "libc",
1224 "wasi",
1225 "wasm-bindgen",
1226]
1227
1228[[package]]
1229name = "getrandom"
1230version = "0.3.4"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1233dependencies = [
1234 "cfg-if",
1235 "js-sys",
1236 "libc",
1237 "r-efi 5.3.0",
1238 "wasip2",
1239 "wasm-bindgen",
1240]
1241
1242[[package]]
1243name = "getrandom"
1244version = "0.4.3"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
1247dependencies = [
1248 "cfg-if",
1249 "js-sys",
1250 "libc",
1251 "r-efi 6.0.0",
1252 "rand_core 0.10.1",
1253 "wasm-bindgen",
1254]
1255
1256[[package]]
1257name = "gix"
1258version = "0.84.0"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "ae54ae0ebd1a5a3c3f8d95dd3b5ca6e63f4fed9bfd585e13801a97d7bde8f9ce"
1261dependencies = [
1262 "gix-actor",
1263 "gix-archive",
1264 "gix-attributes",
1265 "gix-blame",
1266 "gix-command",
1267 "gix-commitgraph",
1268 "gix-config",
1269 "gix-credentials",
1270 "gix-date",
1271 "gix-diff",
1272 "gix-dir",
1273 "gix-discover",
1274 "gix-error",
1275 "gix-features",
1276 "gix-filter",
1277 "gix-fs",
1278 "gix-glob",
1279 "gix-hash",
1280 "gix-hashtable",
1281 "gix-ignore",
1282 "gix-index",
1283 "gix-lock",
1284 "gix-mailmap",
1285 "gix-negotiate",
1286 "gix-object",
1287 "gix-odb",
1288 "gix-pack",
1289 "gix-path",
1290 "gix-pathspec",
1291 "gix-prompt",
1292 "gix-protocol",
1293 "gix-ref",
1294 "gix-refspec",
1295 "gix-revision",
1296 "gix-revwalk",
1297 "gix-sec",
1298 "gix-shallow",
1299 "gix-status",
1300 "gix-submodule",
1301 "gix-tempfile",
1302 "gix-trace",
1303 "gix-traverse",
1304 "gix-url",
1305 "gix-utils",
1306 "gix-validate",
1307 "gix-worktree",
1308 "gix-worktree-state",
1309 "gix-worktree-stream",
1310 "nonempty",
1311 "parking_lot",
1312 "regex",
1313 "signal-hook",
1314 "smallvec",
1315 "thiserror 2.0.18",
1316]
1317
1318[[package]]
1319name = "gix-actor"
1320version = "0.41.1"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "8bc998b8f746dda8565450d08a63b792ced9165d8c27a1ed3f02799ec6a7820f"
1323dependencies = [
1324 "bstr",
1325 "gix-date",
1326 "gix-error",
1327]
1328
1329[[package]]
1330name = "gix-archive"
1331version = "0.33.0"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "16909cacc78936ab96f6c3be08379d0a2e88bfa3a7527972d2ed75c7517ef31e"
1334dependencies = [
1335 "bstr",
1336 "flate2",
1337 "gix-date",
1338 "gix-error",
1339 "gix-object",
1340 "gix-path",
1341 "gix-worktree-stream",
1342 "rawzip",
1343 "tar",
1344]
1345
1346[[package]]
1347name = "gix-attributes"
1348version = "0.33.2"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "39b40888d0ed415c0744a6cdc61eebf0304c9d26ab726725b718443c322e5ba4"
1351dependencies = [
1352 "bstr",
1353 "gix-glob",
1354 "gix-path",
1355 "gix-quote",
1356 "gix-trace",
1357 "kstring",
1358 "smallvec",
1359 "thiserror 2.0.18",
1360 "unicode-bom",
1361]
1362
1363[[package]]
1364name = "gix-bitmap"
1365version = "0.3.2"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "52ebef0c26ad305747649e727bbcd56a7b7910754eb7cea88f6dff6f93c51283"
1368dependencies = [
1369 "gix-error",
1370]
1371
1372[[package]]
1373name = "gix-blame"
1374version = "0.14.0"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "4d39a0c14af94c2edaa5eefe06d5ef2cdea55316ae9a9321314288e3f55fa4c0"
1377dependencies = [
1378 "gix-commitgraph",
1379 "gix-date",
1380 "gix-diff",
1381 "gix-error",
1382 "gix-hash",
1383 "gix-object",
1384 "gix-revwalk",
1385 "gix-trace",
1386 "gix-traverse",
1387 "gix-worktree",
1388 "smallvec",
1389 "thiserror 2.0.18",
1390]
1391
1392[[package]]
1393name = "gix-chunk"
1394version = "0.7.2"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "9faee47943b638e58ddd5e275a4906ad3e4b6c8584f1d41bd18ab9032ec52afb"
1397dependencies = [
1398 "gix-error",
1399]
1400
1401[[package]]
1402name = "gix-command"
1403version = "0.9.1"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "00706d4fef135ef4b01680d5218c6ee40cda8baf697b864296cbc887d19118f6"
1406dependencies = [
1407 "bstr",
1408 "gix-path",
1409 "gix-quote",
1410 "gix-trace",
1411 "shell-words",
1412]
1413
1414[[package]]
1415name = "gix-commitgraph"
1416version = "0.37.1"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "7f675d0df484a7f6a47e64bd6f311af489d947c0323b0564f36d14f3d7762abb"
1419dependencies = [
1420 "bstr",
1421 "gix-chunk",
1422 "gix-error",
1423 "gix-hash",
1424 "memmap2",
1425 "nonempty",
1426]
1427
1428[[package]]
1429name = "gix-config"
1430version = "0.57.0"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "4f2372d4b49ca28431e7d150cab9d25edc1890f0184bd57eb0e917c7799e63de"
1433dependencies = [
1434 "bstr",
1435 "gix-config-value",
1436 "gix-features",
1437 "gix-glob",
1438 "gix-path",
1439 "gix-ref",
1440 "gix-sec",
1441 "smallvec",
1442 "thiserror 2.0.18",
1443 "unicode-bom",
1444]
1445
1446[[package]]
1447name = "gix-config-value"
1448version = "0.18.1"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "ed42168329552f6c2e5df09665c104199d45d84bedb53683738a49b57fe1baab"
1451dependencies = [
1452 "bitflags 2.13.0",
1453 "bstr",
1454 "gix-path",
1455 "libc",
1456 "thiserror 2.0.18",
1457]
1458
1459[[package]]
1460name = "gix-credentials"
1461version = "0.38.1"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "f40cd22f0dd71988be12d6e78b1709de2370e1957c5f107ff31e56caeba3745d"
1464dependencies = [
1465 "bstr",
1466 "gix-command",
1467 "gix-config-value",
1468 "gix-date",
1469 "gix-path",
1470 "gix-prompt",
1471 "gix-sec",
1472 "gix-trace",
1473 "gix-url",
1474 "thiserror 2.0.18",
1475]
1476
1477[[package]]
1478name = "gix-date"
1479version = "0.15.5"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "3d63f9e28b59ddeb1a1eb9e5cf986a9222b5d484947445edbc20473939cc7fd0"
1482dependencies = [
1483 "bstr",
1484 "gix-error",
1485 "itoa",
1486 "jiff",
1487]
1488
1489[[package]]
1490name = "gix-diff"
1491version = "0.64.0"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "3b6d9528f32d94cef2edf39a1ac01fe5a0fc44ddbb18d9e44099936047c3302b"
1494dependencies = [
1495 "bstr",
1496 "gix-attributes",
1497 "gix-command",
1498 "gix-filter",
1499 "gix-fs",
1500 "gix-hash",
1501 "gix-imara-diff",
1502 "gix-index",
1503 "gix-object",
1504 "gix-path",
1505 "gix-pathspec",
1506 "gix-tempfile",
1507 "gix-trace",
1508 "gix-traverse",
1509 "gix-worktree",
1510 "thiserror 2.0.18",
1511]
1512
1513[[package]]
1514name = "gix-dir"
1515version = "0.26.0"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "21bb2a53a6fd917ec499ed0bfb5b6887de7a15bd79197dcea7c987938749a9f1"
1518dependencies = [
1519 "bstr",
1520 "gix-discover",
1521 "gix-fs",
1522 "gix-ignore",
1523 "gix-index",
1524 "gix-object",
1525 "gix-path",
1526 "gix-pathspec",
1527 "gix-trace",
1528 "gix-utils",
1529 "gix-worktree",
1530 "thiserror 2.0.18",
1531]
1532
1533[[package]]
1534name = "gix-discover"
1535version = "0.52.0"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "77bacdd12b7879d2178a80c58c2f319995e4654e1a7a23e3181e5c8a12b824f7"
1538dependencies = [
1539 "bstr",
1540 "dunce",
1541 "gix-fs",
1542 "gix-path",
1543 "gix-ref",
1544 "gix-sec",
1545 "thiserror 2.0.18",
1546]
1547
1548[[package]]
1549name = "gix-error"
1550version = "0.2.4"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "e57831e199be480af90dcd7e459abed8a174c09ec9a6e2cc8f7ca6c54598b06b"
1553dependencies = [
1554 "bstr",
1555]
1556
1557[[package]]
1558name = "gix-features"
1559version = "0.48.1"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "1849ae154d38bc403185be14fa871e38e3c93ee606875d94e207fdb9fba52dbc"
1562dependencies = [
1563 "bytes",
1564 "bytesize",
1565 "crc32fast",
1566 "crossbeam-channel",
1567 "gix-path",
1568 "gix-trace",
1569 "gix-utils",
1570 "libc",
1571 "once_cell",
1572 "parking_lot",
1573 "prodash",
1574 "thiserror 2.0.18",
1575 "walkdir",
1576 "zlib-rs",
1577]
1578
1579[[package]]
1580name = "gix-filter"
1581version = "0.31.0"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "ecf74b7d16f6694ce4a3049074c41be0c7987105743674f1671807bd6dce09fa"
1584dependencies = [
1585 "bstr",
1586 "encoding_rs",
1587 "gix-attributes",
1588 "gix-command",
1589 "gix-hash",
1590 "gix-object",
1591 "gix-packetline",
1592 "gix-path",
1593 "gix-quote",
1594 "gix-trace",
1595 "gix-utils",
1596 "smallvec",
1597 "thiserror 2.0.18",
1598]
1599
1600[[package]]
1601name = "gix-fs"
1602version = "0.21.2"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "6cdff46db8798e47e2f727d84b9379aac5add3dd3d9d0b07bb4d7d5d640771fe"
1605dependencies = [
1606 "bstr",
1607 "fastrand",
1608 "gix-features",
1609 "gix-path",
1610 "gix-utils",
1611 "thiserror 2.0.18",
1612]
1613
1614[[package]]
1615name = "gix-glob"
1616version = "0.26.1"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "d1fcb8ef5b16bcf874abe9b68d8abb3c0493c876d367ab824151f30a0f3f3756"
1619dependencies = [
1620 "bitflags 2.13.0",
1621 "bstr",
1622 "gix-features",
1623 "gix-path",
1624]
1625
1626[[package]]
1627name = "gix-hash"
1628version = "0.25.1"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "cb0926d3819c837750b4e03c7754901e73f68b8c9b690753a6372a1bed4eedce"
1631dependencies = [
1632 "faster-hex",
1633 "gix-features",
1634 "sha1-checked",
1635 "sha2 0.11.0",
1636 "thiserror 2.0.18",
1637]
1638
1639[[package]]
1640name = "gix-hashtable"
1641version = "0.15.2"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "7e261d54091f0d1c729bc83f54548c071bdec60a697de1e58e88bdfd7a99d24e"
1644dependencies = [
1645 "gix-hash",
1646 "hashbrown 0.17.1",
1647 "parking_lot",
1648]
1649
1650[[package]]
1651name = "gix-ignore"
1652version = "0.21.1"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "d491bab9bf2c9f341dc754f425c31d5d3f63aca615312167b82e1deeaca97d8d"
1655dependencies = [
1656 "bstr",
1657 "gix-glob",
1658 "gix-path",
1659 "gix-trace",
1660 "unicode-bom",
1661]
1662
1663[[package]]
1664name = "gix-imara-diff"
1665version = "0.2.3"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "b305d85504de270ad3525d726a6b69cc59ee7b2269b014387651107ab9f0755b"
1668dependencies = [
1669 "bstr",
1670 "hashbrown 0.15.5",
1671]
1672
1673[[package]]
1674name = "gix-index"
1675version = "0.52.0"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "4e6b28cc592dc753adb58302bb14a64e412ee591a3bec77aa4df87bff74fa80d"
1678dependencies = [
1679 "bitflags 2.13.0",
1680 "bstr",
1681 "filetime",
1682 "fnv",
1683 "gix-bitmap",
1684 "gix-features",
1685 "gix-fs",
1686 "gix-hash",
1687 "gix-lock",
1688 "gix-object",
1689 "gix-traverse",
1690 "gix-utils",
1691 "gix-validate",
1692 "hashbrown 0.17.1",
1693 "itoa",
1694 "libc",
1695 "memmap2",
1696 "rustix",
1697 "smallvec",
1698 "thiserror 2.0.18",
1699]
1700
1701[[package]]
1702name = "gix-lock"
1703version = "23.0.1"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "65c9dedd9e90b0d47624d2ed241d394e09294118364e87b9b7e5f1fe755f3c2c"
1706dependencies = [
1707 "gix-tempfile",
1708 "gix-utils",
1709 "thiserror 2.0.18",
1710]
1711
1712[[package]]
1713name = "gix-mailmap"
1714version = "0.33.1"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "195fd20808055824531be2fd0d34136d900e5fbca3ffb0a3c07e8beeefb9c828"
1717dependencies = [
1718 "bstr",
1719 "gix-actor",
1720 "gix-date",
1721 "gix-error",
1722]
1723
1724[[package]]
1725name = "gix-negotiate"
1726version = "0.32.0"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "890c936a215bae25818c076cb881cb2e54d2c66ba947ba58b8dd47cff921bf55"
1729dependencies = [
1730 "bitflags 2.13.0",
1731 "gix-commitgraph",
1732 "gix-date",
1733 "gix-hash",
1734 "gix-object",
1735 "gix-revwalk",
1736]
1737
1738[[package]]
1739name = "gix-object"
1740version = "0.61.0"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "d5cd857e29429c7213bdef3f5aef83f8cc124774fe8ae0d27b1607d218d6d525"
1743dependencies = [
1744 "bstr",
1745 "gix-actor",
1746 "gix-date",
1747 "gix-features",
1748 "gix-hash",
1749 "gix-hashtable",
1750 "gix-utils",
1751 "gix-validate",
1752 "itoa",
1753 "smallvec",
1754 "thiserror 2.0.18",
1755]
1756
1757[[package]]
1758name = "gix-odb"
1759version = "0.81.0"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "7d004c32858b1556f2d7874405edb3c97dc78fc09beaa87d57bb077ee2858a7d"
1762dependencies = [
1763 "arc-swap",
1764 "gix-features",
1765 "gix-fs",
1766 "gix-hash",
1767 "gix-hashtable",
1768 "gix-object",
1769 "gix-pack",
1770 "gix-path",
1771 "gix-quote",
1772 "memmap2",
1773 "parking_lot",
1774 "tempfile",
1775 "thiserror 2.0.18",
1776]
1777
1778[[package]]
1779name = "gix-pack"
1780version = "0.71.0"
1781dependencies = [
1782 "clru",
1783 "gix-chunk",
1784 "gix-diff",
1785 "gix-error",
1786 "gix-features",
1787 "gix-hash",
1788 "gix-hashtable",
1789 "gix-object",
1790 "gix-path",
1791 "gix-tempfile",
1792 "gix-traverse",
1793 "parking_lot",
1794 "smallvec",
1795 "thiserror 2.0.18",
1796 "uluru",
1797]
1798
1799[[package]]
1800name = "gix-packetline"
1801version = "0.21.5"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "b217dd0ee0c4021ecf169a4a519b1b4f80d15e3f3765f3dc466223dc0ac891d7"
1804dependencies = [
1805 "bstr",
1806 "faster-hex",
1807 "gix-trace",
1808 "thiserror 2.0.18",
1809]
1810
1811[[package]]
1812name = "gix-path"
1813version = "0.12.1"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "afa6ac14cd14939ea94a496ce7460daa6511c09f5b84757e9cfc6f9c8d0f93a6"
1816dependencies = [
1817 "bstr",
1818 "gix-trace",
1819 "gix-validate",
1820 "thiserror 2.0.18",
1821]
1822
1823[[package]]
1824name = "gix-pathspec"
1825version = "0.18.1"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "3050783b41ee11511e1e8fb35623df81806194f4030395f14f48ea37c2798c9f"
1828dependencies = [
1829 "bitflags 2.13.0",
1830 "bstr",
1831 "gix-attributes",
1832 "gix-config-value",
1833 "gix-glob",
1834 "gix-path",
1835 "thiserror 2.0.18",
1836]
1837
1838[[package]]
1839name = "gix-prompt"
1840version = "0.15.1"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "3ee604d7746080ae7e1023bf47204bcc2c5f307bfbe2306a3c90b1bfd1a2c6d8"
1843dependencies = [
1844 "gix-command",
1845 "gix-config-value",
1846 "parking_lot",
1847 "rustix",
1848 "thiserror 2.0.18",
1849]
1850
1851[[package]]
1852name = "gix-protocol"
1853version = "0.62.0"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "51dea3acb390707ab868f1f9584f18449eb95d869deffae96768e47d303595ee"
1856dependencies = [
1857 "bstr",
1858 "gix-date",
1859 "gix-features",
1860 "gix-hash",
1861 "gix-ref",
1862 "gix-shallow",
1863 "gix-transport",
1864 "gix-utils",
1865 "maybe-async",
1866 "nonempty",
1867 "thiserror 2.0.18",
1868]
1869
1870[[package]]
1871name = "gix-quote"
1872version = "0.7.2"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "a6e541fc33cc2b783b7979040d445a0c86a2eca747c8faea4ca84230d06ae6ef"
1875dependencies = [
1876 "bstr",
1877 "gix-error",
1878 "gix-utils",
1879]
1880
1881[[package]]
1882name = "gix-ref"
1883version = "0.64.0"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "4c04f64c37eb7e6feb73c7060f8dc6f381cc5de5d53249bfd450bc48a86b2e8b"
1886dependencies = [
1887 "gix-actor",
1888 "gix-features",
1889 "gix-fs",
1890 "gix-hash",
1891 "gix-lock",
1892 "gix-object",
1893 "gix-path",
1894 "gix-tempfile",
1895 "gix-utils",
1896 "gix-validate",
1897 "memmap2",
1898 "thiserror 2.0.18",
1899]
1900
1901[[package]]
1902name = "gix-refspec"
1903version = "0.42.0"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "b216ae06ec74b5f24ad0142026a997fb0a935b7410eaf9c1616fc3f0e6c5a6d3"
1906dependencies = [
1907 "bstr",
1908 "gix-error",
1909 "gix-glob",
1910 "gix-hash",
1911 "gix-revision",
1912 "gix-validate",
1913 "smallvec",
1914 "thiserror 2.0.18",
1915]
1916
1917[[package]]
1918name = "gix-revision"
1919version = "0.46.0"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "0b47c88884dd3c1a19a39da19d10211fcdea2809aadc86869b6e824a1774340f"
1922dependencies = [
1923 "bitflags 2.13.0",
1924 "bstr",
1925 "gix-commitgraph",
1926 "gix-date",
1927 "gix-error",
1928 "gix-hash",
1929 "gix-hashtable",
1930 "gix-object",
1931 "gix-revwalk",
1932 "gix-trace",
1933 "nonempty",
1934]
1935
1936[[package]]
1937name = "gix-revwalk"
1938version = "0.32.0"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "85f5756abffe0917827aac683b13684ed99875bc398fa1f9b8f479b0681ef9e6"
1941dependencies = [
1942 "gix-commitgraph",
1943 "gix-date",
1944 "gix-error",
1945 "gix-hash",
1946 "gix-hashtable",
1947 "gix-object",
1948 "smallvec",
1949 "thiserror 2.0.18",
1950]
1951
1952[[package]]
1953name = "gix-sec"
1954version = "0.14.1"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "ab8519976e4c7e486270740a5400369f37940779b80bd1377d94cfa1125d01b3"
1957dependencies = [
1958 "bitflags 2.13.0",
1959 "gix-path",
1960 "libc",
1961 "windows-sys 0.61.2",
1962]
1963
1964[[package]]
1965name = "gix-shallow"
1966version = "0.12.1"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "a292fc2fe548c5dfa575479d16b445b0ddf1dd2f56f1fec6aed386f82553cd97"
1969dependencies = [
1970 "bstr",
1971 "gix-hash",
1972 "gix-lock",
1973 "nonempty",
1974 "thiserror 2.0.18",
1975]
1976
1977[[package]]
1978name = "gix-status"
1979version = "0.31.0"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "22042e385d28a34275e029d98f4970285045be14b9073658ca897923f2ed8700"
1982dependencies = [
1983 "bstr",
1984 "filetime",
1985 "gix-diff",
1986 "gix-dir",
1987 "gix-features",
1988 "gix-filter",
1989 "gix-fs",
1990 "gix-hash",
1991 "gix-index",
1992 "gix-object",
1993 "gix-path",
1994 "gix-pathspec",
1995 "gix-worktree",
1996 "portable-atomic",
1997 "thiserror 2.0.18",
1998]
1999
2000[[package]]
2001name = "gix-submodule"
2002version = "0.31.0"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "3059890ef054066c22a94bfc6a3eaba0d806aedcd630a0bc9e5783fd88884781"
2005dependencies = [
2006 "bstr",
2007 "gix-config",
2008 "gix-path",
2009 "gix-pathspec",
2010 "gix-refspec",
2011 "gix-url",
2012 "thiserror 2.0.18",
2013]
2014
2015[[package]]
2016name = "gix-tempfile"
2017version = "23.0.2"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "6ef60812443484e67bf84e444cc71b4c78ae62deb822221774a4fa0c57fdb17f"
2020dependencies = [
2021 "dashmap",
2022 "gix-fs",
2023 "libc",
2024 "parking_lot",
2025 "signal-hook",
2026 "signal-hook-registry",
2027 "tempfile",
2028]
2029
2030[[package]]
2031name = "gix-trace"
2032version = "0.1.20"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "44dc45eae785c0eb14173e0f152e6e224dcf4d45b6a6999a3aed22af541ad678"
2035
2036[[package]]
2037name = "gix-transport"
2038version = "0.57.2"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "186874f7ad1fb2f9a2f2aa9c2dabc7f9dd087bef74c1a0eee2b4a9cf0248fcb3"
2041dependencies = [
2042 "bstr",
2043 "gix-command",
2044 "gix-features",
2045 "gix-packetline",
2046 "gix-quote",
2047 "gix-sec",
2048 "gix-url",
2049 "thiserror 2.0.18",
2050]
2051
2052[[package]]
2053name = "gix-traverse"
2054version = "0.58.0"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "e8de590ecc86a3b2870665f2288324fa9f7f8672c7fc2d4e020fdd81cd1f7aed"
2057dependencies = [
2058 "bitflags 2.13.0",
2059 "gix-commitgraph",
2060 "gix-date",
2061 "gix-hash",
2062 "gix-hashtable",
2063 "gix-object",
2064 "gix-revwalk",
2065 "smallvec",
2066 "thiserror 2.0.18",
2067]
2068
2069[[package]]
2070name = "gix-url"
2071version = "0.36.1"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "65bb01ec69d55e82ccb7a19e264501ead4e6aac38463a8cebfdd81e22bb67ab2"
2074dependencies = [
2075 "bstr",
2076 "gix-path",
2077 "percent-encoding",
2078 "thiserror 2.0.18",
2079]
2080
2081[[package]]
2082name = "gix-utils"
2083version = "0.3.3"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "66c50966184123caf580ffa64e28031a878597f1c7fceb8fe19566c38eb1b771"
2086dependencies = [
2087 "bstr",
2088 "fastrand",
2089 "unicode-normalization",
2090]
2091
2092[[package]]
2093name = "gix-validate"
2094version = "0.11.2"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "7bc6fc771c4063ba7cd2f47b91fb6076251c6a823b64b7fe7b8874b0fe4afae3"
2097dependencies = [
2098 "bstr",
2099]
2100
2101[[package]]
2102name = "gix-worktree"
2103version = "0.53.0"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "cef414ed275e8407cd5d53d301e83be19700b0dd3f859d2434417b58f454a2d1"
2106dependencies = [
2107 "bstr",
2108 "gix-attributes",
2109 "gix-fs",
2110 "gix-glob",
2111 "gix-hash",
2112 "gix-ignore",
2113 "gix-index",
2114 "gix-object",
2115 "gix-path",
2116 "gix-validate",
2117]
2118
2119[[package]]
2120name = "gix-worktree-state"
2121version = "0.31.0"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "4bffae8b3ca258fdd50370cd51f06deb4c76a3b43db3868bc28dde45ffa77d69"
2124dependencies = [
2125 "bstr",
2126 "gix-features",
2127 "gix-filter",
2128 "gix-fs",
2129 "gix-index",
2130 "gix-object",
2131 "gix-path",
2132 "gix-worktree",
2133 "io-close",
2134 "thiserror 2.0.18",
2135]
2136
2137[[package]]
2138name = "gix-worktree-stream"
2139version = "0.33.0"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "d25e9ed30100c63f7590bc581c225e53f731a53e06aa79a245739c07f7dcc557"
2142dependencies = [
2143 "gix-attributes",
2144 "gix-error",
2145 "gix-features",
2146 "gix-filter",
2147 "gix-fs",
2148 "gix-hash",
2149 "gix-object",
2150 "gix-path",
2151 "gix-traverse",
2152 "parking_lot",
2153]
2154
2155[[package]]
2156name = "group"
2157version = "0.13.0"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2160dependencies = [
2161 "ff",
2162 "rand_core 0.6.4",
2163 "subtle",
2164]
2165
2166[[package]]
2167name = "h2"
2168version = "0.4.15"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
2171dependencies = [
2172 "atomic-waker",
2173 "bytes",
2174 "fnv",
2175 "futures-core",
2176 "futures-sink",
2177 "http",
2178 "indexmap",
2179 "slab",
2180 "tokio",
2181 "tokio-util",
2182 "tracing",
2183]
2184
2185[[package]]
2186name = "half"
2187version = "2.7.1"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
2190dependencies = [
2191 "cfg-if",
2192 "crunchy",
2193 "zerocopy",
2194]
2195
2196[[package]]
2197name = "hash32"
2198version = "0.2.1"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
2201dependencies = [
2202 "byteorder",
2203]
2204
2205[[package]]
2206name = "hash32"
2207version = "0.3.1"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
2210dependencies = [
2211 "byteorder",
2212]
2213
2214[[package]]
2215name = "hashbrown"
2216version = "0.14.5"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2219
2220[[package]]
2221name = "hashbrown"
2222version = "0.15.5"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
2225dependencies = [
2226 "allocator-api2",
2227 "equivalent",
2228 "foldhash 0.1.5",
2229]
2230
2231[[package]]
2232name = "hashbrown"
2233version = "0.16.1"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
2236dependencies = [
2237 "allocator-api2",
2238 "equivalent",
2239 "foldhash 0.2.0",
2240]
2241
2242[[package]]
2243name = "hashbrown"
2244version = "0.17.1"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
2247dependencies = [
2248 "allocator-api2",
2249 "equivalent",
2250 "foldhash 0.2.0",
2251]
2252
2253[[package]]
2254name = "heapless"
2255version = "0.7.17"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
2258dependencies = [
2259 "atomic-polyfill",
2260 "hash32 0.2.1",
2261 "rustc_version",
2262 "serde",
2263 "spin 0.9.8",
2264 "stable_deref_trait",
2265]
2266
2267[[package]]
2268name = "heapless"
2269version = "0.8.0"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
2272dependencies = [
2273 "hash32 0.3.1",
2274 "stable_deref_trait",
2275]
2276
2277[[package]]
2278name = "heck"
2279version = "0.5.0"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2282
2283[[package]]
2284name = "hex"
2285version = "0.4.3"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2288
2289[[package]]
2290name = "hmac"
2291version = "0.12.1"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2294dependencies = [
2295 "digest 0.10.7",
2296]
2297
2298[[package]]
2299name = "http"
2300version = "1.4.2"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
2302checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
2303dependencies = [
2304 "bytes",
2305 "itoa",
2306]
2307
2308[[package]]
2309name = "http-body"
2310version = "1.0.1"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2313dependencies = [
2314 "bytes",
2315 "http",
2316]
2317
2318[[package]]
2319name = "http-body-util"
2320version = "0.1.3"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2323dependencies = [
2324 "bytes",
2325 "futures-core",
2326 "http",
2327 "http-body",
2328 "pin-project-lite",
2329]
2330
2331[[package]]
2332name = "httparse"
2333version = "1.10.1"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2336
2337[[package]]
2338name = "human_format"
2339version = "1.2.1"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "eaec953f16e5bcf6b8a3cb3aa959b17e5577dbd2693e94554c462c08be22624b"
2342
2343[[package]]
2344name = "hybrid-array"
2345version = "0.4.13"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
2348dependencies = [
2349 "typenum",
2350]
2351
2352[[package]]
2353name = "hyper"
2354version = "1.10.1"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
2357dependencies = [
2358 "atomic-waker",
2359 "bytes",
2360 "futures-channel",
2361 "futures-core",
2362 "h2",
2363 "http",
2364 "http-body",
2365 "httparse",
2366 "itoa",
2367 "pin-project-lite",
2368 "smallvec",
2369 "tokio",
2370 "want",
2371]
2372
2373[[package]]
2374name = "hyper-rustls"
2375version = "0.27.9"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
2378dependencies = [
2379 "http",
2380 "hyper",
2381 "hyper-util",
2382 "rustls",
2383 "tokio",
2384 "tokio-rustls",
2385 "tower-service",
2386 "webpki-roots",
2387]
2388
2389[[package]]
2390name = "hyper-util"
2391version = "0.1.20"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
2394dependencies = [
2395 "base64",
2396 "bytes",
2397 "futures-channel",
2398 "futures-util",
2399 "http",
2400 "http-body",
2401 "hyper",
2402 "ipnet",
2403 "libc",
2404 "percent-encoding",
2405 "pin-project-lite",
2406 "socket2",
2407 "system-configuration",
2408 "tokio",
2409 "tower-service",
2410 "tracing",
2411 "windows-registry",
2412]
2413
2414[[package]]
2415name = "iana-time-zone"
2416version = "0.1.65"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
2419dependencies = [
2420 "android_system_properties",
2421 "core-foundation-sys",
2422 "iana-time-zone-haiku",
2423 "js-sys",
2424 "log",
2425 "wasm-bindgen",
2426 "windows-core",
2427]
2428
2429[[package]]
2430name = "iana-time-zone-haiku"
2431version = "0.1.2"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2434dependencies = [
2435 "cc",
2436]
2437
2438[[package]]
2439name = "icu_collections"
2440version = "2.2.0"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
2443dependencies = [
2444 "displaydoc",
2445 "potential_utf",
2446 "utf8_iter",
2447 "yoke",
2448 "zerofrom",
2449 "zerovec",
2450]
2451
2452[[package]]
2453name = "icu_locale_core"
2454version = "2.2.0"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
2457dependencies = [
2458 "displaydoc",
2459 "litemap",
2460 "tinystr",
2461 "writeable",
2462 "zerovec",
2463]
2464
2465[[package]]
2466name = "icu_normalizer"
2467version = "2.2.0"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
2470dependencies = [
2471 "icu_collections",
2472 "icu_normalizer_data",
2473 "icu_properties",
2474 "icu_provider",
2475 "smallvec",
2476 "zerovec",
2477]
2478
2479[[package]]
2480name = "icu_normalizer_data"
2481version = "2.2.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
2484
2485[[package]]
2486name = "icu_properties"
2487version = "2.2.0"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
2490dependencies = [
2491 "icu_collections",
2492 "icu_locale_core",
2493 "icu_properties_data",
2494 "icu_provider",
2495 "zerotrie",
2496 "zerovec",
2497]
2498
2499[[package]]
2500name = "icu_properties_data"
2501version = "2.2.0"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
2504
2505[[package]]
2506name = "icu_provider"
2507version = "2.2.0"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
2510dependencies = [
2511 "displaydoc",
2512 "icu_locale_core",
2513 "writeable",
2514 "yoke",
2515 "zerofrom",
2516 "zerotrie",
2517 "zerovec",
2518]
2519
2520[[package]]
2521name = "ident_case"
2522version = "1.0.1"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2525
2526[[package]]
2527name = "idna"
2528version = "1.1.0"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2531dependencies = [
2532 "idna_adapter",
2533 "smallvec",
2534 "utf8_iter",
2535]
2536
2537[[package]]
2538name = "idna_adapter"
2539version = "1.2.2"
2540source = "registry+https://github.com/rust-lang/crates.io-index"
2541checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
2542dependencies = [
2543 "icu_normalizer",
2544 "icu_properties",
2545]
2546
2547[[package]]
2548name = "indexmap"
2549version = "2.14.0"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
2552dependencies = [
2553 "equivalent",
2554 "hashbrown 0.17.1",
2555]
2556
2557[[package]]
2558name = "inventory"
2559version = "0.3.24"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
2562dependencies = [
2563 "rustversion",
2564]
2565
2566[[package]]
2567name = "io-close"
2568version = "0.3.7"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
2571dependencies = [
2572 "libc",
2573 "winapi",
2574]
2575
2576[[package]]
2577name = "ipld-core"
2578version = "0.4.3"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda"
2581dependencies = [
2582 "cid",
2583 "serde",
2584 "serde_bytes",
2585]
2586
2587[[package]]
2588name = "ipnet"
2589version = "2.12.0"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
2592
2593[[package]]
2594name = "iroh-car"
2595version = "0.5.1"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a"
2598dependencies = [
2599 "anyhow",
2600 "cid",
2601 "futures",
2602 "serde",
2603 "serde_ipld_dagcbor",
2604 "thiserror 1.0.69",
2605 "tokio",
2606 "unsigned-varint 0.7.2",
2607]
2608
2609[[package]]
2610name = "itoa"
2611version = "1.0.18"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
2614
2615[[package]]
2616name = "jacquard-api"
2617version = "0.12.1"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "b5c803a3c097e3ef8aea63747b4fe3fc9e339cd18272dd0366b1d10dd90d5c3f"
2620dependencies = [
2621 "jacquard-common",
2622 "jacquard-derive",
2623 "jacquard-lexicon",
2624 "miette",
2625 "serde",
2626 "thiserror 2.0.18",
2627]
2628
2629[[package]]
2630name = "jacquard-common"
2631version = "0.12.1"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "fec8b6661e6fcfb4d8b9eb1132503be71bc3e3c6f6ff15fa5500ec62655f6da7"
2634dependencies = [
2635 "base64",
2636 "bon",
2637 "bytes",
2638 "chrono",
2639 "ciborium",
2640 "ciborium-io",
2641 "cid",
2642 "ed25519-dalek",
2643 "fluent-uri",
2644 "futures",
2645 "getrandom 0.2.17",
2646 "getrandom 0.3.4",
2647 "hashbrown 0.15.5",
2648 "http",
2649 "ipld-core",
2650 "k256",
2651 "maitake-sync",
2652 "miette",
2653 "multibase",
2654 "multihash",
2655 "n0-future",
2656 "oxilangtag",
2657 "p256",
2658 "phf",
2659 "postcard",
2660 "rand 0.9.4",
2661 "regex",
2662 "regex-automata",
2663 "regex-lite",
2664 "reqwest 0.12.28",
2665 "rustversion",
2666 "serde",
2667 "serde_bytes",
2668 "serde_html_form",
2669 "serde_ipld_dagcbor",
2670 "serde_json",
2671 "signature",
2672 "smol_str",
2673 "spin 0.10.0",
2674 "thiserror 2.0.18",
2675 "tokio",
2676 "tokio-tungstenite-wasm",
2677 "tokio-util",
2678 "trait-variant",
2679 "unicode-segmentation",
2680]
2681
2682[[package]]
2683name = "jacquard-derive"
2684version = "0.12.1"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "e41b82a9a72c0d2b907a5e0734e0692615e717cda903502c6c034ae6f3ddddf7"
2687dependencies = [
2688 "heck",
2689 "jacquard-lexicon",
2690 "proc-macro2",
2691 "quote",
2692 "syn",
2693]
2694
2695[[package]]
2696name = "jacquard-lexicon"
2697version = "0.12.1"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "160049c269e3d7ec56f130736d25d61953fc6216da660c8b5e102f6b052dd3a1"
2700dependencies = [
2701 "cid",
2702 "dashmap",
2703 "heck",
2704 "inventory",
2705 "jacquard-common",
2706 "miette",
2707 "multihash",
2708 "prettyplease",
2709 "proc-macro2",
2710 "quote",
2711 "serde",
2712 "serde_ipld_dagcbor",
2713 "serde_json",
2714 "serde_path_to_error",
2715 "serde_repr",
2716 "serde_with",
2717 "sha2 0.10.9",
2718 "syn",
2719 "thiserror 2.0.18",
2720 "unicode-segmentation",
2721]
2722
2723[[package]]
2724name = "jacquard-repo"
2725version = "0.12.1"
2726source = "registry+https://github.com/rust-lang/crates.io-index"
2727checksum = "98986367bb78dadaa0f2f07196bab357786c0e3670d8311b350585b91f84d6eb"
2728dependencies = [
2729 "bytes",
2730 "cid",
2731 "ed25519-dalek",
2732 "iroh-car",
2733 "jacquard-api",
2734 "jacquard-common",
2735 "jacquard-derive",
2736 "k256",
2737 "miette",
2738 "multihash",
2739 "n0-future",
2740 "p256",
2741 "serde",
2742 "serde_bytes",
2743 "serde_ipld_dagcbor",
2744 "sha2 0.10.9",
2745 "smol_str",
2746 "thiserror 2.0.18",
2747 "tokio",
2748 "trait-variant",
2749]
2750
2751[[package]]
2752name = "jiff"
2753version = "0.2.31"
2754source = "registry+https://github.com/rust-lang/crates.io-index"
2755checksum = "ccfe6121cbe750cf81efa362d85c0bde7ea298ec43092d3a193baca59cdbd634"
2756dependencies = [
2757 "defmt",
2758 "jiff-static",
2759 "jiff-tzdb-platform",
2760 "log",
2761 "portable-atomic",
2762 "portable-atomic-util",
2763 "serde_core",
2764 "windows-link",
2765]
2766
2767[[package]]
2768name = "jiff-static"
2769version = "0.2.31"
2770source = "registry+https://github.com/rust-lang/crates.io-index"
2771checksum = "e165e897f662d428f3cd3828a919dbe067c2d42bb1031eede74ef9d27ecdedd2"
2772dependencies = [
2773 "proc-macro2",
2774 "quote",
2775 "syn",
2776]
2777
2778[[package]]
2779name = "jiff-tzdb"
2780version = "0.1.7"
2781source = "registry+https://github.com/rust-lang/crates.io-index"
2782checksum = "6142247df1a93c2b3587402a19710be3e6e942f1581a1702e76408f2c21d6590"
2783
2784[[package]]
2785name = "jiff-tzdb-platform"
2786version = "0.1.3"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
2789dependencies = [
2790 "jiff-tzdb",
2791]
2792
2793[[package]]
2794name = "jni"
2795version = "0.21.1"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2798dependencies = [
2799 "cesu8",
2800 "cfg-if",
2801 "combine",
2802 "jni-sys 0.3.1",
2803 "log",
2804 "thiserror 1.0.69",
2805 "walkdir",
2806 "windows-sys 0.45.0",
2807]
2808
2809[[package]]
2810name = "jni-sys"
2811version = "0.3.1"
2812source = "registry+https://github.com/rust-lang/crates.io-index"
2813checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
2814dependencies = [
2815 "jni-sys 0.4.1",
2816]
2817
2818[[package]]
2819name = "jni-sys"
2820version = "0.4.1"
2821source = "registry+https://github.com/rust-lang/crates.io-index"
2822checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
2823dependencies = [
2824 "jni-sys-macros",
2825]
2826
2827[[package]]
2828name = "jni-sys-macros"
2829version = "0.4.1"
2830source = "registry+https://github.com/rust-lang/crates.io-index"
2831checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
2832dependencies = [
2833 "quote",
2834 "syn",
2835]
2836
2837[[package]]
2838name = "jobserver"
2839version = "0.1.35"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
2842dependencies = [
2843 "getrandom 0.4.3",
2844 "libc",
2845]
2846
2847[[package]]
2848name = "js-sys"
2849version = "0.3.103"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
2852dependencies = [
2853 "cfg-if",
2854 "futures-util",
2855 "wasm-bindgen",
2856]
2857
2858[[package]]
2859name = "k256"
2860version = "0.13.4"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2863dependencies = [
2864 "cfg-if",
2865 "ecdsa",
2866 "elliptic-curve",
2867 "once_cell",
2868 "sha2 0.10.9",
2869 "signature",
2870]
2871
2872[[package]]
2873name = "knot-git"
2874version = "0.1.0"
2875dependencies = [
2876 "base64",
2877 "dashmap",
2878 "flate2",
2879 "gix",
2880 "gix-archive",
2881 "gix-bitmap",
2882 "gix-hash",
2883 "gix-pack",
2884 "knot-resource",
2885 "knot-types",
2886 "moka",
2887 "thiserror 2.0.18",
2888 "walkdir",
2889]
2890
2891[[package]]
2892name = "knot-lfs"
2893version = "0.1.0"
2894dependencies = [
2895 "gix-packetline",
2896 "knot-git",
2897 "knot-resource",
2898 "knot-runtime",
2899 "knot-types",
2900 "serde",
2901 "serde_json",
2902 "sha2 0.11.0",
2903 "tempfile",
2904 "thiserror 2.0.18",
2905 "tracing",
2906 "url",
2907]
2908
2909[[package]]
2910name = "knot-lfs-fuzz"
2911version = "0.0.0"
2912dependencies = [
2913 "knot-lfs",
2914 "libfuzzer-sys",
2915]
2916
2917[[package]]
2918name = "knot-resource"
2919version = "0.1.0"
2920dependencies = [
2921 "rustix",
2922]
2923
2924[[package]]
2925name = "knot-runtime"
2926version = "0.1.0"
2927dependencies = [
2928 "bytes",
2929 "futures",
2930 "getrandom 0.4.3",
2931 "http",
2932 "k256",
2933 "reqwest 0.13.1",
2934 "thiserror 2.0.18",
2935 "tokio",
2936 "url",
2937]
2938
2939[[package]]
2940name = "knot-types"
2941version = "0.1.0"
2942dependencies = [
2943 "anyhow",
2944 "bytes",
2945 "chrono",
2946 "cid",
2947 "gix-hash",
2948 "http",
2949 "jacquard-common",
2950 "jacquard-derive",
2951 "jacquard-lexicon",
2952 "jacquard-repo",
2953 "miette",
2954 "serde",
2955 "serde_json",
2956 "thiserror 2.0.18",
2957 "walkdir",
2958]
2959
2960[[package]]
2961name = "kstring"
2962version = "2.0.2"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
2965dependencies = [
2966 "static_assertions",
2967]
2968
2969[[package]]
2970name = "lazy_static"
2971version = "1.5.0"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2974
2975[[package]]
2976name = "libc"
2977version = "0.2.186"
2978source = "registry+https://github.com/rust-lang/crates.io-index"
2979checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
2980
2981[[package]]
2982name = "libfuzzer-sys"
2983version = "0.4.13"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "a9fd2f41a1cba099f79a0b6b6c35656cf7c03351a7bae8ff0f28f25270f929d2"
2986dependencies = [
2987 "arbitrary",
2988 "cc",
2989]
2990
2991[[package]]
2992name = "linux-raw-sys"
2993version = "0.12.1"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
2996
2997[[package]]
2998name = "litemap"
2999version = "0.8.2"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
3002
3003[[package]]
3004name = "lock_api"
3005version = "0.4.14"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
3008dependencies = [
3009 "scopeguard",
3010]
3011
3012[[package]]
3013name = "log"
3014version = "0.4.33"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
3017
3018[[package]]
3019name = "loom"
3020version = "0.7.2"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
3023dependencies = [
3024 "cfg-if",
3025 "generator",
3026 "scoped-tls",
3027 "tracing",
3028 "tracing-subscriber",
3029]
3030
3031[[package]]
3032name = "lru-slab"
3033version = "0.1.2"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
3036
3037[[package]]
3038name = "maitake-sync"
3039version = "0.1.2"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5"
3042dependencies = [
3043 "cordyceps",
3044 "loom",
3045 "mycelium-bitfield",
3046 "pin-project",
3047 "portable-atomic",
3048]
3049
3050[[package]]
3051name = "match-lookup"
3052version = "0.1.2"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
3055dependencies = [
3056 "proc-macro2",
3057 "quote",
3058 "syn",
3059]
3060
3061[[package]]
3062name = "matchers"
3063version = "0.2.0"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
3066dependencies = [
3067 "regex-automata",
3068]
3069
3070[[package]]
3071name = "maybe-async"
3072version = "0.2.11"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "746873a384ad60adc5db74471dfaba74bd278afbdcfd81db93fafcdfc8b5ca0c"
3075dependencies = [
3076 "proc-macro2",
3077 "quote",
3078 "syn",
3079]
3080
3081[[package]]
3082name = "memchr"
3083version = "2.8.2"
3084source = "registry+https://github.com/rust-lang/crates.io-index"
3085checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
3086
3087[[package]]
3088name = "memmap2"
3089version = "0.9.11"
3090source = "registry+https://github.com/rust-lang/crates.io-index"
3091checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
3092dependencies = [
3093 "libc",
3094]
3095
3096[[package]]
3097name = "miette"
3098version = "7.6.0"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
3101dependencies = [
3102 "cfg-if",
3103 "miette-derive",
3104 "unicode-width",
3105]
3106
3107[[package]]
3108name = "miette-derive"
3109version = "7.6.0"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
3112dependencies = [
3113 "proc-macro2",
3114 "quote",
3115 "syn",
3116]
3117
3118[[package]]
3119name = "mime"
3120version = "0.3.17"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3123
3124[[package]]
3125name = "miniz_oxide"
3126version = "0.8.9"
3127source = "registry+https://github.com/rust-lang/crates.io-index"
3128checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3129dependencies = [
3130 "adler2",
3131 "simd-adler32",
3132]
3133
3134[[package]]
3135name = "mio"
3136version = "1.2.1"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
3139dependencies = [
3140 "libc",
3141 "wasi",
3142 "windows-sys 0.61.2",
3143]
3144
3145[[package]]
3146name = "moka"
3147version = "0.12.15"
3148source = "registry+https://github.com/rust-lang/crates.io-index"
3149checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
3150dependencies = [
3151 "async-lock",
3152 "crossbeam-channel",
3153 "crossbeam-epoch",
3154 "crossbeam-utils",
3155 "equivalent",
3156 "event-listener",
3157 "futures-util",
3158 "parking_lot",
3159 "portable-atomic",
3160 "smallvec",
3161 "tagptr",
3162 "uuid",
3163]
3164
3165[[package]]
3166name = "multibase"
3167version = "0.9.3"
3168source = "registry+https://github.com/rust-lang/crates.io-index"
3169checksum = "7e0e4a371cbf1dfd666b658ba137763edb23c45beb43cfe369b5593cd6b437b6"
3170dependencies = [
3171 "base-x",
3172 "base256emoji",
3173 "base45",
3174 "data-encoding",
3175 "data-encoding-macro",
3176]
3177
3178[[package]]
3179name = "multihash"
3180version = "0.19.5"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447"
3183dependencies = [
3184 "serde",
3185 "unsigned-varint 0.8.0",
3186]
3187
3188[[package]]
3189name = "mycelium-bitfield"
3190version = "0.1.5"
3191source = "registry+https://github.com/rust-lang/crates.io-index"
3192checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
3193
3194[[package]]
3195name = "n0-future"
3196version = "0.1.3"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
3199dependencies = [
3200 "cfg_aliases",
3201 "derive_more",
3202 "futures-buffered",
3203 "futures-lite",
3204 "futures-util",
3205 "js-sys",
3206 "pin-project",
3207 "send_wrapper",
3208 "tokio",
3209 "tokio-util",
3210 "wasm-bindgen",
3211 "wasm-bindgen-futures",
3212 "web-time",
3213]
3214
3215[[package]]
3216name = "nonempty"
3217version = "0.12.0"
3218source = "registry+https://github.com/rust-lang/crates.io-index"
3219checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6"
3220
3221[[package]]
3222name = "nu-ansi-term"
3223version = "0.50.3"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3226dependencies = [
3227 "windows-sys 0.61.2",
3228]
3229
3230[[package]]
3231name = "num-conv"
3232version = "0.2.2"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
3235
3236[[package]]
3237name = "num-traits"
3238version = "0.2.19"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3241dependencies = [
3242 "autocfg",
3243]
3244
3245[[package]]
3246name = "once_cell"
3247version = "1.21.4"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
3250
3251[[package]]
3252name = "openssl-probe"
3253version = "0.2.1"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
3256
3257[[package]]
3258name = "oxilangtag"
3259version = "0.1.6"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f"
3262dependencies = [
3263 "serde",
3264]
3265
3266[[package]]
3267name = "p256"
3268version = "0.13.2"
3269source = "registry+https://github.com/rust-lang/crates.io-index"
3270checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
3271dependencies = [
3272 "ecdsa",
3273 "elliptic-curve",
3274 "primeorder",
3275 "sha2 0.10.9",
3276]
3277
3278[[package]]
3279name = "parking"
3280version = "2.2.1"
3281source = "registry+https://github.com/rust-lang/crates.io-index"
3282checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3283
3284[[package]]
3285name = "parking_lot"
3286version = "0.12.5"
3287source = "registry+https://github.com/rust-lang/crates.io-index"
3288checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3289dependencies = [
3290 "lock_api",
3291 "parking_lot_core",
3292]
3293
3294[[package]]
3295name = "parking_lot_core"
3296version = "0.9.12"
3297source = "registry+https://github.com/rust-lang/crates.io-index"
3298checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3299dependencies = [
3300 "cfg-if",
3301 "libc",
3302 "redox_syscall",
3303 "smallvec",
3304 "windows-link",
3305]
3306
3307[[package]]
3308name = "pem-rfc7468"
3309version = "0.7.0"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3312dependencies = [
3313 "base64ct",
3314]
3315
3316[[package]]
3317name = "percent-encoding"
3318version = "2.3.2"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3321
3322[[package]]
3323name = "phf"
3324version = "0.11.3"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
3327dependencies = [
3328 "phf_macros",
3329 "phf_shared",
3330]
3331
3332[[package]]
3333name = "phf_generator"
3334version = "0.11.3"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
3337dependencies = [
3338 "phf_shared",
3339 "rand 0.8.6",
3340]
3341
3342[[package]]
3343name = "phf_macros"
3344version = "0.11.3"
3345source = "registry+https://github.com/rust-lang/crates.io-index"
3346checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
3347dependencies = [
3348 "phf_generator",
3349 "phf_shared",
3350 "proc-macro2",
3351 "quote",
3352 "syn",
3353]
3354
3355[[package]]
3356name = "phf_shared"
3357version = "0.11.3"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
3360dependencies = [
3361 "siphasher",
3362]
3363
3364[[package]]
3365name = "pin-project"
3366version = "1.1.13"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
3369dependencies = [
3370 "pin-project-internal",
3371]
3372
3373[[package]]
3374name = "pin-project-internal"
3375version = "1.1.13"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
3378dependencies = [
3379 "proc-macro2",
3380 "quote",
3381 "syn",
3382]
3383
3384[[package]]
3385name = "pin-project-lite"
3386version = "0.2.17"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
3389
3390[[package]]
3391name = "pkcs8"
3392version = "0.10.2"
3393source = "registry+https://github.com/rust-lang/crates.io-index"
3394checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3395dependencies = [
3396 "der",
3397 "spki",
3398]
3399
3400[[package]]
3401name = "pkg-config"
3402version = "0.3.33"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
3405
3406[[package]]
3407name = "portable-atomic"
3408version = "1.13.1"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
3411
3412[[package]]
3413name = "portable-atomic-util"
3414version = "0.2.7"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
3417dependencies = [
3418 "portable-atomic",
3419]
3420
3421[[package]]
3422name = "postcard"
3423version = "1.1.3"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
3426dependencies = [
3427 "cobs",
3428 "embedded-io 0.4.0",
3429 "embedded-io 0.6.1",
3430 "heapless 0.7.17",
3431 "serde",
3432]
3433
3434[[package]]
3435name = "potential_utf"
3436version = "0.1.5"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
3439dependencies = [
3440 "zerovec",
3441]
3442
3443[[package]]
3444name = "powerfmt"
3445version = "0.2.0"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3448
3449[[package]]
3450name = "ppv-lite86"
3451version = "0.2.21"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3454dependencies = [
3455 "zerocopy",
3456]
3457
3458[[package]]
3459name = "prettyplease"
3460version = "0.2.37"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
3463dependencies = [
3464 "proc-macro2",
3465 "syn",
3466]
3467
3468[[package]]
3469name = "primeorder"
3470version = "0.13.6"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3473dependencies = [
3474 "elliptic-curve",
3475]
3476
3477[[package]]
3478name = "proc-macro2"
3479version = "1.0.106"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
3482dependencies = [
3483 "unicode-ident",
3484]
3485
3486[[package]]
3487name = "prodash"
3488version = "31.0.0"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c"
3491dependencies = [
3492 "bytesize",
3493 "human_format",
3494 "parking_lot",
3495]
3496
3497[[package]]
3498name = "quinn"
3499version = "0.11.11"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
3502dependencies = [
3503 "bytes",
3504 "cfg_aliases",
3505 "pin-project-lite",
3506 "quinn-proto",
3507 "quinn-udp",
3508 "rustc-hash",
3509 "rustls",
3510 "socket2",
3511 "thiserror 2.0.18",
3512 "tokio",
3513 "tracing",
3514 "web-time",
3515]
3516
3517[[package]]
3518name = "quinn-proto"
3519version = "0.11.16"
3520source = "registry+https://github.com/rust-lang/crates.io-index"
3521checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
3522dependencies = [
3523 "aws-lc-rs",
3524 "bytes",
3525 "getrandom 0.4.3",
3526 "lru-slab",
3527 "rand 0.10.2",
3528 "rand_pcg",
3529 "ring",
3530 "rustc-hash",
3531 "rustls",
3532 "rustls-pki-types",
3533 "slab",
3534 "thiserror 2.0.18",
3535 "tinyvec",
3536 "tracing",
3537 "web-time",
3538]
3539
3540[[package]]
3541name = "quinn-udp"
3542version = "0.5.15"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
3545dependencies = [
3546 "cfg_aliases",
3547 "libc",
3548 "once_cell",
3549 "socket2",
3550 "tracing",
3551 "windows-sys 0.52.0",
3552]
3553
3554[[package]]
3555name = "quote"
3556version = "1.0.46"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
3559dependencies = [
3560 "proc-macro2",
3561]
3562
3563[[package]]
3564name = "r-efi"
3565version = "5.3.0"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3568
3569[[package]]
3570name = "r-efi"
3571version = "6.0.0"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
3574
3575[[package]]
3576name = "rand"
3577version = "0.8.6"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
3580dependencies = [
3581 "libc",
3582 "rand_chacha 0.3.1",
3583 "rand_core 0.6.4",
3584]
3585
3586[[package]]
3587name = "rand"
3588version = "0.9.4"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
3591dependencies = [
3592 "rand_chacha 0.9.0",
3593 "rand_core 0.9.5",
3594]
3595
3596[[package]]
3597name = "rand"
3598version = "0.10.2"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
3601dependencies = [
3602 "chacha20",
3603 "getrandom 0.4.3",
3604 "rand_core 0.10.1",
3605]
3606
3607[[package]]
3608name = "rand_chacha"
3609version = "0.3.1"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3612dependencies = [
3613 "ppv-lite86",
3614 "rand_core 0.6.4",
3615]
3616
3617[[package]]
3618name = "rand_chacha"
3619version = "0.9.0"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3622dependencies = [
3623 "ppv-lite86",
3624 "rand_core 0.9.5",
3625]
3626
3627[[package]]
3628name = "rand_core"
3629version = "0.6.4"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3632dependencies = [
3633 "getrandom 0.2.17",
3634]
3635
3636[[package]]
3637name = "rand_core"
3638version = "0.9.5"
3639source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
3641dependencies = [
3642 "getrandom 0.3.4",
3643]
3644
3645[[package]]
3646name = "rand_core"
3647version = "0.10.1"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
3650
3651[[package]]
3652name = "rand_pcg"
3653version = "0.10.2"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
3656dependencies = [
3657 "rand_core 0.10.1",
3658]
3659
3660[[package]]
3661name = "rawzip"
3662version = "0.4.4"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "9d9575f44c8cf85bc843ad666dcdf20d05a7753772bef56eb2a5140282b32150"
3665
3666[[package]]
3667name = "redox_syscall"
3668version = "0.5.18"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3671dependencies = [
3672 "bitflags 2.13.0",
3673]
3674
3675[[package]]
3676name = "ref-cast"
3677version = "1.0.25"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
3680dependencies = [
3681 "ref-cast-impl",
3682]
3683
3684[[package]]
3685name = "ref-cast-impl"
3686version = "1.0.25"
3687source = "registry+https://github.com/rust-lang/crates.io-index"
3688checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
3689dependencies = [
3690 "proc-macro2",
3691 "quote",
3692 "syn",
3693]
3694
3695[[package]]
3696name = "regex"
3697version = "1.12.4"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
3700dependencies = [
3701 "aho-corasick",
3702 "memchr",
3703 "regex-automata",
3704 "regex-syntax",
3705]
3706
3707[[package]]
3708name = "regex-automata"
3709version = "0.4.14"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
3712dependencies = [
3713 "aho-corasick",
3714 "memchr",
3715 "regex-syntax",
3716]
3717
3718[[package]]
3719name = "regex-lite"
3720version = "0.1.9"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
3723
3724[[package]]
3725name = "regex-syntax"
3726version = "0.8.11"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
3729
3730[[package]]
3731name = "reqwest"
3732version = "0.12.28"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
3735dependencies = [
3736 "base64",
3737 "bytes",
3738 "encoding_rs",
3739 "futures-core",
3740 "futures-util",
3741 "h2",
3742 "http",
3743 "http-body",
3744 "http-body-util",
3745 "hyper",
3746 "hyper-rustls",
3747 "hyper-util",
3748 "js-sys",
3749 "log",
3750 "mime",
3751 "percent-encoding",
3752 "pin-project-lite",
3753 "quinn",
3754 "rustls",
3755 "rustls-pki-types",
3756 "serde",
3757 "serde_json",
3758 "serde_urlencoded",
3759 "sync_wrapper",
3760 "tokio",
3761 "tokio-rustls",
3762 "tokio-util",
3763 "tower",
3764 "tower-http",
3765 "tower-service",
3766 "url",
3767 "wasm-bindgen",
3768 "wasm-bindgen-futures",
3769 "wasm-streams",
3770 "web-sys",
3771 "webpki-roots",
3772]
3773
3774[[package]]
3775name = "reqwest"
3776version = "0.13.1"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62"
3779dependencies = [
3780 "base64",
3781 "bytes",
3782 "futures-core",
3783 "futures-util",
3784 "h2",
3785 "http",
3786 "http-body",
3787 "http-body-util",
3788 "hyper",
3789 "hyper-rustls",
3790 "hyper-util",
3791 "js-sys",
3792 "log",
3793 "percent-encoding",
3794 "pin-project-lite",
3795 "quinn",
3796 "rustls",
3797 "rustls-pki-types",
3798 "rustls-platform-verifier",
3799 "serde",
3800 "serde_json",
3801 "sync_wrapper",
3802 "tokio",
3803 "tokio-rustls",
3804 "tokio-util",
3805 "tower",
3806 "tower-http",
3807 "tower-service",
3808 "url",
3809 "wasm-bindgen",
3810 "wasm-bindgen-futures",
3811 "wasm-streams",
3812 "web-sys",
3813 "webpki-roots",
3814]
3815
3816[[package]]
3817name = "rfc6979"
3818version = "0.4.0"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3821dependencies = [
3822 "hmac",
3823 "subtle",
3824]
3825
3826[[package]]
3827name = "ring"
3828version = "0.17.14"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3831dependencies = [
3832 "cc",
3833 "cfg-if",
3834 "getrandom 0.2.17",
3835 "libc",
3836 "untrusted",
3837 "windows-sys 0.52.0",
3838]
3839
3840[[package]]
3841name = "rustc-hash"
3842version = "2.1.3"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
3845
3846[[package]]
3847name = "rustc_version"
3848version = "0.4.1"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3851dependencies = [
3852 "semver",
3853]
3854
3855[[package]]
3856name = "rustix"
3857version = "1.1.4"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
3860dependencies = [
3861 "bitflags 2.13.0",
3862 "errno",
3863 "libc",
3864 "linux-raw-sys",
3865 "windows-sys 0.52.0",
3866]
3867
3868[[package]]
3869name = "rustls"
3870version = "0.23.41"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
3873dependencies = [
3874 "aws-lc-rs",
3875 "once_cell",
3876 "ring",
3877 "rustls-pki-types",
3878 "rustls-webpki",
3879 "subtle",
3880 "zeroize",
3881]
3882
3883[[package]]
3884name = "rustls-native-certs"
3885version = "0.8.4"
3886source = "registry+https://github.com/rust-lang/crates.io-index"
3887checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
3888dependencies = [
3889 "openssl-probe",
3890 "rustls-pki-types",
3891 "schannel",
3892 "security-framework",
3893]
3894
3895[[package]]
3896name = "rustls-pki-types"
3897version = "1.15.0"
3898source = "registry+https://github.com/rust-lang/crates.io-index"
3899checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
3900dependencies = [
3901 "web-time",
3902 "zeroize",
3903]
3904
3905[[package]]
3906name = "rustls-platform-verifier"
3907version = "0.6.2"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
3910dependencies = [
3911 "core-foundation 0.10.1",
3912 "core-foundation-sys",
3913 "jni",
3914 "log",
3915 "once_cell",
3916 "rustls",
3917 "rustls-native-certs",
3918 "rustls-platform-verifier-android",
3919 "rustls-webpki",
3920 "security-framework",
3921 "security-framework-sys",
3922 "webpki-root-certs",
3923 "windows-sys 0.52.0",
3924]
3925
3926[[package]]
3927name = "rustls-platform-verifier-android"
3928version = "0.1.1"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
3931
3932[[package]]
3933name = "rustls-webpki"
3934version = "0.103.13"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
3937dependencies = [
3938 "aws-lc-rs",
3939 "ring",
3940 "rustls-pki-types",
3941 "untrusted",
3942]
3943
3944[[package]]
3945name = "rustversion"
3946version = "1.0.23"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
3949
3950[[package]]
3951name = "ryu"
3952version = "1.0.23"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
3955
3956[[package]]
3957name = "same-file"
3958version = "1.0.6"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3961dependencies = [
3962 "winapi-util",
3963]
3964
3965[[package]]
3966name = "schannel"
3967version = "0.1.29"
3968source = "registry+https://github.com/rust-lang/crates.io-index"
3969checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
3970dependencies = [
3971 "windows-sys 0.61.2",
3972]
3973
3974[[package]]
3975name = "scoped-tls"
3976version = "1.0.1"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3979
3980[[package]]
3981name = "scopeguard"
3982version = "1.2.0"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3985
3986[[package]]
3987name = "sec1"
3988version = "0.7.3"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3991dependencies = [
3992 "base16ct",
3993 "der",
3994 "generic-array",
3995 "pkcs8",
3996 "subtle",
3997 "zeroize",
3998]
3999
4000[[package]]
4001name = "security-framework"
4002version = "3.7.0"
4003source = "registry+https://github.com/rust-lang/crates.io-index"
4004checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
4005dependencies = [
4006 "bitflags 2.13.0",
4007 "core-foundation 0.10.1",
4008 "core-foundation-sys",
4009 "libc",
4010 "security-framework-sys",
4011]
4012
4013[[package]]
4014name = "security-framework-sys"
4015version = "2.17.0"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
4018dependencies = [
4019 "core-foundation-sys",
4020 "libc",
4021]
4022
4023[[package]]
4024name = "semver"
4025version = "1.0.28"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
4028
4029[[package]]
4030name = "send_wrapper"
4031version = "0.6.0"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
4034
4035[[package]]
4036name = "serde"
4037version = "1.0.228"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
4040dependencies = [
4041 "serde_core",
4042 "serde_derive",
4043]
4044
4045[[package]]
4046name = "serde_bytes"
4047version = "0.11.19"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
4050dependencies = [
4051 "serde",
4052 "serde_core",
4053]
4054
4055[[package]]
4056name = "serde_core"
4057version = "1.0.228"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
4060dependencies = [
4061 "serde_derive",
4062]
4063
4064[[package]]
4065name = "serde_derive"
4066version = "1.0.228"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
4069dependencies = [
4070 "proc-macro2",
4071 "quote",
4072 "syn",
4073]
4074
4075[[package]]
4076name = "serde_html_form"
4077version = "0.3.2"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
4080dependencies = [
4081 "form_urlencoded",
4082 "indexmap",
4083 "itoa",
4084 "serde_core",
4085]
4086
4087[[package]]
4088name = "serde_ipld_dagcbor"
4089version = "0.6.4"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
4092dependencies = [
4093 "cbor4ii",
4094 "ipld-core",
4095 "scopeguard",
4096 "serde",
4097]
4098
4099[[package]]
4100name = "serde_json"
4101version = "1.0.150"
4102source = "registry+https://github.com/rust-lang/crates.io-index"
4103checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
4104dependencies = [
4105 "itoa",
4106 "memchr",
4107 "serde",
4108 "serde_core",
4109 "zmij",
4110]
4111
4112[[package]]
4113name = "serde_path_to_error"
4114version = "0.1.20"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
4117dependencies = [
4118 "itoa",
4119 "serde",
4120 "serde_core",
4121]
4122
4123[[package]]
4124name = "serde_repr"
4125version = "0.1.20"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
4128dependencies = [
4129 "proc-macro2",
4130 "quote",
4131 "syn",
4132]
4133
4134[[package]]
4135name = "serde_urlencoded"
4136version = "0.7.1"
4137source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4139dependencies = [
4140 "form_urlencoded",
4141 "itoa",
4142 "ryu",
4143 "serde",
4144]
4145
4146[[package]]
4147name = "serde_with"
4148version = "3.21.0"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
4151dependencies = [
4152 "base64",
4153 "bs58",
4154 "chrono",
4155 "hex",
4156 "serde_core",
4157 "serde_json",
4158 "serde_with_macros",
4159 "time",
4160]
4161
4162[[package]]
4163name = "serde_with_macros"
4164version = "3.21.0"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
4167dependencies = [
4168 "darling",
4169 "proc-macro2",
4170 "quote",
4171 "syn",
4172]
4173
4174[[package]]
4175name = "sha1"
4176version = "0.10.6"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4179dependencies = [
4180 "cfg-if",
4181 "cpufeatures 0.2.17",
4182 "digest 0.10.7",
4183]
4184
4185[[package]]
4186name = "sha1-checked"
4187version = "0.10.0"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
4190dependencies = [
4191 "digest 0.10.7",
4192 "sha1",
4193]
4194
4195[[package]]
4196name = "sha2"
4197version = "0.10.9"
4198source = "registry+https://github.com/rust-lang/crates.io-index"
4199checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
4200dependencies = [
4201 "cfg-if",
4202 "cpufeatures 0.2.17",
4203 "digest 0.10.7",
4204]
4205
4206[[package]]
4207name = "sha2"
4208version = "0.11.0"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
4211dependencies = [
4212 "cfg-if",
4213 "cpufeatures 0.3.0",
4214 "digest 0.11.3",
4215]
4216
4217[[package]]
4218name = "sharded-slab"
4219version = "0.1.7"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4222dependencies = [
4223 "lazy_static",
4224]
4225
4226[[package]]
4227name = "shell-words"
4228version = "1.1.1"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
4231
4232[[package]]
4233name = "shlex"
4234version = "2.0.1"
4235source = "registry+https://github.com/rust-lang/crates.io-index"
4236checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
4237
4238[[package]]
4239name = "signal-hook"
4240version = "0.4.4"
4241source = "registry+https://github.com/rust-lang/crates.io-index"
4242checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d"
4243dependencies = [
4244 "libc",
4245 "signal-hook-registry",
4246]
4247
4248[[package]]
4249name = "signal-hook-registry"
4250version = "1.4.8"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
4253dependencies = [
4254 "errno",
4255 "libc",
4256]
4257
4258[[package]]
4259name = "signature"
4260version = "2.2.0"
4261source = "registry+https://github.com/rust-lang/crates.io-index"
4262checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
4263dependencies = [
4264 "digest 0.10.7",
4265 "rand_core 0.6.4",
4266]
4267
4268[[package]]
4269name = "simd-adler32"
4270version = "0.3.9"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
4273
4274[[package]]
4275name = "siphasher"
4276version = "1.0.3"
4277source = "registry+https://github.com/rust-lang/crates.io-index"
4278checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
4279
4280[[package]]
4281name = "slab"
4282version = "0.4.12"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
4285
4286[[package]]
4287name = "smallvec"
4288version = "1.15.2"
4289source = "registry+https://github.com/rust-lang/crates.io-index"
4290checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
4291
4292[[package]]
4293name = "smol_str"
4294version = "0.3.6"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
4297dependencies = [
4298 "borsh",
4299 "serde_core",
4300]
4301
4302[[package]]
4303name = "socket2"
4304version = "0.6.4"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
4307dependencies = [
4308 "libc",
4309 "windows-sys 0.61.2",
4310]
4311
4312[[package]]
4313name = "spin"
4314version = "0.9.8"
4315source = "registry+https://github.com/rust-lang/crates.io-index"
4316checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4317dependencies = [
4318 "lock_api",
4319]
4320
4321[[package]]
4322name = "spin"
4323version = "0.10.0"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
4326
4327[[package]]
4328name = "spki"
4329version = "0.7.3"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
4332dependencies = [
4333 "base64ct",
4334 "der",
4335]
4336
4337[[package]]
4338name = "stable_deref_trait"
4339version = "1.2.1"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
4342
4343[[package]]
4344name = "static_assertions"
4345version = "1.1.0"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4348
4349[[package]]
4350name = "strsim"
4351version = "0.11.1"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4354
4355[[package]]
4356name = "subtle"
4357version = "2.6.1"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4360
4361[[package]]
4362name = "syn"
4363version = "2.0.118"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
4366dependencies = [
4367 "proc-macro2",
4368 "quote",
4369 "unicode-ident",
4370]
4371
4372[[package]]
4373name = "sync_wrapper"
4374version = "1.0.2"
4375source = "registry+https://github.com/rust-lang/crates.io-index"
4376checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4377dependencies = [
4378 "futures-core",
4379]
4380
4381[[package]]
4382name = "synstructure"
4383version = "0.13.2"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4386dependencies = [
4387 "proc-macro2",
4388 "quote",
4389 "syn",
4390]
4391
4392[[package]]
4393name = "system-configuration"
4394version = "0.7.0"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
4397dependencies = [
4398 "bitflags 2.13.0",
4399 "core-foundation 0.9.4",
4400 "system-configuration-sys",
4401]
4402
4403[[package]]
4404name = "system-configuration-sys"
4405version = "0.6.0"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
4408dependencies = [
4409 "core-foundation-sys",
4410 "libc",
4411]
4412
4413[[package]]
4414name = "tagptr"
4415version = "0.2.0"
4416source = "registry+https://github.com/rust-lang/crates.io-index"
4417checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
4418
4419[[package]]
4420name = "tar"
4421version = "0.4.46"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840"
4424dependencies = [
4425 "filetime",
4426 "libc",
4427 "xattr",
4428]
4429
4430[[package]]
4431name = "tempfile"
4432version = "3.27.0"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
4435dependencies = [
4436 "fastrand",
4437 "getrandom 0.3.4",
4438 "once_cell",
4439 "rustix",
4440 "windows-sys 0.52.0",
4441]
4442
4443[[package]]
4444name = "thiserror"
4445version = "1.0.69"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4448dependencies = [
4449 "thiserror-impl 1.0.69",
4450]
4451
4452[[package]]
4453name = "thiserror"
4454version = "2.0.18"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
4457dependencies = [
4458 "thiserror-impl 2.0.18",
4459]
4460
4461[[package]]
4462name = "thiserror-impl"
4463version = "1.0.69"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4466dependencies = [
4467 "proc-macro2",
4468 "quote",
4469 "syn",
4470]
4471
4472[[package]]
4473name = "thiserror-impl"
4474version = "2.0.18"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
4477dependencies = [
4478 "proc-macro2",
4479 "quote",
4480 "syn",
4481]
4482
4483[[package]]
4484name = "thread_local"
4485version = "1.1.9"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
4488dependencies = [
4489 "cfg-if",
4490]
4491
4492[[package]]
4493name = "time"
4494version = "0.3.53"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50"
4497dependencies = [
4498 "deranged",
4499 "num-conv",
4500 "powerfmt",
4501 "serde_core",
4502 "time-core",
4503]
4504
4505[[package]]
4506name = "time-core"
4507version = "0.1.9"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
4510
4511[[package]]
4512name = "tinystr"
4513version = "0.8.3"
4514source = "registry+https://github.com/rust-lang/crates.io-index"
4515checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
4516dependencies = [
4517 "displaydoc",
4518 "zerovec",
4519]
4520
4521[[package]]
4522name = "tinyvec"
4523version = "1.11.0"
4524source = "registry+https://github.com/rust-lang/crates.io-index"
4525checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
4526dependencies = [
4527 "tinyvec_macros",
4528]
4529
4530[[package]]
4531name = "tinyvec_macros"
4532version = "0.1.1"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4535
4536[[package]]
4537name = "tokio"
4538version = "1.52.3"
4539source = "registry+https://github.com/rust-lang/crates.io-index"
4540checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
4541dependencies = [
4542 "bytes",
4543 "libc",
4544 "mio",
4545 "pin-project-lite",
4546 "signal-hook-registry",
4547 "socket2",
4548 "tokio-macros",
4549 "windows-sys 0.61.2",
4550]
4551
4552[[package]]
4553name = "tokio-macros"
4554version = "2.7.0"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
4557dependencies = [
4558 "proc-macro2",
4559 "quote",
4560 "syn",
4561]
4562
4563[[package]]
4564name = "tokio-rustls"
4565version = "0.26.4"
4566source = "registry+https://github.com/rust-lang/crates.io-index"
4567checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
4568dependencies = [
4569 "rustls",
4570 "tokio",
4571]
4572
4573[[package]]
4574name = "tokio-tungstenite"
4575version = "0.24.0"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
4578dependencies = [
4579 "futures-util",
4580 "log",
4581 "rustls",
4582 "rustls-native-certs",
4583 "rustls-pki-types",
4584 "tokio",
4585 "tokio-rustls",
4586 "tungstenite",
4587]
4588
4589[[package]]
4590name = "tokio-tungstenite-wasm"
4591version = "0.4.0"
4592source = "registry+https://github.com/rust-lang/crates.io-index"
4593checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae"
4594dependencies = [
4595 "futures-channel",
4596 "futures-util",
4597 "http",
4598 "httparse",
4599 "js-sys",
4600 "rustls",
4601 "thiserror 1.0.69",
4602 "tokio",
4603 "tokio-tungstenite",
4604 "wasm-bindgen",
4605 "web-sys",
4606]
4607
4608[[package]]
4609name = "tokio-util"
4610version = "0.7.18"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
4613dependencies = [
4614 "bytes",
4615 "futures-core",
4616 "futures-sink",
4617 "futures-util",
4618 "pin-project-lite",
4619 "tokio",
4620]
4621
4622[[package]]
4623name = "tower"
4624version = "0.5.3"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
4627dependencies = [
4628 "futures-core",
4629 "futures-util",
4630 "pin-project-lite",
4631 "sync_wrapper",
4632 "tokio",
4633 "tower-layer",
4634 "tower-service",
4635]
4636
4637[[package]]
4638name = "tower-http"
4639version = "0.6.11"
4640source = "registry+https://github.com/rust-lang/crates.io-index"
4641checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
4642dependencies = [
4643 "async-compression",
4644 "bitflags 2.13.0",
4645 "bytes",
4646 "futures-core",
4647 "futures-util",
4648 "http",
4649 "http-body",
4650 "http-body-util",
4651 "pin-project-lite",
4652 "tokio",
4653 "tokio-util",
4654 "tower",
4655 "tower-layer",
4656 "tower-service",
4657 "url",
4658]
4659
4660[[package]]
4661name = "tower-layer"
4662version = "0.3.3"
4663source = "registry+https://github.com/rust-lang/crates.io-index"
4664checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4665
4666[[package]]
4667name = "tower-service"
4668version = "0.3.3"
4669source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4671
4672[[package]]
4673name = "tracing"
4674version = "0.1.44"
4675source = "registry+https://github.com/rust-lang/crates.io-index"
4676checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
4677dependencies = [
4678 "pin-project-lite",
4679 "tracing-attributes",
4680 "tracing-core",
4681]
4682
4683[[package]]
4684name = "tracing-attributes"
4685version = "0.1.31"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
4688dependencies = [
4689 "proc-macro2",
4690 "quote",
4691 "syn",
4692]
4693
4694[[package]]
4695name = "tracing-core"
4696version = "0.1.36"
4697source = "registry+https://github.com/rust-lang/crates.io-index"
4698checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
4699dependencies = [
4700 "once_cell",
4701 "valuable",
4702]
4703
4704[[package]]
4705name = "tracing-log"
4706version = "0.2.0"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4709dependencies = [
4710 "log",
4711 "once_cell",
4712 "tracing-core",
4713]
4714
4715[[package]]
4716name = "tracing-subscriber"
4717version = "0.3.23"
4718source = "registry+https://github.com/rust-lang/crates.io-index"
4719checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
4720dependencies = [
4721 "matchers",
4722 "nu-ansi-term",
4723 "once_cell",
4724 "regex-automata",
4725 "sharded-slab",
4726 "smallvec",
4727 "thread_local",
4728 "tracing",
4729 "tracing-core",
4730 "tracing-log",
4731]
4732
4733[[package]]
4734name = "trait-variant"
4735version = "0.1.2"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
4738dependencies = [
4739 "proc-macro2",
4740 "quote",
4741 "syn",
4742]
4743
4744[[package]]
4745name = "try-lock"
4746version = "0.2.5"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4749
4750[[package]]
4751name = "tungstenite"
4752version = "0.24.0"
4753source = "registry+https://github.com/rust-lang/crates.io-index"
4754checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
4755dependencies = [
4756 "byteorder",
4757 "bytes",
4758 "data-encoding",
4759 "http",
4760 "httparse",
4761 "log",
4762 "rand 0.8.6",
4763 "rustls",
4764 "rustls-pki-types",
4765 "sha1",
4766 "thiserror 1.0.69",
4767 "utf-8",
4768]
4769
4770[[package]]
4771name = "typenum"
4772version = "1.20.1"
4773source = "registry+https://github.com/rust-lang/crates.io-index"
4774checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
4775
4776[[package]]
4777name = "uluru"
4778version = "3.1.0"
4779source = "registry+https://github.com/rust-lang/crates.io-index"
4780checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
4781dependencies = [
4782 "arrayvec",
4783]
4784
4785[[package]]
4786name = "unicode-bom"
4787version = "2.0.3"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
4790
4791[[package]]
4792name = "unicode-ident"
4793version = "1.0.24"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
4796
4797[[package]]
4798name = "unicode-normalization"
4799version = "0.1.25"
4800source = "registry+https://github.com/rust-lang/crates.io-index"
4801checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
4802dependencies = [
4803 "tinyvec",
4804]
4805
4806[[package]]
4807name = "unicode-segmentation"
4808version = "1.13.3"
4809source = "registry+https://github.com/rust-lang/crates.io-index"
4810checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
4811
4812[[package]]
4813name = "unicode-width"
4814version = "0.1.14"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
4817
4818[[package]]
4819name = "unicode-xid"
4820version = "0.2.6"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
4823
4824[[package]]
4825name = "unsigned-varint"
4826version = "0.7.2"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
4829
4830[[package]]
4831name = "unsigned-varint"
4832version = "0.8.0"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
4835
4836[[package]]
4837name = "untrusted"
4838version = "0.9.0"
4839source = "registry+https://github.com/rust-lang/crates.io-index"
4840checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4841
4842[[package]]
4843name = "url"
4844version = "2.5.8"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
4847dependencies = [
4848 "form_urlencoded",
4849 "idna",
4850 "percent-encoding",
4851 "serde",
4852 "serde_derive",
4853]
4854
4855[[package]]
4856name = "utf-8"
4857version = "0.7.6"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4860
4861[[package]]
4862name = "utf8_iter"
4863version = "1.0.4"
4864source = "registry+https://github.com/rust-lang/crates.io-index"
4865checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4866
4867[[package]]
4868name = "uuid"
4869version = "1.23.4"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
4872dependencies = [
4873 "getrandom 0.4.3",
4874 "js-sys",
4875 "wasm-bindgen",
4876]
4877
4878[[package]]
4879name = "valuable"
4880version = "0.1.1"
4881source = "registry+https://github.com/rust-lang/crates.io-index"
4882checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4883
4884[[package]]
4885name = "version_check"
4886version = "0.9.5"
4887source = "registry+https://github.com/rust-lang/crates.io-index"
4888checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4889
4890[[package]]
4891name = "walkdir"
4892version = "2.5.0"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4895dependencies = [
4896 "same-file",
4897 "winapi-util",
4898]
4899
4900[[package]]
4901name = "want"
4902version = "0.3.1"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4905dependencies = [
4906 "try-lock",
4907]
4908
4909[[package]]
4910name = "wasi"
4911version = "0.11.1+wasi-snapshot-preview1"
4912source = "registry+https://github.com/rust-lang/crates.io-index"
4913checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4914
4915[[package]]
4916name = "wasip2"
4917version = "1.0.4+wasi-0.2.12"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
4920dependencies = [
4921 "wit-bindgen",
4922]
4923
4924[[package]]
4925name = "wasm-bindgen"
4926version = "0.2.126"
4927source = "registry+https://github.com/rust-lang/crates.io-index"
4928checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
4929dependencies = [
4930 "cfg-if",
4931 "once_cell",
4932 "rustversion",
4933 "wasm-bindgen-macro",
4934 "wasm-bindgen-shared",
4935]
4936
4937[[package]]
4938name = "wasm-bindgen-futures"
4939version = "0.4.76"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
4942dependencies = [
4943 "js-sys",
4944 "wasm-bindgen",
4945]
4946
4947[[package]]
4948name = "wasm-bindgen-macro"
4949version = "0.2.126"
4950source = "registry+https://github.com/rust-lang/crates.io-index"
4951checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
4952dependencies = [
4953 "quote",
4954 "wasm-bindgen-macro-support",
4955]
4956
4957[[package]]
4958name = "wasm-bindgen-macro-support"
4959version = "0.2.126"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
4962dependencies = [
4963 "bumpalo",
4964 "proc-macro2",
4965 "quote",
4966 "syn",
4967 "wasm-bindgen-shared",
4968]
4969
4970[[package]]
4971name = "wasm-bindgen-shared"
4972version = "0.2.126"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
4975dependencies = [
4976 "unicode-ident",
4977]
4978
4979[[package]]
4980name = "wasm-streams"
4981version = "0.4.2"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4984dependencies = [
4985 "futures-util",
4986 "js-sys",
4987 "wasm-bindgen",
4988 "wasm-bindgen-futures",
4989 "web-sys",
4990]
4991
4992[[package]]
4993name = "web-sys"
4994version = "0.3.103"
4995source = "registry+https://github.com/rust-lang/crates.io-index"
4996checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
4997dependencies = [
4998 "js-sys",
4999 "wasm-bindgen",
5000]
5001
5002[[package]]
5003name = "web-time"
5004version = "1.1.0"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
5007dependencies = [
5008 "js-sys",
5009 "wasm-bindgen",
5010]
5011
5012[[package]]
5013name = "webpki-root-certs"
5014version = "1.0.8"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267"
5017dependencies = [
5018 "rustls-pki-types",
5019]
5020
5021[[package]]
5022name = "webpki-roots"
5023version = "1.0.8"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
5026dependencies = [
5027 "rustls-pki-types",
5028]
5029
5030[[package]]
5031name = "winapi"
5032version = "0.3.9"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5035dependencies = [
5036 "winapi-i686-pc-windows-gnu",
5037 "winapi-x86_64-pc-windows-gnu",
5038]
5039
5040[[package]]
5041name = "winapi-i686-pc-windows-gnu"
5042version = "0.4.0"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5045
5046[[package]]
5047name = "winapi-util"
5048version = "0.1.11"
5049source = "registry+https://github.com/rust-lang/crates.io-index"
5050checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
5051dependencies = [
5052 "windows-sys 0.52.0",
5053]
5054
5055[[package]]
5056name = "winapi-x86_64-pc-windows-gnu"
5057version = "0.4.0"
5058source = "registry+https://github.com/rust-lang/crates.io-index"
5059checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5060
5061[[package]]
5062name = "windows-core"
5063version = "0.62.2"
5064source = "registry+https://github.com/rust-lang/crates.io-index"
5065checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
5066dependencies = [
5067 "windows-implement",
5068 "windows-interface",
5069 "windows-link",
5070 "windows-result",
5071 "windows-strings",
5072]
5073
5074[[package]]
5075name = "windows-implement"
5076version = "0.60.2"
5077source = "registry+https://github.com/rust-lang/crates.io-index"
5078checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
5079dependencies = [
5080 "proc-macro2",
5081 "quote",
5082 "syn",
5083]
5084
5085[[package]]
5086name = "windows-interface"
5087version = "0.59.3"
5088source = "registry+https://github.com/rust-lang/crates.io-index"
5089checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
5090dependencies = [
5091 "proc-macro2",
5092 "quote",
5093 "syn",
5094]
5095
5096[[package]]
5097name = "windows-link"
5098version = "0.2.1"
5099source = "registry+https://github.com/rust-lang/crates.io-index"
5100checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
5101
5102[[package]]
5103name = "windows-registry"
5104version = "0.6.1"
5105source = "registry+https://github.com/rust-lang/crates.io-index"
5106checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
5107dependencies = [
5108 "windows-link",
5109 "windows-result",
5110 "windows-strings",
5111]
5112
5113[[package]]
5114name = "windows-result"
5115version = "0.4.1"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
5118dependencies = [
5119 "windows-link",
5120]
5121
5122[[package]]
5123name = "windows-strings"
5124version = "0.5.1"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
5127dependencies = [
5128 "windows-link",
5129]
5130
5131[[package]]
5132name = "windows-sys"
5133version = "0.45.0"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5136dependencies = [
5137 "windows-targets 0.42.2",
5138]
5139
5140[[package]]
5141name = "windows-sys"
5142version = "0.52.0"
5143source = "registry+https://github.com/rust-lang/crates.io-index"
5144checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5145dependencies = [
5146 "windows-targets 0.52.6",
5147]
5148
5149[[package]]
5150name = "windows-sys"
5151version = "0.61.2"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5154dependencies = [
5155 "windows-link",
5156]
5157
5158[[package]]
5159name = "windows-targets"
5160version = "0.42.2"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5163dependencies = [
5164 "windows_aarch64_gnullvm 0.42.2",
5165 "windows_aarch64_msvc 0.42.2",
5166 "windows_i686_gnu 0.42.2",
5167 "windows_i686_msvc 0.42.2",
5168 "windows_x86_64_gnu 0.42.2",
5169 "windows_x86_64_gnullvm 0.42.2",
5170 "windows_x86_64_msvc 0.42.2",
5171]
5172
5173[[package]]
5174name = "windows-targets"
5175version = "0.52.6"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5178dependencies = [
5179 "windows_aarch64_gnullvm 0.52.6",
5180 "windows_aarch64_msvc 0.52.6",
5181 "windows_i686_gnu 0.52.6",
5182 "windows_i686_gnullvm",
5183 "windows_i686_msvc 0.52.6",
5184 "windows_x86_64_gnu 0.52.6",
5185 "windows_x86_64_gnullvm 0.52.6",
5186 "windows_x86_64_msvc 0.52.6",
5187]
5188
5189[[package]]
5190name = "windows_aarch64_gnullvm"
5191version = "0.42.2"
5192source = "registry+https://github.com/rust-lang/crates.io-index"
5193checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5194
5195[[package]]
5196name = "windows_aarch64_gnullvm"
5197version = "0.52.6"
5198source = "registry+https://github.com/rust-lang/crates.io-index"
5199checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5200
5201[[package]]
5202name = "windows_aarch64_msvc"
5203version = "0.42.2"
5204source = "registry+https://github.com/rust-lang/crates.io-index"
5205checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5206
5207[[package]]
5208name = "windows_aarch64_msvc"
5209version = "0.52.6"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5212
5213[[package]]
5214name = "windows_i686_gnu"
5215version = "0.42.2"
5216source = "registry+https://github.com/rust-lang/crates.io-index"
5217checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5218
5219[[package]]
5220name = "windows_i686_gnu"
5221version = "0.52.6"
5222source = "registry+https://github.com/rust-lang/crates.io-index"
5223checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5224
5225[[package]]
5226name = "windows_i686_gnullvm"
5227version = "0.52.6"
5228source = "registry+https://github.com/rust-lang/crates.io-index"
5229checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5230
5231[[package]]
5232name = "windows_i686_msvc"
5233version = "0.42.2"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
5236
5237[[package]]
5238name = "windows_i686_msvc"
5239version = "0.52.6"
5240source = "registry+https://github.com/rust-lang/crates.io-index"
5241checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5242
5243[[package]]
5244name = "windows_x86_64_gnu"
5245version = "0.42.2"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
5248
5249[[package]]
5250name = "windows_x86_64_gnu"
5251version = "0.52.6"
5252source = "registry+https://github.com/rust-lang/crates.io-index"
5253checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5254
5255[[package]]
5256name = "windows_x86_64_gnullvm"
5257version = "0.42.2"
5258source = "registry+https://github.com/rust-lang/crates.io-index"
5259checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
5260
5261[[package]]
5262name = "windows_x86_64_gnullvm"
5263version = "0.52.6"
5264source = "registry+https://github.com/rust-lang/crates.io-index"
5265checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5266
5267[[package]]
5268name = "windows_x86_64_msvc"
5269version = "0.42.2"
5270source = "registry+https://github.com/rust-lang/crates.io-index"
5271checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
5272
5273[[package]]
5274name = "windows_x86_64_msvc"
5275version = "0.52.6"
5276source = "registry+https://github.com/rust-lang/crates.io-index"
5277checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5278
5279[[package]]
5280name = "wit-bindgen"
5281version = "0.57.1"
5282source = "registry+https://github.com/rust-lang/crates.io-index"
5283checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
5284
5285[[package]]
5286name = "writeable"
5287version = "0.6.3"
5288source = "registry+https://github.com/rust-lang/crates.io-index"
5289checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
5290
5291[[package]]
5292name = "xattr"
5293version = "1.6.1"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
5296dependencies = [
5297 "libc",
5298 "rustix",
5299]
5300
5301[[package]]
5302name = "yoke"
5303version = "0.8.3"
5304source = "registry+https://github.com/rust-lang/crates.io-index"
5305checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
5306dependencies = [
5307 "stable_deref_trait",
5308 "yoke-derive",
5309 "zerofrom",
5310]
5311
5312[[package]]
5313name = "yoke-derive"
5314version = "0.8.2"
5315source = "registry+https://github.com/rust-lang/crates.io-index"
5316checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
5317dependencies = [
5318 "proc-macro2",
5319 "quote",
5320 "syn",
5321 "synstructure",
5322]
5323
5324[[package]]
5325name = "zerocopy"
5326version = "0.8.53"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "75726053136156d419e285b9b7eddaaea9e3fea6ce32eed44a89901f0bd98de1"
5329dependencies = [
5330 "zerocopy-derive",
5331]
5332
5333[[package]]
5334name = "zerocopy-derive"
5335version = "0.8.53"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "4714fd92cf900833d49538023a9b3915155210801d1c1169eba513b2addefd71"
5338dependencies = [
5339 "proc-macro2",
5340 "quote",
5341 "syn",
5342]
5343
5344[[package]]
5345name = "zerofrom"
5346version = "0.1.8"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
5349dependencies = [
5350 "zerofrom-derive",
5351]
5352
5353[[package]]
5354name = "zerofrom-derive"
5355version = "0.1.7"
5356source = "registry+https://github.com/rust-lang/crates.io-index"
5357checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
5358dependencies = [
5359 "proc-macro2",
5360 "quote",
5361 "syn",
5362 "synstructure",
5363]
5364
5365[[package]]
5366name = "zeroize"
5367version = "1.9.0"
5368source = "registry+https://github.com/rust-lang/crates.io-index"
5369checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
5370
5371[[package]]
5372name = "zerotrie"
5373version = "0.2.4"
5374source = "registry+https://github.com/rust-lang/crates.io-index"
5375checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
5376dependencies = [
5377 "displaydoc",
5378 "yoke",
5379 "zerofrom",
5380]
5381
5382[[package]]
5383name = "zerovec"
5384version = "0.11.6"
5385source = "registry+https://github.com/rust-lang/crates.io-index"
5386checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
5387dependencies = [
5388 "yoke",
5389 "zerofrom",
5390 "zerovec-derive",
5391]
5392
5393[[package]]
5394name = "zerovec-derive"
5395version = "0.11.3"
5396source = "registry+https://github.com/rust-lang/crates.io-index"
5397checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
5398dependencies = [
5399 "proc-macro2",
5400 "quote",
5401 "syn",
5402]
5403
5404[[package]]
5405name = "zlib-rs"
5406version = "0.6.5"
5407source = "registry+https://github.com/rust-lang/crates.io-index"
5408checksum = "5431d5661c32445236631278f27946e444ddafe4684cac70b185272d4f9c52d5"
5409
5410[[package]]
5411name = "zmij"
5412version = "1.0.21"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"