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