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