at protocol indexer with flexible filtering, xrpc queries, and a cursor-backed event stream, built on fjall
at-protocol
atproto
indexer
rust
fjall
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.25.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "aho-corasick"
22version = "1.1.4"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "aliasable"
31version = "0.1.3"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
34
35[[package]]
36name = "alloc-no-stdlib"
37version = "2.0.4"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
40
41[[package]]
42name = "alloc-stdlib"
43version = "0.2.2"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
46dependencies = [
47 "alloc-no-stdlib",
48]
49
50[[package]]
51name = "allocator-api2"
52version = "0.2.21"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
55
56[[package]]
57name = "android_system_properties"
58version = "0.1.5"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
61dependencies = [
62 "libc",
63]
64
65[[package]]
66name = "anyhow"
67version = "1.0.102"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
70
71[[package]]
72name = "arc-swap"
73version = "1.8.2"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5"
76dependencies = [
77 "rustversion",
78]
79
80[[package]]
81name = "async-compression"
82version = "0.4.41"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1"
85dependencies = [
86 "compression-codecs",
87 "compression-core",
88 "pin-project-lite",
89 "tokio",
90]
91
92[[package]]
93name = "async-trait"
94version = "0.1.89"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
97dependencies = [
98 "proc-macro2",
99 "quote",
100 "syn",
101]
102
103[[package]]
104name = "atomic-polyfill"
105version = "1.0.3"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
108dependencies = [
109 "critical-section",
110]
111
112[[package]]
113name = "atomic-waker"
114version = "1.1.2"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
117
118[[package]]
119name = "autocfg"
120version = "1.5.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
123
124[[package]]
125name = "aws-lc-rs"
126version = "1.16.1"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "94bffc006df10ac2a68c83692d734a465f8ee6c5b384d8545a636f81d858f4bf"
129dependencies = [
130 "aws-lc-sys",
131 "zeroize",
132]
133
134[[package]]
135name = "aws-lc-sys"
136version = "0.38.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "4321e568ed89bb5a7d291a7f37997c2c0df89809d7b6d12062c81ddb54aa782e"
139dependencies = [
140 "cc",
141 "cmake",
142 "dunce",
143 "fs_extra",
144]
145
146[[package]]
147name = "axum"
148version = "0.8.8"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
151dependencies = [
152 "axum-core",
153 "axum-macros",
154 "base64",
155 "bytes",
156 "form_urlencoded",
157 "futures-util",
158 "http",
159 "http-body",
160 "http-body-util",
161 "hyper",
162 "hyper-util",
163 "itoa",
164 "matchit",
165 "memchr",
166 "mime",
167 "percent-encoding",
168 "pin-project-lite",
169 "serde_core",
170 "serde_json",
171 "serde_path_to_error",
172 "serde_urlencoded",
173 "sha1",
174 "sync_wrapper",
175 "tokio",
176 "tokio-tungstenite",
177 "tower",
178 "tower-layer",
179 "tower-service",
180 "tracing",
181]
182
183[[package]]
184name = "axum-core"
185version = "0.5.6"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
188dependencies = [
189 "bytes",
190 "futures-core",
191 "http",
192 "http-body",
193 "http-body-util",
194 "mime",
195 "pin-project-lite",
196 "sync_wrapper",
197 "tower-layer",
198 "tower-service",
199 "tracing",
200]
201
202[[package]]
203name = "axum-macros"
204version = "0.5.0"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
207dependencies = [
208 "proc-macro2",
209 "quote",
210 "syn",
211]
212
213[[package]]
214name = "backtrace"
215version = "0.3.76"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
218dependencies = [
219 "addr2line",
220 "cfg-if",
221 "libc",
222 "miniz_oxide",
223 "object",
224 "rustc-demangle",
225 "windows-link",
226]
227
228[[package]]
229name = "backtrace-ext"
230version = "0.2.1"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
233dependencies = [
234 "backtrace",
235]
236
237[[package]]
238name = "base-x"
239version = "0.2.11"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
242
243[[package]]
244name = "base16ct"
245version = "0.2.0"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
248
249[[package]]
250name = "base256emoji"
251version = "1.0.2"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
254dependencies = [
255 "const-str",
256 "match-lookup",
257]
258
259[[package]]
260name = "base64"
261version = "0.22.1"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
264
265[[package]]
266name = "base64ct"
267version = "1.8.3"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
270
271[[package]]
272name = "bitflags"
273version = "2.11.0"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
276
277[[package]]
278name = "block-buffer"
279version = "0.10.4"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
282dependencies = [
283 "generic-array",
284]
285
286[[package]]
287name = "bon"
288version = "3.9.0"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "2d13a61f2963b88eef9c1be03df65d42f6996dfeac1054870d950fcf66686f83"
291dependencies = [
292 "bon-macros",
293 "rustversion",
294]
295
296[[package]]
297name = "bon-macros"
298version = "3.9.0"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "d314cc62af2b6b0c65780555abb4d02a03dd3b799cd42419044f0c38d99738c0"
301dependencies = [
302 "darling 0.23.0",
303 "ident_case",
304 "prettyplease",
305 "proc-macro2",
306 "quote",
307 "rustversion",
308 "syn",
309]
310
311[[package]]
312name = "borsh"
313version = "1.6.0"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f"
316dependencies = [
317 "cfg_aliases",
318]
319
320[[package]]
321name = "brotli"
322version = "8.0.2"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
325dependencies = [
326 "alloc-no-stdlib",
327 "alloc-stdlib",
328 "brotli-decompressor",
329]
330
331[[package]]
332name = "brotli-decompressor"
333version = "5.0.0"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
336dependencies = [
337 "alloc-no-stdlib",
338 "alloc-stdlib",
339]
340
341[[package]]
342name = "bumpalo"
343version = "3.20.2"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
346
347[[package]]
348name = "byteorder"
349version = "1.5.0"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
352
353[[package]]
354name = "byteorder-lite"
355version = "0.1.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
358
359[[package]]
360name = "bytes"
361version = "1.11.1"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
364dependencies = [
365 "serde",
366]
367
368[[package]]
369name = "byteview"
370version = "0.10.1"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "1c53ba0f290bfc610084c05582d9c5d421662128fc69f4bf236707af6fd321b9"
373
374[[package]]
375name = "cbor4ii"
376version = "0.2.14"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
379dependencies = [
380 "serde",
381]
382
383[[package]]
384name = "cc"
385version = "1.2.56"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
388dependencies = [
389 "find-msvc-tools",
390 "jobserver",
391 "libc",
392 "shlex",
393]
394
395[[package]]
396name = "cesu8"
397version = "1.1.0"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
400
401[[package]]
402name = "cfg-if"
403version = "1.0.4"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
406
407[[package]]
408name = "cfg_aliases"
409version = "0.2.1"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
412
413[[package]]
414name = "chacha20"
415version = "0.10.0"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
418dependencies = [
419 "cfg-if",
420 "cpufeatures 0.3.0",
421 "rand_core 0.10.0",
422]
423
424[[package]]
425name = "chrono"
426version = "0.4.44"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
429dependencies = [
430 "iana-time-zone",
431 "js-sys",
432 "num-traits",
433 "serde",
434 "wasm-bindgen",
435 "windows-link",
436]
437
438[[package]]
439name = "ciborium"
440version = "0.2.2"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
443dependencies = [
444 "ciborium-io",
445 "ciborium-ll",
446 "serde",
447]
448
449[[package]]
450name = "ciborium-io"
451version = "0.2.2"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
454
455[[package]]
456name = "ciborium-ll"
457version = "0.2.2"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
460dependencies = [
461 "ciborium-io",
462 "half",
463]
464
465[[package]]
466name = "cid"
467version = "0.11.1"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
470dependencies = [
471 "core2",
472 "multibase",
473 "multihash",
474 "serde",
475 "serde_bytes",
476 "unsigned-varint 0.8.0",
477]
478
479[[package]]
480name = "cmake"
481version = "0.1.57"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
484dependencies = [
485 "cc",
486]
487
488[[package]]
489name = "cobs"
490version = "0.3.0"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
493dependencies = [
494 "thiserror 2.0.18",
495]
496
497[[package]]
498name = "combine"
499version = "4.6.7"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
502dependencies = [
503 "bytes",
504 "memchr",
505]
506
507[[package]]
508name = "compare"
509version = "0.0.6"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7"
512
513[[package]]
514name = "compression-codecs"
515version = "0.4.37"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7"
518dependencies = [
519 "brotli",
520 "compression-core",
521 "flate2",
522 "memchr",
523 "zstd",
524 "zstd-safe",
525]
526
527[[package]]
528name = "compression-core"
529version = "0.4.31"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
532
533[[package]]
534name = "const-oid"
535version = "0.9.6"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
538
539[[package]]
540name = "const-str"
541version = "0.4.3"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
544
545[[package]]
546name = "cordyceps"
547version = "0.3.4"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
550dependencies = [
551 "loom",
552 "tracing",
553]
554
555[[package]]
556name = "core-foundation"
557version = "0.9.4"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
560dependencies = [
561 "core-foundation-sys",
562 "libc",
563]
564
565[[package]]
566name = "core-foundation"
567version = "0.10.1"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
570dependencies = [
571 "core-foundation-sys",
572 "libc",
573]
574
575[[package]]
576name = "core-foundation-sys"
577version = "0.8.7"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
580
581[[package]]
582name = "core2"
583version = "0.4.0"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
586dependencies = [
587 "memchr",
588]
589
590[[package]]
591name = "cpufeatures"
592version = "0.2.17"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
595dependencies = [
596 "libc",
597]
598
599[[package]]
600name = "cpufeatures"
601version = "0.3.0"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
604dependencies = [
605 "libc",
606]
607
608[[package]]
609name = "crc32fast"
610version = "1.5.0"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
613dependencies = [
614 "cfg-if",
615]
616
617[[package]]
618name = "critical-section"
619version = "1.2.0"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
622
623[[package]]
624name = "crossbeam-channel"
625version = "0.5.15"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
628dependencies = [
629 "crossbeam-utils",
630]
631
632[[package]]
633name = "crossbeam-epoch"
634version = "0.9.18"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
637dependencies = [
638 "crossbeam-utils",
639]
640
641[[package]]
642name = "crossbeam-skiplist"
643version = "0.1.3"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b"
646dependencies = [
647 "crossbeam-epoch",
648 "crossbeam-utils",
649]
650
651[[package]]
652name = "crossbeam-utils"
653version = "0.8.21"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
656
657[[package]]
658name = "crunchy"
659version = "0.2.4"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
662
663[[package]]
664name = "crypto-bigint"
665version = "0.5.5"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
668dependencies = [
669 "generic-array",
670 "rand_core 0.6.4",
671 "subtle",
672 "zeroize",
673]
674
675[[package]]
676name = "crypto-common"
677version = "0.1.6"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
680dependencies = [
681 "generic-array",
682 "typenum",
683]
684
685[[package]]
686name = "curve25519-dalek"
687version = "4.1.3"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
690dependencies = [
691 "cfg-if",
692 "cpufeatures 0.2.17",
693 "curve25519-dalek-derive",
694 "digest",
695 "fiat-crypto",
696 "rustc_version",
697 "subtle",
698]
699
700[[package]]
701name = "curve25519-dalek-derive"
702version = "0.1.1"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
705dependencies = [
706 "proc-macro2",
707 "quote",
708 "syn",
709]
710
711[[package]]
712name = "darling"
713version = "0.21.3"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
716dependencies = [
717 "darling_core 0.21.3",
718 "darling_macro 0.21.3",
719]
720
721[[package]]
722name = "darling"
723version = "0.23.0"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
726dependencies = [
727 "darling_core 0.23.0",
728 "darling_macro 0.23.0",
729]
730
731[[package]]
732name = "darling_core"
733version = "0.21.3"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
736dependencies = [
737 "fnv",
738 "ident_case",
739 "proc-macro2",
740 "quote",
741 "strsim",
742 "syn",
743]
744
745[[package]]
746name = "darling_core"
747version = "0.23.0"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
750dependencies = [
751 "ident_case",
752 "proc-macro2",
753 "quote",
754 "strsim",
755 "syn",
756]
757
758[[package]]
759name = "darling_macro"
760version = "0.21.3"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
763dependencies = [
764 "darling_core 0.21.3",
765 "quote",
766 "syn",
767]
768
769[[package]]
770name = "darling_macro"
771version = "0.23.0"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
774dependencies = [
775 "darling_core 0.23.0",
776 "quote",
777 "syn",
778]
779
780[[package]]
781name = "dashmap"
782version = "6.1.0"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
785dependencies = [
786 "cfg-if",
787 "crossbeam-utils",
788 "hashbrown 0.14.5",
789 "lock_api",
790 "once_cell",
791 "parking_lot_core",
792]
793
794[[package]]
795name = "data-encoding"
796version = "2.10.0"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
799
800[[package]]
801name = "data-encoding-macro"
802version = "0.1.19"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb"
805dependencies = [
806 "data-encoding",
807 "data-encoding-macro-internal",
808]
809
810[[package]]
811name = "data-encoding-macro-internal"
812version = "0.1.17"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de"
815dependencies = [
816 "data-encoding",
817 "syn",
818]
819
820[[package]]
821name = "der"
822version = "0.7.10"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
825dependencies = [
826 "const-oid",
827 "pem-rfc7468",
828 "zeroize",
829]
830
831[[package]]
832name = "deranged"
833version = "0.5.8"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
836dependencies = [
837 "powerfmt",
838]
839
840[[package]]
841name = "derive_more"
842version = "1.0.0"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
845dependencies = [
846 "derive_more-impl",
847]
848
849[[package]]
850name = "derive_more-impl"
851version = "1.0.0"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
854dependencies = [
855 "proc-macro2",
856 "quote",
857 "syn",
858 "unicode-xid",
859]
860
861[[package]]
862name = "diatomic-waker"
863version = "0.2.3"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
866
867[[package]]
868name = "digest"
869version = "0.10.7"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
872dependencies = [
873 "block-buffer",
874 "const-oid",
875 "crypto-common",
876 "subtle",
877]
878
879[[package]]
880name = "displaydoc"
881version = "0.2.5"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
884dependencies = [
885 "proc-macro2",
886 "quote",
887 "syn",
888]
889
890[[package]]
891name = "dunce"
892version = "1.0.5"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
895
896[[package]]
897name = "ecdsa"
898version = "0.16.9"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
901dependencies = [
902 "der",
903 "digest",
904 "elliptic-curve",
905 "rfc6979",
906 "signature",
907 "spki",
908]
909
910[[package]]
911name = "ed25519"
912version = "2.2.3"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
915dependencies = [
916 "pkcs8",
917 "signature",
918]
919
920[[package]]
921name = "ed25519-dalek"
922version = "2.2.0"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
925dependencies = [
926 "curve25519-dalek",
927 "ed25519",
928 "rand_core 0.6.4",
929 "sha2",
930 "subtle",
931]
932
933[[package]]
934name = "elliptic-curve"
935version = "0.13.8"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
938dependencies = [
939 "base16ct",
940 "crypto-bigint",
941 "digest",
942 "ff",
943 "generic-array",
944 "group",
945 "pem-rfc7468",
946 "pkcs8",
947 "rand_core 0.6.4",
948 "sec1",
949 "subtle",
950 "zeroize",
951]
952
953[[package]]
954name = "embedded-io"
955version = "0.4.0"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
958
959[[package]]
960name = "embedded-io"
961version = "0.6.1"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
964
965[[package]]
966name = "encoding_rs"
967version = "0.8.35"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
970dependencies = [
971 "cfg-if",
972]
973
974[[package]]
975name = "enum-as-inner"
976version = "0.6.1"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
979dependencies = [
980 "heck 0.5.0",
981 "proc-macro2",
982 "quote",
983 "syn",
984]
985
986[[package]]
987name = "enum_dispatch"
988version = "0.3.13"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
991dependencies = [
992 "once_cell",
993 "proc-macro2",
994 "quote",
995 "syn",
996]
997
998[[package]]
999name = "equivalent"
1000version = "1.0.2"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1003
1004[[package]]
1005name = "errno"
1006version = "0.3.14"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1009dependencies = [
1010 "libc",
1011 "windows-sys 0.61.2",
1012]
1013
1014[[package]]
1015name = "fastrand"
1016version = "2.3.0"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1019
1020[[package]]
1021name = "ff"
1022version = "0.13.1"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1025dependencies = [
1026 "rand_core 0.6.4",
1027 "subtle",
1028]
1029
1030[[package]]
1031name = "fiat-crypto"
1032version = "0.2.9"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
1035
1036[[package]]
1037name = "find-msvc-tools"
1038version = "0.1.9"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1041
1042[[package]]
1043name = "fjall"
1044version = "3.1.0"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "40cb1eb0cef3792900897b32c8282f6417bc978f6af46400a2f14bf0e649ae30"
1047dependencies = [
1048 "byteorder-lite",
1049 "byteview",
1050 "dashmap",
1051 "flume",
1052 "log",
1053 "lsm-tree",
1054 "lz4_flex",
1055 "tempfile",
1056 "xxhash-rust",
1057]
1058
1059[[package]]
1060name = "flate2"
1061version = "1.1.9"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1064dependencies = [
1065 "crc32fast",
1066 "miniz_oxide",
1067]
1068
1069[[package]]
1070name = "flume"
1071version = "0.12.0"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be"
1074dependencies = [
1075 "spin 0.9.8",
1076]
1077
1078[[package]]
1079name = "fnv"
1080version = "1.0.7"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1083
1084[[package]]
1085name = "foldhash"
1086version = "0.1.5"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1089
1090[[package]]
1091name = "foldhash"
1092version = "0.2.0"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1095
1096[[package]]
1097name = "form_urlencoded"
1098version = "1.2.2"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1101dependencies = [
1102 "percent-encoding",
1103]
1104
1105[[package]]
1106name = "fs_extra"
1107version = "1.3.0"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1110
1111[[package]]
1112name = "futures"
1113version = "0.3.32"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1116dependencies = [
1117 "futures-channel",
1118 "futures-core",
1119 "futures-executor",
1120 "futures-io",
1121 "futures-sink",
1122 "futures-task",
1123 "futures-util",
1124]
1125
1126[[package]]
1127name = "futures-buffered"
1128version = "0.2.13"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5"
1131dependencies = [
1132 "cordyceps",
1133 "diatomic-waker",
1134 "futures-core",
1135 "pin-project-lite",
1136 "spin 0.10.0",
1137]
1138
1139[[package]]
1140name = "futures-channel"
1141version = "0.3.32"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1144dependencies = [
1145 "futures-core",
1146 "futures-sink",
1147]
1148
1149[[package]]
1150name = "futures-core"
1151version = "0.3.32"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1154
1155[[package]]
1156name = "futures-executor"
1157version = "0.3.32"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1160dependencies = [
1161 "futures-core",
1162 "futures-task",
1163 "futures-util",
1164]
1165
1166[[package]]
1167name = "futures-io"
1168version = "0.3.32"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1171
1172[[package]]
1173name = "futures-lite"
1174version = "2.6.1"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1177dependencies = [
1178 "fastrand",
1179 "futures-core",
1180 "futures-io",
1181 "parking",
1182 "pin-project-lite",
1183]
1184
1185[[package]]
1186name = "futures-macro"
1187version = "0.3.32"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1190dependencies = [
1191 "proc-macro2",
1192 "quote",
1193 "syn",
1194]
1195
1196[[package]]
1197name = "futures-sink"
1198version = "0.3.32"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1201
1202[[package]]
1203name = "futures-task"
1204version = "0.3.32"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1207
1208[[package]]
1209name = "futures-util"
1210version = "0.3.32"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1213dependencies = [
1214 "futures-channel",
1215 "futures-core",
1216 "futures-io",
1217 "futures-macro",
1218 "futures-sink",
1219 "futures-task",
1220 "memchr",
1221 "pin-project-lite",
1222 "slab",
1223]
1224
1225[[package]]
1226name = "generator"
1227version = "0.8.8"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9"
1230dependencies = [
1231 "cc",
1232 "cfg-if",
1233 "libc",
1234 "log",
1235 "rustversion",
1236 "windows-link",
1237 "windows-result",
1238]
1239
1240[[package]]
1241name = "generic-array"
1242version = "0.14.9"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1245dependencies = [
1246 "typenum",
1247 "version_check",
1248 "zeroize",
1249]
1250
1251[[package]]
1252name = "getrandom"
1253version = "0.2.17"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1256dependencies = [
1257 "cfg-if",
1258 "js-sys",
1259 "libc",
1260 "wasi",
1261 "wasm-bindgen",
1262]
1263
1264[[package]]
1265name = "getrandom"
1266version = "0.3.4"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1269dependencies = [
1270 "cfg-if",
1271 "js-sys",
1272 "libc",
1273 "r-efi 5.3.0",
1274 "wasip2",
1275 "wasm-bindgen",
1276]
1277
1278[[package]]
1279name = "getrandom"
1280version = "0.4.2"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
1283dependencies = [
1284 "cfg-if",
1285 "js-sys",
1286 "libc",
1287 "r-efi 6.0.0",
1288 "rand_core 0.10.0",
1289 "wasip2",
1290 "wasip3",
1291 "wasm-bindgen",
1292]
1293
1294[[package]]
1295name = "gimli"
1296version = "0.32.3"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1299
1300[[package]]
1301name = "glob"
1302version = "0.3.3"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1305
1306[[package]]
1307name = "group"
1308version = "0.13.0"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1311dependencies = [
1312 "ff",
1313 "rand_core 0.6.4",
1314 "subtle",
1315]
1316
1317[[package]]
1318name = "h2"
1319version = "0.4.13"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
1322dependencies = [
1323 "atomic-waker",
1324 "bytes",
1325 "fnv",
1326 "futures-core",
1327 "futures-sink",
1328 "http",
1329 "indexmap",
1330 "slab",
1331 "tokio",
1332 "tokio-util",
1333 "tracing",
1334]
1335
1336[[package]]
1337name = "half"
1338version = "2.7.1"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1341dependencies = [
1342 "cfg-if",
1343 "crunchy",
1344 "zerocopy",
1345]
1346
1347[[package]]
1348name = "hash32"
1349version = "0.2.1"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
1352dependencies = [
1353 "byteorder",
1354]
1355
1356[[package]]
1357name = "hashbrown"
1358version = "0.14.5"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1361
1362[[package]]
1363name = "hashbrown"
1364version = "0.15.5"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1367dependencies = [
1368 "foldhash 0.1.5",
1369]
1370
1371[[package]]
1372name = "hashbrown"
1373version = "0.16.1"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1376dependencies = [
1377 "allocator-api2",
1378 "equivalent",
1379 "foldhash 0.2.0",
1380]
1381
1382[[package]]
1383name = "heapless"
1384version = "0.7.17"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
1387dependencies = [
1388 "atomic-polyfill",
1389 "hash32",
1390 "rustc_version",
1391 "serde",
1392 "spin 0.9.8",
1393 "stable_deref_trait",
1394]
1395
1396[[package]]
1397name = "heck"
1398version = "0.4.1"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1401
1402[[package]]
1403name = "heck"
1404version = "0.5.0"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1407
1408[[package]]
1409name = "hex"
1410version = "0.4.3"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1413
1414[[package]]
1415name = "hickory-proto"
1416version = "0.25.2"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
1419dependencies = [
1420 "async-trait",
1421 "cfg-if",
1422 "data-encoding",
1423 "enum-as-inner",
1424 "futures-channel",
1425 "futures-io",
1426 "futures-util",
1427 "idna",
1428 "ipnet",
1429 "once_cell",
1430 "rand 0.9.2",
1431 "ring",
1432 "thiserror 2.0.18",
1433 "tinyvec",
1434 "tokio",
1435 "tracing",
1436 "url",
1437]
1438
1439[[package]]
1440name = "hickory-resolver"
1441version = "0.25.2"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
1444dependencies = [
1445 "cfg-if",
1446 "futures-util",
1447 "hickory-proto",
1448 "ipconfig",
1449 "moka",
1450 "once_cell",
1451 "parking_lot",
1452 "rand 0.9.2",
1453 "resolv-conf",
1454 "smallvec",
1455 "thiserror 2.0.18",
1456 "tokio",
1457 "tracing",
1458]
1459
1460[[package]]
1461name = "hmac"
1462version = "0.12.1"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1465dependencies = [
1466 "digest",
1467]
1468
1469[[package]]
1470name = "http"
1471version = "1.4.0"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1474dependencies = [
1475 "bytes",
1476 "itoa",
1477]
1478
1479[[package]]
1480name = "http-body"
1481version = "1.0.1"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1484dependencies = [
1485 "bytes",
1486 "http",
1487]
1488
1489[[package]]
1490name = "http-body-util"
1491version = "0.1.3"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1494dependencies = [
1495 "bytes",
1496 "futures-core",
1497 "http",
1498 "http-body",
1499 "pin-project-lite",
1500]
1501
1502[[package]]
1503name = "httparse"
1504version = "1.10.1"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1507
1508[[package]]
1509name = "httpdate"
1510version = "1.0.3"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1513
1514[[package]]
1515name = "humantime"
1516version = "2.3.0"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
1519
1520[[package]]
1521name = "hydrant"
1522version = "0.1.0"
1523dependencies = [
1524 "arc-swap",
1525 "axum",
1526 "chrono",
1527 "cid",
1528 "data-encoding",
1529 "fjall",
1530 "futures",
1531 "glob",
1532 "hex",
1533 "humantime",
1534 "jacquard-api",
1535 "jacquard-common",
1536 "jacquard-derive",
1537 "jacquard-identity",
1538 "jacquard-repo",
1539 "lsm-tree",
1540 "miette",
1541 "mimalloc",
1542 "multibase",
1543 "rand 0.10.0",
1544 "reqwest",
1545 "rmp-serde",
1546 "rustls",
1547 "scc",
1548 "serde",
1549 "serde_bytes",
1550 "serde_ipld_dagcbor",
1551 "serde_json",
1552 "serde_urlencoded",
1553 "smol_str",
1554 "tempfile",
1555 "thiserror 2.0.18",
1556 "tokio",
1557 "tokio-tungstenite",
1558 "tower-http",
1559 "tracing",
1560 "tracing-subscriber",
1561 "url",
1562]
1563
1564[[package]]
1565name = "hyper"
1566version = "1.8.1"
1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1569dependencies = [
1570 "atomic-waker",
1571 "bytes",
1572 "futures-channel",
1573 "futures-core",
1574 "h2",
1575 "http",
1576 "http-body",
1577 "httparse",
1578 "httpdate",
1579 "itoa",
1580 "pin-project-lite",
1581 "pin-utils",
1582 "smallvec",
1583 "tokio",
1584 "want",
1585]
1586
1587[[package]]
1588name = "hyper-rustls"
1589version = "0.27.7"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1592dependencies = [
1593 "http",
1594 "hyper",
1595 "hyper-util",
1596 "rustls",
1597 "rustls-pki-types",
1598 "tokio",
1599 "tokio-rustls",
1600 "tower-service",
1601]
1602
1603[[package]]
1604name = "hyper-util"
1605version = "0.1.20"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1608dependencies = [
1609 "base64",
1610 "bytes",
1611 "futures-channel",
1612 "futures-util",
1613 "http",
1614 "http-body",
1615 "hyper",
1616 "ipnet",
1617 "libc",
1618 "percent-encoding",
1619 "pin-project-lite",
1620 "socket2 0.6.3",
1621 "system-configuration",
1622 "tokio",
1623 "tower-service",
1624 "tracing",
1625 "windows-registry",
1626]
1627
1628[[package]]
1629name = "iana-time-zone"
1630version = "0.1.65"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1633dependencies = [
1634 "android_system_properties",
1635 "core-foundation-sys",
1636 "iana-time-zone-haiku",
1637 "js-sys",
1638 "log",
1639 "wasm-bindgen",
1640 "windows-core",
1641]
1642
1643[[package]]
1644name = "iana-time-zone-haiku"
1645version = "0.1.2"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1648dependencies = [
1649 "cc",
1650]
1651
1652[[package]]
1653name = "icu_collections"
1654version = "2.1.1"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1657dependencies = [
1658 "displaydoc",
1659 "potential_utf",
1660 "yoke",
1661 "zerofrom",
1662 "zerovec",
1663]
1664
1665[[package]]
1666name = "icu_locale_core"
1667version = "2.1.1"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1670dependencies = [
1671 "displaydoc",
1672 "litemap",
1673 "tinystr",
1674 "writeable",
1675 "zerovec",
1676]
1677
1678[[package]]
1679name = "icu_normalizer"
1680version = "2.1.1"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1683dependencies = [
1684 "icu_collections",
1685 "icu_normalizer_data",
1686 "icu_properties",
1687 "icu_provider",
1688 "smallvec",
1689 "zerovec",
1690]
1691
1692[[package]]
1693name = "icu_normalizer_data"
1694version = "2.1.1"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1697
1698[[package]]
1699name = "icu_properties"
1700version = "2.1.2"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1703dependencies = [
1704 "icu_collections",
1705 "icu_locale_core",
1706 "icu_properties_data",
1707 "icu_provider",
1708 "zerotrie",
1709 "zerovec",
1710]
1711
1712[[package]]
1713name = "icu_properties_data"
1714version = "2.1.2"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1717
1718[[package]]
1719name = "icu_provider"
1720version = "2.1.1"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1723dependencies = [
1724 "displaydoc",
1725 "icu_locale_core",
1726 "writeable",
1727 "yoke",
1728 "zerofrom",
1729 "zerotrie",
1730 "zerovec",
1731]
1732
1733[[package]]
1734name = "id-arena"
1735version = "2.3.0"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1738
1739[[package]]
1740name = "ident_case"
1741version = "1.0.1"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1744
1745[[package]]
1746name = "idna"
1747version = "1.1.0"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1750dependencies = [
1751 "idna_adapter",
1752 "smallvec",
1753 "utf8_iter",
1754]
1755
1756[[package]]
1757name = "idna_adapter"
1758version = "1.2.1"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1761dependencies = [
1762 "icu_normalizer",
1763 "icu_properties",
1764]
1765
1766[[package]]
1767name = "indexmap"
1768version = "2.13.0"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1771dependencies = [
1772 "equivalent",
1773 "hashbrown 0.16.1",
1774 "serde",
1775 "serde_core",
1776]
1777
1778[[package]]
1779name = "interval-heap"
1780version = "0.0.5"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6"
1783dependencies = [
1784 "compare",
1785]
1786
1787[[package]]
1788name = "inventory"
1789version = "0.3.22"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227"
1792dependencies = [
1793 "rustversion",
1794]
1795
1796[[package]]
1797name = "ipconfig"
1798version = "0.3.2"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1801dependencies = [
1802 "socket2 0.5.10",
1803 "widestring",
1804 "windows-sys 0.48.0",
1805 "winreg",
1806]
1807
1808[[package]]
1809name = "ipld-core"
1810version = "0.4.3"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda"
1813dependencies = [
1814 "cid",
1815 "serde",
1816 "serde_bytes",
1817]
1818
1819[[package]]
1820name = "ipnet"
1821version = "2.12.0"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1824
1825[[package]]
1826name = "iri-string"
1827version = "0.7.10"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1830dependencies = [
1831 "memchr",
1832 "serde",
1833]
1834
1835[[package]]
1836name = "iroh-car"
1837version = "0.5.1"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a"
1840dependencies = [
1841 "anyhow",
1842 "cid",
1843 "futures",
1844 "serde",
1845 "serde_ipld_dagcbor",
1846 "thiserror 1.0.69",
1847 "tokio",
1848 "unsigned-varint 0.7.2",
1849]
1850
1851[[package]]
1852name = "is_ci"
1853version = "1.2.0"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
1856
1857[[package]]
1858name = "itoa"
1859version = "1.0.17"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1862
1863[[package]]
1864name = "jacquard-api"
1865version = "0.9.5"
1866source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
1867dependencies = [
1868 "bon",
1869 "bytes",
1870 "jacquard-common",
1871 "jacquard-derive",
1872 "jacquard-lexicon",
1873 "miette",
1874 "rustversion",
1875 "serde",
1876 "serde_bytes",
1877 "serde_ipld_dagcbor",
1878 "thiserror 2.0.18",
1879 "unicode-segmentation",
1880]
1881
1882[[package]]
1883name = "jacquard-common"
1884version = "0.9.5"
1885source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
1886dependencies = [
1887 "base64",
1888 "bon",
1889 "bytes",
1890 "chrono",
1891 "ciborium",
1892 "ciborium-io",
1893 "cid",
1894 "ed25519-dalek",
1895 "getrandom 0.2.17",
1896 "getrandom 0.4.2",
1897 "hashbrown 0.16.1",
1898 "http",
1899 "ipld-core",
1900 "k256",
1901 "maitake-sync",
1902 "miette",
1903 "multibase",
1904 "multihash",
1905 "ouroboros",
1906 "oxilangtag",
1907 "p256",
1908 "postcard",
1909 "rand 0.9.2",
1910 "regex",
1911 "regex-automata",
1912 "regex-lite",
1913 "reqwest",
1914 "serde",
1915 "serde_bytes",
1916 "serde_html_form",
1917 "serde_ipld_dagcbor",
1918 "serde_json",
1919 "signature",
1920 "smol_str",
1921 "spin 0.10.0",
1922 "thiserror 2.0.18",
1923 "tokio",
1924 "tokio-util",
1925 "tracing",
1926 "trait-variant",
1927 "url",
1928]
1929
1930[[package]]
1931name = "jacquard-derive"
1932version = "0.9.5"
1933source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
1934dependencies = [
1935 "heck 0.5.0",
1936 "jacquard-lexicon",
1937 "proc-macro2",
1938 "quote",
1939 "syn",
1940]
1941
1942[[package]]
1943name = "jacquard-identity"
1944version = "0.9.5"
1945source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
1946dependencies = [
1947 "bon",
1948 "bytes",
1949 "hickory-resolver",
1950 "http",
1951 "jacquard-api",
1952 "jacquard-common",
1953 "jacquard-lexicon",
1954 "miette",
1955 "n0-future",
1956 "percent-encoding",
1957 "reqwest",
1958 "serde",
1959 "serde_html_form",
1960 "serde_json",
1961 "thiserror 2.0.18",
1962 "tokio",
1963 "tracing",
1964 "trait-variant",
1965 "url",
1966 "urlencoding",
1967]
1968
1969[[package]]
1970name = "jacquard-lexicon"
1971version = "0.9.5"
1972source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
1973dependencies = [
1974 "cid",
1975 "dashmap",
1976 "heck 0.5.0",
1977 "inventory",
1978 "jacquard-common",
1979 "miette",
1980 "multihash",
1981 "prettyplease",
1982 "proc-macro2",
1983 "quote",
1984 "serde",
1985 "serde_ipld_dagcbor",
1986 "serde_json",
1987 "serde_path_to_error",
1988 "serde_repr",
1989 "serde_with",
1990 "sha2",
1991 "syn",
1992 "thiserror 2.0.18",
1993 "unicode-segmentation",
1994]
1995
1996[[package]]
1997name = "jacquard-repo"
1998version = "0.9.6"
1999source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
2000dependencies = [
2001 "bytes",
2002 "cid",
2003 "ed25519-dalek",
2004 "iroh-car",
2005 "jacquard-common",
2006 "jacquard-derive",
2007 "k256",
2008 "miette",
2009 "multihash",
2010 "n0-future",
2011 "p256",
2012 "serde",
2013 "serde_bytes",
2014 "serde_ipld_dagcbor",
2015 "sha2",
2016 "smol_str",
2017 "thiserror 2.0.18",
2018 "tokio",
2019 "trait-variant",
2020]
2021
2022[[package]]
2023name = "jni"
2024version = "0.21.1"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2027dependencies = [
2028 "cesu8",
2029 "cfg-if",
2030 "combine",
2031 "jni-sys",
2032 "log",
2033 "thiserror 1.0.69",
2034 "walkdir",
2035 "windows-sys 0.45.0",
2036]
2037
2038[[package]]
2039name = "jni-sys"
2040version = "0.3.0"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2043
2044[[package]]
2045name = "jobserver"
2046version = "0.1.34"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2049dependencies = [
2050 "getrandom 0.3.4",
2051 "libc",
2052]
2053
2054[[package]]
2055name = "js-sys"
2056version = "0.3.91"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
2059dependencies = [
2060 "once_cell",
2061 "wasm-bindgen",
2062]
2063
2064[[package]]
2065name = "k256"
2066version = "0.13.4"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2069dependencies = [
2070 "cfg-if",
2071 "ecdsa",
2072 "elliptic-curve",
2073 "once_cell",
2074 "sha2",
2075 "signature",
2076]
2077
2078[[package]]
2079name = "lazy_static"
2080version = "1.5.0"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2083
2084[[package]]
2085name = "leb128fmt"
2086version = "0.1.0"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
2089
2090[[package]]
2091name = "libc"
2092version = "0.2.183"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
2095
2096[[package]]
2097name = "libmimalloc-sys"
2098version = "0.1.44"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
2101dependencies = [
2102 "cc",
2103 "libc",
2104]
2105
2106[[package]]
2107name = "linux-raw-sys"
2108version = "0.12.1"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
2111
2112[[package]]
2113name = "litemap"
2114version = "0.8.1"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
2117
2118[[package]]
2119name = "lock_api"
2120version = "0.4.14"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2123dependencies = [
2124 "scopeguard",
2125]
2126
2127[[package]]
2128name = "log"
2129version = "0.4.29"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
2132
2133[[package]]
2134name = "loom"
2135version = "0.7.2"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2138dependencies = [
2139 "cfg-if",
2140 "generator",
2141 "scoped-tls",
2142 "tracing",
2143 "tracing-subscriber",
2144]
2145
2146[[package]]
2147name = "lru-slab"
2148version = "0.1.2"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2151
2152[[package]]
2153name = "lsm-tree"
2154version = "3.1.0"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "fc5fa40c207eed45c811085aaa1b0a25fead22e298e286081cd4b98785fe759b"
2157dependencies = [
2158 "byteorder-lite",
2159 "byteview",
2160 "crossbeam-skiplist",
2161 "enum_dispatch",
2162 "interval-heap",
2163 "log",
2164 "lz4_flex",
2165 "quick_cache",
2166 "rustc-hash",
2167 "self_cell",
2168 "sfa",
2169 "tempfile",
2170 "varint-rs",
2171 "xxhash-rust",
2172]
2173
2174[[package]]
2175name = "lz4_flex"
2176version = "0.11.5"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
2179dependencies = [
2180 "twox-hash",
2181]
2182
2183[[package]]
2184name = "maitake-sync"
2185version = "0.2.2"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "748f86d9befd480b602c3bebc9ef30dbf2f3dfc8acc4a73d07b90f0117e6de3f"
2188dependencies = [
2189 "cordyceps",
2190 "loom",
2191 "mutex-traits",
2192 "mycelium-bitfield",
2193 "pin-project",
2194 "portable-atomic",
2195 "tracing",
2196]
2197
2198[[package]]
2199name = "match-lookup"
2200version = "0.1.2"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
2203dependencies = [
2204 "proc-macro2",
2205 "quote",
2206 "syn",
2207]
2208
2209[[package]]
2210name = "matchers"
2211version = "0.2.0"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2214dependencies = [
2215 "regex-automata",
2216]
2217
2218[[package]]
2219name = "matchit"
2220version = "0.8.4"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2223
2224[[package]]
2225name = "memchr"
2226version = "2.8.0"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
2229
2230[[package]]
2231name = "miette"
2232version = "7.6.0"
2233source = "registry+https://github.com/rust-lang/crates.io-index"
2234checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
2235dependencies = [
2236 "backtrace",
2237 "backtrace-ext",
2238 "cfg-if",
2239 "miette-derive",
2240 "owo-colors",
2241 "supports-color",
2242 "supports-hyperlinks",
2243 "supports-unicode",
2244 "terminal_size",
2245 "textwrap",
2246 "unicode-width 0.1.14",
2247]
2248
2249[[package]]
2250name = "miette-derive"
2251version = "7.6.0"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
2254dependencies = [
2255 "proc-macro2",
2256 "quote",
2257 "syn",
2258]
2259
2260[[package]]
2261name = "mimalloc"
2262version = "0.1.48"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
2265dependencies = [
2266 "libmimalloc-sys",
2267]
2268
2269[[package]]
2270name = "mime"
2271version = "0.3.17"
2272source = "registry+https://github.com/rust-lang/crates.io-index"
2273checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2274
2275[[package]]
2276name = "miniz_oxide"
2277version = "0.8.9"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2280dependencies = [
2281 "adler2",
2282 "simd-adler32",
2283]
2284
2285[[package]]
2286name = "mio"
2287version = "1.1.1"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
2290dependencies = [
2291 "libc",
2292 "wasi",
2293 "windows-sys 0.61.2",
2294]
2295
2296[[package]]
2297name = "moka"
2298version = "0.12.14"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "85f8024e1c8e71c778968af91d43700ce1d11b219d127d79fb2934153b82b42b"
2301dependencies = [
2302 "crossbeam-channel",
2303 "crossbeam-epoch",
2304 "crossbeam-utils",
2305 "equivalent",
2306 "parking_lot",
2307 "portable-atomic",
2308 "smallvec",
2309 "tagptr",
2310 "uuid",
2311]
2312
2313[[package]]
2314name = "multibase"
2315version = "0.9.2"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
2318dependencies = [
2319 "base-x",
2320 "base256emoji",
2321 "data-encoding",
2322 "data-encoding-macro",
2323]
2324
2325[[package]]
2326name = "multihash"
2327version = "0.19.3"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2330dependencies = [
2331 "core2",
2332 "serde",
2333 "unsigned-varint 0.8.0",
2334]
2335
2336[[package]]
2337name = "mutex-traits"
2338version = "1.0.1"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "3929f2b5633d29cf7b6624992e5f3c1e9334f1193423e12d17be4faf678cde3f"
2341
2342[[package]]
2343name = "mycelium-bitfield"
2344version = "0.1.5"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
2347
2348[[package]]
2349name = "n0-future"
2350version = "0.1.3"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
2353dependencies = [
2354 "cfg_aliases",
2355 "derive_more",
2356 "futures-buffered",
2357 "futures-lite",
2358 "futures-util",
2359 "js-sys",
2360 "pin-project",
2361 "send_wrapper",
2362 "tokio",
2363 "tokio-util",
2364 "wasm-bindgen",
2365 "wasm-bindgen-futures",
2366 "web-time",
2367]
2368
2369[[package]]
2370name = "nu-ansi-term"
2371version = "0.50.3"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2374dependencies = [
2375 "windows-sys 0.61.2",
2376]
2377
2378[[package]]
2379name = "num-conv"
2380version = "0.2.0"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
2383
2384[[package]]
2385name = "num-traits"
2386version = "0.2.19"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2389dependencies = [
2390 "autocfg",
2391]
2392
2393[[package]]
2394name = "object"
2395version = "0.37.3"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
2398dependencies = [
2399 "memchr",
2400]
2401
2402[[package]]
2403name = "once_cell"
2404version = "1.21.3"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2407dependencies = [
2408 "critical-section",
2409 "portable-atomic",
2410]
2411
2412[[package]]
2413name = "openssl-probe"
2414version = "0.2.1"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
2417
2418[[package]]
2419name = "ouroboros"
2420version = "0.18.5"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
2423dependencies = [
2424 "aliasable",
2425 "ouroboros_macro",
2426 "static_assertions",
2427]
2428
2429[[package]]
2430name = "ouroboros_macro"
2431version = "0.18.5"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
2434dependencies = [
2435 "heck 0.4.1",
2436 "proc-macro2",
2437 "proc-macro2-diagnostics",
2438 "quote",
2439 "syn",
2440]
2441
2442[[package]]
2443name = "owo-colors"
2444version = "4.3.0"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"
2447
2448[[package]]
2449name = "oxilangtag"
2450version = "0.1.5"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "23f3f87617a86af77fa3691e6350483e7154c2ead9f1261b75130e21ca0f8acb"
2453dependencies = [
2454 "serde",
2455]
2456
2457[[package]]
2458name = "p256"
2459version = "0.13.2"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2462dependencies = [
2463 "ecdsa",
2464 "elliptic-curve",
2465 "primeorder",
2466 "sha2",
2467]
2468
2469[[package]]
2470name = "parking"
2471version = "2.2.1"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2474
2475[[package]]
2476name = "parking_lot"
2477version = "0.12.5"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2480dependencies = [
2481 "lock_api",
2482 "parking_lot_core",
2483]
2484
2485[[package]]
2486name = "parking_lot_core"
2487version = "0.9.12"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2490dependencies = [
2491 "cfg-if",
2492 "libc",
2493 "redox_syscall",
2494 "smallvec",
2495 "windows-link",
2496]
2497
2498[[package]]
2499name = "pem-rfc7468"
2500version = "0.7.0"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
2502checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2503dependencies = [
2504 "base64ct",
2505]
2506
2507[[package]]
2508name = "percent-encoding"
2509version = "2.3.2"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2512
2513[[package]]
2514name = "pin-project"
2515version = "1.1.11"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
2518dependencies = [
2519 "pin-project-internal",
2520]
2521
2522[[package]]
2523name = "pin-project-internal"
2524version = "1.1.11"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
2527dependencies = [
2528 "proc-macro2",
2529 "quote",
2530 "syn",
2531]
2532
2533[[package]]
2534name = "pin-project-lite"
2535version = "0.2.17"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2538
2539[[package]]
2540name = "pin-utils"
2541version = "0.1.0"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2544
2545[[package]]
2546name = "pkcs8"
2547version = "0.10.2"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2550dependencies = [
2551 "der",
2552 "spki",
2553]
2554
2555[[package]]
2556name = "pkg-config"
2557version = "0.3.32"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2560
2561[[package]]
2562name = "portable-atomic"
2563version = "1.13.1"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2566
2567[[package]]
2568name = "postcard"
2569version = "1.1.3"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
2572dependencies = [
2573 "cobs",
2574 "embedded-io 0.4.0",
2575 "embedded-io 0.6.1",
2576 "heapless",
2577 "serde",
2578]
2579
2580[[package]]
2581name = "potential_utf"
2582version = "0.1.4"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2585dependencies = [
2586 "zerovec",
2587]
2588
2589[[package]]
2590name = "powerfmt"
2591version = "0.2.0"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2594
2595[[package]]
2596name = "ppv-lite86"
2597version = "0.2.21"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2600dependencies = [
2601 "zerocopy",
2602]
2603
2604[[package]]
2605name = "prettyplease"
2606version = "0.2.37"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2609dependencies = [
2610 "proc-macro2",
2611 "syn",
2612]
2613
2614[[package]]
2615name = "primeorder"
2616version = "0.13.6"
2617source = "registry+https://github.com/rust-lang/crates.io-index"
2618checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2619dependencies = [
2620 "elliptic-curve",
2621]
2622
2623[[package]]
2624name = "proc-macro2"
2625version = "1.0.106"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2628dependencies = [
2629 "unicode-ident",
2630]
2631
2632[[package]]
2633name = "proc-macro2-diagnostics"
2634version = "0.10.1"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2637dependencies = [
2638 "proc-macro2",
2639 "quote",
2640 "syn",
2641 "version_check",
2642 "yansi",
2643]
2644
2645[[package]]
2646name = "quick_cache"
2647version = "0.6.18"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "7ada44a88ef953a3294f6eb55d2007ba44646015e18613d2f213016379203ef3"
2650dependencies = [
2651 "equivalent",
2652 "hashbrown 0.16.1",
2653]
2654
2655[[package]]
2656name = "quinn"
2657version = "0.11.9"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2660dependencies = [
2661 "bytes",
2662 "cfg_aliases",
2663 "pin-project-lite",
2664 "quinn-proto",
2665 "quinn-udp",
2666 "rustc-hash",
2667 "rustls",
2668 "socket2 0.6.3",
2669 "thiserror 2.0.18",
2670 "tokio",
2671 "tracing",
2672 "web-time",
2673]
2674
2675[[package]]
2676name = "quinn-proto"
2677version = "0.11.14"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
2679checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
2680dependencies = [
2681 "aws-lc-rs",
2682 "bytes",
2683 "getrandom 0.3.4",
2684 "lru-slab",
2685 "rand 0.9.2",
2686 "ring",
2687 "rustc-hash",
2688 "rustls",
2689 "rustls-pki-types",
2690 "slab",
2691 "thiserror 2.0.18",
2692 "tinyvec",
2693 "tracing",
2694 "web-time",
2695]
2696
2697[[package]]
2698name = "quinn-udp"
2699version = "0.5.14"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2702dependencies = [
2703 "cfg_aliases",
2704 "libc",
2705 "once_cell",
2706 "socket2 0.6.3",
2707 "tracing",
2708 "windows-sys 0.60.2",
2709]
2710
2711[[package]]
2712name = "quote"
2713version = "1.0.45"
2714source = "registry+https://github.com/rust-lang/crates.io-index"
2715checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2716dependencies = [
2717 "proc-macro2",
2718]
2719
2720[[package]]
2721name = "r-efi"
2722version = "5.3.0"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2725
2726[[package]]
2727name = "r-efi"
2728version = "6.0.0"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2731
2732[[package]]
2733name = "rand"
2734version = "0.9.2"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2737dependencies = [
2738 "rand_chacha",
2739 "rand_core 0.9.5",
2740]
2741
2742[[package]]
2743name = "rand"
2744version = "0.10.0"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
2747dependencies = [
2748 "chacha20",
2749 "getrandom 0.4.2",
2750 "rand_core 0.10.0",
2751]
2752
2753[[package]]
2754name = "rand_chacha"
2755version = "0.9.0"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2758dependencies = [
2759 "ppv-lite86",
2760 "rand_core 0.9.5",
2761]
2762
2763[[package]]
2764name = "rand_core"
2765version = "0.6.4"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2768dependencies = [
2769 "getrandom 0.2.17",
2770]
2771
2772[[package]]
2773name = "rand_core"
2774version = "0.9.5"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2777dependencies = [
2778 "getrandom 0.3.4",
2779]
2780
2781[[package]]
2782name = "rand_core"
2783version = "0.10.0"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
2786
2787[[package]]
2788name = "redox_syscall"
2789version = "0.5.18"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2792dependencies = [
2793 "bitflags",
2794]
2795
2796[[package]]
2797name = "regex"
2798version = "1.12.3"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2801dependencies = [
2802 "aho-corasick",
2803 "memchr",
2804 "regex-automata",
2805 "regex-syntax",
2806]
2807
2808[[package]]
2809name = "regex-automata"
2810version = "0.4.14"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2813dependencies = [
2814 "aho-corasick",
2815 "memchr",
2816 "regex-syntax",
2817]
2818
2819[[package]]
2820name = "regex-lite"
2821version = "0.1.9"
2822source = "registry+https://github.com/rust-lang/crates.io-index"
2823checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
2824
2825[[package]]
2826name = "regex-syntax"
2827version = "0.8.10"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2830
2831[[package]]
2832name = "reqwest"
2833version = "0.13.2"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
2836dependencies = [
2837 "base64",
2838 "bytes",
2839 "encoding_rs",
2840 "futures-core",
2841 "futures-util",
2842 "h2",
2843 "http",
2844 "http-body",
2845 "http-body-util",
2846 "hyper",
2847 "hyper-rustls",
2848 "hyper-util",
2849 "js-sys",
2850 "log",
2851 "mime",
2852 "percent-encoding",
2853 "pin-project-lite",
2854 "quinn",
2855 "rustls",
2856 "rustls-pki-types",
2857 "rustls-platform-verifier",
2858 "serde",
2859 "serde_json",
2860 "sync_wrapper",
2861 "tokio",
2862 "tokio-rustls",
2863 "tokio-util",
2864 "tower",
2865 "tower-http",
2866 "tower-service",
2867 "url",
2868 "wasm-bindgen",
2869 "wasm-bindgen-futures",
2870 "wasm-streams",
2871 "web-sys",
2872]
2873
2874[[package]]
2875name = "resolv-conf"
2876version = "0.7.6"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
2879
2880[[package]]
2881name = "rfc6979"
2882version = "0.4.0"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2885dependencies = [
2886 "hmac",
2887 "subtle",
2888]
2889
2890[[package]]
2891name = "ring"
2892version = "0.17.14"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2895dependencies = [
2896 "cc",
2897 "cfg-if",
2898 "getrandom 0.2.17",
2899 "libc",
2900 "untrusted",
2901 "windows-sys 0.52.0",
2902]
2903
2904[[package]]
2905name = "rmp"
2906version = "0.8.15"
2907source = "git+https://github.com/90-008/msgpack-rust.git#19c54a922301d06310a816c3a6a097aeb73ea3ae"
2908dependencies = [
2909 "num-traits",
2910]
2911
2912[[package]]
2913name = "rmp-serde"
2914version = "1.3.1"
2915source = "git+https://github.com/90-008/msgpack-rust.git#19c54a922301d06310a816c3a6a097aeb73ea3ae"
2916dependencies = [
2917 "rmp",
2918 "serde",
2919]
2920
2921[[package]]
2922name = "rustc-demangle"
2923version = "0.1.27"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
2926
2927[[package]]
2928name = "rustc-hash"
2929version = "2.1.1"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2932
2933[[package]]
2934name = "rustc_version"
2935version = "0.4.1"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2938dependencies = [
2939 "semver",
2940]
2941
2942[[package]]
2943name = "rustix"
2944version = "1.1.4"
2945source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2947dependencies = [
2948 "bitflags",
2949 "errno",
2950 "libc",
2951 "linux-raw-sys",
2952 "windows-sys 0.61.2",
2953]
2954
2955[[package]]
2956name = "rustls"
2957version = "0.23.37"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
2960dependencies = [
2961 "aws-lc-rs",
2962 "log",
2963 "once_cell",
2964 "rustls-pki-types",
2965 "rustls-webpki",
2966 "subtle",
2967 "zeroize",
2968]
2969
2970[[package]]
2971name = "rustls-native-certs"
2972version = "0.8.3"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
2975dependencies = [
2976 "openssl-probe",
2977 "rustls-pki-types",
2978 "schannel",
2979 "security-framework",
2980]
2981
2982[[package]]
2983name = "rustls-pki-types"
2984version = "1.14.0"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2987dependencies = [
2988 "web-time",
2989 "zeroize",
2990]
2991
2992[[package]]
2993name = "rustls-platform-verifier"
2994version = "0.6.2"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
2997dependencies = [
2998 "core-foundation 0.10.1",
2999 "core-foundation-sys",
3000 "jni",
3001 "log",
3002 "once_cell",
3003 "rustls",
3004 "rustls-native-certs",
3005 "rustls-platform-verifier-android",
3006 "rustls-webpki",
3007 "security-framework",
3008 "security-framework-sys",
3009 "webpki-root-certs",
3010 "windows-sys 0.61.2",
3011]
3012
3013[[package]]
3014name = "rustls-platform-verifier-android"
3015version = "0.1.1"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
3018
3019[[package]]
3020name = "rustls-webpki"
3021version = "0.103.9"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
3024dependencies = [
3025 "aws-lc-rs",
3026 "ring",
3027 "rustls-pki-types",
3028 "untrusted",
3029]
3030
3031[[package]]
3032name = "rustversion"
3033version = "1.0.22"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
3036
3037[[package]]
3038name = "ryu"
3039version = "1.0.23"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
3042
3043[[package]]
3044name = "saa"
3045version = "5.5.0"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "16c7f49c9d5caa3bf4b3106900484b447b9253fe99670ceb81cb6cb5027855e1"
3048
3049[[package]]
3050name = "same-file"
3051version = "1.0.6"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3054dependencies = [
3055 "winapi-util",
3056]
3057
3058[[package]]
3059name = "scc"
3060version = "3.6.9"
3061source = "registry+https://github.com/rust-lang/crates.io-index"
3062checksum = "45bb5ce9efd4a6e7b0f86c2697fe4c1d78d1f4e6d988c54b752d577cafe22fe8"
3063dependencies = [
3064 "saa",
3065 "sdd",
3066]
3067
3068[[package]]
3069name = "schannel"
3070version = "0.1.28"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
3073dependencies = [
3074 "windows-sys 0.61.2",
3075]
3076
3077[[package]]
3078name = "scoped-tls"
3079version = "1.0.1"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3082
3083[[package]]
3084name = "scopeguard"
3085version = "1.2.0"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3088
3089[[package]]
3090name = "sdd"
3091version = "4.7.3"
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093checksum = "b21a75f5913ab130e4b369fb8693be25f29b983e2ecad4279df9bfa5dd8aaf3e"
3094
3095[[package]]
3096name = "sec1"
3097version = "0.7.3"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3100dependencies = [
3101 "base16ct",
3102 "der",
3103 "generic-array",
3104 "pkcs8",
3105 "subtle",
3106 "zeroize",
3107]
3108
3109[[package]]
3110name = "security-framework"
3111version = "3.7.0"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
3114dependencies = [
3115 "bitflags",
3116 "core-foundation 0.10.1",
3117 "core-foundation-sys",
3118 "libc",
3119 "security-framework-sys",
3120]
3121
3122[[package]]
3123name = "security-framework-sys"
3124version = "2.17.0"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
3127dependencies = [
3128 "core-foundation-sys",
3129 "libc",
3130]
3131
3132[[package]]
3133name = "self_cell"
3134version = "1.2.2"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
3137
3138[[package]]
3139name = "semver"
3140version = "1.0.27"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
3143
3144[[package]]
3145name = "send_wrapper"
3146version = "0.6.0"
3147source = "registry+https://github.com/rust-lang/crates.io-index"
3148checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
3149
3150[[package]]
3151name = "serde"
3152version = "1.0.228"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3155dependencies = [
3156 "serde_core",
3157 "serde_derive",
3158]
3159
3160[[package]]
3161name = "serde_bytes"
3162version = "0.11.19"
3163source = "registry+https://github.com/rust-lang/crates.io-index"
3164checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
3165dependencies = [
3166 "serde",
3167 "serde_core",
3168]
3169
3170[[package]]
3171name = "serde_core"
3172version = "1.0.228"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3175dependencies = [
3176 "serde_derive",
3177]
3178
3179[[package]]
3180name = "serde_derive"
3181version = "1.0.228"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3184dependencies = [
3185 "proc-macro2",
3186 "quote",
3187 "syn",
3188]
3189
3190[[package]]
3191name = "serde_html_form"
3192version = "0.3.2"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
3195dependencies = [
3196 "form_urlencoded",
3197 "indexmap",
3198 "itoa",
3199 "serde_core",
3200]
3201
3202[[package]]
3203name = "serde_ipld_dagcbor"
3204version = "0.6.4"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
3207dependencies = [
3208 "cbor4ii",
3209 "ipld-core",
3210 "scopeguard",
3211 "serde",
3212]
3213
3214[[package]]
3215name = "serde_json"
3216version = "1.0.149"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
3219dependencies = [
3220 "itoa",
3221 "memchr",
3222 "serde",
3223 "serde_core",
3224 "zmij",
3225]
3226
3227[[package]]
3228name = "serde_path_to_error"
3229version = "0.1.20"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
3232dependencies = [
3233 "itoa",
3234 "serde",
3235 "serde_core",
3236]
3237
3238[[package]]
3239name = "serde_repr"
3240version = "0.1.20"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3243dependencies = [
3244 "proc-macro2",
3245 "quote",
3246 "syn",
3247]
3248
3249[[package]]
3250name = "serde_urlencoded"
3251version = "0.7.1"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3254dependencies = [
3255 "form_urlencoded",
3256 "itoa",
3257 "ryu",
3258 "serde",
3259]
3260
3261[[package]]
3262name = "serde_with"
3263version = "3.17.0"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "381b283ce7bc6b476d903296fb59d0d36633652b633b27f64db4fb46dcbfc3b9"
3266dependencies = [
3267 "base64",
3268 "chrono",
3269 "hex",
3270 "serde_core",
3271 "serde_json",
3272 "serde_with_macros",
3273 "time",
3274]
3275
3276[[package]]
3277name = "serde_with_macros"
3278version = "3.17.0"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "a6d4e30573c8cb306ed6ab1dca8423eec9a463ea0e155f45399455e0368b27e0"
3281dependencies = [
3282 "darling 0.21.3",
3283 "proc-macro2",
3284 "quote",
3285 "syn",
3286]
3287
3288[[package]]
3289name = "sfa"
3290version = "1.0.0"
3291source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "a1296838937cab56cd6c4eeeb8718ec777383700c33f060e2869867bd01d1175"
3293dependencies = [
3294 "byteorder-lite",
3295 "log",
3296 "xxhash-rust",
3297]
3298
3299[[package]]
3300name = "sha1"
3301version = "0.10.6"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3304dependencies = [
3305 "cfg-if",
3306 "cpufeatures 0.2.17",
3307 "digest",
3308]
3309
3310[[package]]
3311name = "sha2"
3312version = "0.10.9"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3315dependencies = [
3316 "cfg-if",
3317 "cpufeatures 0.2.17",
3318 "digest",
3319]
3320
3321[[package]]
3322name = "sharded-slab"
3323version = "0.1.7"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3326dependencies = [
3327 "lazy_static",
3328]
3329
3330[[package]]
3331name = "shlex"
3332version = "1.3.0"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3335
3336[[package]]
3337name = "signal-hook-registry"
3338version = "1.4.8"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
3341dependencies = [
3342 "errno",
3343 "libc",
3344]
3345
3346[[package]]
3347name = "signature"
3348version = "2.2.0"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3351dependencies = [
3352 "digest",
3353 "rand_core 0.6.4",
3354]
3355
3356[[package]]
3357name = "simd-adler32"
3358version = "0.3.8"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
3361
3362[[package]]
3363name = "slab"
3364version = "0.4.12"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3367
3368[[package]]
3369name = "smallvec"
3370version = "1.15.1"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3373
3374[[package]]
3375name = "smol_str"
3376version = "0.3.6"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
3379dependencies = [
3380 "borsh",
3381 "serde_core",
3382]
3383
3384[[package]]
3385name = "socket2"
3386version = "0.5.10"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
3389dependencies = [
3390 "libc",
3391 "windows-sys 0.52.0",
3392]
3393
3394[[package]]
3395name = "socket2"
3396version = "0.6.3"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
3399dependencies = [
3400 "libc",
3401 "windows-sys 0.61.2",
3402]
3403
3404[[package]]
3405name = "spin"
3406version = "0.9.8"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3409dependencies = [
3410 "lock_api",
3411]
3412
3413[[package]]
3414name = "spin"
3415version = "0.10.0"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
3418
3419[[package]]
3420name = "spki"
3421version = "0.7.3"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3424dependencies = [
3425 "base64ct",
3426 "der",
3427]
3428
3429[[package]]
3430name = "stable_deref_trait"
3431version = "1.2.1"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3434
3435[[package]]
3436name = "static_assertions"
3437version = "1.1.0"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3440
3441[[package]]
3442name = "strsim"
3443version = "0.11.1"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3446
3447[[package]]
3448name = "subtle"
3449version = "2.6.1"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3452
3453[[package]]
3454name = "supports-color"
3455version = "3.0.2"
3456source = "registry+https://github.com/rust-lang/crates.io-index"
3457checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
3458dependencies = [
3459 "is_ci",
3460]
3461
3462[[package]]
3463name = "supports-hyperlinks"
3464version = "3.2.0"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91"
3467
3468[[package]]
3469name = "supports-unicode"
3470version = "3.0.0"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
3473
3474[[package]]
3475name = "syn"
3476version = "2.0.117"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
3479dependencies = [
3480 "proc-macro2",
3481 "quote",
3482 "unicode-ident",
3483]
3484
3485[[package]]
3486name = "sync_wrapper"
3487version = "1.0.2"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3490dependencies = [
3491 "futures-core",
3492]
3493
3494[[package]]
3495name = "synstructure"
3496version = "0.13.2"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3499dependencies = [
3500 "proc-macro2",
3501 "quote",
3502 "syn",
3503]
3504
3505[[package]]
3506name = "system-configuration"
3507version = "0.7.0"
3508source = "registry+https://github.com/rust-lang/crates.io-index"
3509checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
3510dependencies = [
3511 "bitflags",
3512 "core-foundation 0.9.4",
3513 "system-configuration-sys",
3514]
3515
3516[[package]]
3517name = "system-configuration-sys"
3518version = "0.6.0"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3521dependencies = [
3522 "core-foundation-sys",
3523 "libc",
3524]
3525
3526[[package]]
3527name = "tagptr"
3528version = "0.2.0"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
3531
3532[[package]]
3533name = "tempfile"
3534version = "3.26.0"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
3537dependencies = [
3538 "fastrand",
3539 "getrandom 0.4.2",
3540 "once_cell",
3541 "rustix",
3542 "windows-sys 0.61.2",
3543]
3544
3545[[package]]
3546name = "terminal_size"
3547version = "0.4.3"
3548source = "registry+https://github.com/rust-lang/crates.io-index"
3549checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
3550dependencies = [
3551 "rustix",
3552 "windows-sys 0.60.2",
3553]
3554
3555[[package]]
3556name = "textwrap"
3557version = "0.16.2"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
3560dependencies = [
3561 "unicode-linebreak",
3562 "unicode-width 0.2.2",
3563]
3564
3565[[package]]
3566name = "thiserror"
3567version = "1.0.69"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3570dependencies = [
3571 "thiserror-impl 1.0.69",
3572]
3573
3574[[package]]
3575name = "thiserror"
3576version = "2.0.18"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3579dependencies = [
3580 "thiserror-impl 2.0.18",
3581]
3582
3583[[package]]
3584name = "thiserror-impl"
3585version = "1.0.69"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3588dependencies = [
3589 "proc-macro2",
3590 "quote",
3591 "syn",
3592]
3593
3594[[package]]
3595name = "thiserror-impl"
3596version = "2.0.18"
3597source = "registry+https://github.com/rust-lang/crates.io-index"
3598checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3599dependencies = [
3600 "proc-macro2",
3601 "quote",
3602 "syn",
3603]
3604
3605[[package]]
3606name = "thread_local"
3607version = "1.1.9"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3610dependencies = [
3611 "cfg-if",
3612]
3613
3614[[package]]
3615name = "time"
3616version = "0.3.47"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
3619dependencies = [
3620 "deranged",
3621 "num-conv",
3622 "powerfmt",
3623 "serde_core",
3624 "time-core",
3625]
3626
3627[[package]]
3628name = "time-core"
3629version = "0.1.8"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
3632
3633[[package]]
3634name = "tinystr"
3635version = "0.8.2"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3638dependencies = [
3639 "displaydoc",
3640 "zerovec",
3641]
3642
3643[[package]]
3644name = "tinyvec"
3645version = "1.10.0"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
3648dependencies = [
3649 "tinyvec_macros",
3650]
3651
3652[[package]]
3653name = "tinyvec_macros"
3654version = "0.1.1"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3657
3658[[package]]
3659name = "tokio"
3660version = "1.50.0"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
3663dependencies = [
3664 "bytes",
3665 "libc",
3666 "mio",
3667 "parking_lot",
3668 "pin-project-lite",
3669 "signal-hook-registry",
3670 "socket2 0.6.3",
3671 "tokio-macros",
3672 "windows-sys 0.61.2",
3673]
3674
3675[[package]]
3676name = "tokio-macros"
3677version = "2.6.1"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
3680dependencies = [
3681 "proc-macro2",
3682 "quote",
3683 "syn",
3684]
3685
3686[[package]]
3687name = "tokio-rustls"
3688version = "0.26.4"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3691dependencies = [
3692 "rustls",
3693 "tokio",
3694]
3695
3696[[package]]
3697name = "tokio-tungstenite"
3698version = "0.28.0"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
3701dependencies = [
3702 "futures-util",
3703 "log",
3704 "rustls",
3705 "rustls-native-certs",
3706 "rustls-pki-types",
3707 "tokio",
3708 "tokio-rustls",
3709 "tungstenite",
3710]
3711
3712[[package]]
3713name = "tokio-util"
3714version = "0.7.18"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3717dependencies = [
3718 "bytes",
3719 "futures-core",
3720 "futures-sink",
3721 "futures-util",
3722 "pin-project-lite",
3723 "tokio",
3724]
3725
3726[[package]]
3727name = "tower"
3728version = "0.5.3"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3731dependencies = [
3732 "futures-core",
3733 "futures-util",
3734 "pin-project-lite",
3735 "sync_wrapper",
3736 "tokio",
3737 "tower-layer",
3738 "tower-service",
3739 "tracing",
3740]
3741
3742[[package]]
3743name = "tower-http"
3744version = "0.6.8"
3745source = "registry+https://github.com/rust-lang/crates.io-index"
3746checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
3747dependencies = [
3748 "async-compression",
3749 "bitflags",
3750 "bytes",
3751 "futures-core",
3752 "futures-util",
3753 "http",
3754 "http-body",
3755 "http-body-util",
3756 "iri-string",
3757 "pin-project-lite",
3758 "tokio",
3759 "tokio-util",
3760 "tower",
3761 "tower-layer",
3762 "tower-service",
3763 "tracing",
3764]
3765
3766[[package]]
3767name = "tower-layer"
3768version = "0.3.3"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3771
3772[[package]]
3773name = "tower-service"
3774version = "0.3.3"
3775source = "registry+https://github.com/rust-lang/crates.io-index"
3776checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3777
3778[[package]]
3779name = "tracing"
3780version = "0.1.44"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3783dependencies = [
3784 "log",
3785 "pin-project-lite",
3786 "tracing-attributes",
3787 "tracing-core",
3788]
3789
3790[[package]]
3791name = "tracing-attributes"
3792version = "0.1.31"
3793source = "registry+https://github.com/rust-lang/crates.io-index"
3794checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3795dependencies = [
3796 "proc-macro2",
3797 "quote",
3798 "syn",
3799]
3800
3801[[package]]
3802name = "tracing-core"
3803version = "0.1.36"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3806dependencies = [
3807 "once_cell",
3808 "valuable",
3809]
3810
3811[[package]]
3812name = "tracing-log"
3813version = "0.2.0"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3816dependencies = [
3817 "log",
3818 "once_cell",
3819 "tracing-core",
3820]
3821
3822[[package]]
3823name = "tracing-subscriber"
3824version = "0.3.22"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
3827dependencies = [
3828 "matchers",
3829 "nu-ansi-term",
3830 "once_cell",
3831 "regex-automata",
3832 "sharded-slab",
3833 "smallvec",
3834 "thread_local",
3835 "tracing",
3836 "tracing-core",
3837 "tracing-log",
3838]
3839
3840[[package]]
3841name = "trait-variant"
3842version = "0.1.2"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
3845dependencies = [
3846 "proc-macro2",
3847 "quote",
3848 "syn",
3849]
3850
3851[[package]]
3852name = "try-lock"
3853version = "0.2.5"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3856
3857[[package]]
3858name = "tungstenite"
3859version = "0.28.0"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
3862dependencies = [
3863 "bytes",
3864 "data-encoding",
3865 "http",
3866 "httparse",
3867 "log",
3868 "rand 0.9.2",
3869 "rustls",
3870 "rustls-pki-types",
3871 "sha1",
3872 "thiserror 2.0.18",
3873 "utf-8",
3874]
3875
3876[[package]]
3877name = "twox-hash"
3878version = "2.1.2"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
3881
3882[[package]]
3883name = "typenum"
3884version = "1.19.0"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3887
3888[[package]]
3889name = "unicode-ident"
3890version = "1.0.24"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3893
3894[[package]]
3895name = "unicode-linebreak"
3896version = "0.1.5"
3897source = "registry+https://github.com/rust-lang/crates.io-index"
3898checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
3899
3900[[package]]
3901name = "unicode-segmentation"
3902version = "1.12.0"
3903source = "registry+https://github.com/rust-lang/crates.io-index"
3904checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3905
3906[[package]]
3907name = "unicode-width"
3908version = "0.1.14"
3909source = "registry+https://github.com/rust-lang/crates.io-index"
3910checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3911
3912[[package]]
3913name = "unicode-width"
3914version = "0.2.2"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3917
3918[[package]]
3919name = "unicode-xid"
3920version = "0.2.6"
3921source = "registry+https://github.com/rust-lang/crates.io-index"
3922checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3923
3924[[package]]
3925name = "unsigned-varint"
3926version = "0.7.2"
3927source = "registry+https://github.com/rust-lang/crates.io-index"
3928checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
3929
3930[[package]]
3931name = "unsigned-varint"
3932version = "0.8.0"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
3935
3936[[package]]
3937name = "untrusted"
3938version = "0.9.0"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3941
3942[[package]]
3943name = "url"
3944version = "2.5.8"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3947dependencies = [
3948 "form_urlencoded",
3949 "idna",
3950 "percent-encoding",
3951 "serde",
3952 "serde_derive",
3953]
3954
3955[[package]]
3956name = "urlencoding"
3957version = "2.1.3"
3958source = "registry+https://github.com/rust-lang/crates.io-index"
3959checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3960
3961[[package]]
3962name = "utf-8"
3963version = "0.7.6"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3966
3967[[package]]
3968name = "utf8_iter"
3969version = "1.0.4"
3970source = "registry+https://github.com/rust-lang/crates.io-index"
3971checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3972
3973[[package]]
3974name = "uuid"
3975version = "1.22.0"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
3978dependencies = [
3979 "getrandom 0.4.2",
3980 "js-sys",
3981 "wasm-bindgen",
3982]
3983
3984[[package]]
3985name = "valuable"
3986version = "0.1.1"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3989
3990[[package]]
3991name = "varint-rs"
3992version = "2.2.0"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23"
3995
3996[[package]]
3997name = "version_check"
3998version = "0.9.5"
3999source = "registry+https://github.com/rust-lang/crates.io-index"
4000checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4001
4002[[package]]
4003name = "walkdir"
4004version = "2.5.0"
4005source = "registry+https://github.com/rust-lang/crates.io-index"
4006checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4007dependencies = [
4008 "same-file",
4009 "winapi-util",
4010]
4011
4012[[package]]
4013name = "want"
4014version = "0.3.1"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4017dependencies = [
4018 "try-lock",
4019]
4020
4021[[package]]
4022name = "wasi"
4023version = "0.11.1+wasi-snapshot-preview1"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4026
4027[[package]]
4028name = "wasip2"
4029version = "1.0.2+wasi-0.2.9"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
4032dependencies = [
4033 "wit-bindgen",
4034]
4035
4036[[package]]
4037name = "wasip3"
4038version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
4041dependencies = [
4042 "wit-bindgen",
4043]
4044
4045[[package]]
4046name = "wasm-bindgen"
4047version = "0.2.114"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
4050dependencies = [
4051 "cfg-if",
4052 "once_cell",
4053 "rustversion",
4054 "wasm-bindgen-macro",
4055 "wasm-bindgen-shared",
4056]
4057
4058[[package]]
4059name = "wasm-bindgen-futures"
4060version = "0.4.64"
4061source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
4063dependencies = [
4064 "cfg-if",
4065 "futures-util",
4066 "js-sys",
4067 "once_cell",
4068 "wasm-bindgen",
4069 "web-sys",
4070]
4071
4072[[package]]
4073name = "wasm-bindgen-macro"
4074version = "0.2.114"
4075source = "registry+https://github.com/rust-lang/crates.io-index"
4076checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
4077dependencies = [
4078 "quote",
4079 "wasm-bindgen-macro-support",
4080]
4081
4082[[package]]
4083name = "wasm-bindgen-macro-support"
4084version = "0.2.114"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
4087dependencies = [
4088 "bumpalo",
4089 "proc-macro2",
4090 "quote",
4091 "syn",
4092 "wasm-bindgen-shared",
4093]
4094
4095[[package]]
4096name = "wasm-bindgen-shared"
4097version = "0.2.114"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
4100dependencies = [
4101 "unicode-ident",
4102]
4103
4104[[package]]
4105name = "wasm-encoder"
4106version = "0.244.0"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
4109dependencies = [
4110 "leb128fmt",
4111 "wasmparser",
4112]
4113
4114[[package]]
4115name = "wasm-metadata"
4116version = "0.244.0"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
4119dependencies = [
4120 "anyhow",
4121 "indexmap",
4122 "wasm-encoder",
4123 "wasmparser",
4124]
4125
4126[[package]]
4127name = "wasm-streams"
4128version = "0.5.0"
4129source = "registry+https://github.com/rust-lang/crates.io-index"
4130checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
4131dependencies = [
4132 "futures-util",
4133 "js-sys",
4134 "wasm-bindgen",
4135 "wasm-bindgen-futures",
4136 "web-sys",
4137]
4138
4139[[package]]
4140name = "wasmparser"
4141version = "0.244.0"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
4144dependencies = [
4145 "bitflags",
4146 "hashbrown 0.15.5",
4147 "indexmap",
4148 "semver",
4149]
4150
4151[[package]]
4152name = "web-sys"
4153version = "0.3.91"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
4156dependencies = [
4157 "js-sys",
4158 "wasm-bindgen",
4159]
4160
4161[[package]]
4162name = "web-time"
4163version = "1.1.0"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4166dependencies = [
4167 "js-sys",
4168 "wasm-bindgen",
4169]
4170
4171[[package]]
4172name = "webpki-root-certs"
4173version = "1.0.6"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
4176dependencies = [
4177 "rustls-pki-types",
4178]
4179
4180[[package]]
4181name = "widestring"
4182version = "1.2.1"
4183source = "registry+https://github.com/rust-lang/crates.io-index"
4184checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
4185
4186[[package]]
4187name = "winapi-util"
4188version = "0.1.11"
4189source = "registry+https://github.com/rust-lang/crates.io-index"
4190checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4191dependencies = [
4192 "windows-sys 0.61.2",
4193]
4194
4195[[package]]
4196name = "windows-core"
4197version = "0.62.2"
4198source = "registry+https://github.com/rust-lang/crates.io-index"
4199checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4200dependencies = [
4201 "windows-implement",
4202 "windows-interface",
4203 "windows-link",
4204 "windows-result",
4205 "windows-strings",
4206]
4207
4208[[package]]
4209name = "windows-implement"
4210version = "0.60.2"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4213dependencies = [
4214 "proc-macro2",
4215 "quote",
4216 "syn",
4217]
4218
4219[[package]]
4220name = "windows-interface"
4221version = "0.59.3"
4222source = "registry+https://github.com/rust-lang/crates.io-index"
4223checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4224dependencies = [
4225 "proc-macro2",
4226 "quote",
4227 "syn",
4228]
4229
4230[[package]]
4231name = "windows-link"
4232version = "0.2.1"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4235
4236[[package]]
4237name = "windows-registry"
4238version = "0.6.1"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
4241dependencies = [
4242 "windows-link",
4243 "windows-result",
4244 "windows-strings",
4245]
4246
4247[[package]]
4248name = "windows-result"
4249version = "0.4.1"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4252dependencies = [
4253 "windows-link",
4254]
4255
4256[[package]]
4257name = "windows-strings"
4258version = "0.5.1"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4261dependencies = [
4262 "windows-link",
4263]
4264
4265[[package]]
4266name = "windows-sys"
4267version = "0.45.0"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
4270dependencies = [
4271 "windows-targets 0.42.2",
4272]
4273
4274[[package]]
4275name = "windows-sys"
4276version = "0.48.0"
4277source = "registry+https://github.com/rust-lang/crates.io-index"
4278checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4279dependencies = [
4280 "windows-targets 0.48.5",
4281]
4282
4283[[package]]
4284name = "windows-sys"
4285version = "0.52.0"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4288dependencies = [
4289 "windows-targets 0.52.6",
4290]
4291
4292[[package]]
4293name = "windows-sys"
4294version = "0.60.2"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4297dependencies = [
4298 "windows-targets 0.53.5",
4299]
4300
4301[[package]]
4302name = "windows-sys"
4303version = "0.61.2"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4306dependencies = [
4307 "windows-link",
4308]
4309
4310[[package]]
4311name = "windows-targets"
4312version = "0.42.2"
4313source = "registry+https://github.com/rust-lang/crates.io-index"
4314checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
4315dependencies = [
4316 "windows_aarch64_gnullvm 0.42.2",
4317 "windows_aarch64_msvc 0.42.2",
4318 "windows_i686_gnu 0.42.2",
4319 "windows_i686_msvc 0.42.2",
4320 "windows_x86_64_gnu 0.42.2",
4321 "windows_x86_64_gnullvm 0.42.2",
4322 "windows_x86_64_msvc 0.42.2",
4323]
4324
4325[[package]]
4326name = "windows-targets"
4327version = "0.48.5"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4330dependencies = [
4331 "windows_aarch64_gnullvm 0.48.5",
4332 "windows_aarch64_msvc 0.48.5",
4333 "windows_i686_gnu 0.48.5",
4334 "windows_i686_msvc 0.48.5",
4335 "windows_x86_64_gnu 0.48.5",
4336 "windows_x86_64_gnullvm 0.48.5",
4337 "windows_x86_64_msvc 0.48.5",
4338]
4339
4340[[package]]
4341name = "windows-targets"
4342version = "0.52.6"
4343source = "registry+https://github.com/rust-lang/crates.io-index"
4344checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4345dependencies = [
4346 "windows_aarch64_gnullvm 0.52.6",
4347 "windows_aarch64_msvc 0.52.6",
4348 "windows_i686_gnu 0.52.6",
4349 "windows_i686_gnullvm 0.52.6",
4350 "windows_i686_msvc 0.52.6",
4351 "windows_x86_64_gnu 0.52.6",
4352 "windows_x86_64_gnullvm 0.52.6",
4353 "windows_x86_64_msvc 0.52.6",
4354]
4355
4356[[package]]
4357name = "windows-targets"
4358version = "0.53.5"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
4361dependencies = [
4362 "windows-link",
4363 "windows_aarch64_gnullvm 0.53.1",
4364 "windows_aarch64_msvc 0.53.1",
4365 "windows_i686_gnu 0.53.1",
4366 "windows_i686_gnullvm 0.53.1",
4367 "windows_i686_msvc 0.53.1",
4368 "windows_x86_64_gnu 0.53.1",
4369 "windows_x86_64_gnullvm 0.53.1",
4370 "windows_x86_64_msvc 0.53.1",
4371]
4372
4373[[package]]
4374name = "windows_aarch64_gnullvm"
4375version = "0.42.2"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4378
4379[[package]]
4380name = "windows_aarch64_gnullvm"
4381version = "0.48.5"
4382source = "registry+https://github.com/rust-lang/crates.io-index"
4383checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4384
4385[[package]]
4386name = "windows_aarch64_gnullvm"
4387version = "0.52.6"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4390
4391[[package]]
4392name = "windows_aarch64_gnullvm"
4393version = "0.53.1"
4394source = "registry+https://github.com/rust-lang/crates.io-index"
4395checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
4396
4397[[package]]
4398name = "windows_aarch64_msvc"
4399version = "0.42.2"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4402
4403[[package]]
4404name = "windows_aarch64_msvc"
4405version = "0.48.5"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4408
4409[[package]]
4410name = "windows_aarch64_msvc"
4411version = "0.52.6"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4414
4415[[package]]
4416name = "windows_aarch64_msvc"
4417version = "0.53.1"
4418source = "registry+https://github.com/rust-lang/crates.io-index"
4419checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
4420
4421[[package]]
4422name = "windows_i686_gnu"
4423version = "0.42.2"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4426
4427[[package]]
4428name = "windows_i686_gnu"
4429version = "0.48.5"
4430source = "registry+https://github.com/rust-lang/crates.io-index"
4431checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4432
4433[[package]]
4434name = "windows_i686_gnu"
4435version = "0.52.6"
4436source = "registry+https://github.com/rust-lang/crates.io-index"
4437checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4438
4439[[package]]
4440name = "windows_i686_gnu"
4441version = "0.53.1"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
4444
4445[[package]]
4446name = "windows_i686_gnullvm"
4447version = "0.52.6"
4448source = "registry+https://github.com/rust-lang/crates.io-index"
4449checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4450
4451[[package]]
4452name = "windows_i686_gnullvm"
4453version = "0.53.1"
4454source = "registry+https://github.com/rust-lang/crates.io-index"
4455checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
4456
4457[[package]]
4458name = "windows_i686_msvc"
4459version = "0.42.2"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4462
4463[[package]]
4464name = "windows_i686_msvc"
4465version = "0.48.5"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4468
4469[[package]]
4470name = "windows_i686_msvc"
4471version = "0.52.6"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4474
4475[[package]]
4476name = "windows_i686_msvc"
4477version = "0.53.1"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
4480
4481[[package]]
4482name = "windows_x86_64_gnu"
4483version = "0.42.2"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4486
4487[[package]]
4488name = "windows_x86_64_gnu"
4489version = "0.48.5"
4490source = "registry+https://github.com/rust-lang/crates.io-index"
4491checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4492
4493[[package]]
4494name = "windows_x86_64_gnu"
4495version = "0.52.6"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4498
4499[[package]]
4500name = "windows_x86_64_gnu"
4501version = "0.53.1"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
4504
4505[[package]]
4506name = "windows_x86_64_gnullvm"
4507version = "0.42.2"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4510
4511[[package]]
4512name = "windows_x86_64_gnullvm"
4513version = "0.48.5"
4514source = "registry+https://github.com/rust-lang/crates.io-index"
4515checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4516
4517[[package]]
4518name = "windows_x86_64_gnullvm"
4519version = "0.52.6"
4520source = "registry+https://github.com/rust-lang/crates.io-index"
4521checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4522
4523[[package]]
4524name = "windows_x86_64_gnullvm"
4525version = "0.53.1"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
4528
4529[[package]]
4530name = "windows_x86_64_msvc"
4531version = "0.42.2"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4534
4535[[package]]
4536name = "windows_x86_64_msvc"
4537version = "0.48.5"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4540
4541[[package]]
4542name = "windows_x86_64_msvc"
4543version = "0.52.6"
4544source = "registry+https://github.com/rust-lang/crates.io-index"
4545checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4546
4547[[package]]
4548name = "windows_x86_64_msvc"
4549version = "0.53.1"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4552
4553[[package]]
4554name = "winreg"
4555version = "0.50.0"
4556source = "registry+https://github.com/rust-lang/crates.io-index"
4557checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
4558dependencies = [
4559 "cfg-if",
4560 "windows-sys 0.48.0",
4561]
4562
4563[[package]]
4564name = "wit-bindgen"
4565version = "0.51.0"
4566source = "registry+https://github.com/rust-lang/crates.io-index"
4567checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
4568dependencies = [
4569 "wit-bindgen-rust-macro",
4570]
4571
4572[[package]]
4573name = "wit-bindgen-core"
4574version = "0.51.0"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
4577dependencies = [
4578 "anyhow",
4579 "heck 0.5.0",
4580 "wit-parser",
4581]
4582
4583[[package]]
4584name = "wit-bindgen-rust"
4585version = "0.51.0"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
4588dependencies = [
4589 "anyhow",
4590 "heck 0.5.0",
4591 "indexmap",
4592 "prettyplease",
4593 "syn",
4594 "wasm-metadata",
4595 "wit-bindgen-core",
4596 "wit-component",
4597]
4598
4599[[package]]
4600name = "wit-bindgen-rust-macro"
4601version = "0.51.0"
4602source = "registry+https://github.com/rust-lang/crates.io-index"
4603checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
4604dependencies = [
4605 "anyhow",
4606 "prettyplease",
4607 "proc-macro2",
4608 "quote",
4609 "syn",
4610 "wit-bindgen-core",
4611 "wit-bindgen-rust",
4612]
4613
4614[[package]]
4615name = "wit-component"
4616version = "0.244.0"
4617source = "registry+https://github.com/rust-lang/crates.io-index"
4618checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
4619dependencies = [
4620 "anyhow",
4621 "bitflags",
4622 "indexmap",
4623 "log",
4624 "serde",
4625 "serde_derive",
4626 "serde_json",
4627 "wasm-encoder",
4628 "wasm-metadata",
4629 "wasmparser",
4630 "wit-parser",
4631]
4632
4633[[package]]
4634name = "wit-parser"
4635version = "0.244.0"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
4638dependencies = [
4639 "anyhow",
4640 "id-arena",
4641 "indexmap",
4642 "log",
4643 "semver",
4644 "serde",
4645 "serde_derive",
4646 "serde_json",
4647 "unicode-xid",
4648 "wasmparser",
4649]
4650
4651[[package]]
4652name = "writeable"
4653version = "0.6.2"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4656
4657[[package]]
4658name = "xxhash-rust"
4659version = "0.8.15"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
4662
4663[[package]]
4664name = "yansi"
4665version = "1.0.1"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
4668
4669[[package]]
4670name = "yoke"
4671version = "0.8.1"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4674dependencies = [
4675 "stable_deref_trait",
4676 "yoke-derive",
4677 "zerofrom",
4678]
4679
4680[[package]]
4681name = "yoke-derive"
4682version = "0.8.1"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4685dependencies = [
4686 "proc-macro2",
4687 "quote",
4688 "syn",
4689 "synstructure",
4690]
4691
4692[[package]]
4693name = "zerocopy"
4694version = "0.8.42"
4695source = "registry+https://github.com/rust-lang/crates.io-index"
4696checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
4697dependencies = [
4698 "zerocopy-derive",
4699]
4700
4701[[package]]
4702name = "zerocopy-derive"
4703version = "0.8.42"
4704source = "registry+https://github.com/rust-lang/crates.io-index"
4705checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
4706dependencies = [
4707 "proc-macro2",
4708 "quote",
4709 "syn",
4710]
4711
4712[[package]]
4713name = "zerofrom"
4714version = "0.1.6"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4717dependencies = [
4718 "zerofrom-derive",
4719]
4720
4721[[package]]
4722name = "zerofrom-derive"
4723version = "0.1.6"
4724source = "registry+https://github.com/rust-lang/crates.io-index"
4725checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4726dependencies = [
4727 "proc-macro2",
4728 "quote",
4729 "syn",
4730 "synstructure",
4731]
4732
4733[[package]]
4734name = "zeroize"
4735version = "1.8.2"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
4738
4739[[package]]
4740name = "zerotrie"
4741version = "0.2.3"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
4744dependencies = [
4745 "displaydoc",
4746 "yoke",
4747 "zerofrom",
4748]
4749
4750[[package]]
4751name = "zerovec"
4752version = "0.11.5"
4753source = "registry+https://github.com/rust-lang/crates.io-index"
4754checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
4755dependencies = [
4756 "yoke",
4757 "zerofrom",
4758 "zerovec-derive",
4759]
4760
4761[[package]]
4762name = "zerovec-derive"
4763version = "0.11.2"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
4766dependencies = [
4767 "proc-macro2",
4768 "quote",
4769 "syn",
4770]
4771
4772[[package]]
4773name = "zmij"
4774version = "1.0.21"
4775source = "registry+https://github.com/rust-lang/crates.io-index"
4776checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4777
4778[[package]]
4779name = "zstd"
4780version = "0.13.3"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
4783dependencies = [
4784 "zstd-safe",
4785]
4786
4787[[package]]
4788name = "zstd-safe"
4789version = "7.2.4"
4790source = "registry+https://github.com/rust-lang/crates.io-index"
4791checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
4792dependencies = [
4793 "zstd-sys",
4794]
4795
4796[[package]]
4797name = "zstd-sys"
4798version = "2.0.16+zstd.1.5.7"
4799source = "registry+https://github.com/rust-lang/crates.io-index"
4800checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
4801dependencies = [
4802 "cc",
4803 "pkg-config",
4804]