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