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