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.0.4"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "0ebf22b812878dcd767879cb19e03124fd62563dce6410f96538175fba0c132d"
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 "miette",
1540 "mimalloc",
1541 "multibase",
1542 "rand 0.10.0",
1543 "reqwest",
1544 "rmp-serde",
1545 "rustls",
1546 "scc",
1547 "serde",
1548 "serde_bytes",
1549 "serde_ipld_dagcbor",
1550 "serde_json",
1551 "serde_urlencoded",
1552 "smol_str",
1553 "tempfile",
1554 "thiserror 2.0.18",
1555 "tokio",
1556 "tokio-tungstenite",
1557 "tower-http",
1558 "tracing",
1559 "tracing-subscriber",
1560 "url",
1561]
1562
1563[[package]]
1564name = "hyper"
1565version = "1.8.1"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1568dependencies = [
1569 "atomic-waker",
1570 "bytes",
1571 "futures-channel",
1572 "futures-core",
1573 "h2",
1574 "http",
1575 "http-body",
1576 "httparse",
1577 "httpdate",
1578 "itoa",
1579 "pin-project-lite",
1580 "pin-utils",
1581 "smallvec",
1582 "tokio",
1583 "want",
1584]
1585
1586[[package]]
1587name = "hyper-rustls"
1588version = "0.27.7"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1591dependencies = [
1592 "http",
1593 "hyper",
1594 "hyper-util",
1595 "rustls",
1596 "rustls-pki-types",
1597 "tokio",
1598 "tokio-rustls",
1599 "tower-service",
1600]
1601
1602[[package]]
1603name = "hyper-util"
1604version = "0.1.20"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1607dependencies = [
1608 "base64",
1609 "bytes",
1610 "futures-channel",
1611 "futures-util",
1612 "http",
1613 "http-body",
1614 "hyper",
1615 "ipnet",
1616 "libc",
1617 "percent-encoding",
1618 "pin-project-lite",
1619 "socket2 0.6.3",
1620 "system-configuration",
1621 "tokio",
1622 "tower-service",
1623 "tracing",
1624 "windows-registry",
1625]
1626
1627[[package]]
1628name = "iana-time-zone"
1629version = "0.1.65"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1632dependencies = [
1633 "android_system_properties",
1634 "core-foundation-sys",
1635 "iana-time-zone-haiku",
1636 "js-sys",
1637 "log",
1638 "wasm-bindgen",
1639 "windows-core",
1640]
1641
1642[[package]]
1643name = "iana-time-zone-haiku"
1644version = "0.1.2"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1647dependencies = [
1648 "cc",
1649]
1650
1651[[package]]
1652name = "icu_collections"
1653version = "2.1.1"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1656dependencies = [
1657 "displaydoc",
1658 "potential_utf",
1659 "yoke",
1660 "zerofrom",
1661 "zerovec",
1662]
1663
1664[[package]]
1665name = "icu_locale_core"
1666version = "2.1.1"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1669dependencies = [
1670 "displaydoc",
1671 "litemap",
1672 "tinystr",
1673 "writeable",
1674 "zerovec",
1675]
1676
1677[[package]]
1678name = "icu_normalizer"
1679version = "2.1.1"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1682dependencies = [
1683 "icu_collections",
1684 "icu_normalizer_data",
1685 "icu_properties",
1686 "icu_provider",
1687 "smallvec",
1688 "zerovec",
1689]
1690
1691[[package]]
1692name = "icu_normalizer_data"
1693version = "2.1.1"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1696
1697[[package]]
1698name = "icu_properties"
1699version = "2.1.2"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1702dependencies = [
1703 "icu_collections",
1704 "icu_locale_core",
1705 "icu_properties_data",
1706 "icu_provider",
1707 "zerotrie",
1708 "zerovec",
1709]
1710
1711[[package]]
1712name = "icu_properties_data"
1713version = "2.1.2"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1716
1717[[package]]
1718name = "icu_provider"
1719version = "2.1.1"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1722dependencies = [
1723 "displaydoc",
1724 "icu_locale_core",
1725 "writeable",
1726 "yoke",
1727 "zerofrom",
1728 "zerotrie",
1729 "zerovec",
1730]
1731
1732[[package]]
1733name = "id-arena"
1734version = "2.3.0"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1737
1738[[package]]
1739name = "ident_case"
1740version = "1.0.1"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1743
1744[[package]]
1745name = "idna"
1746version = "1.1.0"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1749dependencies = [
1750 "idna_adapter",
1751 "smallvec",
1752 "utf8_iter",
1753]
1754
1755[[package]]
1756name = "idna_adapter"
1757version = "1.2.1"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1760dependencies = [
1761 "icu_normalizer",
1762 "icu_properties",
1763]
1764
1765[[package]]
1766name = "indexmap"
1767version = "2.13.0"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1770dependencies = [
1771 "equivalent",
1772 "hashbrown 0.16.1",
1773 "serde",
1774 "serde_core",
1775]
1776
1777[[package]]
1778name = "interval-heap"
1779version = "0.0.5"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6"
1782dependencies = [
1783 "compare",
1784]
1785
1786[[package]]
1787name = "inventory"
1788version = "0.3.22"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227"
1791dependencies = [
1792 "rustversion",
1793]
1794
1795[[package]]
1796name = "ipconfig"
1797version = "0.3.2"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1800dependencies = [
1801 "socket2 0.5.10",
1802 "widestring",
1803 "windows-sys 0.48.0",
1804 "winreg",
1805]
1806
1807[[package]]
1808name = "ipld-core"
1809version = "0.4.3"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda"
1812dependencies = [
1813 "cid",
1814 "serde",
1815 "serde_bytes",
1816]
1817
1818[[package]]
1819name = "ipnet"
1820version = "2.12.0"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1823
1824[[package]]
1825name = "iri-string"
1826version = "0.7.10"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1829dependencies = [
1830 "memchr",
1831 "serde",
1832]
1833
1834[[package]]
1835name = "iroh-car"
1836version = "0.5.1"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a"
1839dependencies = [
1840 "anyhow",
1841 "cid",
1842 "futures",
1843 "serde",
1844 "serde_ipld_dagcbor",
1845 "thiserror 1.0.69",
1846 "tokio",
1847 "unsigned-varint 0.7.2",
1848]
1849
1850[[package]]
1851name = "is_ci"
1852version = "1.2.0"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
1855
1856[[package]]
1857name = "itoa"
1858version = "1.0.17"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1861
1862[[package]]
1863name = "jacquard-api"
1864version = "0.9.5"
1865source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
1866dependencies = [
1867 "bon",
1868 "bytes",
1869 "jacquard-common",
1870 "jacquard-derive",
1871 "jacquard-lexicon",
1872 "miette",
1873 "rustversion",
1874 "serde",
1875 "serde_bytes",
1876 "serde_ipld_dagcbor",
1877 "thiserror 2.0.18",
1878 "unicode-segmentation",
1879]
1880
1881[[package]]
1882name = "jacquard-common"
1883version = "0.9.5"
1884source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
1885dependencies = [
1886 "base64",
1887 "bon",
1888 "bytes",
1889 "chrono",
1890 "ciborium",
1891 "ciborium-io",
1892 "cid",
1893 "ed25519-dalek",
1894 "getrandom 0.2.17",
1895 "getrandom 0.4.2",
1896 "hashbrown 0.16.1",
1897 "http",
1898 "ipld-core",
1899 "k256",
1900 "maitake-sync",
1901 "miette",
1902 "multibase",
1903 "multihash",
1904 "ouroboros",
1905 "oxilangtag",
1906 "p256",
1907 "postcard",
1908 "rand 0.9.2",
1909 "regex",
1910 "regex-automata",
1911 "regex-lite",
1912 "reqwest",
1913 "serde",
1914 "serde_bytes",
1915 "serde_html_form",
1916 "serde_ipld_dagcbor",
1917 "serde_json",
1918 "signature",
1919 "smol_str",
1920 "spin 0.10.0",
1921 "thiserror 2.0.18",
1922 "tokio",
1923 "tokio-util",
1924 "tracing",
1925 "trait-variant",
1926 "url",
1927]
1928
1929[[package]]
1930name = "jacquard-derive"
1931version = "0.9.5"
1932source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
1933dependencies = [
1934 "heck 0.5.0",
1935 "jacquard-lexicon",
1936 "proc-macro2",
1937 "quote",
1938 "syn",
1939]
1940
1941[[package]]
1942name = "jacquard-identity"
1943version = "0.9.5"
1944source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
1945dependencies = [
1946 "bon",
1947 "bytes",
1948 "hickory-resolver",
1949 "http",
1950 "jacquard-api",
1951 "jacquard-common",
1952 "jacquard-lexicon",
1953 "miette",
1954 "n0-future",
1955 "percent-encoding",
1956 "reqwest",
1957 "serde",
1958 "serde_html_form",
1959 "serde_json",
1960 "thiserror 2.0.18",
1961 "tokio",
1962 "tracing",
1963 "trait-variant",
1964 "url",
1965 "urlencoding",
1966]
1967
1968[[package]]
1969name = "jacquard-lexicon"
1970version = "0.9.5"
1971source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
1972dependencies = [
1973 "cid",
1974 "dashmap",
1975 "heck 0.5.0",
1976 "inventory",
1977 "jacquard-common",
1978 "miette",
1979 "multihash",
1980 "prettyplease",
1981 "proc-macro2",
1982 "quote",
1983 "serde",
1984 "serde_ipld_dagcbor",
1985 "serde_json",
1986 "serde_path_to_error",
1987 "serde_repr",
1988 "serde_with",
1989 "sha2",
1990 "syn",
1991 "thiserror 2.0.18",
1992 "unicode-segmentation",
1993]
1994
1995[[package]]
1996name = "jacquard-repo"
1997version = "0.9.6"
1998source = "git+https://tangled.org/ptr.pet/jacquard#681819111ac12a3c7ef92f1ec0b80c6f732d8b4a"
1999dependencies = [
2000 "bytes",
2001 "cid",
2002 "ed25519-dalek",
2003 "iroh-car",
2004 "jacquard-common",
2005 "jacquard-derive",
2006 "k256",
2007 "miette",
2008 "multihash",
2009 "n0-future",
2010 "p256",
2011 "serde",
2012 "serde_bytes",
2013 "serde_ipld_dagcbor",
2014 "sha2",
2015 "smol_str",
2016 "thiserror 2.0.18",
2017 "tokio",
2018 "trait-variant",
2019]
2020
2021[[package]]
2022name = "jni"
2023version = "0.21.1"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2026dependencies = [
2027 "cesu8",
2028 "cfg-if",
2029 "combine",
2030 "jni-sys",
2031 "log",
2032 "thiserror 1.0.69",
2033 "walkdir",
2034 "windows-sys 0.45.0",
2035]
2036
2037[[package]]
2038name = "jni-sys"
2039version = "0.3.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2042
2043[[package]]
2044name = "jobserver"
2045version = "0.1.34"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2048dependencies = [
2049 "getrandom 0.3.4",
2050 "libc",
2051]
2052
2053[[package]]
2054name = "js-sys"
2055version = "0.3.91"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
2058dependencies = [
2059 "once_cell",
2060 "wasm-bindgen",
2061]
2062
2063[[package]]
2064name = "k256"
2065version = "0.13.4"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2068dependencies = [
2069 "cfg-if",
2070 "ecdsa",
2071 "elliptic-curve",
2072 "once_cell",
2073 "sha2",
2074 "signature",
2075]
2076
2077[[package]]
2078name = "lazy_static"
2079version = "1.5.0"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2082
2083[[package]]
2084name = "leb128fmt"
2085version = "0.1.0"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
2088
2089[[package]]
2090name = "libc"
2091version = "0.2.182"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
2094
2095[[package]]
2096name = "libmimalloc-sys"
2097version = "0.1.44"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
2100dependencies = [
2101 "cc",
2102 "libc",
2103]
2104
2105[[package]]
2106name = "linux-raw-sys"
2107version = "0.12.1"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
2110
2111[[package]]
2112name = "litemap"
2113version = "0.8.1"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
2116
2117[[package]]
2118name = "lock_api"
2119version = "0.4.14"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2122dependencies = [
2123 "scopeguard",
2124]
2125
2126[[package]]
2127name = "log"
2128version = "0.4.29"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
2131
2132[[package]]
2133name = "loom"
2134version = "0.7.2"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2137dependencies = [
2138 "cfg-if",
2139 "generator",
2140 "scoped-tls",
2141 "tracing",
2142 "tracing-subscriber",
2143]
2144
2145[[package]]
2146name = "lru-slab"
2147version = "0.1.2"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2150
2151[[package]]
2152name = "lsm-tree"
2153version = "3.0.4"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "e9bfd2a6ea0c1d430c13643002f35800a87f200fc8ac4827f18a2db9d9fd0644"
2156dependencies = [
2157 "byteorder-lite",
2158 "byteview",
2159 "crossbeam-skiplist",
2160 "enum_dispatch",
2161 "interval-heap",
2162 "log",
2163 "lz4_flex",
2164 "quick_cache",
2165 "rustc-hash",
2166 "self_cell",
2167 "sfa",
2168 "tempfile",
2169 "varint-rs",
2170 "xxhash-rust",
2171]
2172
2173[[package]]
2174name = "lz4_flex"
2175version = "0.11.5"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
2178dependencies = [
2179 "twox-hash",
2180]
2181
2182[[package]]
2183name = "maitake-sync"
2184version = "0.2.2"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "748f86d9befd480b602c3bebc9ef30dbf2f3dfc8acc4a73d07b90f0117e6de3f"
2187dependencies = [
2188 "cordyceps",
2189 "loom",
2190 "mutex-traits",
2191 "mycelium-bitfield",
2192 "pin-project",
2193 "portable-atomic",
2194 "tracing",
2195]
2196
2197[[package]]
2198name = "match-lookup"
2199version = "0.1.2"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
2202dependencies = [
2203 "proc-macro2",
2204 "quote",
2205 "syn",
2206]
2207
2208[[package]]
2209name = "matchers"
2210version = "0.2.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2213dependencies = [
2214 "regex-automata",
2215]
2216
2217[[package]]
2218name = "matchit"
2219version = "0.8.4"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2222
2223[[package]]
2224name = "memchr"
2225version = "2.8.0"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
2228
2229[[package]]
2230name = "miette"
2231version = "7.6.0"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
2234dependencies = [
2235 "backtrace",
2236 "backtrace-ext",
2237 "cfg-if",
2238 "miette-derive",
2239 "owo-colors",
2240 "supports-color",
2241 "supports-hyperlinks",
2242 "supports-unicode",
2243 "terminal_size",
2244 "textwrap",
2245 "unicode-width 0.1.14",
2246]
2247
2248[[package]]
2249name = "miette-derive"
2250version = "7.6.0"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
2253dependencies = [
2254 "proc-macro2",
2255 "quote",
2256 "syn",
2257]
2258
2259[[package]]
2260name = "mimalloc"
2261version = "0.1.48"
2262source = "registry+https://github.com/rust-lang/crates.io-index"
2263checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
2264dependencies = [
2265 "libmimalloc-sys",
2266]
2267
2268[[package]]
2269name = "mime"
2270version = "0.3.17"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2273
2274[[package]]
2275name = "miniz_oxide"
2276version = "0.8.9"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2279dependencies = [
2280 "adler2",
2281 "simd-adler32",
2282]
2283
2284[[package]]
2285name = "mio"
2286version = "1.1.1"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
2289dependencies = [
2290 "libc",
2291 "wasi",
2292 "windows-sys 0.61.2",
2293]
2294
2295[[package]]
2296name = "moka"
2297version = "0.12.14"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "85f8024e1c8e71c778968af91d43700ce1d11b219d127d79fb2934153b82b42b"
2300dependencies = [
2301 "crossbeam-channel",
2302 "crossbeam-epoch",
2303 "crossbeam-utils",
2304 "equivalent",
2305 "parking_lot",
2306 "portable-atomic",
2307 "smallvec",
2308 "tagptr",
2309 "uuid",
2310]
2311
2312[[package]]
2313name = "multibase"
2314version = "0.9.2"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
2317dependencies = [
2318 "base-x",
2319 "base256emoji",
2320 "data-encoding",
2321 "data-encoding-macro",
2322]
2323
2324[[package]]
2325name = "multihash"
2326version = "0.19.3"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2329dependencies = [
2330 "core2",
2331 "serde",
2332 "unsigned-varint 0.8.0",
2333]
2334
2335[[package]]
2336name = "mutex-traits"
2337version = "1.0.1"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "3929f2b5633d29cf7b6624992e5f3c1e9334f1193423e12d17be4faf678cde3f"
2340
2341[[package]]
2342name = "mycelium-bitfield"
2343version = "0.1.5"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
2346
2347[[package]]
2348name = "n0-future"
2349version = "0.1.3"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
2352dependencies = [
2353 "cfg_aliases",
2354 "derive_more",
2355 "futures-buffered",
2356 "futures-lite",
2357 "futures-util",
2358 "js-sys",
2359 "pin-project",
2360 "send_wrapper",
2361 "tokio",
2362 "tokio-util",
2363 "wasm-bindgen",
2364 "wasm-bindgen-futures",
2365 "web-time",
2366]
2367
2368[[package]]
2369name = "nu-ansi-term"
2370version = "0.50.3"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2373dependencies = [
2374 "windows-sys 0.61.2",
2375]
2376
2377[[package]]
2378name = "num-conv"
2379version = "0.2.0"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
2382
2383[[package]]
2384name = "num-traits"
2385version = "0.2.19"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2388dependencies = [
2389 "autocfg",
2390]
2391
2392[[package]]
2393name = "object"
2394version = "0.37.3"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
2397dependencies = [
2398 "memchr",
2399]
2400
2401[[package]]
2402name = "once_cell"
2403version = "1.21.3"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2406dependencies = [
2407 "critical-section",
2408 "portable-atomic",
2409]
2410
2411[[package]]
2412name = "openssl-probe"
2413version = "0.2.1"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
2416
2417[[package]]
2418name = "ouroboros"
2419version = "0.18.5"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
2422dependencies = [
2423 "aliasable",
2424 "ouroboros_macro",
2425 "static_assertions",
2426]
2427
2428[[package]]
2429name = "ouroboros_macro"
2430version = "0.18.5"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
2433dependencies = [
2434 "heck 0.4.1",
2435 "proc-macro2",
2436 "proc-macro2-diagnostics",
2437 "quote",
2438 "syn",
2439]
2440
2441[[package]]
2442name = "owo-colors"
2443version = "4.3.0"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"
2446
2447[[package]]
2448name = "oxilangtag"
2449version = "0.1.5"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "23f3f87617a86af77fa3691e6350483e7154c2ead9f1261b75130e21ca0f8acb"
2452dependencies = [
2453 "serde",
2454]
2455
2456[[package]]
2457name = "p256"
2458version = "0.13.2"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2461dependencies = [
2462 "ecdsa",
2463 "elliptic-curve",
2464 "primeorder",
2465 "sha2",
2466]
2467
2468[[package]]
2469name = "parking"
2470version = "2.2.1"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2473
2474[[package]]
2475name = "parking_lot"
2476version = "0.12.5"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2479dependencies = [
2480 "lock_api",
2481 "parking_lot_core",
2482]
2483
2484[[package]]
2485name = "parking_lot_core"
2486version = "0.9.12"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2489dependencies = [
2490 "cfg-if",
2491 "libc",
2492 "redox_syscall",
2493 "smallvec",
2494 "windows-link",
2495]
2496
2497[[package]]
2498name = "pem-rfc7468"
2499version = "0.7.0"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2502dependencies = [
2503 "base64ct",
2504]
2505
2506[[package]]
2507name = "percent-encoding"
2508version = "2.3.2"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2511
2512[[package]]
2513name = "pin-project"
2514version = "1.1.11"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
2517dependencies = [
2518 "pin-project-internal",
2519]
2520
2521[[package]]
2522name = "pin-project-internal"
2523version = "1.1.11"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
2526dependencies = [
2527 "proc-macro2",
2528 "quote",
2529 "syn",
2530]
2531
2532[[package]]
2533name = "pin-project-lite"
2534version = "0.2.17"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2537
2538[[package]]
2539name = "pin-utils"
2540version = "0.1.0"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2543
2544[[package]]
2545name = "pkcs8"
2546version = "0.10.2"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2549dependencies = [
2550 "der",
2551 "spki",
2552]
2553
2554[[package]]
2555name = "pkg-config"
2556version = "0.3.32"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2559
2560[[package]]
2561name = "portable-atomic"
2562version = "1.13.1"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2565
2566[[package]]
2567name = "postcard"
2568version = "1.1.3"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
2571dependencies = [
2572 "cobs",
2573 "embedded-io 0.4.0",
2574 "embedded-io 0.6.1",
2575 "heapless",
2576 "serde",
2577]
2578
2579[[package]]
2580name = "potential_utf"
2581version = "0.1.4"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2584dependencies = [
2585 "zerovec",
2586]
2587
2588[[package]]
2589name = "powerfmt"
2590version = "0.2.0"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2593
2594[[package]]
2595name = "ppv-lite86"
2596version = "0.2.21"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2599dependencies = [
2600 "zerocopy",
2601]
2602
2603[[package]]
2604name = "prettyplease"
2605version = "0.2.37"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2608dependencies = [
2609 "proc-macro2",
2610 "syn",
2611]
2612
2613[[package]]
2614name = "primeorder"
2615version = "0.13.6"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2618dependencies = [
2619 "elliptic-curve",
2620]
2621
2622[[package]]
2623name = "proc-macro2"
2624version = "1.0.106"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2627dependencies = [
2628 "unicode-ident",
2629]
2630
2631[[package]]
2632name = "proc-macro2-diagnostics"
2633version = "0.10.1"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2636dependencies = [
2637 "proc-macro2",
2638 "quote",
2639 "syn",
2640 "version_check",
2641 "yansi",
2642]
2643
2644[[package]]
2645name = "quick_cache"
2646version = "0.6.18"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "7ada44a88ef953a3294f6eb55d2007ba44646015e18613d2f213016379203ef3"
2649dependencies = [
2650 "equivalent",
2651 "hashbrown 0.16.1",
2652]
2653
2654[[package]]
2655name = "quinn"
2656version = "0.11.9"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2659dependencies = [
2660 "bytes",
2661 "cfg_aliases",
2662 "pin-project-lite",
2663 "quinn-proto",
2664 "quinn-udp",
2665 "rustc-hash",
2666 "rustls",
2667 "socket2 0.6.3",
2668 "thiserror 2.0.18",
2669 "tokio",
2670 "tracing",
2671 "web-time",
2672]
2673
2674[[package]]
2675name = "quinn-proto"
2676version = "0.11.13"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
2679dependencies = [
2680 "aws-lc-rs",
2681 "bytes",
2682 "getrandom 0.3.4",
2683 "lru-slab",
2684 "rand 0.9.2",
2685 "ring",
2686 "rustc-hash",
2687 "rustls",
2688 "rustls-pki-types",
2689 "slab",
2690 "thiserror 2.0.18",
2691 "tinyvec",
2692 "tracing",
2693 "web-time",
2694]
2695
2696[[package]]
2697name = "quinn-udp"
2698version = "0.5.14"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2701dependencies = [
2702 "cfg_aliases",
2703 "libc",
2704 "once_cell",
2705 "socket2 0.6.3",
2706 "tracing",
2707 "windows-sys 0.60.2",
2708]
2709
2710[[package]]
2711name = "quote"
2712version = "1.0.45"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2715dependencies = [
2716 "proc-macro2",
2717]
2718
2719[[package]]
2720name = "r-efi"
2721version = "5.3.0"
2722source = "registry+https://github.com/rust-lang/crates.io-index"
2723checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2724
2725[[package]]
2726name = "r-efi"
2727version = "6.0.0"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2730
2731[[package]]
2732name = "rand"
2733version = "0.9.2"
2734source = "registry+https://github.com/rust-lang/crates.io-index"
2735checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2736dependencies = [
2737 "rand_chacha",
2738 "rand_core 0.9.5",
2739]
2740
2741[[package]]
2742name = "rand"
2743version = "0.10.0"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
2746dependencies = [
2747 "chacha20",
2748 "getrandom 0.4.2",
2749 "rand_core 0.10.0",
2750]
2751
2752[[package]]
2753name = "rand_chacha"
2754version = "0.9.0"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2757dependencies = [
2758 "ppv-lite86",
2759 "rand_core 0.9.5",
2760]
2761
2762[[package]]
2763name = "rand_core"
2764version = "0.6.4"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2767dependencies = [
2768 "getrandom 0.2.17",
2769]
2770
2771[[package]]
2772name = "rand_core"
2773version = "0.9.5"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2776dependencies = [
2777 "getrandom 0.3.4",
2778]
2779
2780[[package]]
2781name = "rand_core"
2782version = "0.10.0"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
2785
2786[[package]]
2787name = "redox_syscall"
2788version = "0.5.18"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2791dependencies = [
2792 "bitflags",
2793]
2794
2795[[package]]
2796name = "regex"
2797version = "1.12.3"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2800dependencies = [
2801 "aho-corasick",
2802 "memchr",
2803 "regex-automata",
2804 "regex-syntax",
2805]
2806
2807[[package]]
2808name = "regex-automata"
2809version = "0.4.14"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2812dependencies = [
2813 "aho-corasick",
2814 "memchr",
2815 "regex-syntax",
2816]
2817
2818[[package]]
2819name = "regex-lite"
2820version = "0.1.9"
2821source = "registry+https://github.com/rust-lang/crates.io-index"
2822checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
2823
2824[[package]]
2825name = "regex-syntax"
2826version = "0.8.10"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2829
2830[[package]]
2831name = "reqwest"
2832version = "0.13.2"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
2835dependencies = [
2836 "base64",
2837 "bytes",
2838 "encoding_rs",
2839 "futures-core",
2840 "futures-util",
2841 "h2",
2842 "http",
2843 "http-body",
2844 "http-body-util",
2845 "hyper",
2846 "hyper-rustls",
2847 "hyper-util",
2848 "js-sys",
2849 "log",
2850 "mime",
2851 "percent-encoding",
2852 "pin-project-lite",
2853 "quinn",
2854 "rustls",
2855 "rustls-pki-types",
2856 "rustls-platform-verifier",
2857 "serde",
2858 "serde_json",
2859 "sync_wrapper",
2860 "tokio",
2861 "tokio-rustls",
2862 "tokio-util",
2863 "tower",
2864 "tower-http",
2865 "tower-service",
2866 "url",
2867 "wasm-bindgen",
2868 "wasm-bindgen-futures",
2869 "wasm-streams",
2870 "web-sys",
2871]
2872
2873[[package]]
2874name = "resolv-conf"
2875version = "0.7.6"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
2878
2879[[package]]
2880name = "rfc6979"
2881version = "0.4.0"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2884dependencies = [
2885 "hmac",
2886 "subtle",
2887]
2888
2889[[package]]
2890name = "ring"
2891version = "0.17.14"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2894dependencies = [
2895 "cc",
2896 "cfg-if",
2897 "getrandom 0.2.17",
2898 "libc",
2899 "untrusted",
2900 "windows-sys 0.52.0",
2901]
2902
2903[[package]]
2904name = "rmp"
2905version = "0.8.15"
2906source = "git+https://github.com/90-008/msgpack-rust.git#19c54a922301d06310a816c3a6a097aeb73ea3ae"
2907dependencies = [
2908 "num-traits",
2909]
2910
2911[[package]]
2912name = "rmp-serde"
2913version = "1.3.1"
2914source = "git+https://github.com/90-008/msgpack-rust.git#19c54a922301d06310a816c3a6a097aeb73ea3ae"
2915dependencies = [
2916 "rmp",
2917 "serde",
2918]
2919
2920[[package]]
2921name = "rustc-demangle"
2922version = "0.1.27"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
2925
2926[[package]]
2927name = "rustc-hash"
2928version = "2.1.1"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2931
2932[[package]]
2933name = "rustc_version"
2934version = "0.4.1"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2937dependencies = [
2938 "semver",
2939]
2940
2941[[package]]
2942name = "rustix"
2943version = "1.1.4"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2946dependencies = [
2947 "bitflags",
2948 "errno",
2949 "libc",
2950 "linux-raw-sys",
2951 "windows-sys 0.61.2",
2952]
2953
2954[[package]]
2955name = "rustls"
2956version = "0.23.37"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
2959dependencies = [
2960 "aws-lc-rs",
2961 "log",
2962 "once_cell",
2963 "rustls-pki-types",
2964 "rustls-webpki",
2965 "subtle",
2966 "zeroize",
2967]
2968
2969[[package]]
2970name = "rustls-native-certs"
2971version = "0.8.3"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
2974dependencies = [
2975 "openssl-probe",
2976 "rustls-pki-types",
2977 "schannel",
2978 "security-framework",
2979]
2980
2981[[package]]
2982name = "rustls-pki-types"
2983version = "1.14.0"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2986dependencies = [
2987 "web-time",
2988 "zeroize",
2989]
2990
2991[[package]]
2992name = "rustls-platform-verifier"
2993version = "0.6.2"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
2996dependencies = [
2997 "core-foundation 0.10.1",
2998 "core-foundation-sys",
2999 "jni",
3000 "log",
3001 "once_cell",
3002 "rustls",
3003 "rustls-native-certs",
3004 "rustls-platform-verifier-android",
3005 "rustls-webpki",
3006 "security-framework",
3007 "security-framework-sys",
3008 "webpki-root-certs",
3009 "windows-sys 0.61.2",
3010]
3011
3012[[package]]
3013name = "rustls-platform-verifier-android"
3014version = "0.1.1"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
3017
3018[[package]]
3019name = "rustls-webpki"
3020version = "0.103.9"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
3023dependencies = [
3024 "aws-lc-rs",
3025 "ring",
3026 "rustls-pki-types",
3027 "untrusted",
3028]
3029
3030[[package]]
3031name = "rustversion"
3032version = "1.0.22"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
3035
3036[[package]]
3037name = "ryu"
3038version = "1.0.23"
3039source = "registry+https://github.com/rust-lang/crates.io-index"
3040checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
3041
3042[[package]]
3043name = "saa"
3044version = "5.5.0"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "16c7f49c9d5caa3bf4b3106900484b447b9253fe99670ceb81cb6cb5027855e1"
3047
3048[[package]]
3049name = "same-file"
3050version = "1.0.6"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3053dependencies = [
3054 "winapi-util",
3055]
3056
3057[[package]]
3058name = "scc"
3059version = "3.6.9"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "45bb5ce9efd4a6e7b0f86c2697fe4c1d78d1f4e6d988c54b752d577cafe22fe8"
3062dependencies = [
3063 "saa",
3064 "sdd",
3065]
3066
3067[[package]]
3068name = "schannel"
3069version = "0.1.28"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
3072dependencies = [
3073 "windows-sys 0.61.2",
3074]
3075
3076[[package]]
3077name = "scoped-tls"
3078version = "1.0.1"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3081
3082[[package]]
3083name = "scopeguard"
3084version = "1.2.0"
3085source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3087
3088[[package]]
3089name = "sdd"
3090version = "4.7.3"
3091source = "registry+https://github.com/rust-lang/crates.io-index"
3092checksum = "b21a75f5913ab130e4b369fb8693be25f29b983e2ecad4279df9bfa5dd8aaf3e"
3093
3094[[package]]
3095name = "sec1"
3096version = "0.7.3"
3097source = "registry+https://github.com/rust-lang/crates.io-index"
3098checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3099dependencies = [
3100 "base16ct",
3101 "der",
3102 "generic-array",
3103 "pkcs8",
3104 "subtle",
3105 "zeroize",
3106]
3107
3108[[package]]
3109name = "security-framework"
3110version = "3.7.0"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
3113dependencies = [
3114 "bitflags",
3115 "core-foundation 0.10.1",
3116 "core-foundation-sys",
3117 "libc",
3118 "security-framework-sys",
3119]
3120
3121[[package]]
3122name = "security-framework-sys"
3123version = "2.17.0"
3124source = "registry+https://github.com/rust-lang/crates.io-index"
3125checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
3126dependencies = [
3127 "core-foundation-sys",
3128 "libc",
3129]
3130
3131[[package]]
3132name = "self_cell"
3133version = "1.2.2"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
3136
3137[[package]]
3138name = "semver"
3139version = "1.0.27"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
3142
3143[[package]]
3144name = "send_wrapper"
3145version = "0.6.0"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
3148
3149[[package]]
3150name = "serde"
3151version = "1.0.228"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3154dependencies = [
3155 "serde_core",
3156 "serde_derive",
3157]
3158
3159[[package]]
3160name = "serde_bytes"
3161version = "0.11.19"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
3164dependencies = [
3165 "serde",
3166 "serde_core",
3167]
3168
3169[[package]]
3170name = "serde_core"
3171version = "1.0.228"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3174dependencies = [
3175 "serde_derive",
3176]
3177
3178[[package]]
3179name = "serde_derive"
3180version = "1.0.228"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3183dependencies = [
3184 "proc-macro2",
3185 "quote",
3186 "syn",
3187]
3188
3189[[package]]
3190name = "serde_html_form"
3191version = "0.3.2"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
3194dependencies = [
3195 "form_urlencoded",
3196 "indexmap",
3197 "itoa",
3198 "serde_core",
3199]
3200
3201[[package]]
3202name = "serde_ipld_dagcbor"
3203version = "0.6.4"
3204source = "registry+https://github.com/rust-lang/crates.io-index"
3205checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
3206dependencies = [
3207 "cbor4ii",
3208 "ipld-core",
3209 "scopeguard",
3210 "serde",
3211]
3212
3213[[package]]
3214name = "serde_json"
3215version = "1.0.149"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
3218dependencies = [
3219 "itoa",
3220 "memchr",
3221 "serde",
3222 "serde_core",
3223 "zmij",
3224]
3225
3226[[package]]
3227name = "serde_path_to_error"
3228version = "0.1.20"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
3231dependencies = [
3232 "itoa",
3233 "serde",
3234 "serde_core",
3235]
3236
3237[[package]]
3238name = "serde_repr"
3239version = "0.1.20"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3242dependencies = [
3243 "proc-macro2",
3244 "quote",
3245 "syn",
3246]
3247
3248[[package]]
3249name = "serde_urlencoded"
3250version = "0.7.1"
3251source = "registry+https://github.com/rust-lang/crates.io-index"
3252checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3253dependencies = [
3254 "form_urlencoded",
3255 "itoa",
3256 "ryu",
3257 "serde",
3258]
3259
3260[[package]]
3261name = "serde_with"
3262version = "3.17.0"
3263source = "registry+https://github.com/rust-lang/crates.io-index"
3264checksum = "381b283ce7bc6b476d903296fb59d0d36633652b633b27f64db4fb46dcbfc3b9"
3265dependencies = [
3266 "base64",
3267 "chrono",
3268 "hex",
3269 "serde_core",
3270 "serde_json",
3271 "serde_with_macros",
3272 "time",
3273]
3274
3275[[package]]
3276name = "serde_with_macros"
3277version = "3.17.0"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "a6d4e30573c8cb306ed6ab1dca8423eec9a463ea0e155f45399455e0368b27e0"
3280dependencies = [
3281 "darling 0.21.3",
3282 "proc-macro2",
3283 "quote",
3284 "syn",
3285]
3286
3287[[package]]
3288name = "sfa"
3289version = "1.0.0"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "a1296838937cab56cd6c4eeeb8718ec777383700c33f060e2869867bd01d1175"
3292dependencies = [
3293 "byteorder-lite",
3294 "log",
3295 "xxhash-rust",
3296]
3297
3298[[package]]
3299name = "sha1"
3300version = "0.10.6"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3303dependencies = [
3304 "cfg-if",
3305 "cpufeatures 0.2.17",
3306 "digest",
3307]
3308
3309[[package]]
3310name = "sha2"
3311version = "0.10.9"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3314dependencies = [
3315 "cfg-if",
3316 "cpufeatures 0.2.17",
3317 "digest",
3318]
3319
3320[[package]]
3321name = "sharded-slab"
3322version = "0.1.7"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3325dependencies = [
3326 "lazy_static",
3327]
3328
3329[[package]]
3330name = "shlex"
3331version = "1.3.0"
3332source = "registry+https://github.com/rust-lang/crates.io-index"
3333checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3334
3335[[package]]
3336name = "signal-hook-registry"
3337version = "1.4.8"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
3340dependencies = [
3341 "errno",
3342 "libc",
3343]
3344
3345[[package]]
3346name = "signature"
3347version = "2.2.0"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3350dependencies = [
3351 "digest",
3352 "rand_core 0.6.4",
3353]
3354
3355[[package]]
3356name = "simd-adler32"
3357version = "0.3.8"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
3360
3361[[package]]
3362name = "slab"
3363version = "0.4.12"
3364source = "registry+https://github.com/rust-lang/crates.io-index"
3365checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3366
3367[[package]]
3368name = "smallvec"
3369version = "1.15.1"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3372
3373[[package]]
3374name = "smol_str"
3375version = "0.3.6"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
3378dependencies = [
3379 "borsh",
3380 "serde_core",
3381]
3382
3383[[package]]
3384name = "socket2"
3385version = "0.5.10"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
3388dependencies = [
3389 "libc",
3390 "windows-sys 0.52.0",
3391]
3392
3393[[package]]
3394name = "socket2"
3395version = "0.6.3"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
3398dependencies = [
3399 "libc",
3400 "windows-sys 0.61.2",
3401]
3402
3403[[package]]
3404name = "spin"
3405version = "0.9.8"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3408dependencies = [
3409 "lock_api",
3410]
3411
3412[[package]]
3413name = "spin"
3414version = "0.10.0"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
3417
3418[[package]]
3419name = "spki"
3420version = "0.7.3"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3423dependencies = [
3424 "base64ct",
3425 "der",
3426]
3427
3428[[package]]
3429name = "stable_deref_trait"
3430version = "1.2.1"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3433
3434[[package]]
3435name = "static_assertions"
3436version = "1.1.0"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3439
3440[[package]]
3441name = "strsim"
3442version = "0.11.1"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3445
3446[[package]]
3447name = "subtle"
3448version = "2.6.1"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3451
3452[[package]]
3453name = "supports-color"
3454version = "3.0.2"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
3457dependencies = [
3458 "is_ci",
3459]
3460
3461[[package]]
3462name = "supports-hyperlinks"
3463version = "3.2.0"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91"
3466
3467[[package]]
3468name = "supports-unicode"
3469version = "3.0.0"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
3472
3473[[package]]
3474name = "syn"
3475version = "2.0.117"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
3478dependencies = [
3479 "proc-macro2",
3480 "quote",
3481 "unicode-ident",
3482]
3483
3484[[package]]
3485name = "sync_wrapper"
3486version = "1.0.2"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3489dependencies = [
3490 "futures-core",
3491]
3492
3493[[package]]
3494name = "synstructure"
3495version = "0.13.2"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3498dependencies = [
3499 "proc-macro2",
3500 "quote",
3501 "syn",
3502]
3503
3504[[package]]
3505name = "system-configuration"
3506version = "0.7.0"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
3509dependencies = [
3510 "bitflags",
3511 "core-foundation 0.9.4",
3512 "system-configuration-sys",
3513]
3514
3515[[package]]
3516name = "system-configuration-sys"
3517version = "0.6.0"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3520dependencies = [
3521 "core-foundation-sys",
3522 "libc",
3523]
3524
3525[[package]]
3526name = "tagptr"
3527version = "0.2.0"
3528source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
3530
3531[[package]]
3532name = "tempfile"
3533version = "3.26.0"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
3536dependencies = [
3537 "fastrand",
3538 "getrandom 0.4.2",
3539 "once_cell",
3540 "rustix",
3541 "windows-sys 0.61.2",
3542]
3543
3544[[package]]
3545name = "terminal_size"
3546version = "0.4.3"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
3549dependencies = [
3550 "rustix",
3551 "windows-sys 0.60.2",
3552]
3553
3554[[package]]
3555name = "textwrap"
3556version = "0.16.2"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
3559dependencies = [
3560 "unicode-linebreak",
3561 "unicode-width 0.2.2",
3562]
3563
3564[[package]]
3565name = "thiserror"
3566version = "1.0.69"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3569dependencies = [
3570 "thiserror-impl 1.0.69",
3571]
3572
3573[[package]]
3574name = "thiserror"
3575version = "2.0.18"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3578dependencies = [
3579 "thiserror-impl 2.0.18",
3580]
3581
3582[[package]]
3583name = "thiserror-impl"
3584version = "1.0.69"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3587dependencies = [
3588 "proc-macro2",
3589 "quote",
3590 "syn",
3591]
3592
3593[[package]]
3594name = "thiserror-impl"
3595version = "2.0.18"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3598dependencies = [
3599 "proc-macro2",
3600 "quote",
3601 "syn",
3602]
3603
3604[[package]]
3605name = "thread_local"
3606version = "1.1.9"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3609dependencies = [
3610 "cfg-if",
3611]
3612
3613[[package]]
3614name = "time"
3615version = "0.3.47"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
3618dependencies = [
3619 "deranged",
3620 "num-conv",
3621 "powerfmt",
3622 "serde_core",
3623 "time-core",
3624]
3625
3626[[package]]
3627name = "time-core"
3628version = "0.1.8"
3629source = "registry+https://github.com/rust-lang/crates.io-index"
3630checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
3631
3632[[package]]
3633name = "tinystr"
3634version = "0.8.2"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3637dependencies = [
3638 "displaydoc",
3639 "zerovec",
3640]
3641
3642[[package]]
3643name = "tinyvec"
3644version = "1.10.0"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
3647dependencies = [
3648 "tinyvec_macros",
3649]
3650
3651[[package]]
3652name = "tinyvec_macros"
3653version = "0.1.1"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3656
3657[[package]]
3658name = "tokio"
3659version = "1.50.0"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
3662dependencies = [
3663 "bytes",
3664 "libc",
3665 "mio",
3666 "parking_lot",
3667 "pin-project-lite",
3668 "signal-hook-registry",
3669 "socket2 0.6.3",
3670 "tokio-macros",
3671 "windows-sys 0.61.2",
3672]
3673
3674[[package]]
3675name = "tokio-macros"
3676version = "2.6.1"
3677source = "registry+https://github.com/rust-lang/crates.io-index"
3678checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
3679dependencies = [
3680 "proc-macro2",
3681 "quote",
3682 "syn",
3683]
3684
3685[[package]]
3686name = "tokio-rustls"
3687version = "0.26.4"
3688source = "registry+https://github.com/rust-lang/crates.io-index"
3689checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3690dependencies = [
3691 "rustls",
3692 "tokio",
3693]
3694
3695[[package]]
3696name = "tokio-tungstenite"
3697version = "0.28.0"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
3700dependencies = [
3701 "futures-util",
3702 "log",
3703 "rustls",
3704 "rustls-native-certs",
3705 "rustls-pki-types",
3706 "tokio",
3707 "tokio-rustls",
3708 "tungstenite",
3709]
3710
3711[[package]]
3712name = "tokio-util"
3713version = "0.7.18"
3714source = "registry+https://github.com/rust-lang/crates.io-index"
3715checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3716dependencies = [
3717 "bytes",
3718 "futures-core",
3719 "futures-sink",
3720 "futures-util",
3721 "pin-project-lite",
3722 "tokio",
3723]
3724
3725[[package]]
3726name = "tower"
3727version = "0.5.3"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3730dependencies = [
3731 "futures-core",
3732 "futures-util",
3733 "pin-project-lite",
3734 "sync_wrapper",
3735 "tokio",
3736 "tower-layer",
3737 "tower-service",
3738 "tracing",
3739]
3740
3741[[package]]
3742name = "tower-http"
3743version = "0.6.8"
3744source = "registry+https://github.com/rust-lang/crates.io-index"
3745checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
3746dependencies = [
3747 "async-compression",
3748 "bitflags",
3749 "bytes",
3750 "futures-core",
3751 "futures-util",
3752 "http",
3753 "http-body",
3754 "http-body-util",
3755 "iri-string",
3756 "pin-project-lite",
3757 "tokio",
3758 "tokio-util",
3759 "tower",
3760 "tower-layer",
3761 "tower-service",
3762 "tracing",
3763]
3764
3765[[package]]
3766name = "tower-layer"
3767version = "0.3.3"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3770
3771[[package]]
3772name = "tower-service"
3773version = "0.3.3"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3776
3777[[package]]
3778name = "tracing"
3779version = "0.1.44"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3782dependencies = [
3783 "log",
3784 "pin-project-lite",
3785 "tracing-attributes",
3786 "tracing-core",
3787]
3788
3789[[package]]
3790name = "tracing-attributes"
3791version = "0.1.31"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3794dependencies = [
3795 "proc-macro2",
3796 "quote",
3797 "syn",
3798]
3799
3800[[package]]
3801name = "tracing-core"
3802version = "0.1.36"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3805dependencies = [
3806 "once_cell",
3807 "valuable",
3808]
3809
3810[[package]]
3811name = "tracing-log"
3812version = "0.2.0"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3815dependencies = [
3816 "log",
3817 "once_cell",
3818 "tracing-core",
3819]
3820
3821[[package]]
3822name = "tracing-subscriber"
3823version = "0.3.22"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
3826dependencies = [
3827 "matchers",
3828 "nu-ansi-term",
3829 "once_cell",
3830 "regex-automata",
3831 "sharded-slab",
3832 "smallvec",
3833 "thread_local",
3834 "tracing",
3835 "tracing-core",
3836 "tracing-log",
3837]
3838
3839[[package]]
3840name = "trait-variant"
3841version = "0.1.2"
3842source = "registry+https://github.com/rust-lang/crates.io-index"
3843checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
3844dependencies = [
3845 "proc-macro2",
3846 "quote",
3847 "syn",
3848]
3849
3850[[package]]
3851name = "try-lock"
3852version = "0.2.5"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3855
3856[[package]]
3857name = "tungstenite"
3858version = "0.28.0"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
3861dependencies = [
3862 "bytes",
3863 "data-encoding",
3864 "http",
3865 "httparse",
3866 "log",
3867 "rand 0.9.2",
3868 "rustls",
3869 "rustls-pki-types",
3870 "sha1",
3871 "thiserror 2.0.18",
3872 "utf-8",
3873]
3874
3875[[package]]
3876name = "twox-hash"
3877version = "2.1.2"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
3880
3881[[package]]
3882name = "typenum"
3883version = "1.19.0"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3886
3887[[package]]
3888name = "unicode-ident"
3889version = "1.0.24"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3892
3893[[package]]
3894name = "unicode-linebreak"
3895version = "0.1.5"
3896source = "registry+https://github.com/rust-lang/crates.io-index"
3897checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
3898
3899[[package]]
3900name = "unicode-segmentation"
3901version = "1.12.0"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3904
3905[[package]]
3906name = "unicode-width"
3907version = "0.1.14"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3910
3911[[package]]
3912name = "unicode-width"
3913version = "0.2.2"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3916
3917[[package]]
3918name = "unicode-xid"
3919version = "0.2.6"
3920source = "registry+https://github.com/rust-lang/crates.io-index"
3921checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3922
3923[[package]]
3924name = "unsigned-varint"
3925version = "0.7.2"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
3928
3929[[package]]
3930name = "unsigned-varint"
3931version = "0.8.0"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
3934
3935[[package]]
3936name = "untrusted"
3937version = "0.9.0"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3940
3941[[package]]
3942name = "url"
3943version = "2.5.8"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3946dependencies = [
3947 "form_urlencoded",
3948 "idna",
3949 "percent-encoding",
3950 "serde",
3951 "serde_derive",
3952]
3953
3954[[package]]
3955name = "urlencoding"
3956version = "2.1.3"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3959
3960[[package]]
3961name = "utf-8"
3962version = "0.7.6"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3965
3966[[package]]
3967name = "utf8_iter"
3968version = "1.0.4"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3971
3972[[package]]
3973name = "uuid"
3974version = "1.22.0"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
3977dependencies = [
3978 "getrandom 0.4.2",
3979 "js-sys",
3980 "wasm-bindgen",
3981]
3982
3983[[package]]
3984name = "valuable"
3985version = "0.1.1"
3986source = "registry+https://github.com/rust-lang/crates.io-index"
3987checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3988
3989[[package]]
3990name = "varint-rs"
3991version = "2.2.0"
3992source = "registry+https://github.com/rust-lang/crates.io-index"
3993checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23"
3994
3995[[package]]
3996name = "version_check"
3997version = "0.9.5"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4000
4001[[package]]
4002name = "walkdir"
4003version = "2.5.0"
4004source = "registry+https://github.com/rust-lang/crates.io-index"
4005checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4006dependencies = [
4007 "same-file",
4008 "winapi-util",
4009]
4010
4011[[package]]
4012name = "want"
4013version = "0.3.1"
4014source = "registry+https://github.com/rust-lang/crates.io-index"
4015checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4016dependencies = [
4017 "try-lock",
4018]
4019
4020[[package]]
4021name = "wasi"
4022version = "0.11.1+wasi-snapshot-preview1"
4023source = "registry+https://github.com/rust-lang/crates.io-index"
4024checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4025
4026[[package]]
4027name = "wasip2"
4028version = "1.0.2+wasi-0.2.9"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
4031dependencies = [
4032 "wit-bindgen",
4033]
4034
4035[[package]]
4036name = "wasip3"
4037version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
4040dependencies = [
4041 "wit-bindgen",
4042]
4043
4044[[package]]
4045name = "wasm-bindgen"
4046version = "0.2.114"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
4049dependencies = [
4050 "cfg-if",
4051 "once_cell",
4052 "rustversion",
4053 "wasm-bindgen-macro",
4054 "wasm-bindgen-shared",
4055]
4056
4057[[package]]
4058name = "wasm-bindgen-futures"
4059version = "0.4.64"
4060source = "registry+https://github.com/rust-lang/crates.io-index"
4061checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
4062dependencies = [
4063 "cfg-if",
4064 "futures-util",
4065 "js-sys",
4066 "once_cell",
4067 "wasm-bindgen",
4068 "web-sys",
4069]
4070
4071[[package]]
4072name = "wasm-bindgen-macro"
4073version = "0.2.114"
4074source = "registry+https://github.com/rust-lang/crates.io-index"
4075checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
4076dependencies = [
4077 "quote",
4078 "wasm-bindgen-macro-support",
4079]
4080
4081[[package]]
4082name = "wasm-bindgen-macro-support"
4083version = "0.2.114"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
4086dependencies = [
4087 "bumpalo",
4088 "proc-macro2",
4089 "quote",
4090 "syn",
4091 "wasm-bindgen-shared",
4092]
4093
4094[[package]]
4095name = "wasm-bindgen-shared"
4096version = "0.2.114"
4097source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
4099dependencies = [
4100 "unicode-ident",
4101]
4102
4103[[package]]
4104name = "wasm-encoder"
4105version = "0.244.0"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
4108dependencies = [
4109 "leb128fmt",
4110 "wasmparser",
4111]
4112
4113[[package]]
4114name = "wasm-metadata"
4115version = "0.244.0"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
4118dependencies = [
4119 "anyhow",
4120 "indexmap",
4121 "wasm-encoder",
4122 "wasmparser",
4123]
4124
4125[[package]]
4126name = "wasm-streams"
4127version = "0.5.0"
4128source = "registry+https://github.com/rust-lang/crates.io-index"
4129checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
4130dependencies = [
4131 "futures-util",
4132 "js-sys",
4133 "wasm-bindgen",
4134 "wasm-bindgen-futures",
4135 "web-sys",
4136]
4137
4138[[package]]
4139name = "wasmparser"
4140version = "0.244.0"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
4143dependencies = [
4144 "bitflags",
4145 "hashbrown 0.15.5",
4146 "indexmap",
4147 "semver",
4148]
4149
4150[[package]]
4151name = "web-sys"
4152version = "0.3.91"
4153source = "registry+https://github.com/rust-lang/crates.io-index"
4154checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
4155dependencies = [
4156 "js-sys",
4157 "wasm-bindgen",
4158]
4159
4160[[package]]
4161name = "web-time"
4162version = "1.1.0"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4165dependencies = [
4166 "js-sys",
4167 "wasm-bindgen",
4168]
4169
4170[[package]]
4171name = "webpki-root-certs"
4172version = "1.0.6"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
4175dependencies = [
4176 "rustls-pki-types",
4177]
4178
4179[[package]]
4180name = "widestring"
4181version = "1.2.1"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
4184
4185[[package]]
4186name = "winapi-util"
4187version = "0.1.11"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4190dependencies = [
4191 "windows-sys 0.61.2",
4192]
4193
4194[[package]]
4195name = "windows-core"
4196version = "0.62.2"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4199dependencies = [
4200 "windows-implement",
4201 "windows-interface",
4202 "windows-link",
4203 "windows-result",
4204 "windows-strings",
4205]
4206
4207[[package]]
4208name = "windows-implement"
4209version = "0.60.2"
4210source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4212dependencies = [
4213 "proc-macro2",
4214 "quote",
4215 "syn",
4216]
4217
4218[[package]]
4219name = "windows-interface"
4220version = "0.59.3"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4223dependencies = [
4224 "proc-macro2",
4225 "quote",
4226 "syn",
4227]
4228
4229[[package]]
4230name = "windows-link"
4231version = "0.2.1"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4234
4235[[package]]
4236name = "windows-registry"
4237version = "0.6.1"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
4240dependencies = [
4241 "windows-link",
4242 "windows-result",
4243 "windows-strings",
4244]
4245
4246[[package]]
4247name = "windows-result"
4248version = "0.4.1"
4249source = "registry+https://github.com/rust-lang/crates.io-index"
4250checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4251dependencies = [
4252 "windows-link",
4253]
4254
4255[[package]]
4256name = "windows-strings"
4257version = "0.5.1"
4258source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4260dependencies = [
4261 "windows-link",
4262]
4263
4264[[package]]
4265name = "windows-sys"
4266version = "0.45.0"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
4269dependencies = [
4270 "windows-targets 0.42.2",
4271]
4272
4273[[package]]
4274name = "windows-sys"
4275version = "0.48.0"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4278dependencies = [
4279 "windows-targets 0.48.5",
4280]
4281
4282[[package]]
4283name = "windows-sys"
4284version = "0.52.0"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4287dependencies = [
4288 "windows-targets 0.52.6",
4289]
4290
4291[[package]]
4292name = "windows-sys"
4293version = "0.60.2"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4296dependencies = [
4297 "windows-targets 0.53.5",
4298]
4299
4300[[package]]
4301name = "windows-sys"
4302version = "0.61.2"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4305dependencies = [
4306 "windows-link",
4307]
4308
4309[[package]]
4310name = "windows-targets"
4311version = "0.42.2"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
4314dependencies = [
4315 "windows_aarch64_gnullvm 0.42.2",
4316 "windows_aarch64_msvc 0.42.2",
4317 "windows_i686_gnu 0.42.2",
4318 "windows_i686_msvc 0.42.2",
4319 "windows_x86_64_gnu 0.42.2",
4320 "windows_x86_64_gnullvm 0.42.2",
4321 "windows_x86_64_msvc 0.42.2",
4322]
4323
4324[[package]]
4325name = "windows-targets"
4326version = "0.48.5"
4327source = "registry+https://github.com/rust-lang/crates.io-index"
4328checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4329dependencies = [
4330 "windows_aarch64_gnullvm 0.48.5",
4331 "windows_aarch64_msvc 0.48.5",
4332 "windows_i686_gnu 0.48.5",
4333 "windows_i686_msvc 0.48.5",
4334 "windows_x86_64_gnu 0.48.5",
4335 "windows_x86_64_gnullvm 0.48.5",
4336 "windows_x86_64_msvc 0.48.5",
4337]
4338
4339[[package]]
4340name = "windows-targets"
4341version = "0.52.6"
4342source = "registry+https://github.com/rust-lang/crates.io-index"
4343checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4344dependencies = [
4345 "windows_aarch64_gnullvm 0.52.6",
4346 "windows_aarch64_msvc 0.52.6",
4347 "windows_i686_gnu 0.52.6",
4348 "windows_i686_gnullvm 0.52.6",
4349 "windows_i686_msvc 0.52.6",
4350 "windows_x86_64_gnu 0.52.6",
4351 "windows_x86_64_gnullvm 0.52.6",
4352 "windows_x86_64_msvc 0.52.6",
4353]
4354
4355[[package]]
4356name = "windows-targets"
4357version = "0.53.5"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
4360dependencies = [
4361 "windows-link",
4362 "windows_aarch64_gnullvm 0.53.1",
4363 "windows_aarch64_msvc 0.53.1",
4364 "windows_i686_gnu 0.53.1",
4365 "windows_i686_gnullvm 0.53.1",
4366 "windows_i686_msvc 0.53.1",
4367 "windows_x86_64_gnu 0.53.1",
4368 "windows_x86_64_gnullvm 0.53.1",
4369 "windows_x86_64_msvc 0.53.1",
4370]
4371
4372[[package]]
4373name = "windows_aarch64_gnullvm"
4374version = "0.42.2"
4375source = "registry+https://github.com/rust-lang/crates.io-index"
4376checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4377
4378[[package]]
4379name = "windows_aarch64_gnullvm"
4380version = "0.48.5"
4381source = "registry+https://github.com/rust-lang/crates.io-index"
4382checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4383
4384[[package]]
4385name = "windows_aarch64_gnullvm"
4386version = "0.52.6"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4389
4390[[package]]
4391name = "windows_aarch64_gnullvm"
4392version = "0.53.1"
4393source = "registry+https://github.com/rust-lang/crates.io-index"
4394checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
4395
4396[[package]]
4397name = "windows_aarch64_msvc"
4398version = "0.42.2"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4401
4402[[package]]
4403name = "windows_aarch64_msvc"
4404version = "0.48.5"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4407
4408[[package]]
4409name = "windows_aarch64_msvc"
4410version = "0.52.6"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4413
4414[[package]]
4415name = "windows_aarch64_msvc"
4416version = "0.53.1"
4417source = "registry+https://github.com/rust-lang/crates.io-index"
4418checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
4419
4420[[package]]
4421name = "windows_i686_gnu"
4422version = "0.42.2"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4425
4426[[package]]
4427name = "windows_i686_gnu"
4428version = "0.48.5"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4431
4432[[package]]
4433name = "windows_i686_gnu"
4434version = "0.52.6"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4437
4438[[package]]
4439name = "windows_i686_gnu"
4440version = "0.53.1"
4441source = "registry+https://github.com/rust-lang/crates.io-index"
4442checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
4443
4444[[package]]
4445name = "windows_i686_gnullvm"
4446version = "0.52.6"
4447source = "registry+https://github.com/rust-lang/crates.io-index"
4448checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4449
4450[[package]]
4451name = "windows_i686_gnullvm"
4452version = "0.53.1"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
4455
4456[[package]]
4457name = "windows_i686_msvc"
4458version = "0.42.2"
4459source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4461
4462[[package]]
4463name = "windows_i686_msvc"
4464version = "0.48.5"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4467
4468[[package]]
4469name = "windows_i686_msvc"
4470version = "0.52.6"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4473
4474[[package]]
4475name = "windows_i686_msvc"
4476version = "0.53.1"
4477source = "registry+https://github.com/rust-lang/crates.io-index"
4478checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
4479
4480[[package]]
4481name = "windows_x86_64_gnu"
4482version = "0.42.2"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4485
4486[[package]]
4487name = "windows_x86_64_gnu"
4488version = "0.48.5"
4489source = "registry+https://github.com/rust-lang/crates.io-index"
4490checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4491
4492[[package]]
4493name = "windows_x86_64_gnu"
4494version = "0.52.6"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4497
4498[[package]]
4499name = "windows_x86_64_gnu"
4500version = "0.53.1"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
4503
4504[[package]]
4505name = "windows_x86_64_gnullvm"
4506version = "0.42.2"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4509
4510[[package]]
4511name = "windows_x86_64_gnullvm"
4512version = "0.48.5"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4515
4516[[package]]
4517name = "windows_x86_64_gnullvm"
4518version = "0.52.6"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4521
4522[[package]]
4523name = "windows_x86_64_gnullvm"
4524version = "0.53.1"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
4527
4528[[package]]
4529name = "windows_x86_64_msvc"
4530version = "0.42.2"
4531source = "registry+https://github.com/rust-lang/crates.io-index"
4532checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4533
4534[[package]]
4535name = "windows_x86_64_msvc"
4536version = "0.48.5"
4537source = "registry+https://github.com/rust-lang/crates.io-index"
4538checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4539
4540[[package]]
4541name = "windows_x86_64_msvc"
4542version = "0.52.6"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4545
4546[[package]]
4547name = "windows_x86_64_msvc"
4548version = "0.53.1"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4551
4552[[package]]
4553name = "winreg"
4554version = "0.50.0"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
4557dependencies = [
4558 "cfg-if",
4559 "windows-sys 0.48.0",
4560]
4561
4562[[package]]
4563name = "wit-bindgen"
4564version = "0.51.0"
4565source = "registry+https://github.com/rust-lang/crates.io-index"
4566checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
4567dependencies = [
4568 "wit-bindgen-rust-macro",
4569]
4570
4571[[package]]
4572name = "wit-bindgen-core"
4573version = "0.51.0"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
4576dependencies = [
4577 "anyhow",
4578 "heck 0.5.0",
4579 "wit-parser",
4580]
4581
4582[[package]]
4583name = "wit-bindgen-rust"
4584version = "0.51.0"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
4587dependencies = [
4588 "anyhow",
4589 "heck 0.5.0",
4590 "indexmap",
4591 "prettyplease",
4592 "syn",
4593 "wasm-metadata",
4594 "wit-bindgen-core",
4595 "wit-component",
4596]
4597
4598[[package]]
4599name = "wit-bindgen-rust-macro"
4600version = "0.51.0"
4601source = "registry+https://github.com/rust-lang/crates.io-index"
4602checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
4603dependencies = [
4604 "anyhow",
4605 "prettyplease",
4606 "proc-macro2",
4607 "quote",
4608 "syn",
4609 "wit-bindgen-core",
4610 "wit-bindgen-rust",
4611]
4612
4613[[package]]
4614name = "wit-component"
4615version = "0.244.0"
4616source = "registry+https://github.com/rust-lang/crates.io-index"
4617checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
4618dependencies = [
4619 "anyhow",
4620 "bitflags",
4621 "indexmap",
4622 "log",
4623 "serde",
4624 "serde_derive",
4625 "serde_json",
4626 "wasm-encoder",
4627 "wasm-metadata",
4628 "wasmparser",
4629 "wit-parser",
4630]
4631
4632[[package]]
4633name = "wit-parser"
4634version = "0.244.0"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
4637dependencies = [
4638 "anyhow",
4639 "id-arena",
4640 "indexmap",
4641 "log",
4642 "semver",
4643 "serde",
4644 "serde_derive",
4645 "serde_json",
4646 "unicode-xid",
4647 "wasmparser",
4648]
4649
4650[[package]]
4651name = "writeable"
4652version = "0.6.2"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4655
4656[[package]]
4657name = "xxhash-rust"
4658version = "0.8.15"
4659source = "registry+https://github.com/rust-lang/crates.io-index"
4660checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
4661
4662[[package]]
4663name = "yansi"
4664version = "1.0.1"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
4667
4668[[package]]
4669name = "yoke"
4670version = "0.8.1"
4671source = "registry+https://github.com/rust-lang/crates.io-index"
4672checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4673dependencies = [
4674 "stable_deref_trait",
4675 "yoke-derive",
4676 "zerofrom",
4677]
4678
4679[[package]]
4680name = "yoke-derive"
4681version = "0.8.1"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4684dependencies = [
4685 "proc-macro2",
4686 "quote",
4687 "syn",
4688 "synstructure",
4689]
4690
4691[[package]]
4692name = "zerocopy"
4693version = "0.8.40"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5"
4696dependencies = [
4697 "zerocopy-derive",
4698]
4699
4700[[package]]
4701name = "zerocopy-derive"
4702version = "0.8.40"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953"
4705dependencies = [
4706 "proc-macro2",
4707 "quote",
4708 "syn",
4709]
4710
4711[[package]]
4712name = "zerofrom"
4713version = "0.1.6"
4714source = "registry+https://github.com/rust-lang/crates.io-index"
4715checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4716dependencies = [
4717 "zerofrom-derive",
4718]
4719
4720[[package]]
4721name = "zerofrom-derive"
4722version = "0.1.6"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4725dependencies = [
4726 "proc-macro2",
4727 "quote",
4728 "syn",
4729 "synstructure",
4730]
4731
4732[[package]]
4733name = "zeroize"
4734version = "1.8.2"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
4737
4738[[package]]
4739name = "zerotrie"
4740version = "0.2.3"
4741source = "registry+https://github.com/rust-lang/crates.io-index"
4742checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
4743dependencies = [
4744 "displaydoc",
4745 "yoke",
4746 "zerofrom",
4747]
4748
4749[[package]]
4750name = "zerovec"
4751version = "0.11.5"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
4754dependencies = [
4755 "yoke",
4756 "zerofrom",
4757 "zerovec-derive",
4758]
4759
4760[[package]]
4761name = "zerovec-derive"
4762version = "0.11.2"
4763source = "registry+https://github.com/rust-lang/crates.io-index"
4764checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
4765dependencies = [
4766 "proc-macro2",
4767 "quote",
4768 "syn",
4769]
4770
4771[[package]]
4772name = "zmij"
4773version = "1.0.21"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4776
4777[[package]]
4778name = "zstd"
4779version = "0.13.3"
4780source = "registry+https://github.com/rust-lang/crates.io-index"
4781checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
4782dependencies = [
4783 "zstd-safe",
4784]
4785
4786[[package]]
4787name = "zstd-safe"
4788version = "7.2.4"
4789source = "registry+https://github.com/rust-lang/crates.io-index"
4790checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
4791dependencies = [
4792 "zstd-sys",
4793]
4794
4795[[package]]
4796name = "zstd-sys"
4797version = "2.0.16+zstd.1.5.7"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
4800dependencies = [
4801 "cc",
4802 "pkg-config",
4803]