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