The world's most clever kitty cat
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "alloc-no-stdlib"
16version = "2.0.4"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
19
20[[package]]
21name = "alloc-stdlib"
22version = "0.2.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
25dependencies = [
26 "alloc-no-stdlib",
27]
28
29[[package]]
30name = "anstream"
31version = "0.6.21"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
34dependencies = [
35 "anstyle",
36 "anstyle-parse",
37 "anstyle-query",
38 "anstyle-wincon",
39 "colorchoice",
40 "is_terminal_polyfill",
41 "utf8parse",
42]
43
44[[package]]
45name = "anstyle"
46version = "1.0.13"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
49
50[[package]]
51name = "anstyle-parse"
52version = "0.2.7"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
55dependencies = [
56 "utf8parse",
57]
58
59[[package]]
60name = "anstyle-query"
61version = "1.1.5"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
64dependencies = [
65 "windows-sys 0.61.2",
66]
67
68[[package]]
69name = "anstyle-wincon"
70version = "3.0.11"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
73dependencies = [
74 "anstyle",
75 "once_cell_polyfill",
76 "windows-sys 0.61.2",
77]
78
79[[package]]
80name = "anyhow"
81version = "1.0.102"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
84
85[[package]]
86name = "atomic-waker"
87version = "1.1.2"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
90
91[[package]]
92name = "autocfg"
93version = "1.5.0"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
96
97[[package]]
98name = "aws-lc-rs"
99version = "1.16.1"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "94bffc006df10ac2a68c83692d734a465f8ee6c5b384d8545a636f81d858f4bf"
102dependencies = [
103 "aws-lc-sys",
104 "zeroize",
105]
106
107[[package]]
108name = "aws-lc-sys"
109version = "0.38.0"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "4321e568ed89bb5a7d291a7f37997c2c0df89809d7b6d12062c81ddb54aa782e"
112dependencies = [
113 "cc",
114 "cmake",
115 "dunce",
116 "fs_extra",
117]
118
119[[package]]
120name = "base64"
121version = "0.22.1"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
124
125[[package]]
126name = "bingus-bot"
127version = "0.1.0"
128dependencies = [
129 "anyhow",
130 "brotli",
131 "colog",
132 "fastrand",
133 "log",
134 "reqwest",
135 "rmp-serde",
136 "rustls",
137 "serde",
138 "tokio",
139 "twilight-gateway",
140 "twilight-http",
141 "twilight-interactions",
142 "twilight-model",
143 "twilight-util",
144]
145
146[[package]]
147name = "bitflags"
148version = "2.11.0"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
151
152[[package]]
153name = "brotli"
154version = "8.0.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
157dependencies = [
158 "alloc-no-stdlib",
159 "alloc-stdlib",
160 "brotli-decompressor",
161]
162
163[[package]]
164name = "brotli-decompressor"
165version = "5.0.0"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
168dependencies = [
169 "alloc-no-stdlib",
170 "alloc-stdlib",
171]
172
173[[package]]
174name = "bumpalo"
175version = "3.20.2"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
178
179[[package]]
180name = "bytes"
181version = "1.11.1"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
184
185[[package]]
186name = "cc"
187version = "1.2.56"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
190dependencies = [
191 "find-msvc-tools",
192 "jobserver",
193 "libc",
194 "shlex",
195]
196
197[[package]]
198name = "cesu8"
199version = "1.1.0"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
202
203[[package]]
204name = "cfg-if"
205version = "1.0.4"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
208
209[[package]]
210name = "cfg_aliases"
211version = "0.2.1"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
214
215[[package]]
216name = "cmake"
217version = "0.1.57"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
220dependencies = [
221 "cc",
222]
223
224[[package]]
225name = "colog"
226version = "1.4.0"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "df62599ba6adc9c6c04a54278c8209125343dc4775f57b9d76c9a4287e58f2bd"
229dependencies = [
230 "colored",
231 "env_logger",
232 "log",
233]
234
235[[package]]
236name = "colorchoice"
237version = "1.0.4"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
240
241[[package]]
242name = "colored"
243version = "3.1.1"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
246dependencies = [
247 "windows-sys 0.61.2",
248]
249
250[[package]]
251name = "combine"
252version = "4.6.7"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
255dependencies = [
256 "bytes",
257 "memchr",
258]
259
260[[package]]
261name = "core-foundation"
262version = "0.9.4"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
265dependencies = [
266 "core-foundation-sys",
267 "libc",
268]
269
270[[package]]
271name = "core-foundation"
272version = "0.10.1"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
275dependencies = [
276 "core-foundation-sys",
277 "libc",
278]
279
280[[package]]
281name = "core-foundation-sys"
282version = "0.8.7"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
285
286[[package]]
287name = "deranged"
288version = "0.5.8"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
291dependencies = [
292 "powerfmt",
293]
294
295[[package]]
296name = "displaydoc"
297version = "0.2.5"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
300dependencies = [
301 "proc-macro2",
302 "quote",
303 "syn",
304]
305
306[[package]]
307name = "dunce"
308version = "1.0.5"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
311
312[[package]]
313name = "encoding_rs"
314version = "0.8.35"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
317dependencies = [
318 "cfg-if",
319]
320
321[[package]]
322name = "env_filter"
323version = "1.0.0"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f"
326dependencies = [
327 "log",
328 "regex",
329]
330
331[[package]]
332name = "env_logger"
333version = "0.11.9"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d"
336dependencies = [
337 "anstream",
338 "anstyle",
339 "env_filter",
340 "jiff",
341 "log",
342]
343
344[[package]]
345name = "equivalent"
346version = "1.0.2"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
349
350[[package]]
351name = "errno"
352version = "0.3.14"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
355dependencies = [
356 "libc",
357 "windows-sys 0.61.2",
358]
359
360[[package]]
361name = "fastrand"
362version = "2.3.0"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
365
366[[package]]
367name = "find-msvc-tools"
368version = "0.1.9"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
371
372[[package]]
373name = "fnv"
374version = "1.0.7"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
377
378[[package]]
379name = "form_urlencoded"
380version = "1.2.2"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
383dependencies = [
384 "percent-encoding",
385]
386
387[[package]]
388name = "fs_extra"
389version = "1.3.0"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
392
393[[package]]
394name = "futures-channel"
395version = "0.3.32"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
398dependencies = [
399 "futures-core",
400]
401
402[[package]]
403name = "futures-core"
404version = "0.3.32"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
407
408[[package]]
409name = "futures-sink"
410version = "0.3.32"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
413
414[[package]]
415name = "futures-task"
416version = "0.3.32"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
419
420[[package]]
421name = "futures-util"
422version = "0.3.32"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
425dependencies = [
426 "futures-core",
427 "futures-task",
428 "pin-project-lite",
429 "slab",
430]
431
432[[package]]
433name = "getrandom"
434version = "0.2.17"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
437dependencies = [
438 "cfg-if",
439 "js-sys",
440 "libc",
441 "wasi",
442 "wasm-bindgen",
443]
444
445[[package]]
446name = "getrandom"
447version = "0.3.4"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
450dependencies = [
451 "cfg-if",
452 "js-sys",
453 "libc",
454 "r-efi",
455 "wasip2",
456 "wasm-bindgen",
457]
458
459[[package]]
460name = "h2"
461version = "0.4.13"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
464dependencies = [
465 "atomic-waker",
466 "bytes",
467 "fnv",
468 "futures-core",
469 "futures-sink",
470 "http",
471 "indexmap",
472 "slab",
473 "tokio",
474 "tokio-util",
475 "tracing",
476]
477
478[[package]]
479name = "hashbrown"
480version = "0.16.1"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
483
484[[package]]
485name = "http"
486version = "1.4.0"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
489dependencies = [
490 "bytes",
491 "itoa",
492]
493
494[[package]]
495name = "http-body"
496version = "1.0.1"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
499dependencies = [
500 "bytes",
501 "http",
502]
503
504[[package]]
505name = "http-body-util"
506version = "0.1.3"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
509dependencies = [
510 "bytes",
511 "futures-core",
512 "http",
513 "http-body",
514 "pin-project-lite",
515]
516
517[[package]]
518name = "httparse"
519version = "1.10.1"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
522
523[[package]]
524name = "hyper"
525version = "1.8.1"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
528dependencies = [
529 "atomic-waker",
530 "bytes",
531 "futures-channel",
532 "futures-core",
533 "h2",
534 "http",
535 "http-body",
536 "httparse",
537 "itoa",
538 "pin-project-lite",
539 "pin-utils",
540 "smallvec",
541 "tokio",
542 "want",
543]
544
545[[package]]
546name = "hyper-rustls"
547version = "0.27.7"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
550dependencies = [
551 "http",
552 "hyper",
553 "hyper-util",
554 "rustls",
555 "rustls-pki-types",
556 "rustls-platform-verifier",
557 "tokio",
558 "tokio-rustls",
559 "tower-service",
560]
561
562[[package]]
563name = "hyper-util"
564version = "0.1.20"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
567dependencies = [
568 "base64",
569 "bytes",
570 "futures-channel",
571 "futures-util",
572 "http",
573 "http-body",
574 "hyper",
575 "ipnet",
576 "libc",
577 "percent-encoding",
578 "pin-project-lite",
579 "socket2",
580 "system-configuration",
581 "tokio",
582 "tower-service",
583 "tracing",
584 "windows-registry",
585]
586
587[[package]]
588name = "icu_collections"
589version = "2.1.1"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
592dependencies = [
593 "displaydoc",
594 "potential_utf",
595 "yoke",
596 "zerofrom",
597 "zerovec",
598]
599
600[[package]]
601name = "icu_locale_core"
602version = "2.1.1"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
605dependencies = [
606 "displaydoc",
607 "litemap",
608 "tinystr",
609 "writeable",
610 "zerovec",
611]
612
613[[package]]
614name = "icu_normalizer"
615version = "2.1.1"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
618dependencies = [
619 "icu_collections",
620 "icu_normalizer_data",
621 "icu_properties",
622 "icu_provider",
623 "smallvec",
624 "zerovec",
625]
626
627[[package]]
628name = "icu_normalizer_data"
629version = "2.1.1"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
632
633[[package]]
634name = "icu_properties"
635version = "2.1.2"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
638dependencies = [
639 "icu_collections",
640 "icu_locale_core",
641 "icu_properties_data",
642 "icu_provider",
643 "zerotrie",
644 "zerovec",
645]
646
647[[package]]
648name = "icu_properties_data"
649version = "2.1.2"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
652
653[[package]]
654name = "icu_provider"
655version = "2.1.1"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
658dependencies = [
659 "displaydoc",
660 "icu_locale_core",
661 "writeable",
662 "yoke",
663 "zerofrom",
664 "zerotrie",
665 "zerovec",
666]
667
668[[package]]
669name = "idna"
670version = "1.1.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
673dependencies = [
674 "idna_adapter",
675 "smallvec",
676 "utf8_iter",
677]
678
679[[package]]
680name = "idna_adapter"
681version = "1.2.1"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
684dependencies = [
685 "icu_normalizer",
686 "icu_properties",
687]
688
689[[package]]
690name = "indexmap"
691version = "2.13.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
694dependencies = [
695 "equivalent",
696 "hashbrown",
697]
698
699[[package]]
700name = "ipnet"
701version = "2.12.0"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
704
705[[package]]
706name = "iri-string"
707version = "0.7.10"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
710dependencies = [
711 "memchr",
712 "serde",
713]
714
715[[package]]
716name = "is_terminal_polyfill"
717version = "1.70.2"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
720
721[[package]]
722name = "itoa"
723version = "1.0.17"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
726
727[[package]]
728name = "jiff"
729version = "0.2.23"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359"
732dependencies = [
733 "jiff-static",
734 "log",
735 "portable-atomic",
736 "portable-atomic-util",
737 "serde_core",
738]
739
740[[package]]
741name = "jiff-static"
742version = "0.2.23"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4"
745dependencies = [
746 "proc-macro2",
747 "quote",
748 "syn",
749]
750
751[[package]]
752name = "jni"
753version = "0.21.1"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
756dependencies = [
757 "cesu8",
758 "cfg-if",
759 "combine",
760 "jni-sys",
761 "log",
762 "thiserror 1.0.69",
763 "walkdir",
764 "windows-sys 0.45.0",
765]
766
767[[package]]
768name = "jni-sys"
769version = "0.3.0"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
772
773[[package]]
774name = "jobserver"
775version = "0.1.34"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
778dependencies = [
779 "getrandom 0.3.4",
780 "libc",
781]
782
783[[package]]
784name = "js-sys"
785version = "0.3.91"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
788dependencies = [
789 "once_cell",
790 "wasm-bindgen",
791]
792
793[[package]]
794name = "libc"
795version = "0.2.183"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
798
799[[package]]
800name = "litemap"
801version = "0.8.1"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
804
805[[package]]
806name = "log"
807version = "0.4.29"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
810
811[[package]]
812name = "lru-slab"
813version = "0.1.2"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
816
817[[package]]
818name = "memchr"
819version = "2.8.0"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
822
823[[package]]
824name = "mime"
825version = "0.3.17"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
828
829[[package]]
830name = "mio"
831version = "1.1.1"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
834dependencies = [
835 "libc",
836 "wasi",
837 "windows-sys 0.61.2",
838]
839
840[[package]]
841name = "num-conv"
842version = "0.2.0"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
845
846[[package]]
847name = "num-traits"
848version = "0.2.19"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
851dependencies = [
852 "autocfg",
853]
854
855[[package]]
856name = "once_cell"
857version = "1.21.4"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
860
861[[package]]
862name = "once_cell_polyfill"
863version = "1.70.2"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
866
867[[package]]
868name = "openssl-probe"
869version = "0.2.1"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
872
873[[package]]
874name = "ordered-float"
875version = "2.10.1"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
878dependencies = [
879 "num-traits",
880]
881
882[[package]]
883name = "percent-encoding"
884version = "2.3.2"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
887
888[[package]]
889name = "pin-project-lite"
890version = "0.2.17"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
893
894[[package]]
895name = "pin-utils"
896version = "0.1.0"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
899
900[[package]]
901name = "pkg-config"
902version = "0.3.32"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
905
906[[package]]
907name = "portable-atomic"
908version = "1.13.1"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
911
912[[package]]
913name = "portable-atomic-util"
914version = "0.2.5"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
917dependencies = [
918 "portable-atomic",
919]
920
921[[package]]
922name = "potential_utf"
923version = "0.1.4"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
926dependencies = [
927 "zerovec",
928]
929
930[[package]]
931name = "powerfmt"
932version = "0.2.0"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
935
936[[package]]
937name = "ppv-lite86"
938version = "0.2.21"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
941dependencies = [
942 "zerocopy",
943]
944
945[[package]]
946name = "proc-macro2"
947version = "1.0.106"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
950dependencies = [
951 "unicode-ident",
952]
953
954[[package]]
955name = "quinn"
956version = "0.11.9"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
959dependencies = [
960 "bytes",
961 "cfg_aliases",
962 "pin-project-lite",
963 "quinn-proto",
964 "quinn-udp",
965 "rustc-hash",
966 "rustls",
967 "socket2",
968 "thiserror 2.0.18",
969 "tokio",
970 "tracing",
971 "web-time",
972]
973
974[[package]]
975name = "quinn-proto"
976version = "0.11.14"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
979dependencies = [
980 "aws-lc-rs",
981 "bytes",
982 "getrandom 0.3.4",
983 "lru-slab",
984 "rand",
985 "ring",
986 "rustc-hash",
987 "rustls",
988 "rustls-pki-types",
989 "slab",
990 "thiserror 2.0.18",
991 "tinyvec",
992 "tracing",
993 "web-time",
994]
995
996[[package]]
997name = "quinn-udp"
998version = "0.5.14"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1001dependencies = [
1002 "cfg_aliases",
1003 "libc",
1004 "once_cell",
1005 "socket2",
1006 "tracing",
1007 "windows-sys 0.52.0",
1008]
1009
1010[[package]]
1011name = "quote"
1012version = "1.0.45"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1015dependencies = [
1016 "proc-macro2",
1017]
1018
1019[[package]]
1020name = "r-efi"
1021version = "5.3.0"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1024
1025[[package]]
1026name = "rand"
1027version = "0.9.2"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1030dependencies = [
1031 "rand_chacha",
1032 "rand_core",
1033]
1034
1035[[package]]
1036name = "rand_chacha"
1037version = "0.9.0"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1040dependencies = [
1041 "ppv-lite86",
1042 "rand_core",
1043]
1044
1045[[package]]
1046name = "rand_core"
1047version = "0.9.5"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1050dependencies = [
1051 "getrandom 0.3.4",
1052]
1053
1054[[package]]
1055name = "regex"
1056version = "1.12.3"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1059dependencies = [
1060 "aho-corasick",
1061 "memchr",
1062 "regex-automata",
1063 "regex-syntax",
1064]
1065
1066[[package]]
1067name = "regex-automata"
1068version = "0.4.14"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1071dependencies = [
1072 "aho-corasick",
1073 "memchr",
1074 "regex-syntax",
1075]
1076
1077[[package]]
1078name = "regex-syntax"
1079version = "0.8.10"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1082
1083[[package]]
1084name = "reqwest"
1085version = "0.13.2"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
1088dependencies = [
1089 "base64",
1090 "bytes",
1091 "encoding_rs",
1092 "futures-core",
1093 "h2",
1094 "http",
1095 "http-body",
1096 "http-body-util",
1097 "hyper",
1098 "hyper-rustls",
1099 "hyper-util",
1100 "js-sys",
1101 "log",
1102 "mime",
1103 "percent-encoding",
1104 "pin-project-lite",
1105 "quinn",
1106 "rustls",
1107 "rustls-pki-types",
1108 "rustls-platform-verifier",
1109 "sync_wrapper",
1110 "tokio",
1111 "tokio-rustls",
1112 "tower",
1113 "tower-http",
1114 "tower-service",
1115 "url",
1116 "wasm-bindgen",
1117 "wasm-bindgen-futures",
1118 "web-sys",
1119]
1120
1121[[package]]
1122name = "ring"
1123version = "0.17.14"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1126dependencies = [
1127 "cc",
1128 "cfg-if",
1129 "getrandom 0.2.17",
1130 "libc",
1131 "untrusted",
1132 "windows-sys 0.52.0",
1133]
1134
1135[[package]]
1136name = "rmp"
1137version = "0.8.15"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c"
1140dependencies = [
1141 "num-traits",
1142]
1143
1144[[package]]
1145name = "rmp-serde"
1146version = "1.3.1"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155"
1149dependencies = [
1150 "rmp",
1151 "serde",
1152]
1153
1154[[package]]
1155name = "rustc-hash"
1156version = "2.1.1"
1157source = "registry+https://github.com/rust-lang/crates.io-index"
1158checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1159
1160[[package]]
1161name = "rustls"
1162version = "0.23.37"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
1165dependencies = [
1166 "aws-lc-rs",
1167 "log",
1168 "once_cell",
1169 "rustls-pki-types",
1170 "rustls-webpki",
1171 "subtle",
1172 "zeroize",
1173]
1174
1175[[package]]
1176name = "rustls-native-certs"
1177version = "0.8.3"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
1180dependencies = [
1181 "openssl-probe",
1182 "rustls-pki-types",
1183 "schannel",
1184 "security-framework",
1185]
1186
1187[[package]]
1188name = "rustls-pki-types"
1189version = "1.14.0"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1192dependencies = [
1193 "web-time",
1194 "zeroize",
1195]
1196
1197[[package]]
1198name = "rustls-platform-verifier"
1199version = "0.6.2"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
1202dependencies = [
1203 "core-foundation 0.10.1",
1204 "core-foundation-sys",
1205 "jni",
1206 "log",
1207 "once_cell",
1208 "rustls",
1209 "rustls-native-certs",
1210 "rustls-platform-verifier-android",
1211 "rustls-webpki",
1212 "security-framework",
1213 "security-framework-sys",
1214 "webpki-root-certs",
1215 "windows-sys 0.61.2",
1216]
1217
1218[[package]]
1219name = "rustls-platform-verifier-android"
1220version = "0.1.1"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
1223
1224[[package]]
1225name = "rustls-webpki"
1226version = "0.103.9"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
1229dependencies = [
1230 "aws-lc-rs",
1231 "ring",
1232 "rustls-pki-types",
1233 "untrusted",
1234]
1235
1236[[package]]
1237name = "rustversion"
1238version = "1.0.22"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1241
1242[[package]]
1243name = "same-file"
1244version = "1.0.6"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1247dependencies = [
1248 "winapi-util",
1249]
1250
1251[[package]]
1252name = "schannel"
1253version = "0.1.29"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1256dependencies = [
1257 "windows-sys 0.61.2",
1258]
1259
1260[[package]]
1261name = "security-framework"
1262version = "3.7.0"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1265dependencies = [
1266 "bitflags",
1267 "core-foundation 0.10.1",
1268 "core-foundation-sys",
1269 "libc",
1270 "security-framework-sys",
1271]
1272
1273[[package]]
1274name = "security-framework-sys"
1275version = "2.17.0"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1278dependencies = [
1279 "core-foundation-sys",
1280 "libc",
1281]
1282
1283[[package]]
1284name = "serde"
1285version = "1.0.228"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1288dependencies = [
1289 "serde_core",
1290 "serde_derive",
1291]
1292
1293[[package]]
1294name = "serde-value"
1295version = "0.7.0"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
1298dependencies = [
1299 "ordered-float",
1300 "serde",
1301]
1302
1303[[package]]
1304name = "serde_core"
1305version = "1.0.228"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1308dependencies = [
1309 "serde_derive",
1310]
1311
1312[[package]]
1313name = "serde_derive"
1314version = "1.0.228"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1317dependencies = [
1318 "proc-macro2",
1319 "quote",
1320 "syn",
1321]
1322
1323[[package]]
1324name = "serde_json"
1325version = "1.0.149"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1328dependencies = [
1329 "itoa",
1330 "memchr",
1331 "serde",
1332 "serde_core",
1333 "zmij",
1334]
1335
1336[[package]]
1337name = "serde_repr"
1338version = "0.1.20"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
1341dependencies = [
1342 "proc-macro2",
1343 "quote",
1344 "syn",
1345]
1346
1347[[package]]
1348name = "sha1_smol"
1349version = "1.0.1"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
1352
1353[[package]]
1354name = "shlex"
1355version = "1.3.0"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1358
1359[[package]]
1360name = "signal-hook-registry"
1361version = "1.4.8"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1364dependencies = [
1365 "errno",
1366 "libc",
1367]
1368
1369[[package]]
1370name = "simdutf8"
1371version = "0.1.5"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1374
1375[[package]]
1376name = "slab"
1377version = "0.4.12"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1380
1381[[package]]
1382name = "smallvec"
1383version = "1.15.1"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1386
1387[[package]]
1388name = "socket2"
1389version = "0.6.3"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1392dependencies = [
1393 "libc",
1394 "windows-sys 0.61.2",
1395]
1396
1397[[package]]
1398name = "stable_deref_trait"
1399version = "1.2.1"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1402
1403[[package]]
1404name = "subtle"
1405version = "2.6.1"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1408
1409[[package]]
1410name = "syn"
1411version = "2.0.117"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1414dependencies = [
1415 "proc-macro2",
1416 "quote",
1417 "unicode-ident",
1418]
1419
1420[[package]]
1421name = "sync_wrapper"
1422version = "1.0.2"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1425dependencies = [
1426 "futures-core",
1427]
1428
1429[[package]]
1430name = "synstructure"
1431version = "0.13.2"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1434dependencies = [
1435 "proc-macro2",
1436 "quote",
1437 "syn",
1438]
1439
1440[[package]]
1441name = "system-configuration"
1442version = "0.7.0"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
1445dependencies = [
1446 "bitflags",
1447 "core-foundation 0.9.4",
1448 "system-configuration-sys",
1449]
1450
1451[[package]]
1452name = "system-configuration-sys"
1453version = "0.6.0"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
1456dependencies = [
1457 "core-foundation-sys",
1458 "libc",
1459]
1460
1461[[package]]
1462name = "thiserror"
1463version = "1.0.69"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1466dependencies = [
1467 "thiserror-impl 1.0.69",
1468]
1469
1470[[package]]
1471name = "thiserror"
1472version = "2.0.18"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1475dependencies = [
1476 "thiserror-impl 2.0.18",
1477]
1478
1479[[package]]
1480name = "thiserror-impl"
1481version = "1.0.69"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1484dependencies = [
1485 "proc-macro2",
1486 "quote",
1487 "syn",
1488]
1489
1490[[package]]
1491name = "thiserror-impl"
1492version = "2.0.18"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1495dependencies = [
1496 "proc-macro2",
1497 "quote",
1498 "syn",
1499]
1500
1501[[package]]
1502name = "time"
1503version = "0.3.47"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
1506dependencies = [
1507 "deranged",
1508 "num-conv",
1509 "powerfmt",
1510 "serde_core",
1511 "time-core",
1512 "time-macros",
1513]
1514
1515[[package]]
1516name = "time-core"
1517version = "0.1.8"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
1520
1521[[package]]
1522name = "time-macros"
1523version = "0.2.27"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
1526dependencies = [
1527 "num-conv",
1528 "time-core",
1529]
1530
1531[[package]]
1532name = "tinystr"
1533version = "0.8.2"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1536dependencies = [
1537 "displaydoc",
1538 "zerovec",
1539]
1540
1541[[package]]
1542name = "tinyvec"
1543version = "1.10.0"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1546dependencies = [
1547 "tinyvec_macros",
1548]
1549
1550[[package]]
1551name = "tinyvec_macros"
1552version = "0.1.1"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1555
1556[[package]]
1557name = "tokio"
1558version = "1.50.0"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
1561dependencies = [
1562 "bytes",
1563 "libc",
1564 "mio",
1565 "pin-project-lite",
1566 "signal-hook-registry",
1567 "socket2",
1568 "tokio-macros",
1569 "windows-sys 0.61.2",
1570]
1571
1572[[package]]
1573name = "tokio-macros"
1574version = "2.6.1"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
1577dependencies = [
1578 "proc-macro2",
1579 "quote",
1580 "syn",
1581]
1582
1583[[package]]
1584name = "tokio-rustls"
1585version = "0.26.4"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1588dependencies = [
1589 "rustls",
1590 "tokio",
1591]
1592
1593[[package]]
1594name = "tokio-util"
1595version = "0.7.18"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1598dependencies = [
1599 "bytes",
1600 "futures-core",
1601 "futures-sink",
1602 "pin-project-lite",
1603 "slab",
1604 "tokio",
1605]
1606
1607[[package]]
1608name = "tokio-websockets"
1609version = "0.13.1"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "8b6aa6c8b5a31e06fd3760eb5c1b8d9072e30731f0467ee3795617fe768e7449"
1612dependencies = [
1613 "base64",
1614 "bytes",
1615 "fastrand",
1616 "futures-core",
1617 "futures-sink",
1618 "http",
1619 "httparse",
1620 "rustls-pki-types",
1621 "rustls-platform-verifier",
1622 "sha1_smol",
1623 "simdutf8",
1624 "tokio",
1625 "tokio-rustls",
1626 "tokio-util",
1627]
1628
1629[[package]]
1630name = "tower"
1631version = "0.5.3"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1634dependencies = [
1635 "futures-core",
1636 "futures-util",
1637 "pin-project-lite",
1638 "sync_wrapper",
1639 "tokio",
1640 "tower-layer",
1641 "tower-service",
1642]
1643
1644[[package]]
1645name = "tower-http"
1646version = "0.6.8"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1649dependencies = [
1650 "bitflags",
1651 "bytes",
1652 "futures-util",
1653 "http",
1654 "http-body",
1655 "iri-string",
1656 "pin-project-lite",
1657 "tower",
1658 "tower-layer",
1659 "tower-service",
1660]
1661
1662[[package]]
1663name = "tower-layer"
1664version = "0.3.3"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1667
1668[[package]]
1669name = "tower-service"
1670version = "0.3.3"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1673
1674[[package]]
1675name = "tracing"
1676version = "0.1.44"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1679dependencies = [
1680 "pin-project-lite",
1681 "tracing-attributes",
1682 "tracing-core",
1683]
1684
1685[[package]]
1686name = "tracing-attributes"
1687version = "0.1.31"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1690dependencies = [
1691 "proc-macro2",
1692 "quote",
1693 "syn",
1694]
1695
1696[[package]]
1697name = "tracing-core"
1698version = "0.1.36"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1701dependencies = [
1702 "once_cell",
1703]
1704
1705[[package]]
1706name = "try-lock"
1707version = "0.2.5"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1710
1711[[package]]
1712name = "twilight-gateway"
1713version = "0.17.1"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "59267541c31f888c1587da5e7cbab182ae6efd98faedd9ea2e35a4eef43ff204"
1716dependencies = [
1717 "bitflags",
1718 "fastrand",
1719 "futures-core",
1720 "futures-sink",
1721 "serde",
1722 "serde_json",
1723 "tokio",
1724 "tokio-websockets",
1725 "tracing",
1726 "twilight-gateway-queue",
1727 "twilight-http",
1728 "twilight-model",
1729 "zstd-safe",
1730]
1731
1732[[package]]
1733name = "twilight-gateway-queue"
1734version = "0.17.0"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "366a73fe47f61a3d522c3aaf70475e60634b0ae59e7b94272ed7496fffa7ceb7"
1737dependencies = [
1738 "tokio",
1739 "tracing",
1740]
1741
1742[[package]]
1743name = "twilight-http"
1744version = "0.17.1"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "05b868001d7bfb953732b3f1cd92f63cb88cd2ea902f590b1d084c66aea60e48"
1747dependencies = [
1748 "brotli-decompressor",
1749 "fastrand",
1750 "http",
1751 "http-body-util",
1752 "hyper",
1753 "hyper-rustls",
1754 "hyper-util",
1755 "percent-encoding",
1756 "rustls",
1757 "serde",
1758 "serde_json",
1759 "tokio",
1760 "tracing",
1761 "twilight-http-ratelimiting",
1762 "twilight-model",
1763 "twilight-validate",
1764]
1765
1766[[package]]
1767name = "twilight-http-ratelimiting"
1768version = "0.17.1"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "0515b0c30814068a7540fcb5f58b634259ca453fa335d42c3b2c8f2b06ac6a59"
1771dependencies = [
1772 "hashbrown",
1773 "tokio",
1774 "tokio-util",
1775 "tracing",
1776]
1777
1778[[package]]
1779name = "twilight-interactions"
1780version = "0.17.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "bf233b2f9508e5efcd19e6e07fecacd3f3081b2a859b69da0597e996751a675d"
1783dependencies = [
1784 "twilight-interactions-derive",
1785 "twilight-model",
1786]
1787
1788[[package]]
1789name = "twilight-interactions-derive"
1790version = "0.17.0"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "627e42ed28f14835a504245f73407a8ec23250fdd4f664d5c55edd0ed9b3f7c6"
1793dependencies = [
1794 "proc-macro2",
1795 "quote",
1796 "syn",
1797]
1798
1799[[package]]
1800name = "twilight-model"
1801version = "0.17.1"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "2bf6bb7b93a7f765d89b3388cc710c0ae16104579e06bb30ea1ee6bd41420a8b"
1804dependencies = [
1805 "bitflags",
1806 "serde",
1807 "serde-value",
1808 "serde_repr",
1809 "time",
1810]
1811
1812[[package]]
1813name = "twilight-util"
1814version = "0.17.0"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "e71de79d48ce27aba1f591b10c84677f1317489c2ea154d9b8ed01efa8bceb53"
1817dependencies = [
1818 "twilight-model",
1819 "twilight-validate",
1820]
1821
1822[[package]]
1823name = "twilight-validate"
1824version = "0.17.0"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "d6a27472e023e3841d1c4e4e20253ed796e8440aada8b5205b8544f1172e661d"
1827dependencies = [
1828 "twilight-model",
1829]
1830
1831[[package]]
1832name = "unicode-ident"
1833version = "1.0.24"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1836
1837[[package]]
1838name = "untrusted"
1839version = "0.9.0"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1842
1843[[package]]
1844name = "url"
1845version = "2.5.8"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1848dependencies = [
1849 "form_urlencoded",
1850 "idna",
1851 "percent-encoding",
1852 "serde",
1853]
1854
1855[[package]]
1856name = "utf8_iter"
1857version = "1.0.4"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1860
1861[[package]]
1862name = "utf8parse"
1863version = "0.2.2"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1866
1867[[package]]
1868name = "walkdir"
1869version = "2.5.0"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1872dependencies = [
1873 "same-file",
1874 "winapi-util",
1875]
1876
1877[[package]]
1878name = "want"
1879version = "0.3.1"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1882dependencies = [
1883 "try-lock",
1884]
1885
1886[[package]]
1887name = "wasi"
1888version = "0.11.1+wasi-snapshot-preview1"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1891
1892[[package]]
1893name = "wasip2"
1894version = "1.0.2+wasi-0.2.9"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1897dependencies = [
1898 "wit-bindgen",
1899]
1900
1901[[package]]
1902name = "wasm-bindgen"
1903version = "0.2.114"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
1906dependencies = [
1907 "cfg-if",
1908 "once_cell",
1909 "rustversion",
1910 "wasm-bindgen-macro",
1911 "wasm-bindgen-shared",
1912]
1913
1914[[package]]
1915name = "wasm-bindgen-futures"
1916version = "0.4.64"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
1919dependencies = [
1920 "cfg-if",
1921 "futures-util",
1922 "js-sys",
1923 "once_cell",
1924 "wasm-bindgen",
1925 "web-sys",
1926]
1927
1928[[package]]
1929name = "wasm-bindgen-macro"
1930version = "0.2.114"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
1933dependencies = [
1934 "quote",
1935 "wasm-bindgen-macro-support",
1936]
1937
1938[[package]]
1939name = "wasm-bindgen-macro-support"
1940version = "0.2.114"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
1943dependencies = [
1944 "bumpalo",
1945 "proc-macro2",
1946 "quote",
1947 "syn",
1948 "wasm-bindgen-shared",
1949]
1950
1951[[package]]
1952name = "wasm-bindgen-shared"
1953version = "0.2.114"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
1956dependencies = [
1957 "unicode-ident",
1958]
1959
1960[[package]]
1961name = "web-sys"
1962version = "0.3.91"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
1965dependencies = [
1966 "js-sys",
1967 "wasm-bindgen",
1968]
1969
1970[[package]]
1971name = "web-time"
1972version = "1.1.0"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1975dependencies = [
1976 "js-sys",
1977 "wasm-bindgen",
1978]
1979
1980[[package]]
1981name = "webpki-root-certs"
1982version = "1.0.6"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
1985dependencies = [
1986 "rustls-pki-types",
1987]
1988
1989[[package]]
1990name = "winapi-util"
1991version = "0.1.11"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1994dependencies = [
1995 "windows-sys 0.61.2",
1996]
1997
1998[[package]]
1999name = "windows-link"
2000version = "0.2.1"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2003
2004[[package]]
2005name = "windows-registry"
2006version = "0.6.1"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
2009dependencies = [
2010 "windows-link",
2011 "windows-result",
2012 "windows-strings",
2013]
2014
2015[[package]]
2016name = "windows-result"
2017version = "0.4.1"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2020dependencies = [
2021 "windows-link",
2022]
2023
2024[[package]]
2025name = "windows-strings"
2026version = "0.5.1"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2029dependencies = [
2030 "windows-link",
2031]
2032
2033[[package]]
2034name = "windows-sys"
2035version = "0.45.0"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2038dependencies = [
2039 "windows-targets 0.42.2",
2040]
2041
2042[[package]]
2043name = "windows-sys"
2044version = "0.52.0"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2047dependencies = [
2048 "windows-targets 0.52.6",
2049]
2050
2051[[package]]
2052name = "windows-sys"
2053version = "0.61.2"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2056dependencies = [
2057 "windows-link",
2058]
2059
2060[[package]]
2061name = "windows-targets"
2062version = "0.42.2"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2065dependencies = [
2066 "windows_aarch64_gnullvm 0.42.2",
2067 "windows_aarch64_msvc 0.42.2",
2068 "windows_i686_gnu 0.42.2",
2069 "windows_i686_msvc 0.42.2",
2070 "windows_x86_64_gnu 0.42.2",
2071 "windows_x86_64_gnullvm 0.42.2",
2072 "windows_x86_64_msvc 0.42.2",
2073]
2074
2075[[package]]
2076name = "windows-targets"
2077version = "0.52.6"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2080dependencies = [
2081 "windows_aarch64_gnullvm 0.52.6",
2082 "windows_aarch64_msvc 0.52.6",
2083 "windows_i686_gnu 0.52.6",
2084 "windows_i686_gnullvm",
2085 "windows_i686_msvc 0.52.6",
2086 "windows_x86_64_gnu 0.52.6",
2087 "windows_x86_64_gnullvm 0.52.6",
2088 "windows_x86_64_msvc 0.52.6",
2089]
2090
2091[[package]]
2092name = "windows_aarch64_gnullvm"
2093version = "0.42.2"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2096
2097[[package]]
2098name = "windows_aarch64_gnullvm"
2099version = "0.52.6"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2102
2103[[package]]
2104name = "windows_aarch64_msvc"
2105version = "0.42.2"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2108
2109[[package]]
2110name = "windows_aarch64_msvc"
2111version = "0.52.6"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2114
2115[[package]]
2116name = "windows_i686_gnu"
2117version = "0.42.2"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2120
2121[[package]]
2122name = "windows_i686_gnu"
2123version = "0.52.6"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2126
2127[[package]]
2128name = "windows_i686_gnullvm"
2129version = "0.52.6"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2132
2133[[package]]
2134name = "windows_i686_msvc"
2135version = "0.42.2"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2138
2139[[package]]
2140name = "windows_i686_msvc"
2141version = "0.52.6"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2144
2145[[package]]
2146name = "windows_x86_64_gnu"
2147version = "0.42.2"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2150
2151[[package]]
2152name = "windows_x86_64_gnu"
2153version = "0.52.6"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2156
2157[[package]]
2158name = "windows_x86_64_gnullvm"
2159version = "0.42.2"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2162
2163[[package]]
2164name = "windows_x86_64_gnullvm"
2165version = "0.52.6"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2168
2169[[package]]
2170name = "windows_x86_64_msvc"
2171version = "0.42.2"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2174
2175[[package]]
2176name = "windows_x86_64_msvc"
2177version = "0.52.6"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2180
2181[[package]]
2182name = "wit-bindgen"
2183version = "0.51.0"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2186
2187[[package]]
2188name = "writeable"
2189version = "0.6.2"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2192
2193[[package]]
2194name = "yoke"
2195version = "0.8.1"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2198dependencies = [
2199 "stable_deref_trait",
2200 "yoke-derive",
2201 "zerofrom",
2202]
2203
2204[[package]]
2205name = "yoke-derive"
2206version = "0.8.1"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2209dependencies = [
2210 "proc-macro2",
2211 "quote",
2212 "syn",
2213 "synstructure",
2214]
2215
2216[[package]]
2217name = "zerocopy"
2218version = "0.8.42"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
2221dependencies = [
2222 "zerocopy-derive",
2223]
2224
2225[[package]]
2226name = "zerocopy-derive"
2227version = "0.8.42"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
2230dependencies = [
2231 "proc-macro2",
2232 "quote",
2233 "syn",
2234]
2235
2236[[package]]
2237name = "zerofrom"
2238version = "0.1.6"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2241dependencies = [
2242 "zerofrom-derive",
2243]
2244
2245[[package]]
2246name = "zerofrom-derive"
2247version = "0.1.6"
2248source = "registry+https://github.com/rust-lang/crates.io-index"
2249checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2250dependencies = [
2251 "proc-macro2",
2252 "quote",
2253 "syn",
2254 "synstructure",
2255]
2256
2257[[package]]
2258name = "zeroize"
2259version = "1.8.2"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2262
2263[[package]]
2264name = "zerotrie"
2265version = "0.2.3"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2268dependencies = [
2269 "displaydoc",
2270 "yoke",
2271 "zerofrom",
2272]
2273
2274[[package]]
2275name = "zerovec"
2276version = "0.11.5"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2279dependencies = [
2280 "yoke",
2281 "zerofrom",
2282 "zerovec-derive",
2283]
2284
2285[[package]]
2286name = "zerovec-derive"
2287version = "0.11.2"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2290dependencies = [
2291 "proc-macro2",
2292 "quote",
2293 "syn",
2294]
2295
2296[[package]]
2297name = "zmij"
2298version = "1.0.21"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
2301
2302[[package]]
2303name = "zstd-safe"
2304version = "7.2.4"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
2307dependencies = [
2308 "zstd-sys",
2309]
2310
2311[[package]]
2312name = "zstd-sys"
2313version = "2.0.16+zstd.1.5.7"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
2316dependencies = [
2317 "cc",
2318 "pkg-config",
2319]