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