this repo has no description
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "allocator-api2"
7version = "0.2.21"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
10
11[[package]]
12name = "android_system_properties"
13version = "0.1.5"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16dependencies = [
17 "libc",
18]
19
20[[package]]
21name = "anyhow"
22version = "1.0.102"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
25
26[[package]]
27name = "argon2"
28version = "0.5.3"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
31dependencies = [
32 "base64ct",
33 "blake2",
34 "cpufeatures 0.2.17",
35 "password-hash",
36]
37
38[[package]]
39name = "async-channel"
40version = "1.9.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
43dependencies = [
44 "concurrent-queue",
45 "event-listener 2.5.3",
46 "futures-core",
47]
48
49[[package]]
50name = "async-channel"
51version = "2.5.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
54dependencies = [
55 "concurrent-queue",
56 "event-listener-strategy",
57 "futures-core",
58 "pin-project-lite",
59]
60
61[[package]]
62name = "async-executor"
63version = "1.14.0"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
66dependencies = [
67 "async-task",
68 "concurrent-queue",
69 "fastrand 2.3.0",
70 "futures-lite 2.6.1",
71 "pin-project-lite",
72 "slab",
73]
74
75[[package]]
76name = "async-global-executor"
77version = "2.4.1"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
80dependencies = [
81 "async-channel 2.5.0",
82 "async-executor",
83 "async-io",
84 "async-lock",
85 "blocking",
86 "futures-lite 2.6.1",
87 "once_cell",
88]
89
90[[package]]
91name = "async-io"
92version = "2.6.0"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
95dependencies = [
96 "autocfg",
97 "cfg-if",
98 "concurrent-queue",
99 "futures-io",
100 "futures-lite 2.6.1",
101 "parking",
102 "polling 3.11.0",
103 "rustix",
104 "slab",
105 "windows-sys 0.61.2",
106]
107
108[[package]]
109name = "async-lock"
110version = "3.4.2"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
113dependencies = [
114 "event-listener 5.4.1",
115 "event-listener-strategy",
116 "pin-project-lite",
117]
118
119[[package]]
120name = "async-native-tls"
121version = "0.5.0"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
124dependencies = [
125 "futures-util",
126 "native-tls",
127 "thiserror 1.0.69",
128 "url",
129]
130
131[[package]]
132name = "async-std"
133version = "1.13.2"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
136dependencies = [
137 "async-channel 1.9.0",
138 "async-global-executor",
139 "async-io",
140 "async-lock",
141 "crossbeam-utils",
142 "futures-channel",
143 "futures-core",
144 "futures-io",
145 "futures-lite 2.6.1",
146 "gloo-timers",
147 "kv-log-macro",
148 "log",
149 "memchr",
150 "once_cell",
151 "pin-project-lite",
152 "pin-utils",
153 "slab",
154 "wasm-bindgen-futures",
155]
156
157[[package]]
158name = "async-task"
159version = "4.7.1"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
162
163[[package]]
164name = "async-tungstenite"
165version = "0.28.2"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
168dependencies = [
169 "async-native-tls",
170 "async-std",
171 "atomic-waker",
172 "futures-core",
173 "futures-io",
174 "futures-task",
175 "futures-util",
176 "log",
177 "pin-project-lite",
178 "tungstenite",
179]
180
181[[package]]
182name = "atoi"
183version = "2.0.0"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
186dependencies = [
187 "num-traits",
188]
189
190[[package]]
191name = "atomic-waker"
192version = "1.1.2"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
195
196[[package]]
197name = "autocfg"
198version = "1.5.0"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
201
202[[package]]
203name = "axum"
204version = "0.8.8"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
207dependencies = [
208 "axum-core",
209 "bytes",
210 "form_urlencoded",
211 "futures-util",
212 "http 1.4.0",
213 "http-body",
214 "http-body-util",
215 "hyper",
216 "hyper-util",
217 "itoa",
218 "matchit",
219 "memchr",
220 "mime",
221 "percent-encoding",
222 "pin-project-lite",
223 "serde_core",
224 "serde_json",
225 "serde_path_to_error",
226 "serde_urlencoded",
227 "sync_wrapper",
228 "tokio",
229 "tower",
230 "tower-layer",
231 "tower-service",
232 "tracing",
233]
234
235[[package]]
236name = "axum-core"
237version = "0.5.6"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
240dependencies = [
241 "bytes",
242 "futures-core",
243 "http 1.4.0",
244 "http-body",
245 "http-body-util",
246 "mime",
247 "pin-project-lite",
248 "sync_wrapper",
249 "tower-layer",
250 "tower-service",
251 "tracing",
252]
253
254[[package]]
255name = "ayos-api"
256version = "0.1.0"
257dependencies = [
258 "argon2",
259 "axum",
260 "base64 0.22.1",
261 "chrono",
262 "dotenvy",
263 "ece",
264 "hex",
265 "jsonwebtoken",
266 "msedge-tts",
267 "p256",
268 "rand 0.8.5",
269 "reqwest",
270 "serde",
271 "serde_json",
272 "sha2",
273 "sqlx",
274 "tokio",
275 "tower-http",
276 "uuid",
277]
278
279[[package]]
280name = "base16ct"
281version = "0.2.0"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
284
285[[package]]
286name = "base64"
287version = "0.21.7"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
290
291[[package]]
292name = "base64"
293version = "0.22.1"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
296
297[[package]]
298name = "base64ct"
299version = "1.8.3"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
302
303[[package]]
304name = "bitflags"
305version = "1.3.2"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
308
309[[package]]
310name = "bitflags"
311version = "2.11.0"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
314dependencies = [
315 "serde_core",
316]
317
318[[package]]
319name = "blake2"
320version = "0.10.6"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
323dependencies = [
324 "digest",
325]
326
327[[package]]
328name = "block-buffer"
329version = "0.10.4"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
332dependencies = [
333 "generic-array",
334]
335
336[[package]]
337name = "blocking"
338version = "1.6.2"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
341dependencies = [
342 "async-channel 2.5.0",
343 "async-task",
344 "futures-io",
345 "futures-lite 2.6.1",
346 "piper",
347]
348
349[[package]]
350name = "bumpalo"
351version = "3.20.2"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
354
355[[package]]
356name = "byteorder"
357version = "1.5.0"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
360
361[[package]]
362name = "bytes"
363version = "1.11.1"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
366
367[[package]]
368name = "castaway"
369version = "0.1.2"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
372
373[[package]]
374name = "cc"
375version = "1.2.56"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
378dependencies = [
379 "find-msvc-tools",
380 "shlex",
381]
382
383[[package]]
384name = "cfg-if"
385version = "1.0.4"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
388
389[[package]]
390name = "cfg_aliases"
391version = "0.2.1"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
394
395[[package]]
396name = "chacha20"
397version = "0.10.0"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
400dependencies = [
401 "cfg-if",
402 "cpufeatures 0.3.0",
403 "rand_core 0.10.0",
404]
405
406[[package]]
407name = "chrono"
408version = "0.4.44"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
411dependencies = [
412 "iana-time-zone",
413 "js-sys",
414 "num-traits",
415 "serde",
416 "wasm-bindgen",
417 "windows-link",
418]
419
420[[package]]
421name = "concurrent-queue"
422version = "2.5.0"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
425dependencies = [
426 "crossbeam-utils",
427]
428
429[[package]]
430name = "const-oid"
431version = "0.9.6"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
434
435[[package]]
436name = "core-foundation"
437version = "0.10.1"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
440dependencies = [
441 "core-foundation-sys",
442 "libc",
443]
444
445[[package]]
446name = "core-foundation-sys"
447version = "0.8.7"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
450
451[[package]]
452name = "cpufeatures"
453version = "0.2.17"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
456dependencies = [
457 "libc",
458]
459
460[[package]]
461name = "cpufeatures"
462version = "0.3.0"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
465dependencies = [
466 "libc",
467]
468
469[[package]]
470name = "crc"
471version = "3.4.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
474dependencies = [
475 "crc-catalog",
476]
477
478[[package]]
479name = "crc-catalog"
480version = "2.4.0"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
483
484[[package]]
485name = "crossbeam-queue"
486version = "0.3.12"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
489dependencies = [
490 "crossbeam-utils",
491]
492
493[[package]]
494name = "crossbeam-utils"
495version = "0.8.21"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
498
499[[package]]
500name = "crypto-bigint"
501version = "0.5.5"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
504dependencies = [
505 "generic-array",
506 "rand_core 0.6.4",
507 "subtle",
508 "zeroize",
509]
510
511[[package]]
512name = "crypto-common"
513version = "0.1.7"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
516dependencies = [
517 "generic-array",
518 "typenum",
519]
520
521[[package]]
522name = "curl"
523version = "0.4.49"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "79fc3b6dd0b87ba36e565715bf9a2ced221311db47bd18011676f24a6066edbc"
526dependencies = [
527 "curl-sys",
528 "libc",
529 "openssl-probe 0.1.6",
530 "openssl-sys",
531 "schannel",
532 "socket2",
533 "windows-sys 0.59.0",
534]
535
536[[package]]
537name = "curl-sys"
538version = "0.4.85+curl-8.18.0"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "c0efa6142b5ecc05f6d3eaa39e6af4888b9d3939273fb592c92b7088a8cf3fdb"
541dependencies = [
542 "cc",
543 "libc",
544 "libnghttp2-sys",
545 "libz-sys",
546 "openssl-sys",
547 "pkg-config",
548 "vcpkg",
549 "windows-sys 0.59.0",
550]
551
552[[package]]
553name = "data-encoding"
554version = "2.10.0"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
557
558[[package]]
559name = "der"
560version = "0.7.10"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
563dependencies = [
564 "const-oid",
565 "pem-rfc7468",
566 "zeroize",
567]
568
569[[package]]
570name = "deranged"
571version = "0.5.8"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
574dependencies = [
575 "powerfmt",
576]
577
578[[package]]
579name = "digest"
580version = "0.10.7"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
583dependencies = [
584 "block-buffer",
585 "const-oid",
586 "crypto-common",
587 "subtle",
588]
589
590[[package]]
591name = "displaydoc"
592version = "0.2.5"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
595dependencies = [
596 "proc-macro2",
597 "quote",
598 "syn",
599]
600
601[[package]]
602name = "dotenvy"
603version = "0.15.7"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
606
607[[package]]
608name = "ecdsa"
609version = "0.16.9"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
612dependencies = [
613 "der",
614 "digest",
615 "elliptic-curve",
616 "rfc6979",
617 "signature",
618 "spki",
619]
620
621[[package]]
622name = "ece"
623version = "2.3.1"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "c2ea1d2f2cc974957a4e2575d8e5bb494549bab66338d6320c2789abcfff5746"
626dependencies = [
627 "base64 0.21.7",
628 "byteorder",
629 "hex",
630 "hkdf",
631 "lazy_static",
632 "once_cell",
633 "openssl",
634 "serde",
635 "sha2",
636 "thiserror 1.0.69",
637]
638
639[[package]]
640name = "either"
641version = "1.15.0"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
644dependencies = [
645 "serde",
646]
647
648[[package]]
649name = "elliptic-curve"
650version = "0.13.8"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
653dependencies = [
654 "base16ct",
655 "crypto-bigint",
656 "digest",
657 "ff",
658 "generic-array",
659 "group",
660 "pem-rfc7468",
661 "pkcs8",
662 "rand_core 0.6.4",
663 "sec1",
664 "subtle",
665 "zeroize",
666]
667
668[[package]]
669name = "encoding_rs"
670version = "0.8.35"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
673dependencies = [
674 "cfg-if",
675]
676
677[[package]]
678name = "equivalent"
679version = "1.0.2"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
682
683[[package]]
684name = "errno"
685version = "0.3.14"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
688dependencies = [
689 "libc",
690 "windows-sys 0.61.2",
691]
692
693[[package]]
694name = "etcetera"
695version = "0.8.0"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
698dependencies = [
699 "cfg-if",
700 "home",
701 "windows-sys 0.48.0",
702]
703
704[[package]]
705name = "event-listener"
706version = "2.5.3"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
709
710[[package]]
711name = "event-listener"
712version = "5.4.1"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
715dependencies = [
716 "concurrent-queue",
717 "parking",
718 "pin-project-lite",
719]
720
721[[package]]
722name = "event-listener-strategy"
723version = "0.5.4"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
726dependencies = [
727 "event-listener 5.4.1",
728 "pin-project-lite",
729]
730
731[[package]]
732name = "fastrand"
733version = "1.9.0"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
736dependencies = [
737 "instant",
738]
739
740[[package]]
741name = "fastrand"
742version = "2.3.0"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
745
746[[package]]
747name = "ff"
748version = "0.13.1"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
751dependencies = [
752 "rand_core 0.6.4",
753 "subtle",
754]
755
756[[package]]
757name = "find-msvc-tools"
758version = "0.1.9"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
761
762[[package]]
763name = "flume"
764version = "0.11.1"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
767dependencies = [
768 "futures-core",
769 "futures-sink",
770 "spin",
771]
772
773[[package]]
774name = "fnv"
775version = "1.0.7"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
778
779[[package]]
780name = "foldhash"
781version = "0.1.5"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
784
785[[package]]
786name = "foreign-types"
787version = "0.3.2"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
790dependencies = [
791 "foreign-types-shared",
792]
793
794[[package]]
795name = "foreign-types-shared"
796version = "0.1.1"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
799
800[[package]]
801name = "form_urlencoded"
802version = "1.2.2"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
805dependencies = [
806 "percent-encoding",
807]
808
809[[package]]
810name = "futures-channel"
811version = "0.3.32"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
814dependencies = [
815 "futures-core",
816 "futures-sink",
817]
818
819[[package]]
820name = "futures-core"
821version = "0.3.32"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
824
825[[package]]
826name = "futures-executor"
827version = "0.3.32"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
830dependencies = [
831 "futures-core",
832 "futures-task",
833 "futures-util",
834]
835
836[[package]]
837name = "futures-intrusive"
838version = "0.5.0"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
841dependencies = [
842 "futures-core",
843 "lock_api",
844 "parking_lot",
845]
846
847[[package]]
848name = "futures-io"
849version = "0.3.32"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
852
853[[package]]
854name = "futures-lite"
855version = "1.13.0"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
858dependencies = [
859 "fastrand 1.9.0",
860 "futures-core",
861 "futures-io",
862 "memchr",
863 "parking",
864 "pin-project-lite",
865 "waker-fn",
866]
867
868[[package]]
869name = "futures-lite"
870version = "2.6.1"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
873dependencies = [
874 "fastrand 2.3.0",
875 "futures-core",
876 "futures-io",
877 "parking",
878 "pin-project-lite",
879]
880
881[[package]]
882name = "futures-macro"
883version = "0.3.32"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
886dependencies = [
887 "proc-macro2",
888 "quote",
889 "syn",
890]
891
892[[package]]
893name = "futures-sink"
894version = "0.3.32"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
897
898[[package]]
899name = "futures-task"
900version = "0.3.32"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
903
904[[package]]
905name = "futures-util"
906version = "0.3.32"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
909dependencies = [
910 "futures-core",
911 "futures-io",
912 "futures-macro",
913 "futures-sink",
914 "futures-task",
915 "memchr",
916 "pin-project-lite",
917 "slab",
918]
919
920[[package]]
921name = "generic-array"
922version = "0.14.7"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
925dependencies = [
926 "typenum",
927 "version_check",
928 "zeroize",
929]
930
931[[package]]
932name = "getrandom"
933version = "0.2.17"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
936dependencies = [
937 "cfg-if",
938 "js-sys",
939 "libc",
940 "wasi",
941 "wasm-bindgen",
942]
943
944[[package]]
945name = "getrandom"
946version = "0.3.4"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
949dependencies = [
950 "cfg-if",
951 "js-sys",
952 "libc",
953 "r-efi 5.3.0",
954 "wasip2",
955 "wasm-bindgen",
956]
957
958[[package]]
959name = "getrandom"
960version = "0.4.2"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
963dependencies = [
964 "cfg-if",
965 "libc",
966 "r-efi 6.0.0",
967 "rand_core 0.10.0",
968 "wasip2",
969 "wasip3",
970]
971
972[[package]]
973name = "gloo-timers"
974version = "0.3.0"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
977dependencies = [
978 "futures-channel",
979 "futures-core",
980 "js-sys",
981 "wasm-bindgen",
982]
983
984[[package]]
985name = "group"
986version = "0.13.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
989dependencies = [
990 "ff",
991 "rand_core 0.6.4",
992 "subtle",
993]
994
995[[package]]
996name = "hashbrown"
997version = "0.15.5"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1000dependencies = [
1001 "allocator-api2",
1002 "equivalent",
1003 "foldhash",
1004]
1005
1006[[package]]
1007name = "hashbrown"
1008version = "0.16.1"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1011
1012[[package]]
1013name = "hashlink"
1014version = "0.10.0"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1017dependencies = [
1018 "hashbrown 0.15.5",
1019]
1020
1021[[package]]
1022name = "heck"
1023version = "0.5.0"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1026
1027[[package]]
1028name = "hermit-abi"
1029version = "0.5.2"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1032
1033[[package]]
1034name = "hex"
1035version = "0.4.3"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1038
1039[[package]]
1040name = "hkdf"
1041version = "0.12.4"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1044dependencies = [
1045 "hmac",
1046]
1047
1048[[package]]
1049name = "hmac"
1050version = "0.12.1"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1053dependencies = [
1054 "digest",
1055]
1056
1057[[package]]
1058name = "home"
1059version = "0.5.12"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
1062dependencies = [
1063 "windows-sys 0.61.2",
1064]
1065
1066[[package]]
1067name = "http"
1068version = "0.2.12"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1071dependencies = [
1072 "bytes",
1073 "fnv",
1074 "itoa",
1075]
1076
1077[[package]]
1078name = "http"
1079version = "1.4.0"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1082dependencies = [
1083 "bytes",
1084 "itoa",
1085]
1086
1087[[package]]
1088name = "http-body"
1089version = "1.0.1"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1092dependencies = [
1093 "bytes",
1094 "http 1.4.0",
1095]
1096
1097[[package]]
1098name = "http-body-util"
1099version = "0.1.3"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1102dependencies = [
1103 "bytes",
1104 "futures-core",
1105 "http 1.4.0",
1106 "http-body",
1107 "pin-project-lite",
1108]
1109
1110[[package]]
1111name = "http-range-header"
1112version = "0.4.2"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
1115
1116[[package]]
1117name = "httparse"
1118version = "1.10.1"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1121
1122[[package]]
1123name = "httpdate"
1124version = "1.0.3"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1127
1128[[package]]
1129name = "hyper"
1130version = "1.8.1"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1133dependencies = [
1134 "atomic-waker",
1135 "bytes",
1136 "futures-channel",
1137 "futures-core",
1138 "http 1.4.0",
1139 "http-body",
1140 "httparse",
1141 "httpdate",
1142 "itoa",
1143 "pin-project-lite",
1144 "pin-utils",
1145 "smallvec",
1146 "tokio",
1147 "want",
1148]
1149
1150[[package]]
1151name = "hyper-rustls"
1152version = "0.27.7"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1155dependencies = [
1156 "http 1.4.0",
1157 "hyper",
1158 "hyper-util",
1159 "rustls",
1160 "rustls-pki-types",
1161 "tokio",
1162 "tokio-rustls",
1163 "tower-service",
1164 "webpki-roots",
1165]
1166
1167[[package]]
1168name = "hyper-util"
1169version = "0.1.20"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1172dependencies = [
1173 "base64 0.22.1",
1174 "bytes",
1175 "futures-channel",
1176 "futures-util",
1177 "http 1.4.0",
1178 "http-body",
1179 "hyper",
1180 "ipnet",
1181 "libc",
1182 "percent-encoding",
1183 "pin-project-lite",
1184 "socket2",
1185 "tokio",
1186 "tower-service",
1187 "tracing",
1188]
1189
1190[[package]]
1191name = "iana-time-zone"
1192version = "0.1.65"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1195dependencies = [
1196 "android_system_properties",
1197 "core-foundation-sys",
1198 "iana-time-zone-haiku",
1199 "js-sys",
1200 "log",
1201 "wasm-bindgen",
1202 "windows-core",
1203]
1204
1205[[package]]
1206name = "iana-time-zone-haiku"
1207version = "0.1.2"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1210dependencies = [
1211 "cc",
1212]
1213
1214[[package]]
1215name = "icu_collections"
1216version = "2.1.1"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1219dependencies = [
1220 "displaydoc",
1221 "potential_utf",
1222 "yoke",
1223 "zerofrom",
1224 "zerovec",
1225]
1226
1227[[package]]
1228name = "icu_locale_core"
1229version = "2.1.1"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1232dependencies = [
1233 "displaydoc",
1234 "litemap",
1235 "tinystr",
1236 "writeable",
1237 "zerovec",
1238]
1239
1240[[package]]
1241name = "icu_normalizer"
1242version = "2.1.1"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1245dependencies = [
1246 "icu_collections",
1247 "icu_normalizer_data",
1248 "icu_properties",
1249 "icu_provider",
1250 "smallvec",
1251 "zerovec",
1252]
1253
1254[[package]]
1255name = "icu_normalizer_data"
1256version = "2.1.1"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1259
1260[[package]]
1261name = "icu_properties"
1262version = "2.1.2"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1265dependencies = [
1266 "icu_collections",
1267 "icu_locale_core",
1268 "icu_properties_data",
1269 "icu_provider",
1270 "zerotrie",
1271 "zerovec",
1272]
1273
1274[[package]]
1275name = "icu_properties_data"
1276version = "2.1.2"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1279
1280[[package]]
1281name = "icu_provider"
1282version = "2.1.1"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1285dependencies = [
1286 "displaydoc",
1287 "icu_locale_core",
1288 "writeable",
1289 "yoke",
1290 "zerofrom",
1291 "zerotrie",
1292 "zerovec",
1293]
1294
1295[[package]]
1296name = "id-arena"
1297version = "2.3.0"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1300
1301[[package]]
1302name = "idna"
1303version = "1.1.0"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1306dependencies = [
1307 "idna_adapter",
1308 "smallvec",
1309 "utf8_iter",
1310]
1311
1312[[package]]
1313name = "idna_adapter"
1314version = "1.2.1"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1317dependencies = [
1318 "icu_normalizer",
1319 "icu_properties",
1320]
1321
1322[[package]]
1323name = "indexmap"
1324version = "2.13.0"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1327dependencies = [
1328 "equivalent",
1329 "hashbrown 0.16.1",
1330 "serde",
1331 "serde_core",
1332]
1333
1334[[package]]
1335name = "instant"
1336version = "0.1.13"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1339dependencies = [
1340 "cfg-if",
1341]
1342
1343[[package]]
1344name = "ipnet"
1345version = "2.12.0"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1348
1349[[package]]
1350name = "iri-string"
1351version = "0.7.10"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1354dependencies = [
1355 "memchr",
1356 "serde",
1357]
1358
1359[[package]]
1360name = "isahc"
1361version = "1.7.2"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
1364dependencies = [
1365 "async-channel 1.9.0",
1366 "castaway",
1367 "crossbeam-utils",
1368 "curl",
1369 "curl-sys",
1370 "encoding_rs",
1371 "event-listener 2.5.3",
1372 "futures-lite 1.13.0",
1373 "http 0.2.12",
1374 "log",
1375 "mime",
1376 "once_cell",
1377 "polling 2.8.0",
1378 "serde",
1379 "serde_json",
1380 "slab",
1381 "sluice",
1382 "tracing",
1383 "tracing-futures",
1384 "url",
1385 "waker-fn",
1386]
1387
1388[[package]]
1389name = "itoa"
1390version = "1.0.17"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1393
1394[[package]]
1395name = "js-sys"
1396version = "0.3.91"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
1399dependencies = [
1400 "once_cell",
1401 "wasm-bindgen",
1402]
1403
1404[[package]]
1405name = "jsonwebtoken"
1406version = "9.3.1"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
1409dependencies = [
1410 "base64 0.22.1",
1411 "js-sys",
1412 "pem",
1413 "ring",
1414 "serde",
1415 "serde_json",
1416 "simple_asn1",
1417]
1418
1419[[package]]
1420name = "kv-log-macro"
1421version = "1.0.7"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1424dependencies = [
1425 "log",
1426]
1427
1428[[package]]
1429name = "lazy_static"
1430version = "1.5.0"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1433dependencies = [
1434 "spin",
1435]
1436
1437[[package]]
1438name = "leb128fmt"
1439version = "0.1.0"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1442
1443[[package]]
1444name = "libc"
1445version = "0.2.183"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
1448
1449[[package]]
1450name = "libm"
1451version = "0.2.16"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1454
1455[[package]]
1456name = "libnghttp2-sys"
1457version = "0.1.12+1.68.0"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "31d4c51112b381b39a072a6010bc5d3e5557996c5d0150abacd1d349b2636299"
1460dependencies = [
1461 "cc",
1462 "libc",
1463]
1464
1465[[package]]
1466name = "libredox"
1467version = "0.1.14"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a"
1470dependencies = [
1471 "bitflags 2.11.0",
1472 "libc",
1473 "plain",
1474 "redox_syscall 0.7.3",
1475]
1476
1477[[package]]
1478name = "libsqlite3-sys"
1479version = "0.30.1"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1482dependencies = [
1483 "cc",
1484 "pkg-config",
1485 "vcpkg",
1486]
1487
1488[[package]]
1489name = "libz-sys"
1490version = "1.1.25"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "d52f4c29e2a68ac30c9087e1b772dc9f44a2b66ed44edf2266cf2be9b03dafc1"
1493dependencies = [
1494 "cc",
1495 "libc",
1496 "pkg-config",
1497 "vcpkg",
1498]
1499
1500[[package]]
1501name = "linux-raw-sys"
1502version = "0.12.1"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1505
1506[[package]]
1507name = "litemap"
1508version = "0.8.1"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1511
1512[[package]]
1513name = "lock_api"
1514version = "0.4.14"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1517dependencies = [
1518 "scopeguard",
1519]
1520
1521[[package]]
1522name = "log"
1523version = "0.4.29"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1526dependencies = [
1527 "value-bag",
1528]
1529
1530[[package]]
1531name = "lru-slab"
1532version = "0.1.2"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1535
1536[[package]]
1537name = "matchit"
1538version = "0.8.4"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1541
1542[[package]]
1543name = "md-5"
1544version = "0.10.6"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1547dependencies = [
1548 "cfg-if",
1549 "digest",
1550]
1551
1552[[package]]
1553name = "memchr"
1554version = "2.8.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1557
1558[[package]]
1559name = "mime"
1560version = "0.3.17"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1563
1564[[package]]
1565name = "mime_guess"
1566version = "2.0.5"
1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1569dependencies = [
1570 "mime",
1571 "unicase",
1572]
1573
1574[[package]]
1575name = "mio"
1576version = "1.1.1"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1579dependencies = [
1580 "libc",
1581 "wasi",
1582 "windows-sys 0.61.2",
1583]
1584
1585[[package]]
1586name = "msedge-tts"
1587version = "0.2.5"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "2c4486f2d5d593ddfb54e06ffc647de2ce6bb5aa2c10861f2652e875ba51dddf"
1590dependencies = [
1591 "async-io",
1592 "async-lock",
1593 "async-native-tls",
1594 "async-std",
1595 "async-tungstenite",
1596 "base64 0.22.1",
1597 "chrono",
1598 "futures-util",
1599 "http 1.4.0",
1600 "httparse",
1601 "isahc",
1602 "native-tls",
1603 "serde",
1604 "serde_json",
1605 "sha2",
1606 "thiserror 2.0.18",
1607 "tungstenite",
1608 "uuid",
1609]
1610
1611[[package]]
1612name = "native-tls"
1613version = "0.2.18"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
1616dependencies = [
1617 "libc",
1618 "log",
1619 "openssl",
1620 "openssl-probe 0.2.1",
1621 "openssl-sys",
1622 "schannel",
1623 "security-framework",
1624 "security-framework-sys",
1625 "tempfile",
1626]
1627
1628[[package]]
1629name = "num-bigint"
1630version = "0.4.6"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1633dependencies = [
1634 "num-integer",
1635 "num-traits",
1636]
1637
1638[[package]]
1639name = "num-bigint-dig"
1640version = "0.8.6"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
1643dependencies = [
1644 "lazy_static",
1645 "libm",
1646 "num-integer",
1647 "num-iter",
1648 "num-traits",
1649 "rand 0.8.5",
1650 "smallvec",
1651 "zeroize",
1652]
1653
1654[[package]]
1655name = "num-conv"
1656version = "0.2.0"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
1659
1660[[package]]
1661name = "num-integer"
1662version = "0.1.46"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1665dependencies = [
1666 "num-traits",
1667]
1668
1669[[package]]
1670name = "num-iter"
1671version = "0.1.45"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1674dependencies = [
1675 "autocfg",
1676 "num-integer",
1677 "num-traits",
1678]
1679
1680[[package]]
1681name = "num-traits"
1682version = "0.2.19"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1685dependencies = [
1686 "autocfg",
1687 "libm",
1688]
1689
1690[[package]]
1691name = "once_cell"
1692version = "1.21.4"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1695
1696[[package]]
1697name = "openssl"
1698version = "0.10.76"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf"
1701dependencies = [
1702 "bitflags 2.11.0",
1703 "cfg-if",
1704 "foreign-types",
1705 "libc",
1706 "once_cell",
1707 "openssl-macros",
1708 "openssl-sys",
1709]
1710
1711[[package]]
1712name = "openssl-macros"
1713version = "0.1.1"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1716dependencies = [
1717 "proc-macro2",
1718 "quote",
1719 "syn",
1720]
1721
1722[[package]]
1723name = "openssl-probe"
1724version = "0.1.6"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1727
1728[[package]]
1729name = "openssl-probe"
1730version = "0.2.1"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1733
1734[[package]]
1735name = "openssl-sys"
1736version = "0.9.112"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb"
1739dependencies = [
1740 "cc",
1741 "libc",
1742 "pkg-config",
1743 "vcpkg",
1744]
1745
1746[[package]]
1747name = "p256"
1748version = "0.13.2"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
1751dependencies = [
1752 "ecdsa",
1753 "elliptic-curve",
1754 "primeorder",
1755 "sha2",
1756]
1757
1758[[package]]
1759name = "parking"
1760version = "2.2.1"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1763
1764[[package]]
1765name = "parking_lot"
1766version = "0.12.5"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1769dependencies = [
1770 "lock_api",
1771 "parking_lot_core",
1772]
1773
1774[[package]]
1775name = "parking_lot_core"
1776version = "0.9.12"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1779dependencies = [
1780 "cfg-if",
1781 "libc",
1782 "redox_syscall 0.5.18",
1783 "smallvec",
1784 "windows-link",
1785]
1786
1787[[package]]
1788name = "password-hash"
1789version = "0.5.0"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
1792dependencies = [
1793 "base64ct",
1794 "rand_core 0.6.4",
1795 "subtle",
1796]
1797
1798[[package]]
1799name = "pem"
1800version = "3.0.6"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
1803dependencies = [
1804 "base64 0.22.1",
1805 "serde_core",
1806]
1807
1808[[package]]
1809name = "pem-rfc7468"
1810version = "0.7.0"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1813dependencies = [
1814 "base64ct",
1815]
1816
1817[[package]]
1818name = "percent-encoding"
1819version = "2.3.2"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1822
1823[[package]]
1824name = "pin-project"
1825version = "1.1.11"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
1828dependencies = [
1829 "pin-project-internal",
1830]
1831
1832[[package]]
1833name = "pin-project-internal"
1834version = "1.1.11"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
1837dependencies = [
1838 "proc-macro2",
1839 "quote",
1840 "syn",
1841]
1842
1843[[package]]
1844name = "pin-project-lite"
1845version = "0.2.17"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1848
1849[[package]]
1850name = "pin-utils"
1851version = "0.1.0"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1854
1855[[package]]
1856name = "piper"
1857version = "0.2.5"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
1860dependencies = [
1861 "atomic-waker",
1862 "fastrand 2.3.0",
1863 "futures-io",
1864]
1865
1866[[package]]
1867name = "pkcs1"
1868version = "0.7.5"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1871dependencies = [
1872 "der",
1873 "pkcs8",
1874 "spki",
1875]
1876
1877[[package]]
1878name = "pkcs8"
1879version = "0.10.2"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1882dependencies = [
1883 "der",
1884 "spki",
1885]
1886
1887[[package]]
1888name = "pkg-config"
1889version = "0.3.32"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1892
1893[[package]]
1894name = "plain"
1895version = "0.2.3"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1898
1899[[package]]
1900name = "polling"
1901version = "2.8.0"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1904dependencies = [
1905 "autocfg",
1906 "bitflags 1.3.2",
1907 "cfg-if",
1908 "concurrent-queue",
1909 "libc",
1910 "log",
1911 "pin-project-lite",
1912 "windows-sys 0.48.0",
1913]
1914
1915[[package]]
1916name = "polling"
1917version = "3.11.0"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
1920dependencies = [
1921 "cfg-if",
1922 "concurrent-queue",
1923 "hermit-abi",
1924 "pin-project-lite",
1925 "rustix",
1926 "windows-sys 0.61.2",
1927]
1928
1929[[package]]
1930name = "potential_utf"
1931version = "0.1.4"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1934dependencies = [
1935 "zerovec",
1936]
1937
1938[[package]]
1939name = "powerfmt"
1940version = "0.2.0"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1943
1944[[package]]
1945name = "ppv-lite86"
1946version = "0.2.21"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1949dependencies = [
1950 "zerocopy",
1951]
1952
1953[[package]]
1954name = "prettyplease"
1955version = "0.2.37"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1958dependencies = [
1959 "proc-macro2",
1960 "syn",
1961]
1962
1963[[package]]
1964name = "primeorder"
1965version = "0.13.6"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
1968dependencies = [
1969 "elliptic-curve",
1970]
1971
1972[[package]]
1973name = "proc-macro2"
1974version = "1.0.106"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1977dependencies = [
1978 "unicode-ident",
1979]
1980
1981[[package]]
1982name = "quinn"
1983version = "0.11.9"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1986dependencies = [
1987 "bytes",
1988 "cfg_aliases",
1989 "pin-project-lite",
1990 "quinn-proto",
1991 "quinn-udp",
1992 "rustc-hash",
1993 "rustls",
1994 "socket2",
1995 "thiserror 2.0.18",
1996 "tokio",
1997 "tracing",
1998 "web-time",
1999]
2000
2001[[package]]
2002name = "quinn-proto"
2003version = "0.11.14"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
2006dependencies = [
2007 "bytes",
2008 "getrandom 0.3.4",
2009 "lru-slab",
2010 "rand 0.9.2",
2011 "ring",
2012 "rustc-hash",
2013 "rustls",
2014 "rustls-pki-types",
2015 "slab",
2016 "thiserror 2.0.18",
2017 "tinyvec",
2018 "tracing",
2019 "web-time",
2020]
2021
2022[[package]]
2023name = "quinn-udp"
2024version = "0.5.14"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2027dependencies = [
2028 "cfg_aliases",
2029 "libc",
2030 "once_cell",
2031 "socket2",
2032 "tracing",
2033 "windows-sys 0.59.0",
2034]
2035
2036[[package]]
2037name = "quote"
2038version = "1.0.45"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2041dependencies = [
2042 "proc-macro2",
2043]
2044
2045[[package]]
2046name = "r-efi"
2047version = "5.3.0"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2050
2051[[package]]
2052name = "r-efi"
2053version = "6.0.0"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2056
2057[[package]]
2058name = "rand"
2059version = "0.8.5"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2062dependencies = [
2063 "libc",
2064 "rand_chacha 0.3.1",
2065 "rand_core 0.6.4",
2066]
2067
2068[[package]]
2069name = "rand"
2070version = "0.9.2"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2073dependencies = [
2074 "rand_chacha 0.9.0",
2075 "rand_core 0.9.5",
2076]
2077
2078[[package]]
2079name = "rand"
2080version = "0.10.0"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
2083dependencies = [
2084 "chacha20",
2085 "getrandom 0.4.2",
2086 "rand_core 0.10.0",
2087]
2088
2089[[package]]
2090name = "rand_chacha"
2091version = "0.3.1"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2094dependencies = [
2095 "ppv-lite86",
2096 "rand_core 0.6.4",
2097]
2098
2099[[package]]
2100name = "rand_chacha"
2101version = "0.9.0"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2104dependencies = [
2105 "ppv-lite86",
2106 "rand_core 0.9.5",
2107]
2108
2109[[package]]
2110name = "rand_core"
2111version = "0.6.4"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2114dependencies = [
2115 "getrandom 0.2.17",
2116]
2117
2118[[package]]
2119name = "rand_core"
2120version = "0.9.5"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2123dependencies = [
2124 "getrandom 0.3.4",
2125]
2126
2127[[package]]
2128name = "rand_core"
2129version = "0.10.0"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
2132
2133[[package]]
2134name = "redox_syscall"
2135version = "0.5.18"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2138dependencies = [
2139 "bitflags 2.11.0",
2140]
2141
2142[[package]]
2143name = "redox_syscall"
2144version = "0.7.3"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16"
2147dependencies = [
2148 "bitflags 2.11.0",
2149]
2150
2151[[package]]
2152name = "reqwest"
2153version = "0.12.28"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2156dependencies = [
2157 "base64 0.22.1",
2158 "bytes",
2159 "futures-core",
2160 "http 1.4.0",
2161 "http-body",
2162 "http-body-util",
2163 "hyper",
2164 "hyper-rustls",
2165 "hyper-util",
2166 "js-sys",
2167 "log",
2168 "percent-encoding",
2169 "pin-project-lite",
2170 "quinn",
2171 "rustls",
2172 "rustls-pki-types",
2173 "serde",
2174 "serde_json",
2175 "serde_urlencoded",
2176 "sync_wrapper",
2177 "tokio",
2178 "tokio-rustls",
2179 "tower",
2180 "tower-http",
2181 "tower-service",
2182 "url",
2183 "wasm-bindgen",
2184 "wasm-bindgen-futures",
2185 "web-sys",
2186 "webpki-roots",
2187]
2188
2189[[package]]
2190name = "rfc6979"
2191version = "0.4.0"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2194dependencies = [
2195 "hmac",
2196 "subtle",
2197]
2198
2199[[package]]
2200name = "ring"
2201version = "0.17.14"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2204dependencies = [
2205 "cc",
2206 "cfg-if",
2207 "getrandom 0.2.17",
2208 "libc",
2209 "untrusted",
2210 "windows-sys 0.52.0",
2211]
2212
2213[[package]]
2214name = "rsa"
2215version = "0.9.10"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
2218dependencies = [
2219 "const-oid",
2220 "digest",
2221 "num-bigint-dig",
2222 "num-integer",
2223 "num-traits",
2224 "pkcs1",
2225 "pkcs8",
2226 "rand_core 0.6.4",
2227 "signature",
2228 "spki",
2229 "subtle",
2230 "zeroize",
2231]
2232
2233[[package]]
2234name = "rustc-hash"
2235version = "2.1.1"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2238
2239[[package]]
2240name = "rustix"
2241version = "1.1.4"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2244dependencies = [
2245 "bitflags 2.11.0",
2246 "errno",
2247 "libc",
2248 "linux-raw-sys",
2249 "windows-sys 0.61.2",
2250]
2251
2252[[package]]
2253name = "rustls"
2254version = "0.23.37"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
2257dependencies = [
2258 "once_cell",
2259 "ring",
2260 "rustls-pki-types",
2261 "rustls-webpki",
2262 "subtle",
2263 "zeroize",
2264]
2265
2266[[package]]
2267name = "rustls-pki-types"
2268version = "1.14.0"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2271dependencies = [
2272 "web-time",
2273 "zeroize",
2274]
2275
2276[[package]]
2277name = "rustls-webpki"
2278version = "0.103.9"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
2281dependencies = [
2282 "ring",
2283 "rustls-pki-types",
2284 "untrusted",
2285]
2286
2287[[package]]
2288name = "rustversion"
2289version = "1.0.22"
2290source = "registry+https://github.com/rust-lang/crates.io-index"
2291checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2292
2293[[package]]
2294name = "ryu"
2295version = "1.0.23"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2298
2299[[package]]
2300name = "schannel"
2301version = "0.1.29"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2304dependencies = [
2305 "windows-sys 0.61.2",
2306]
2307
2308[[package]]
2309name = "scopeguard"
2310version = "1.2.0"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2313
2314[[package]]
2315name = "sec1"
2316version = "0.7.3"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2319dependencies = [
2320 "base16ct",
2321 "der",
2322 "generic-array",
2323 "pkcs8",
2324 "subtle",
2325 "zeroize",
2326]
2327
2328[[package]]
2329name = "security-framework"
2330version = "3.7.0"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2333dependencies = [
2334 "bitflags 2.11.0",
2335 "core-foundation",
2336 "core-foundation-sys",
2337 "libc",
2338 "security-framework-sys",
2339]
2340
2341[[package]]
2342name = "security-framework-sys"
2343version = "2.17.0"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2346dependencies = [
2347 "core-foundation-sys",
2348 "libc",
2349]
2350
2351[[package]]
2352name = "semver"
2353version = "1.0.27"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2356
2357[[package]]
2358name = "serde"
2359version = "1.0.228"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2362dependencies = [
2363 "serde_core",
2364 "serde_derive",
2365]
2366
2367[[package]]
2368name = "serde_core"
2369version = "1.0.228"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2372dependencies = [
2373 "serde_derive",
2374]
2375
2376[[package]]
2377name = "serde_derive"
2378version = "1.0.228"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2381dependencies = [
2382 "proc-macro2",
2383 "quote",
2384 "syn",
2385]
2386
2387[[package]]
2388name = "serde_json"
2389version = "1.0.149"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2392dependencies = [
2393 "itoa",
2394 "memchr",
2395 "serde",
2396 "serde_core",
2397 "zmij",
2398]
2399
2400[[package]]
2401name = "serde_path_to_error"
2402version = "0.1.20"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2405dependencies = [
2406 "itoa",
2407 "serde",
2408 "serde_core",
2409]
2410
2411[[package]]
2412name = "serde_urlencoded"
2413version = "0.7.1"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2416dependencies = [
2417 "form_urlencoded",
2418 "itoa",
2419 "ryu",
2420 "serde",
2421]
2422
2423[[package]]
2424name = "sha1"
2425version = "0.10.6"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2428dependencies = [
2429 "cfg-if",
2430 "cpufeatures 0.2.17",
2431 "digest",
2432]
2433
2434[[package]]
2435name = "sha2"
2436version = "0.10.9"
2437source = "registry+https://github.com/rust-lang/crates.io-index"
2438checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2439dependencies = [
2440 "cfg-if",
2441 "cpufeatures 0.2.17",
2442 "digest",
2443]
2444
2445[[package]]
2446name = "shlex"
2447version = "1.3.0"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2450
2451[[package]]
2452name = "signal-hook-registry"
2453version = "1.4.8"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2456dependencies = [
2457 "errno",
2458 "libc",
2459]
2460
2461[[package]]
2462name = "signature"
2463version = "2.2.0"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2466dependencies = [
2467 "digest",
2468 "rand_core 0.6.4",
2469]
2470
2471[[package]]
2472name = "simple_asn1"
2473version = "0.6.4"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
2476dependencies = [
2477 "num-bigint",
2478 "num-traits",
2479 "thiserror 2.0.18",
2480 "time",
2481]
2482
2483[[package]]
2484name = "slab"
2485version = "0.4.12"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2488
2489[[package]]
2490name = "sluice"
2491version = "0.5.5"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
2494dependencies = [
2495 "async-channel 1.9.0",
2496 "futures-core",
2497 "futures-io",
2498]
2499
2500[[package]]
2501name = "smallvec"
2502version = "1.15.1"
2503source = "registry+https://github.com/rust-lang/crates.io-index"
2504checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2505dependencies = [
2506 "serde",
2507]
2508
2509[[package]]
2510name = "socket2"
2511version = "0.6.3"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2514dependencies = [
2515 "libc",
2516 "windows-sys 0.61.2",
2517]
2518
2519[[package]]
2520name = "spin"
2521version = "0.9.8"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2524dependencies = [
2525 "lock_api",
2526]
2527
2528[[package]]
2529name = "spki"
2530version = "0.7.3"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2533dependencies = [
2534 "base64ct",
2535 "der",
2536]
2537
2538[[package]]
2539name = "sqlx"
2540version = "0.8.6"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
2543dependencies = [
2544 "sqlx-core",
2545 "sqlx-macros",
2546 "sqlx-mysql",
2547 "sqlx-postgres",
2548 "sqlx-sqlite",
2549]
2550
2551[[package]]
2552name = "sqlx-core"
2553version = "0.8.6"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
2556dependencies = [
2557 "base64 0.22.1",
2558 "bytes",
2559 "crc",
2560 "crossbeam-queue",
2561 "either",
2562 "event-listener 5.4.1",
2563 "futures-core",
2564 "futures-intrusive",
2565 "futures-io",
2566 "futures-util",
2567 "hashbrown 0.15.5",
2568 "hashlink",
2569 "indexmap",
2570 "log",
2571 "memchr",
2572 "once_cell",
2573 "percent-encoding",
2574 "serde",
2575 "serde_json",
2576 "sha2",
2577 "smallvec",
2578 "thiserror 2.0.18",
2579 "tokio",
2580 "tokio-stream",
2581 "tracing",
2582 "url",
2583]
2584
2585[[package]]
2586name = "sqlx-macros"
2587version = "0.8.6"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
2590dependencies = [
2591 "proc-macro2",
2592 "quote",
2593 "sqlx-core",
2594 "sqlx-macros-core",
2595 "syn",
2596]
2597
2598[[package]]
2599name = "sqlx-macros-core"
2600version = "0.8.6"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
2603dependencies = [
2604 "dotenvy",
2605 "either",
2606 "heck",
2607 "hex",
2608 "once_cell",
2609 "proc-macro2",
2610 "quote",
2611 "serde",
2612 "serde_json",
2613 "sha2",
2614 "sqlx-core",
2615 "sqlx-mysql",
2616 "sqlx-postgres",
2617 "sqlx-sqlite",
2618 "syn",
2619 "tokio",
2620 "url",
2621]
2622
2623[[package]]
2624name = "sqlx-mysql"
2625version = "0.8.6"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
2628dependencies = [
2629 "atoi",
2630 "base64 0.22.1",
2631 "bitflags 2.11.0",
2632 "byteorder",
2633 "bytes",
2634 "crc",
2635 "digest",
2636 "dotenvy",
2637 "either",
2638 "futures-channel",
2639 "futures-core",
2640 "futures-io",
2641 "futures-util",
2642 "generic-array",
2643 "hex",
2644 "hkdf",
2645 "hmac",
2646 "itoa",
2647 "log",
2648 "md-5",
2649 "memchr",
2650 "once_cell",
2651 "percent-encoding",
2652 "rand 0.8.5",
2653 "rsa",
2654 "serde",
2655 "sha1",
2656 "sha2",
2657 "smallvec",
2658 "sqlx-core",
2659 "stringprep",
2660 "thiserror 2.0.18",
2661 "tracing",
2662 "whoami",
2663]
2664
2665[[package]]
2666name = "sqlx-postgres"
2667version = "0.8.6"
2668source = "registry+https://github.com/rust-lang/crates.io-index"
2669checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
2670dependencies = [
2671 "atoi",
2672 "base64 0.22.1",
2673 "bitflags 2.11.0",
2674 "byteorder",
2675 "crc",
2676 "dotenvy",
2677 "etcetera",
2678 "futures-channel",
2679 "futures-core",
2680 "futures-util",
2681 "hex",
2682 "hkdf",
2683 "hmac",
2684 "home",
2685 "itoa",
2686 "log",
2687 "md-5",
2688 "memchr",
2689 "once_cell",
2690 "rand 0.8.5",
2691 "serde",
2692 "serde_json",
2693 "sha2",
2694 "smallvec",
2695 "sqlx-core",
2696 "stringprep",
2697 "thiserror 2.0.18",
2698 "tracing",
2699 "whoami",
2700]
2701
2702[[package]]
2703name = "sqlx-sqlite"
2704version = "0.8.6"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
2707dependencies = [
2708 "atoi",
2709 "flume",
2710 "futures-channel",
2711 "futures-core",
2712 "futures-executor",
2713 "futures-intrusive",
2714 "futures-util",
2715 "libsqlite3-sys",
2716 "log",
2717 "percent-encoding",
2718 "serde",
2719 "serde_urlencoded",
2720 "sqlx-core",
2721 "thiserror 2.0.18",
2722 "tracing",
2723 "url",
2724]
2725
2726[[package]]
2727name = "stable_deref_trait"
2728version = "1.2.1"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2731
2732[[package]]
2733name = "stringprep"
2734version = "0.1.5"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2737dependencies = [
2738 "unicode-bidi",
2739 "unicode-normalization",
2740 "unicode-properties",
2741]
2742
2743[[package]]
2744name = "subtle"
2745version = "2.6.1"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2748
2749[[package]]
2750name = "syn"
2751version = "2.0.117"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2754dependencies = [
2755 "proc-macro2",
2756 "quote",
2757 "unicode-ident",
2758]
2759
2760[[package]]
2761name = "sync_wrapper"
2762version = "1.0.2"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2765dependencies = [
2766 "futures-core",
2767]
2768
2769[[package]]
2770name = "synstructure"
2771version = "0.13.2"
2772source = "registry+https://github.com/rust-lang/crates.io-index"
2773checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2774dependencies = [
2775 "proc-macro2",
2776 "quote",
2777 "syn",
2778]
2779
2780[[package]]
2781name = "tempfile"
2782version = "3.27.0"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2785dependencies = [
2786 "fastrand 2.3.0",
2787 "getrandom 0.4.2",
2788 "once_cell",
2789 "rustix",
2790 "windows-sys 0.61.2",
2791]
2792
2793[[package]]
2794name = "thiserror"
2795version = "1.0.69"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2798dependencies = [
2799 "thiserror-impl 1.0.69",
2800]
2801
2802[[package]]
2803name = "thiserror"
2804version = "2.0.18"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2807dependencies = [
2808 "thiserror-impl 2.0.18",
2809]
2810
2811[[package]]
2812name = "thiserror-impl"
2813version = "1.0.69"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2816dependencies = [
2817 "proc-macro2",
2818 "quote",
2819 "syn",
2820]
2821
2822[[package]]
2823name = "thiserror-impl"
2824version = "2.0.18"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2827dependencies = [
2828 "proc-macro2",
2829 "quote",
2830 "syn",
2831]
2832
2833[[package]]
2834name = "time"
2835version = "0.3.47"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2838dependencies = [
2839 "deranged",
2840 "itoa",
2841 "num-conv",
2842 "powerfmt",
2843 "serde_core",
2844 "time-core",
2845 "time-macros",
2846]
2847
2848[[package]]
2849name = "time-core"
2850version = "0.1.8"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2853
2854[[package]]
2855name = "time-macros"
2856version = "0.2.27"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
2859dependencies = [
2860 "num-conv",
2861 "time-core",
2862]
2863
2864[[package]]
2865name = "tinystr"
2866version = "0.8.2"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2869dependencies = [
2870 "displaydoc",
2871 "zerovec",
2872]
2873
2874[[package]]
2875name = "tinyvec"
2876version = "1.10.0"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2879dependencies = [
2880 "tinyvec_macros",
2881]
2882
2883[[package]]
2884name = "tinyvec_macros"
2885version = "0.1.1"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2888
2889[[package]]
2890name = "tokio"
2891version = "1.50.0"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
2894dependencies = [
2895 "bytes",
2896 "libc",
2897 "mio",
2898 "parking_lot",
2899 "pin-project-lite",
2900 "signal-hook-registry",
2901 "socket2",
2902 "tokio-macros",
2903 "windows-sys 0.61.2",
2904]
2905
2906[[package]]
2907name = "tokio-macros"
2908version = "2.6.1"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
2911dependencies = [
2912 "proc-macro2",
2913 "quote",
2914 "syn",
2915]
2916
2917[[package]]
2918name = "tokio-rustls"
2919version = "0.26.4"
2920source = "registry+https://github.com/rust-lang/crates.io-index"
2921checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2922dependencies = [
2923 "rustls",
2924 "tokio",
2925]
2926
2927[[package]]
2928name = "tokio-stream"
2929version = "0.1.18"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
2932dependencies = [
2933 "futures-core",
2934 "pin-project-lite",
2935 "tokio",
2936]
2937
2938[[package]]
2939name = "tokio-util"
2940version = "0.7.18"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2943dependencies = [
2944 "bytes",
2945 "futures-core",
2946 "futures-sink",
2947 "pin-project-lite",
2948 "tokio",
2949]
2950
2951[[package]]
2952name = "tower"
2953version = "0.5.3"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2956dependencies = [
2957 "futures-core",
2958 "futures-util",
2959 "pin-project-lite",
2960 "sync_wrapper",
2961 "tokio",
2962 "tower-layer",
2963 "tower-service",
2964 "tracing",
2965]
2966
2967[[package]]
2968name = "tower-http"
2969version = "0.6.8"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2972dependencies = [
2973 "bitflags 2.11.0",
2974 "bytes",
2975 "futures-core",
2976 "futures-util",
2977 "http 1.4.0",
2978 "http-body",
2979 "http-body-util",
2980 "http-range-header",
2981 "httpdate",
2982 "iri-string",
2983 "mime",
2984 "mime_guess",
2985 "percent-encoding",
2986 "pin-project-lite",
2987 "tokio",
2988 "tokio-util",
2989 "tower",
2990 "tower-layer",
2991 "tower-service",
2992 "tracing",
2993]
2994
2995[[package]]
2996name = "tower-layer"
2997version = "0.3.3"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3000
3001[[package]]
3002name = "tower-service"
3003version = "0.3.3"
3004source = "registry+https://github.com/rust-lang/crates.io-index"
3005checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3006
3007[[package]]
3008name = "tracing"
3009version = "0.1.44"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3012dependencies = [
3013 "log",
3014 "pin-project-lite",
3015 "tracing-attributes",
3016 "tracing-core",
3017]
3018
3019[[package]]
3020name = "tracing-attributes"
3021version = "0.1.31"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3024dependencies = [
3025 "proc-macro2",
3026 "quote",
3027 "syn",
3028]
3029
3030[[package]]
3031name = "tracing-core"
3032version = "0.1.36"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3035dependencies = [
3036 "once_cell",
3037]
3038
3039[[package]]
3040name = "tracing-futures"
3041version = "0.2.5"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
3044dependencies = [
3045 "pin-project",
3046 "tracing",
3047]
3048
3049[[package]]
3050name = "try-lock"
3051version = "0.2.5"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3054
3055[[package]]
3056name = "tungstenite"
3057version = "0.24.0"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
3060dependencies = [
3061 "byteorder",
3062 "bytes",
3063 "data-encoding",
3064 "http 1.4.0",
3065 "httparse",
3066 "log",
3067 "native-tls",
3068 "rand 0.8.5",
3069 "sha1",
3070 "thiserror 1.0.69",
3071 "utf-8",
3072]
3073
3074[[package]]
3075name = "typenum"
3076version = "1.19.0"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3079
3080[[package]]
3081name = "unicase"
3082version = "2.9.0"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
3085
3086[[package]]
3087name = "unicode-bidi"
3088version = "0.3.18"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3091
3092[[package]]
3093name = "unicode-ident"
3094version = "1.0.24"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3097
3098[[package]]
3099name = "unicode-normalization"
3100version = "0.1.25"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
3103dependencies = [
3104 "tinyvec",
3105]
3106
3107[[package]]
3108name = "unicode-properties"
3109version = "0.1.4"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
3112
3113[[package]]
3114name = "unicode-xid"
3115version = "0.2.6"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3118
3119[[package]]
3120name = "untrusted"
3121version = "0.9.0"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3124
3125[[package]]
3126name = "url"
3127version = "2.5.8"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3130dependencies = [
3131 "form_urlencoded",
3132 "idna",
3133 "percent-encoding",
3134 "serde",
3135]
3136
3137[[package]]
3138name = "utf-8"
3139version = "0.7.6"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3142
3143[[package]]
3144name = "utf8_iter"
3145version = "1.0.4"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3148
3149[[package]]
3150name = "uuid"
3151version = "1.22.0"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
3154dependencies = [
3155 "getrandom 0.4.2",
3156 "js-sys",
3157 "rand 0.10.0",
3158 "wasm-bindgen",
3159]
3160
3161[[package]]
3162name = "value-bag"
3163version = "1.12.0"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
3166
3167[[package]]
3168name = "vcpkg"
3169version = "0.2.15"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3172
3173[[package]]
3174name = "version_check"
3175version = "0.9.5"
3176source = "registry+https://github.com/rust-lang/crates.io-index"
3177checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3178
3179[[package]]
3180name = "waker-fn"
3181version = "1.2.0"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
3184
3185[[package]]
3186name = "want"
3187version = "0.3.1"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3190dependencies = [
3191 "try-lock",
3192]
3193
3194[[package]]
3195name = "wasi"
3196version = "0.11.1+wasi-snapshot-preview1"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3199
3200[[package]]
3201name = "wasip2"
3202version = "1.0.2+wasi-0.2.9"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
3205dependencies = [
3206 "wit-bindgen",
3207]
3208
3209[[package]]
3210name = "wasip3"
3211version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
3212source = "registry+https://github.com/rust-lang/crates.io-index"
3213checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
3214dependencies = [
3215 "wit-bindgen",
3216]
3217
3218[[package]]
3219name = "wasite"
3220version = "0.1.0"
3221source = "registry+https://github.com/rust-lang/crates.io-index"
3222checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3223
3224[[package]]
3225name = "wasm-bindgen"
3226version = "0.2.114"
3227source = "registry+https://github.com/rust-lang/crates.io-index"
3228checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
3229dependencies = [
3230 "cfg-if",
3231 "once_cell",
3232 "rustversion",
3233 "wasm-bindgen-macro",
3234 "wasm-bindgen-shared",
3235]
3236
3237[[package]]
3238name = "wasm-bindgen-futures"
3239version = "0.4.64"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
3242dependencies = [
3243 "cfg-if",
3244 "futures-util",
3245 "js-sys",
3246 "once_cell",
3247 "wasm-bindgen",
3248 "web-sys",
3249]
3250
3251[[package]]
3252name = "wasm-bindgen-macro"
3253version = "0.2.114"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
3256dependencies = [
3257 "quote",
3258 "wasm-bindgen-macro-support",
3259]
3260
3261[[package]]
3262name = "wasm-bindgen-macro-support"
3263version = "0.2.114"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
3266dependencies = [
3267 "bumpalo",
3268 "proc-macro2",
3269 "quote",
3270 "syn",
3271 "wasm-bindgen-shared",
3272]
3273
3274[[package]]
3275name = "wasm-bindgen-shared"
3276version = "0.2.114"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
3279dependencies = [
3280 "unicode-ident",
3281]
3282
3283[[package]]
3284name = "wasm-encoder"
3285version = "0.244.0"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
3288dependencies = [
3289 "leb128fmt",
3290 "wasmparser",
3291]
3292
3293[[package]]
3294name = "wasm-metadata"
3295version = "0.244.0"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
3298dependencies = [
3299 "anyhow",
3300 "indexmap",
3301 "wasm-encoder",
3302 "wasmparser",
3303]
3304
3305[[package]]
3306name = "wasmparser"
3307version = "0.244.0"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
3310dependencies = [
3311 "bitflags 2.11.0",
3312 "hashbrown 0.15.5",
3313 "indexmap",
3314 "semver",
3315]
3316
3317[[package]]
3318name = "web-sys"
3319version = "0.3.91"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
3322dependencies = [
3323 "js-sys",
3324 "wasm-bindgen",
3325]
3326
3327[[package]]
3328name = "web-time"
3329version = "1.1.0"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3332dependencies = [
3333 "js-sys",
3334 "wasm-bindgen",
3335]
3336
3337[[package]]
3338name = "webpki-roots"
3339version = "1.0.6"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
3342dependencies = [
3343 "rustls-pki-types",
3344]
3345
3346[[package]]
3347name = "whoami"
3348version = "1.6.1"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
3351dependencies = [
3352 "libredox",
3353 "wasite",
3354]
3355
3356[[package]]
3357name = "windows-core"
3358version = "0.62.2"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3361dependencies = [
3362 "windows-implement",
3363 "windows-interface",
3364 "windows-link",
3365 "windows-result",
3366 "windows-strings",
3367]
3368
3369[[package]]
3370name = "windows-implement"
3371version = "0.60.2"
3372source = "registry+https://github.com/rust-lang/crates.io-index"
3373checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3374dependencies = [
3375 "proc-macro2",
3376 "quote",
3377 "syn",
3378]
3379
3380[[package]]
3381name = "windows-interface"
3382version = "0.59.3"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3385dependencies = [
3386 "proc-macro2",
3387 "quote",
3388 "syn",
3389]
3390
3391[[package]]
3392name = "windows-link"
3393version = "0.2.1"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3396
3397[[package]]
3398name = "windows-result"
3399version = "0.4.1"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3402dependencies = [
3403 "windows-link",
3404]
3405
3406[[package]]
3407name = "windows-strings"
3408version = "0.5.1"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3411dependencies = [
3412 "windows-link",
3413]
3414
3415[[package]]
3416name = "windows-sys"
3417version = "0.48.0"
3418source = "registry+https://github.com/rust-lang/crates.io-index"
3419checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3420dependencies = [
3421 "windows-targets 0.48.5",
3422]
3423
3424[[package]]
3425name = "windows-sys"
3426version = "0.52.0"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3429dependencies = [
3430 "windows-targets 0.52.6",
3431]
3432
3433[[package]]
3434name = "windows-sys"
3435version = "0.59.0"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3438dependencies = [
3439 "windows-targets 0.52.6",
3440]
3441
3442[[package]]
3443name = "windows-sys"
3444version = "0.61.2"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3447dependencies = [
3448 "windows-link",
3449]
3450
3451[[package]]
3452name = "windows-targets"
3453version = "0.48.5"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3456dependencies = [
3457 "windows_aarch64_gnullvm 0.48.5",
3458 "windows_aarch64_msvc 0.48.5",
3459 "windows_i686_gnu 0.48.5",
3460 "windows_i686_msvc 0.48.5",
3461 "windows_x86_64_gnu 0.48.5",
3462 "windows_x86_64_gnullvm 0.48.5",
3463 "windows_x86_64_msvc 0.48.5",
3464]
3465
3466[[package]]
3467name = "windows-targets"
3468version = "0.52.6"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3471dependencies = [
3472 "windows_aarch64_gnullvm 0.52.6",
3473 "windows_aarch64_msvc 0.52.6",
3474 "windows_i686_gnu 0.52.6",
3475 "windows_i686_gnullvm",
3476 "windows_i686_msvc 0.52.6",
3477 "windows_x86_64_gnu 0.52.6",
3478 "windows_x86_64_gnullvm 0.52.6",
3479 "windows_x86_64_msvc 0.52.6",
3480]
3481
3482[[package]]
3483name = "windows_aarch64_gnullvm"
3484version = "0.48.5"
3485source = "registry+https://github.com/rust-lang/crates.io-index"
3486checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3487
3488[[package]]
3489name = "windows_aarch64_gnullvm"
3490version = "0.52.6"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3493
3494[[package]]
3495name = "windows_aarch64_msvc"
3496version = "0.48.5"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3499
3500[[package]]
3501name = "windows_aarch64_msvc"
3502version = "0.52.6"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3505
3506[[package]]
3507name = "windows_i686_gnu"
3508version = "0.48.5"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3511
3512[[package]]
3513name = "windows_i686_gnu"
3514version = "0.52.6"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3517
3518[[package]]
3519name = "windows_i686_gnullvm"
3520version = "0.52.6"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3523
3524[[package]]
3525name = "windows_i686_msvc"
3526version = "0.48.5"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3529
3530[[package]]
3531name = "windows_i686_msvc"
3532version = "0.52.6"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3535
3536[[package]]
3537name = "windows_x86_64_gnu"
3538version = "0.48.5"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3541
3542[[package]]
3543name = "windows_x86_64_gnu"
3544version = "0.52.6"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3547
3548[[package]]
3549name = "windows_x86_64_gnullvm"
3550version = "0.48.5"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3553
3554[[package]]
3555name = "windows_x86_64_gnullvm"
3556version = "0.52.6"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3559
3560[[package]]
3561name = "windows_x86_64_msvc"
3562version = "0.48.5"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3565
3566[[package]]
3567name = "windows_x86_64_msvc"
3568version = "0.52.6"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3571
3572[[package]]
3573name = "wit-bindgen"
3574version = "0.51.0"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3577dependencies = [
3578 "wit-bindgen-rust-macro",
3579]
3580
3581[[package]]
3582name = "wit-bindgen-core"
3583version = "0.51.0"
3584source = "registry+https://github.com/rust-lang/crates.io-index"
3585checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
3586dependencies = [
3587 "anyhow",
3588 "heck",
3589 "wit-parser",
3590]
3591
3592[[package]]
3593name = "wit-bindgen-rust"
3594version = "0.51.0"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
3597dependencies = [
3598 "anyhow",
3599 "heck",
3600 "indexmap",
3601 "prettyplease",
3602 "syn",
3603 "wasm-metadata",
3604 "wit-bindgen-core",
3605 "wit-component",
3606]
3607
3608[[package]]
3609name = "wit-bindgen-rust-macro"
3610version = "0.51.0"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
3613dependencies = [
3614 "anyhow",
3615 "prettyplease",
3616 "proc-macro2",
3617 "quote",
3618 "syn",
3619 "wit-bindgen-core",
3620 "wit-bindgen-rust",
3621]
3622
3623[[package]]
3624name = "wit-component"
3625version = "0.244.0"
3626source = "registry+https://github.com/rust-lang/crates.io-index"
3627checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
3628dependencies = [
3629 "anyhow",
3630 "bitflags 2.11.0",
3631 "indexmap",
3632 "log",
3633 "serde",
3634 "serde_derive",
3635 "serde_json",
3636 "wasm-encoder",
3637 "wasm-metadata",
3638 "wasmparser",
3639 "wit-parser",
3640]
3641
3642[[package]]
3643name = "wit-parser"
3644version = "0.244.0"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
3647dependencies = [
3648 "anyhow",
3649 "id-arena",
3650 "indexmap",
3651 "log",
3652 "semver",
3653 "serde",
3654 "serde_derive",
3655 "serde_json",
3656 "unicode-xid",
3657 "wasmparser",
3658]
3659
3660[[package]]
3661name = "writeable"
3662version = "0.6.2"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3665
3666[[package]]
3667name = "yoke"
3668version = "0.8.1"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3671dependencies = [
3672 "stable_deref_trait",
3673 "yoke-derive",
3674 "zerofrom",
3675]
3676
3677[[package]]
3678name = "yoke-derive"
3679version = "0.8.1"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3682dependencies = [
3683 "proc-macro2",
3684 "quote",
3685 "syn",
3686 "synstructure",
3687]
3688
3689[[package]]
3690name = "zerocopy"
3691version = "0.8.42"
3692source = "registry+https://github.com/rust-lang/crates.io-index"
3693checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
3694dependencies = [
3695 "zerocopy-derive",
3696]
3697
3698[[package]]
3699name = "zerocopy-derive"
3700version = "0.8.42"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
3703dependencies = [
3704 "proc-macro2",
3705 "quote",
3706 "syn",
3707]
3708
3709[[package]]
3710name = "zerofrom"
3711version = "0.1.6"
3712source = "registry+https://github.com/rust-lang/crates.io-index"
3713checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3714dependencies = [
3715 "zerofrom-derive",
3716]
3717
3718[[package]]
3719name = "zerofrom-derive"
3720version = "0.1.6"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3723dependencies = [
3724 "proc-macro2",
3725 "quote",
3726 "syn",
3727 "synstructure",
3728]
3729
3730[[package]]
3731name = "zeroize"
3732version = "1.8.2"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3735
3736[[package]]
3737name = "zerotrie"
3738version = "0.2.3"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3741dependencies = [
3742 "displaydoc",
3743 "yoke",
3744 "zerofrom",
3745]
3746
3747[[package]]
3748name = "zerovec"
3749version = "0.11.5"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3752dependencies = [
3753 "yoke",
3754 "zerofrom",
3755 "zerovec-derive",
3756]
3757
3758[[package]]
3759name = "zerovec-derive"
3760version = "0.11.2"
3761source = "registry+https://github.com/rust-lang/crates.io-index"
3762checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3763dependencies = [
3764 "proc-macro2",
3765 "quote",
3766 "syn",
3767]
3768
3769[[package]]
3770name = "zmij"
3771version = "1.0.21"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"