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