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