Skip to main content

max / makenotwork

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