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