Skip to main content

max / makenotwork

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