Skip to main content

max / makenotwork

115.2 KB · 4925 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.5.1"
2123 dependencies = [
2124 "chrono",
2125 "serde",
2126 "sqlx",
2127 ]
2128
2129 [[package]]
2130 name = "mt-db"
2131 version = "0.5.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.5.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 "serde_urlencoded",
2764 "sync_wrapper",
2765 "tokio",
2766 "tokio-rustls",
2767 "tower",
2768 "tower-http 0.6.8",
2769 "tower-service",
2770 "url",
2771 "wasm-bindgen",
2772 "wasm-bindgen-futures",
2773 "web-sys",
2774 ]
2775
2776 [[package]]
2777 name = "rfc6979"
2778 version = "0.3.1"
2779 source = "registry+https://github.com/rust-lang/crates.io-index"
2780 checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
2781 dependencies = [
2782 "crypto-bigint 0.4.9",
2783 "hmac 0.12.1",
2784 "zeroize",
2785 ]
2786
2787 [[package]]
2788 name = "ring"
2789 version = "0.17.14"
2790 source = "registry+https://github.com/rust-lang/crates.io-index"
2791 checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2792 dependencies = [
2793 "cc",
2794 "cfg-if",
2795 "getrandom 0.2.17",
2796 "libc",
2797 "untrusted",
2798 "windows-sys 0.52.0",
2799 ]
2800
2801 [[package]]
2802 name = "rmp"
2803 version = "0.8.15"
2804 source = "registry+https://github.com/rust-lang/crates.io-index"
2805 checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c"
2806 dependencies = [
2807 "num-traits",
2808 ]
2809
2810 [[package]]
2811 name = "rmp-serde"
2812 version = "1.3.1"
2813 source = "registry+https://github.com/rust-lang/crates.io-index"
2814 checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155"
2815 dependencies = [
2816 "rmp",
2817 "serde",
2818 ]
2819
2820 [[package]]
2821 name = "rsa"
2822 version = "0.9.10"
2823 source = "registry+https://github.com/rust-lang/crates.io-index"
2824 checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
2825 dependencies = [
2826 "const-oid 0.9.6",
2827 "digest 0.10.7",
2828 "num-bigint-dig",
2829 "num-integer",
2830 "num-traits",
2831 "pkcs1",
2832 "pkcs8 0.10.2",
2833 "rand_core 0.6.4",
2834 "signature 2.2.0",
2835 "spki 0.7.3",
2836 "subtle",
2837 "zeroize",
2838 ]
2839
2840 [[package]]
2841 name = "rustc-hash"
2842 version = "2.1.1"
2843 source = "registry+https://github.com/rust-lang/crates.io-index"
2844 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2845
2846 [[package]]
2847 name = "rustc_version"
2848 version = "0.4.1"
2849 source = "registry+https://github.com/rust-lang/crates.io-index"
2850 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2851 dependencies = [
2852 "semver",
2853 ]
2854
2855 [[package]]
2856 name = "rustls"
2857 version = "0.23.37"
2858 source = "registry+https://github.com/rust-lang/crates.io-index"
2859 checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
2860 dependencies = [
2861 "log",
2862 "once_cell",
2863 "ring",
2864 "rustls-pki-types",
2865 "rustls-webpki",
2866 "subtle",
2867 "zeroize",
2868 ]
2869
2870 [[package]]
2871 name = "rustls-native-certs"
2872 version = "0.8.3"
2873 source = "registry+https://github.com/rust-lang/crates.io-index"
2874 checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
2875 dependencies = [
2876 "openssl-probe",
2877 "rustls-pki-types",
2878 "schannel",
2879 "security-framework",
2880 ]
2881
2882 [[package]]
2883 name = "rustls-pki-types"
2884 version = "1.14.0"
2885 source = "registry+https://github.com/rust-lang/crates.io-index"
2886 checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2887 dependencies = [
2888 "zeroize",
2889 ]
2890
2891 [[package]]
2892 name = "rustls-platform-verifier"
2893 version = "0.7.0"
2894 source = "registry+https://github.com/rust-lang/crates.io-index"
2895 checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
2896 dependencies = [
2897 "core-foundation",
2898 "core-foundation-sys",
2899 "jni",
2900 "log",
2901 "once_cell",
2902 "rustls",
2903 "rustls-native-certs",
2904 "rustls-platform-verifier-android",
2905 "rustls-webpki",
2906 "security-framework",
2907 "security-framework-sys",
2908 "webpki-root-certs",
2909 "windows-sys 0.61.2",
2910 ]
2911
2912 [[package]]
2913 name = "rustls-platform-verifier-android"
2914 version = "0.1.1"
2915 source = "registry+https://github.com/rust-lang/crates.io-index"
2916 checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
2917
2918 [[package]]
2919 name = "rustls-webpki"
2920 version = "0.103.13"
2921 source = "registry+https://github.com/rust-lang/crates.io-index"
2922 checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
2923 dependencies = [
2924 "ring",
2925 "rustls-pki-types",
2926 "untrusted",
2927 ]
2928
2929 [[package]]
2930 name = "rustversion"
2931 version = "1.0.22"
2932 source = "registry+https://github.com/rust-lang/crates.io-index"
2933 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2934
2935 [[package]]
2936 name = "ryu"
2937 version = "1.0.23"
2938 source = "registry+https://github.com/rust-lang/crates.io-index"
2939 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2940
2941 [[package]]
2942 name = "s3-storage"
2943 version = "0.1.1"
2944 dependencies = [
2945 "aws-config",
2946 "aws-sdk-s3",
2947 "aws-smithy-http-client",
2948 "bytes",
2949 "tokio",
2950 "tracing",
2951 ]
2952
2953 [[package]]
2954 name = "same-file"
2955 version = "1.0.6"
2956 source = "registry+https://github.com/rust-lang/crates.io-index"
2957 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2958 dependencies = [
2959 "winapi-util",
2960 ]
2961
2962 [[package]]
2963 name = "schannel"
2964 version = "0.1.29"
2965 source = "registry+https://github.com/rust-lang/crates.io-index"
2966 checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2967 dependencies = [
2968 "windows-sys 0.61.2",
2969 ]
2970
2971 [[package]]
2972 name = "scopeguard"
2973 version = "1.2.0"
2974 source = "registry+https://github.com/rust-lang/crates.io-index"
2975 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2976
2977 [[package]]
2978 name = "sec1"
2979 version = "0.3.0"
2980 source = "registry+https://github.com/rust-lang/crates.io-index"
2981 checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
2982 dependencies = [
2983 "base16ct",
2984 "der 0.6.1",
2985 "generic-array",
2986 "pkcs8 0.9.0",
2987 "subtle",
2988 "zeroize",
2989 ]
2990
2991 [[package]]
2992 name = "security-framework"
2993 version = "3.7.0"
2994 source = "registry+https://github.com/rust-lang/crates.io-index"
2995 checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2996 dependencies = [
2997 "bitflags",
2998 "core-foundation",
2999 "core-foundation-sys",
3000 "libc",
3001 "security-framework-sys",
3002 ]
3003
3004 [[package]]
3005 name = "security-framework-sys"
3006 version = "2.17.0"
3007 source = "registry+https://github.com/rust-lang/crates.io-index"
3008 checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
3009 dependencies = [
3010 "core-foundation-sys",
3011 "libc",
3012 ]
3013
3014 [[package]]
3015 name = "semver"
3016 version = "1.0.27"
3017 source = "registry+https://github.com/rust-lang/crates.io-index"
3018 checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
3019
3020 [[package]]
3021 name = "serde"
3022 version = "1.0.228"
3023 source = "registry+https://github.com/rust-lang/crates.io-index"
3024 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3025 dependencies = [
3026 "serde_core",
3027 "serde_derive",
3028 ]
3029
3030 [[package]]
3031 name = "serde_core"
3032 version = "1.0.228"
3033 source = "registry+https://github.com/rust-lang/crates.io-index"
3034 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3035 dependencies = [
3036 "serde_derive",
3037 ]
3038
3039 [[package]]
3040 name = "serde_derive"
3041 version = "1.0.228"
3042 source = "registry+https://github.com/rust-lang/crates.io-index"
3043 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3044 dependencies = [
3045 "proc-macro2",
3046 "quote",
3047 "syn",
3048 ]
3049
3050 [[package]]
3051 name = "serde_json"
3052 version = "1.0.149"
3053 source = "registry+https://github.com/rust-lang/crates.io-index"
3054 checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
3055 dependencies = [
3056 "itoa",
3057 "memchr",
3058 "serde",
3059 "serde_core",
3060 "zmij",
3061 ]
3062
3063 [[package]]
3064 name = "serde_path_to_error"
3065 version = "0.1.20"
3066 source = "registry+https://github.com/rust-lang/crates.io-index"
3067 checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
3068 dependencies = [
3069 "itoa",
3070 "serde",
3071 "serde_core",
3072 ]
3073
3074 [[package]]
3075 name = "serde_spanned"
3076 version = "1.1.1"
3077 source = "registry+https://github.com/rust-lang/crates.io-index"
3078 checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
3079 dependencies = [
3080 "serde_core",
3081 ]
3082
3083 [[package]]
3084 name = "serde_urlencoded"
3085 version = "0.7.1"
3086 source = "registry+https://github.com/rust-lang/crates.io-index"
3087 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3088 dependencies = [
3089 "form_urlencoded",
3090 "itoa",
3091 "ryu",
3092 "serde",
3093 ]
3094
3095 [[package]]
3096 name = "sha1"
3097 version = "0.10.6"
3098 source = "registry+https://github.com/rust-lang/crates.io-index"
3099 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3100 dependencies = [
3101 "cfg-if",
3102 "cpufeatures 0.2.17",
3103 "digest 0.10.7",
3104 ]
3105
3106 [[package]]
3107 name = "sha1"
3108 version = "0.11.0"
3109 source = "registry+https://github.com/rust-lang/crates.io-index"
3110 checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
3111 dependencies = [
3112 "cfg-if",
3113 "cpufeatures 0.3.0",
3114 "digest 0.11.3",
3115 ]
3116
3117 [[package]]
3118 name = "sha2"
3119 version = "0.10.9"
3120 source = "registry+https://github.com/rust-lang/crates.io-index"
3121 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3122 dependencies = [
3123 "cfg-if",
3124 "cpufeatures 0.2.17",
3125 "digest 0.10.7",
3126 ]
3127
3128 [[package]]
3129 name = "sha2"
3130 version = "0.11.0"
3131 source = "registry+https://github.com/rust-lang/crates.io-index"
3132 checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
3133 dependencies = [
3134 "cfg-if",
3135 "cpufeatures 0.3.0",
3136 "digest 0.11.3",
3137 ]
3138
3139 [[package]]
3140 name = "sharded-slab"
3141 version = "0.1.7"
3142 source = "registry+https://github.com/rust-lang/crates.io-index"
3143 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3144 dependencies = [
3145 "lazy_static",
3146 ]
3147
3148 [[package]]
3149 name = "shlex"
3150 version = "1.3.0"
3151 source = "registry+https://github.com/rust-lang/crates.io-index"
3152 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3153
3154 [[package]]
3155 name = "signal-hook-registry"
3156 version = "1.4.8"
3157 source = "registry+https://github.com/rust-lang/crates.io-index"
3158 checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
3159 dependencies = [
3160 "errno",
3161 "libc",
3162 ]
3163
3164 [[package]]
3165 name = "signature"
3166 version = "1.6.4"
3167 source = "registry+https://github.com/rust-lang/crates.io-index"
3168 checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
3169 dependencies = [
3170 "digest 0.10.7",
3171 "rand_core 0.6.4",
3172 ]
3173
3174 [[package]]
3175 name = "signature"
3176 version = "2.2.0"
3177 source = "registry+https://github.com/rust-lang/crates.io-index"
3178 checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3179 dependencies = [
3180 "digest 0.10.7",
3181 "rand_core 0.6.4",
3182 ]
3183
3184 [[package]]
3185 name = "simd_cesu8"
3186 version = "1.2.0"
3187 source = "registry+https://github.com/rust-lang/crates.io-index"
3188 checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
3189 dependencies = [
3190 "rustc_version",
3191 "simdutf8",
3192 ]
3193
3194 [[package]]
3195 name = "simdutf8"
3196 version = "0.1.5"
3197 source = "registry+https://github.com/rust-lang/crates.io-index"
3198 checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
3199
3200 [[package]]
3201 name = "siphasher"
3202 version = "1.0.2"
3203 source = "registry+https://github.com/rust-lang/crates.io-index"
3204 checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
3205
3206 [[package]]
3207 name = "slab"
3208 version = "0.4.12"
3209 source = "registry+https://github.com/rust-lang/crates.io-index"
3210 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3211
3212 [[package]]
3213 name = "smallvec"
3214 version = "1.15.1"
3215 source = "registry+https://github.com/rust-lang/crates.io-index"
3216 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3217 dependencies = [
3218 "serde",
3219 ]
3220
3221 [[package]]
3222 name = "socket2"
3223 version = "0.6.3"
3224 source = "registry+https://github.com/rust-lang/crates.io-index"
3225 checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
3226 dependencies = [
3227 "libc",
3228 "windows-sys 0.61.2",
3229 ]
3230
3231 [[package]]
3232 name = "spin"
3233 version = "0.9.8"
3234 source = "registry+https://github.com/rust-lang/crates.io-index"
3235 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3236 dependencies = [
3237 "lock_api",
3238 ]
3239
3240 [[package]]
3241 name = "spin"
3242 version = "0.10.0"
3243 source = "registry+https://github.com/rust-lang/crates.io-index"
3244 checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
3245
3246 [[package]]
3247 name = "spinning_top"
3248 version = "0.3.0"
3249 source = "registry+https://github.com/rust-lang/crates.io-index"
3250 checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
3251 dependencies = [
3252 "lock_api",
3253 ]
3254
3255 [[package]]
3256 name = "spki"
3257 version = "0.6.0"
3258 source = "registry+https://github.com/rust-lang/crates.io-index"
3259 checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
3260 dependencies = [
3261 "base64ct",
3262 "der 0.6.1",
3263 ]
3264
3265 [[package]]
3266 name = "spki"
3267 version = "0.7.3"
3268 source = "registry+https://github.com/rust-lang/crates.io-index"
3269 checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3270 dependencies = [
3271 "base64ct",
3272 "der 0.7.10",
3273 ]
3274
3275 [[package]]
3276 name = "sqlx"
3277 version = "0.8.6"
3278 source = "registry+https://github.com/rust-lang/crates.io-index"
3279 checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
3280 dependencies = [
3281 "sqlx-core",
3282 "sqlx-macros",
3283 "sqlx-mysql",
3284 "sqlx-postgres",
3285 "sqlx-sqlite",
3286 ]
3287
3288 [[package]]
3289 name = "sqlx-core"
3290 version = "0.8.6"
3291 source = "registry+https://github.com/rust-lang/crates.io-index"
3292 checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
3293 dependencies = [
3294 "base64",
3295 "bytes",
3296 "chrono",
3297 "crc",
3298 "crossbeam-queue",
3299 "either",
3300 "event-listener",
3301 "futures-core",
3302 "futures-intrusive",
3303 "futures-io",
3304 "futures-util",
3305 "hashbrown 0.15.5",
3306 "hashlink",
3307 "indexmap",
3308 "log",
3309 "memchr",
3310 "once_cell",
3311 "percent-encoding",
3312 "serde",
3313 "serde_json",
3314 "sha2 0.10.9",
3315 "smallvec",
3316 "thiserror 2.0.18",
3317 "time",
3318 "tokio",
3319 "tokio-stream",
3320 "tracing",
3321 "url",
3322 "uuid",
3323 ]
3324
3325 [[package]]
3326 name = "sqlx-macros"
3327 version = "0.8.6"
3328 source = "registry+https://github.com/rust-lang/crates.io-index"
3329 checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
3330 dependencies = [
3331 "proc-macro2",
3332 "quote",
3333 "sqlx-core",
3334 "sqlx-macros-core",
3335 "syn",
3336 ]
3337
3338 [[package]]
3339 name = "sqlx-macros-core"
3340 version = "0.8.6"
3341 source = "registry+https://github.com/rust-lang/crates.io-index"
3342 checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
3343 dependencies = [
3344 "dotenvy",
3345 "either",
3346 "heck",
3347 "hex",
3348 "once_cell",
3349 "proc-macro2",
3350 "quote",
3351 "serde",
3352 "serde_json",
3353 "sha2 0.10.9",
3354 "sqlx-core",
3355 "sqlx-mysql",
3356 "sqlx-postgres",
3357 "sqlx-sqlite",
3358 "syn",
3359 "tokio",
3360 "url",
3361 ]
3362
3363 [[package]]
3364 name = "sqlx-mysql"
3365 version = "0.8.6"
3366 source = "registry+https://github.com/rust-lang/crates.io-index"
3367 checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
3368 dependencies = [
3369 "atoi",
3370 "base64",
3371 "bitflags",
3372 "byteorder",
3373 "bytes",
3374 "chrono",
3375 "crc",
3376 "digest 0.10.7",
3377 "dotenvy",
3378 "either",
3379 "futures-channel",
3380 "futures-core",
3381 "futures-io",
3382 "futures-util",
3383 "generic-array",
3384 "hex",
3385 "hkdf",
3386 "hmac 0.12.1",
3387 "itoa",
3388 "log",
3389 "md-5 0.10.6",
3390 "memchr",
3391 "once_cell",
3392 "percent-encoding",
3393 "rand 0.8.5",
3394 "rsa",
3395 "serde",
3396 "sha1 0.10.6",
3397 "sha2 0.10.9",
3398 "smallvec",
3399 "sqlx-core",
3400 "stringprep",
3401 "thiserror 2.0.18",
3402 "time",
3403 "tracing",
3404 "uuid",
3405 "whoami",
3406 ]
3407
3408 [[package]]
3409 name = "sqlx-postgres"
3410 version = "0.8.6"
3411 source = "registry+https://github.com/rust-lang/crates.io-index"
3412 checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
3413 dependencies = [
3414 "atoi",
3415 "base64",
3416 "bitflags",
3417 "byteorder",
3418 "chrono",
3419 "crc",
3420 "dotenvy",
3421 "etcetera",
3422 "futures-channel",
3423 "futures-core",
3424 "futures-util",
3425 "hex",
3426 "hkdf",
3427 "hmac 0.12.1",
3428 "home",
3429 "itoa",
3430 "log",
3431 "md-5 0.10.6",
3432 "memchr",
3433 "once_cell",
3434 "rand 0.8.5",
3435 "serde",
3436 "serde_json",
3437 "sha2 0.10.9",
3438 "smallvec",
3439 "sqlx-core",
3440 "stringprep",
3441 "thiserror 2.0.18",
3442 "time",
3443 "tracing",
3444 "uuid",
3445 "whoami",
3446 ]
3447
3448 [[package]]
3449 name = "sqlx-sqlite"
3450 version = "0.8.6"
3451 source = "registry+https://github.com/rust-lang/crates.io-index"
3452 checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
3453 dependencies = [
3454 "atoi",
3455 "chrono",
3456 "flume",
3457 "futures-channel",
3458 "futures-core",
3459 "futures-executor",
3460 "futures-intrusive",
3461 "futures-util",
3462 "libsqlite3-sys",
3463 "log",
3464 "percent-encoding",
3465 "serde",
3466 "serde_urlencoded",
3467 "sqlx-core",
3468 "thiserror 2.0.18",
3469 "time",
3470 "tracing",
3471 "url",
3472 "uuid",
3473 ]
3474
3475 [[package]]
3476 name = "stable_deref_trait"
3477 version = "1.2.1"
3478 source = "registry+https://github.com/rust-lang/crates.io-index"
3479 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3480
3481 [[package]]
3482 name = "string_cache"
3483 version = "0.9.0"
3484 source = "registry+https://github.com/rust-lang/crates.io-index"
3485 checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
3486 dependencies = [
3487 "new_debug_unreachable",
3488 "parking_lot",
3489 "phf_shared",
3490 "precomputed-hash",
3491 ]
3492
3493 [[package]]
3494 name = "string_cache_codegen"
3495 version = "0.6.1"
3496 source = "registry+https://github.com/rust-lang/crates.io-index"
3497 checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
3498 dependencies = [
3499 "phf_generator",
3500 "phf_shared",
3501 "proc-macro2",
3502 "quote",
3503 ]
3504
3505 [[package]]
3506 name = "stringprep"
3507 version = "0.1.5"
3508 source = "registry+https://github.com/rust-lang/crates.io-index"
3509 checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
3510 dependencies = [
3511 "unicode-bidi",
3512 "unicode-normalization",
3513 "unicode-properties",
3514 ]
3515
3516 [[package]]
3517 name = "subtle"
3518 version = "2.6.1"
3519 source = "registry+https://github.com/rust-lang/crates.io-index"
3520 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3521
3522 [[package]]
3523 name = "syn"
3524 version = "2.0.117"
3525 source = "registry+https://github.com/rust-lang/crates.io-index"
3526 checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
3527 dependencies = [
3528 "proc-macro2",
3529 "quote",
3530 "unicode-ident",
3531 ]
3532
3533 [[package]]
3534 name = "sync_wrapper"
3535 version = "1.0.2"
3536 source = "registry+https://github.com/rust-lang/crates.io-index"
3537 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3538 dependencies = [
3539 "futures-core",
3540 ]
3541
3542 [[package]]
3543 name = "synstructure"
3544 version = "0.13.2"
3545 source = "registry+https://github.com/rust-lang/crates.io-index"
3546 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3547 dependencies = [
3548 "proc-macro2",
3549 "quote",
3550 "syn",
3551 ]
3552
3553 [[package]]
3554 name = "tagtree"
3555 version = "0.4.1"
3556
3557 [[package]]
3558 name = "tendril"
3559 version = "0.5.1"
3560 source = "registry+https://github.com/rust-lang/crates.io-index"
3561 checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08"
3562 dependencies = [
3563 "new_debug_unreachable",
3564 ]
3565
3566 [[package]]
3567 name = "thiserror"
3568 version = "1.0.69"
3569 source = "registry+https://github.com/rust-lang/crates.io-index"
3570 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3571 dependencies = [
3572 "thiserror-impl 1.0.69",
3573 ]
3574
3575 [[package]]
3576 name = "thiserror"
3577 version = "2.0.18"
3578 source = "registry+https://github.com/rust-lang/crates.io-index"
3579 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3580 dependencies = [
3581 "thiserror-impl 2.0.18",
3582 ]
3583
3584 [[package]]
3585 name = "thiserror-impl"
3586 version = "1.0.69"
3587 source = "registry+https://github.com/rust-lang/crates.io-index"
3588 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3589 dependencies = [
3590 "proc-macro2",
3591 "quote",
3592 "syn",
3593 ]
3594
3595 [[package]]
3596 name = "thiserror-impl"
3597 version = "2.0.18"
3598 source = "registry+https://github.com/rust-lang/crates.io-index"
3599 checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3600 dependencies = [
3601 "proc-macro2",
3602 "quote",
3603 "syn",
3604 ]
3605
3606 [[package]]
3607 name = "thread_local"
3608 version = "1.1.9"
3609 source = "registry+https://github.com/rust-lang/crates.io-index"
3610 checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3611 dependencies = [
3612 "cfg-if",
3613 ]
3614
3615 [[package]]
3616 name = "time"
3617 version = "0.3.47"
3618 source = "registry+https://github.com/rust-lang/crates.io-index"
3619 checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
3620 dependencies = [
3621 "deranged",
3622 "itoa",
3623 "num-conv",
3624 "powerfmt",
3625 "serde_core",
3626 "time-core",
3627 "time-macros",
3628 ]
3629
3630 [[package]]
3631 name = "time-core"
3632 version = "0.1.8"
3633 source = "registry+https://github.com/rust-lang/crates.io-index"
3634 checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
3635
3636 [[package]]
3637 name = "time-macros"
3638 version = "0.2.27"
3639 source = "registry+https://github.com/rust-lang/crates.io-index"
3640 checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
3641 dependencies = [
3642 "num-conv",
3643 "time-core",
3644 ]
3645
3646 [[package]]
3647 name = "tinystr"
3648 version = "0.8.2"
3649 source = "registry+https://github.com/rust-lang/crates.io-index"
3650 checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3651 dependencies = [
3652 "displaydoc",
3653 "zerovec",
3654 ]
3655
3656 [[package]]
3657 name = "tinyvec"
3658 version = "1.10.0"
3659 source = "registry+https://github.com/rust-lang/crates.io-index"
3660 checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
3661 dependencies = [
3662 "tinyvec_macros",
3663 ]
3664
3665 [[package]]
3666 name = "tinyvec_macros"
3667 version = "0.1.1"
3668 source = "registry+https://github.com/rust-lang/crates.io-index"
3669 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3670
3671 [[package]]
3672 name = "tokio"
3673 version = "1.50.0"
3674 source = "registry+https://github.com/rust-lang/crates.io-index"
3675 checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
3676 dependencies = [
3677 "bytes",
3678 "libc",
3679 "mio",
3680 "pin-project-lite",
3681 "signal-hook-registry",
3682 "socket2",
3683 "tokio-macros",
3684 "windows-sys 0.61.2",
3685 ]
3686
3687 [[package]]
3688 name = "tokio-macros"
3689 version = "2.6.1"
3690 source = "registry+https://github.com/rust-lang/crates.io-index"
3691 checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
3692 dependencies = [
3693 "proc-macro2",
3694 "quote",
3695 "syn",
3696 ]
3697
3698 [[package]]
3699 name = "tokio-rustls"
3700 version = "0.26.4"
3701 source = "registry+https://github.com/rust-lang/crates.io-index"
3702 checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3703 dependencies = [
3704 "rustls",
3705 "tokio",
3706 ]
3707
3708 [[package]]
3709 name = "tokio-stream"
3710 version = "0.1.18"
3711 source = "registry+https://github.com/rust-lang/crates.io-index"
3712 checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
3713 dependencies = [
3714 "futures-core",
3715 "pin-project-lite",
3716 "tokio",
3717 "tokio-util",
3718 ]
3719
3720 [[package]]
3721 name = "tokio-tungstenite"
3722 version = "0.28.0"
3723 source = "registry+https://github.com/rust-lang/crates.io-index"
3724 checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
3725 dependencies = [
3726 "futures-util",
3727 "log",
3728 "tokio",
3729 "tungstenite",
3730 ]
3731
3732 [[package]]
3733 name = "tokio-util"
3734 version = "0.7.18"
3735 source = "registry+https://github.com/rust-lang/crates.io-index"
3736 checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3737 dependencies = [
3738 "bytes",
3739 "futures-core",
3740 "futures-sink",
3741 "pin-project-lite",
3742 "tokio",
3743 ]
3744
3745 [[package]]
3746 name = "toml"
3747 version = "1.1.3+spec-1.1.0"
3748 source = "registry+https://github.com/rust-lang/crates.io-index"
3749 checksum = "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c"
3750 dependencies = [
3751 "indexmap",
3752 "serde_core",
3753 "serde_spanned",
3754 "toml_datetime",
3755 "toml_parser",
3756 "toml_writer",
3757 "winnow",
3758 ]
3759
3760 [[package]]
3761 name = "toml_datetime"
3762 version = "1.1.1+spec-1.1.0"
3763 source = "registry+https://github.com/rust-lang/crates.io-index"
3764 checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
3765 dependencies = [
3766 "serde_core",
3767 ]
3768
3769 [[package]]
3770 name = "toml_parser"
3771 version = "1.1.2+spec-1.1.0"
3772 source = "registry+https://github.com/rust-lang/crates.io-index"
3773 checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
3774 dependencies = [
3775 "winnow",
3776 ]
3777
3778 [[package]]
3779 name = "toml_writer"
3780 version = "1.1.2+spec-1.1.0"
3781 source = "registry+https://github.com/rust-lang/crates.io-index"
3782 checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
3783
3784 [[package]]
3785 name = "tonic"
3786 version = "0.14.6"
3787 source = "registry+https://github.com/rust-lang/crates.io-index"
3788 checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef"
3789 dependencies = [
3790 "async-trait",
3791 "axum",
3792 "base64",
3793 "bytes",
3794 "h2",
3795 "http 1.4.0",
3796 "http-body 1.0.1",
3797 "http-body-util",
3798 "hyper",
3799 "hyper-timeout",
3800 "hyper-util",
3801 "percent-encoding",
3802 "pin-project",
3803 "socket2",
3804 "sync_wrapper",
3805 "tokio",
3806 "tokio-stream",
3807 "tower",
3808 "tower-layer",
3809 "tower-service",
3810 "tracing",
3811 ]
3812
3813 [[package]]
3814 name = "tower"
3815 version = "0.5.3"
3816 source = "registry+https://github.com/rust-lang/crates.io-index"
3817 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3818 dependencies = [
3819 "futures-core",
3820 "futures-util",
3821 "indexmap",
3822 "pin-project-lite",
3823 "slab",
3824 "sync_wrapper",
3825 "tokio",
3826 "tokio-util",
3827 "tower-layer",
3828 "tower-service",
3829 "tracing",
3830 ]
3831
3832 [[package]]
3833 name = "tower-cookies"
3834 version = "0.11.0"
3835 source = "registry+https://github.com/rust-lang/crates.io-index"
3836 checksum = "151b5a3e3c45df17466454bb74e9ecedecc955269bdedbf4d150dfa393b55a36"
3837 dependencies = [
3838 "axum-core",
3839 "cookie",
3840 "futures-util",
3841 "http 1.4.0",
3842 "parking_lot",
3843 "pin-project-lite",
3844 "tower-layer",
3845 "tower-service",
3846 ]
3847
3848 [[package]]
3849 name = "tower-http"
3850 version = "0.6.8"
3851 source = "registry+https://github.com/rust-lang/crates.io-index"
3852 checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
3853 dependencies = [
3854 "bitflags",
3855 "bytes",
3856 "futures-util",
3857 "http 1.4.0",
3858 "http-body 1.0.1",
3859 "iri-string",
3860 "pin-project-lite",
3861 "tower",
3862 "tower-layer",
3863 "tower-service",
3864 ]
3865
3866 [[package]]
3867 name = "tower-http"
3868 version = "0.7.0"
3869 source = "registry+https://github.com/rust-lang/crates.io-index"
3870 checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
3871 dependencies = [
3872 "bitflags",
3873 "bytes",
3874 "futures-core",
3875 "futures-util",
3876 "http 1.4.0",
3877 "http-body 1.0.1",
3878 "http-body-util",
3879 "http-range-header",
3880 "httpdate",
3881 "mime",
3882 "mime_guess",
3883 "percent-encoding",
3884 "pin-project-lite",
3885 "tokio",
3886 "tokio-util",
3887 "tower-layer",
3888 "tower-service",
3889 "tracing",
3890 ]
3891
3892 [[package]]
3893 name = "tower-layer"
3894 version = "0.3.3"
3895 source = "registry+https://github.com/rust-lang/crates.io-index"
3896 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3897
3898 [[package]]
3899 name = "tower-service"
3900 version = "0.3.3"
3901 source = "registry+https://github.com/rust-lang/crates.io-index"
3902 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3903
3904 [[package]]
3905 name = "tower-sessions"
3906 version = "0.14.0"
3907 source = "registry+https://github.com/rust-lang/crates.io-index"
3908 checksum = "43a05911f23e8fae446005fe9b7b97e66d95b6db589dc1c4d59f6a2d4d4927d3"
3909 dependencies = [
3910 "async-trait",
3911 "http 1.4.0",
3912 "time",
3913 "tokio",
3914 "tower-cookies",
3915 "tower-layer",
3916 "tower-service",
3917 "tower-sessions-core",
3918 "tower-sessions-memory-store",
3919 "tracing",
3920 ]
3921
3922 [[package]]
3923 name = "tower-sessions-core"
3924 version = "0.14.0"
3925 source = "registry+https://github.com/rust-lang/crates.io-index"
3926 checksum = "ce8cce604865576b7751b7a6bc3058f754569a60d689328bb74c52b1d87e355b"
3927 dependencies = [
3928 "async-trait",
3929 "axum-core",
3930 "base64",
3931 "futures",
3932 "http 1.4.0",
3933 "parking_lot",
3934 "rand 0.8.5",
3935 "serde",
3936 "serde_json",
3937 "thiserror 2.0.18",
3938 "time",
3939 "tokio",
3940 "tracing",
3941 ]
3942
3943 [[package]]
3944 name = "tower-sessions-memory-store"
3945 version = "0.14.0"
3946 source = "registry+https://github.com/rust-lang/crates.io-index"
3947 checksum = "fb05909f2e1420135a831dd5df9f5596d69196d0a64c3499ca474c4bd3d33242"
3948 dependencies = [
3949 "async-trait",
3950 "time",
3951 "tokio",
3952 "tower-sessions-core",
3953 ]
3954
3955 [[package]]
3956 name = "tower-sessions-sqlx-store"
3957 version = "0.15.0"
3958 source = "registry+https://github.com/rust-lang/crates.io-index"
3959 checksum = "e054622079f57fc1a7d6a6089c9334f963d62028fe21dc9eddd58af9a78480b3"
3960 dependencies = [
3961 "async-trait",
3962 "rmp-serde",
3963 "sqlx",
3964 "thiserror 1.0.69",
3965 "time",
3966 "tower-sessions-core",
3967 ]
3968
3969 [[package]]
3970 name = "tower_governor"
3971 version = "0.8.0"
3972 source = "registry+https://github.com/rust-lang/crates.io-index"
3973 checksum = "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6"
3974 dependencies = [
3975 "axum",
3976 "forwarded-header-value",
3977 "governor",
3978 "http 1.4.0",
3979 "pin-project",
3980 "thiserror 2.0.18",
3981 "tonic",
3982 "tower",
3983 "tracing",
3984 ]
3985
3986 [[package]]
3987 name = "tracing"
3988 version = "0.1.44"
3989 source = "registry+https://github.com/rust-lang/crates.io-index"
3990 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3991 dependencies = [
3992 "log",
3993 "pin-project-lite",
3994 "tracing-attributes",
3995 "tracing-core",
3996 ]
3997
3998 [[package]]
3999 name = "tracing-attributes"
4000 version = "0.1.31"
4001 source = "registry+https://github.com/rust-lang/crates.io-index"
4002 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
4003 dependencies = [
4004 "proc-macro2",
4005 "quote",
4006 "syn",
4007 ]
4008
4009 [[package]]
4010 name = "tracing-core"
4011 version = "0.1.36"
4012 source = "registry+https://github.com/rust-lang/crates.io-index"
4013 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
4014 dependencies = [
4015 "once_cell",
4016 "valuable",
4017 ]
4018
4019 [[package]]
4020 name = "tracing-log"
4021 version = "0.2.0"
4022 source = "registry+https://github.com/rust-lang/crates.io-index"
4023 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4024 dependencies = [
4025 "log",
4026 "once_cell",
4027 "tracing-core",
4028 ]
4029
4030 [[package]]
4031 name = "tracing-subscriber"
4032 version = "0.3.23"
4033 source = "registry+https://github.com/rust-lang/crates.io-index"
4034 checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
4035 dependencies = [
4036 "matchers",
4037 "nu-ansi-term",
4038 "once_cell",
4039 "regex-automata",
4040 "sharded-slab",
4041 "smallvec",
4042 "thread_local",
4043 "tracing",
4044 "tracing-core",
4045 "tracing-log",
4046 ]
4047
4048 [[package]]
4049 name = "try-lock"
4050 version = "0.2.5"
4051 source = "registry+https://github.com/rust-lang/crates.io-index"
4052 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4053
4054 [[package]]
4055 name = "tungstenite"
4056 version = "0.28.0"
4057 source = "registry+https://github.com/rust-lang/crates.io-index"
4058 checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
4059 dependencies = [
4060 "bytes",
4061 "data-encoding",
4062 "http 1.4.0",
4063 "httparse",
4064 "log",
4065 "rand 0.9.2",
4066 "sha1 0.10.6",
4067 "thiserror 2.0.18",
4068 "utf-8",
4069 ]
4070
4071 [[package]]
4072 name = "typenum"
4073 version = "1.20.0"
4074 source = "registry+https://github.com/rust-lang/crates.io-index"
4075 checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
4076
4077 [[package]]
4078 name = "unicase"
4079 version = "2.9.0"
4080 source = "registry+https://github.com/rust-lang/crates.io-index"
4081 checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
4082
4083 [[package]]
4084 name = "unicode-bidi"
4085 version = "0.3.18"
4086 source = "registry+https://github.com/rust-lang/crates.io-index"
4087 checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
4088
4089 [[package]]
4090 name = "unicode-ident"
4091 version = "1.0.24"
4092 source = "registry+https://github.com/rust-lang/crates.io-index"
4093 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
4094
4095 [[package]]
4096 name = "unicode-normalization"
4097 version = "0.1.25"
4098 source = "registry+https://github.com/rust-lang/crates.io-index"
4099 checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
4100 dependencies = [
4101 "tinyvec",
4102 ]
4103
4104 [[package]]
4105 name = "unicode-properties"
4106 version = "0.1.4"
4107 source = "registry+https://github.com/rust-lang/crates.io-index"
4108 checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
4109
4110 [[package]]
4111 name = "unicode-width"
4112 version = "0.2.2"
4113 source = "registry+https://github.com/rust-lang/crates.io-index"
4114 checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
4115
4116 [[package]]
4117 name = "unicode-xid"
4118 version = "0.2.6"
4119 source = "registry+https://github.com/rust-lang/crates.io-index"
4120 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
4121
4122 [[package]]
4123 name = "untrusted"
4124 version = "0.9.0"
4125 source = "registry+https://github.com/rust-lang/crates.io-index"
4126 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4127
4128 [[package]]
4129 name = "url"
4130 version = "2.5.8"
4131 source = "registry+https://github.com/rust-lang/crates.io-index"
4132 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
4133 dependencies = [
4134 "form_urlencoded",
4135 "idna",
4136 "percent-encoding",
4137 "serde",
4138 ]
4139
4140 [[package]]
4141 name = "urlencoding"
4142 version = "2.1.3"
4143 source = "registry+https://github.com/rust-lang/crates.io-index"
4144 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
4145
4146 [[package]]
4147 name = "utf-8"
4148 version = "0.7.6"
4149 source = "registry+https://github.com/rust-lang/crates.io-index"
4150 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4151
4152 [[package]]
4153 name = "utf8_iter"
4154 version = "1.0.4"
4155 source = "registry+https://github.com/rust-lang/crates.io-index"
4156 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4157
4158 [[package]]
4159 name = "uuid"
4160 version = "1.22.0"
4161 source = "registry+https://github.com/rust-lang/crates.io-index"
4162 checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
4163 dependencies = [
4164 "getrandom 0.4.2",
4165 "js-sys",
4166 "serde_core",
4167 "wasm-bindgen",
4168 ]
4169
4170 [[package]]
4171 name = "valuable"
4172 version = "0.1.1"
4173 source = "registry+https://github.com/rust-lang/crates.io-index"
4174 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4175
4176 [[package]]
4177 name = "vcpkg"
4178 version = "0.2.15"
4179 source = "registry+https://github.com/rust-lang/crates.io-index"
4180 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4181
4182 [[package]]
4183 name = "version_check"
4184 version = "0.9.5"
4185 source = "registry+https://github.com/rust-lang/crates.io-index"
4186 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4187
4188 [[package]]
4189 name = "vsimd"
4190 version = "0.8.0"
4191 source = "registry+https://github.com/rust-lang/crates.io-index"
4192 checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
4193
4194 [[package]]
4195 name = "walkdir"
4196 version = "2.5.0"
4197 source = "registry+https://github.com/rust-lang/crates.io-index"
4198 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4199 dependencies = [
4200 "same-file",
4201 "winapi-util",
4202 ]
4203
4204 [[package]]
4205 name = "want"
4206 version = "0.3.1"
4207 source = "registry+https://github.com/rust-lang/crates.io-index"
4208 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4209 dependencies = [
4210 "try-lock",
4211 ]
4212
4213 [[package]]
4214 name = "wasi"
4215 version = "0.11.1+wasi-snapshot-preview1"
4216 source = "registry+https://github.com/rust-lang/crates.io-index"
4217 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4218
4219 [[package]]
4220 name = "wasip2"
4221 version = "1.0.2+wasi-0.2.9"
4222 source = "registry+https://github.com/rust-lang/crates.io-index"
4223 checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
4224 dependencies = [
4225 "wit-bindgen",
4226 ]
4227
4228 [[package]]
4229 name = "wasip3"
4230 version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
4231 source = "registry+https://github.com/rust-lang/crates.io-index"
4232 checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
4233 dependencies = [
4234 "wit-bindgen",
4235 ]
4236
4237 [[package]]
4238 name = "wasite"
4239 version = "0.1.0"
4240 source = "registry+https://github.com/rust-lang/crates.io-index"
4241 checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
4242
4243 [[package]]
4244 name = "wasm-bindgen"
4245 version = "0.2.114"
4246 source = "registry+https://github.com/rust-lang/crates.io-index"
4247 checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
4248 dependencies = [
4249 "cfg-if",
4250 "once_cell",
4251 "rustversion",
4252 "wasm-bindgen-macro",
4253 "wasm-bindgen-shared",
4254 ]
4255
4256 [[package]]
4257 name = "wasm-bindgen-futures"
4258 version = "0.4.64"
4259 source = "registry+https://github.com/rust-lang/crates.io-index"
4260 checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
4261 dependencies = [
4262 "cfg-if",
4263 "futures-util",
4264 "js-sys",
4265 "once_cell",
4266 "wasm-bindgen",
4267 "web-sys",
4268 ]
4269
4270 [[package]]
4271 name = "wasm-bindgen-macro"
4272 version = "0.2.114"
4273 source = "registry+https://github.com/rust-lang/crates.io-index"
4274 checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
4275 dependencies = [
4276 "quote",
4277 "wasm-bindgen-macro-support",
4278 ]
4279
4280 [[package]]
4281 name = "wasm-bindgen-macro-support"
4282 version = "0.2.114"
4283 source = "registry+https://github.com/rust-lang/crates.io-index"
4284 checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
4285 dependencies = [
4286 "bumpalo",
4287 "proc-macro2",
4288 "quote",
4289 "syn",
4290 "wasm-bindgen-shared",
4291 ]
4292
4293 [[package]]
4294 name = "wasm-bindgen-shared"
4295 version = "0.2.114"
4296 source = "registry+https://github.com/rust-lang/crates.io-index"
4297 checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
4298 dependencies = [
4299 "unicode-ident",
4300 ]
4301
4302 [[package]]
4303 name = "wasm-encoder"
4304 version = "0.244.0"
4305 source = "registry+https://github.com/rust-lang/crates.io-index"
4306 checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
4307 dependencies = [
4308 "leb128fmt",
4309 "wasmparser",
4310 ]
4311
4312 [[package]]
4313 name = "wasm-metadata"
4314 version = "0.244.0"
4315 source = "registry+https://github.com/rust-lang/crates.io-index"
4316 checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
4317 dependencies = [
4318 "anyhow",
4319 "indexmap",
4320 "wasm-encoder",
4321 "wasmparser",
4322 ]
4323
4324 [[package]]
4325 name = "wasmparser"
4326 version = "0.244.0"
4327 source = "registry+https://github.com/rust-lang/crates.io-index"
4328 checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
4329 dependencies = [
4330 "bitflags",
4331 "hashbrown 0.15.5",
4332 "indexmap",
4333 "semver",
4334 ]
4335
4336 [[package]]
4337 name = "web-sys"
4338 version = "0.3.91"
4339 source = "registry+https://github.com/rust-lang/crates.io-index"
4340 checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
4341 dependencies = [
4342 "js-sys",
4343 "wasm-bindgen",
4344 ]
4345
4346 [[package]]
4347 name = "web-time"
4348 version = "1.1.0"
4349 source = "registry+https://github.com/rust-lang/crates.io-index"
4350 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4351 dependencies = [
4352 "js-sys",
4353 "wasm-bindgen",
4354 ]
4355
4356 [[package]]
4357 name = "web_atoms"
4358 version = "0.2.5"
4359 source = "registry+https://github.com/rust-lang/crates.io-index"
4360 checksum = "075474b12bcb3d2e3d4546580e9de478eeeead668a1761e2a8860c836b7ef297"
4361 dependencies = [
4362 "phf",
4363 "phf_codegen",
4364 "string_cache",
4365 "string_cache_codegen",
4366 ]
4367
4368 [[package]]
4369 name = "webpki-root-certs"
4370 version = "1.0.9"
4371 source = "registry+https://github.com/rust-lang/crates.io-index"
4372 checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
4373 dependencies = [
4374 "rustls-pki-types",
4375 ]
4376
4377 [[package]]
4378 name = "whoami"
4379 version = "1.6.1"
4380 source = "registry+https://github.com/rust-lang/crates.io-index"
4381 checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
4382 dependencies = [
4383 "libredox",
4384 "wasite",
4385 ]
4386
4387 [[package]]
4388 name = "winapi"
4389 version = "0.3.9"
4390 source = "registry+https://github.com/rust-lang/crates.io-index"
4391 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4392 dependencies = [
4393 "winapi-i686-pc-windows-gnu",
4394 "winapi-x86_64-pc-windows-gnu",
4395 ]
4396
4397 [[package]]
4398 name = "winapi-i686-pc-windows-gnu"
4399 version = "0.4.0"
4400 source = "registry+https://github.com/rust-lang/crates.io-index"
4401 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4402
4403 [[package]]
4404 name = "winapi-util"
4405 version = "0.1.11"
4406 source = "registry+https://github.com/rust-lang/crates.io-index"
4407 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4408 dependencies = [
4409 "windows-sys 0.61.2",
4410 ]
4411
4412 [[package]]
4413 name = "winapi-x86_64-pc-windows-gnu"
4414 version = "0.4.0"
4415 source = "registry+https://github.com/rust-lang/crates.io-index"
4416 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4417
4418 [[package]]
4419 name = "windows-core"
4420 version = "0.62.2"
4421 source = "registry+https://github.com/rust-lang/crates.io-index"
4422 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4423 dependencies = [
4424 "windows-implement",
4425 "windows-interface",
4426 "windows-link",
4427 "windows-result",
4428 "windows-strings",
4429 ]
4430
4431 [[package]]
4432 name = "windows-implement"
4433 version = "0.60.2"
4434 source = "registry+https://github.com/rust-lang/crates.io-index"
4435 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4436 dependencies = [
4437 "proc-macro2",
4438 "quote",
4439 "syn",
4440 ]
4441
4442 [[package]]
4443 name = "windows-interface"
4444 version = "0.59.3"
4445 source = "registry+https://github.com/rust-lang/crates.io-index"
4446 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4447 dependencies = [
4448 "proc-macro2",
4449 "quote",
4450 "syn",
4451 ]
4452
4453 [[package]]
4454 name = "windows-link"
4455 version = "0.2.1"
4456 source = "registry+https://github.com/rust-lang/crates.io-index"
4457 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4458
4459 [[package]]
4460 name = "windows-result"
4461 version = "0.4.1"
4462 source = "registry+https://github.com/rust-lang/crates.io-index"
4463 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4464 dependencies = [
4465 "windows-link",
4466 ]
4467
4468 [[package]]
4469 name = "windows-strings"
4470 version = "0.5.1"
4471 source = "registry+https://github.com/rust-lang/crates.io-index"
4472 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4473 dependencies = [
4474 "windows-link",
4475 ]
4476
4477 [[package]]
4478 name = "windows-sys"
4479 version = "0.48.0"
4480 source = "registry+https://github.com/rust-lang/crates.io-index"
4481 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4482 dependencies = [
4483 "windows-targets 0.48.5",
4484 ]
4485
4486 [[package]]
4487 name = "windows-sys"
4488 version = "0.52.0"
4489 source = "registry+https://github.com/rust-lang/crates.io-index"
4490 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4491 dependencies = [
4492 "windows-targets 0.52.6",
4493 ]
4494
4495 [[package]]
4496 name = "windows-sys"
4497 version = "0.61.2"
4498 source = "registry+https://github.com/rust-lang/crates.io-index"
4499 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4500 dependencies = [
4501 "windows-link",
4502 ]
4503
4504 [[package]]
4505 name = "windows-targets"
4506 version = "0.48.5"
4507 source = "registry+https://github.com/rust-lang/crates.io-index"
4508 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4509 dependencies = [
4510 "windows_aarch64_gnullvm 0.48.5",
4511 "windows_aarch64_msvc 0.48.5",
4512 "windows_i686_gnu 0.48.5",
4513 "windows_i686_msvc 0.48.5",
4514 "windows_x86_64_gnu 0.48.5",
4515 "windows_x86_64_gnullvm 0.48.5",
4516 "windows_x86_64_msvc 0.48.5",
4517 ]
4518
4519 [[package]]
4520 name = "windows-targets"
4521 version = "0.52.6"
4522 source = "registry+https://github.com/rust-lang/crates.io-index"
4523 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4524 dependencies = [
4525 "windows_aarch64_gnullvm 0.52.6",
4526 "windows_aarch64_msvc 0.52.6",
4527 "windows_i686_gnu 0.52.6",
4528 "windows_i686_gnullvm",
4529 "windows_i686_msvc 0.52.6",
4530 "windows_x86_64_gnu 0.52.6",
4531 "windows_x86_64_gnullvm 0.52.6",
4532 "windows_x86_64_msvc 0.52.6",
4533 ]
4534
4535 [[package]]
4536 name = "windows_aarch64_gnullvm"
4537 version = "0.48.5"
4538 source = "registry+https://github.com/rust-lang/crates.io-index"
4539 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4540
4541 [[package]]
4542 name = "windows_aarch64_gnullvm"
4543 version = "0.52.6"
4544 source = "registry+https://github.com/rust-lang/crates.io-index"
4545 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4546
4547 [[package]]
4548 name = "windows_aarch64_msvc"
4549 version = "0.48.5"
4550 source = "registry+https://github.com/rust-lang/crates.io-index"
4551 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4552
4553 [[package]]
4554 name = "windows_aarch64_msvc"
4555 version = "0.52.6"
4556 source = "registry+https://github.com/rust-lang/crates.io-index"
4557 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4558
4559 [[package]]
4560 name = "windows_i686_gnu"
4561 version = "0.48.5"
4562 source = "registry+https://github.com/rust-lang/crates.io-index"
4563 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4564
4565 [[package]]
4566 name = "windows_i686_gnu"
4567 version = "0.52.6"
4568 source = "registry+https://github.com/rust-lang/crates.io-index"
4569 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4570
4571 [[package]]
4572 name = "windows_i686_gnullvm"
4573 version = "0.52.6"
4574 source = "registry+https://github.com/rust-lang/crates.io-index"
4575 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4576
4577 [[package]]
4578 name = "windows_i686_msvc"
4579 version = "0.48.5"
4580 source = "registry+https://github.com/rust-lang/crates.io-index"
4581 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4582
4583 [[package]]
4584 name = "windows_i686_msvc"
4585 version = "0.52.6"
4586 source = "registry+https://github.com/rust-lang/crates.io-index"
4587 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4588
4589 [[package]]
4590 name = "windows_x86_64_gnu"
4591 version = "0.48.5"
4592 source = "registry+https://github.com/rust-lang/crates.io-index"
4593 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4594
4595 [[package]]
4596 name = "windows_x86_64_gnu"
4597 version = "0.52.6"
4598 source = "registry+https://github.com/rust-lang/crates.io-index"
4599 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4600
4601 [[package]]
4602 name = "windows_x86_64_gnullvm"
4603 version = "0.48.5"
4604 source = "registry+https://github.com/rust-lang/crates.io-index"
4605 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4606
4607 [[package]]
4608 name = "windows_x86_64_gnullvm"
4609 version = "0.52.6"
4610 source = "registry+https://github.com/rust-lang/crates.io-index"
4611 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4612
4613 [[package]]
4614 name = "windows_x86_64_msvc"
4615 version = "0.48.5"
4616 source = "registry+https://github.com/rust-lang/crates.io-index"
4617 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4618
4619 [[package]]
4620 name = "windows_x86_64_msvc"
4621 version = "0.52.6"
4622 source = "registry+https://github.com/rust-lang/crates.io-index"
4623 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4624
4625 [[package]]
4626 name = "winnow"
4627 version = "1.0.4"
4628 source = "registry+https://github.com/rust-lang/crates.io-index"
4629 checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
4630 dependencies = [
4631 "memchr",
4632 ]
4633
4634 [[package]]
4635 name = "wiremock"
4636 version = "0.6.5"
4637 source = "registry+https://github.com/rust-lang/crates.io-index"
4638 checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
4639 dependencies = [
4640 "assert-json-diff",
4641 "base64",
4642 "deadpool",
4643 "futures",
4644 "http 1.4.0",
4645 "http-body-util",
4646 "hyper",
4647 "hyper-util",
4648 "log",
4649 "once_cell",
4650 "regex",
4651 "serde",
4652 "serde_json",
4653 "tokio",
4654 "url",
4655 ]
4656
4657 [[package]]
4658 name = "wit-bindgen"
4659 version = "0.51.0"
4660 source = "registry+https://github.com/rust-lang/crates.io-index"
4661 checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
4662 dependencies = [
4663 "wit-bindgen-rust-macro",
4664 ]
4665
4666 [[package]]
4667 name = "wit-bindgen-core"
4668 version = "0.51.0"
4669 source = "registry+https://github.com/rust-lang/crates.io-index"
4670 checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
4671 dependencies = [
4672 "anyhow",
4673 "heck",
4674 "wit-parser",
4675 ]
4676
4677 [[package]]
4678 name = "wit-bindgen-rust"
4679 version = "0.51.0"
4680 source = "registry+https://github.com/rust-lang/crates.io-index"
4681 checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
4682 dependencies = [
4683 "anyhow",
4684 "heck",
4685 "indexmap",
4686 "prettyplease",
4687 "syn",
4688 "wasm-metadata",
4689 "wit-bindgen-core",
4690 "wit-component",
4691 ]
4692
4693 [[package]]
4694 name = "wit-bindgen-rust-macro"
4695 version = "0.51.0"
4696 source = "registry+https://github.com/rust-lang/crates.io-index"
4697 checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
4698 dependencies = [
4699 "anyhow",
4700 "prettyplease",
4701 "proc-macro2",
4702 "quote",
4703 "syn",
4704 "wit-bindgen-core",
4705 "wit-bindgen-rust",
4706 ]
4707
4708 [[package]]
4709 name = "wit-component"
4710 version = "0.244.0"
4711 source = "registry+https://github.com/rust-lang/crates.io-index"
4712 checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
4713 dependencies = [
4714 "anyhow",
4715 "bitflags",
4716 "indexmap",
4717 "log",
4718 "serde",
4719 "serde_derive",
4720 "serde_json",
4721 "wasm-encoder",
4722 "wasm-metadata",
4723 "wasmparser",
4724 "wit-parser",
4725 ]
4726
4727 [[package]]
4728 name = "wit-parser"
4729 version = "0.244.0"
4730 source = "registry+https://github.com/rust-lang/crates.io-index"
4731 checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
4732 dependencies = [
4733 "anyhow",
4734 "id-arena",
4735 "indexmap",
4736 "log",
4737 "semver",
4738 "serde",
4739 "serde_derive",
4740 "serde_json",
4741 "unicode-xid",
4742 "wasmparser",
4743 ]
4744
4745 [[package]]
4746 name = "writeable"
4747 version = "0.6.2"
4748 source = "registry+https://github.com/rust-lang/crates.io-index"
4749 checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4750
4751 [[package]]
4752 name = "xmlparser"
4753 version = "0.13.6"
4754 source = "registry+https://github.com/rust-lang/crates.io-index"
4755 checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
4756
4757 [[package]]
4758 name = "yoke"
4759 version = "0.8.1"
4760 source = "registry+https://github.com/rust-lang/crates.io-index"
4761 checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4762 dependencies = [
4763 "stable_deref_trait",
4764 "yoke-derive",
4765 "zerofrom",
4766 ]
4767
4768 [[package]]
4769 name = "yoke-derive"
4770 version = "0.8.1"
4771 source = "registry+https://github.com/rust-lang/crates.io-index"
4772 checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4773 dependencies = [
4774 "proc-macro2",
4775 "quote",
4776 "syn",
4777 "synstructure",
4778 ]
4779
4780 [[package]]
4781 name = "zerocopy"
4782 version = "0.8.42"
4783 source = "registry+https://github.com/rust-lang/crates.io-index"
4784 checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
4785 dependencies = [
4786 "zerocopy-derive",
4787 ]
4788
4789 [[package]]
4790 name = "zerocopy-derive"
4791 version = "0.8.42"
4792 source = "registry+https://github.com/rust-lang/crates.io-index"
4793 checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
4794 dependencies = [
4795 "proc-macro2",
4796 "quote",
4797 "syn",
4798 ]
4799
4800 [[package]]
4801 name = "zerofrom"
4802 version = "0.1.6"
4803 source = "registry+https://github.com/rust-lang/crates.io-index"
4804 checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4805 dependencies = [
4806 "zerofrom-derive",
4807 ]
4808
4809 [[package]]
4810 name = "zerofrom-derive"
4811 version = "0.1.6"
4812 source = "registry+https://github.com/rust-lang/crates.io-index"
4813 checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4814 dependencies = [
4815 "proc-macro2",
4816 "quote",
4817 "syn",
4818 "synstructure",
4819 ]
4820
4821 [[package]]
4822 name = "zeroize"
4823 version = "1.8.2"
4824 source = "registry+https://github.com/rust-lang/crates.io-index"
4825 checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
4826
4827 [[package]]
4828 name = "zerotrie"
4829 version = "0.2.3"
4830 source = "registry+https://github.com/rust-lang/crates.io-index"
4831 checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
4832 dependencies = [
4833 "displaydoc",
4834 "yoke",
4835 "zerofrom",
4836 ]
4837
4838 [[package]]
4839 name = "zerovec"
4840 version = "0.11.5"
4841 source = "registry+https://github.com/rust-lang/crates.io-index"
4842 checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
4843 dependencies = [
4844 "yoke",
4845 "zerofrom",
4846 "zerovec-derive",
4847 ]
4848
4849 [[package]]
4850 name = "zerovec-derive"
4851 version = "0.11.2"
4852 source = "registry+https://github.com/rust-lang/crates.io-index"
4853 checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
4854 dependencies = [
4855 "proc-macro2",
4856 "quote",
4857 "syn",
4858 ]
4859
4860 [[package]]
4861 name = "zmij"
4862 version = "1.0.21"
4863 source = "registry+https://github.com/rust-lang/crates.io-index"
4864 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4865
4866 [[patch.unused]]
4867 name = "quasi-axum"
4868 version = "0.56.0"
4869
4870 [[patch.unused]]
4871 name = "quasi-basics"
4872 version = "0.56.0"
4873
4874 [[patch.unused]]
4875 name = "quasi-http"
4876 version = "0.56.0"
4877
4878 [[patch.unused]]
4879 name = "quasi-immediate"
4880 version = "0.56.0"
4881
4882 [[patch.unused]]
4883 name = "quasi-notifs"
4884 version = "0.56.0"
4885
4886 [[patch.unused]]
4887 name = "quasi-router"
4888 version = "0.56.0"
4889
4890 [[patch.unused]]
4891 name = "quasi-store"
4892 version = "0.1.0"
4893
4894 [[patch.unused]]
4895 name = "quasi-tauri"
4896 version = "0.56.0"
4897
4898 [[patch.unused]]
4899 name = "quasi-webview"
4900 version = "0.56.0"
4901
4902 [[patch.unused]]
4903 name = "quasi-type"
4904 version = "0.1.0"
4905
4906 [[patch.unused]]
4907 name = "synckit-client"
4908 version = "0.9.0"
4909
4910 [[patch.unused]]
4911 name = "synckit-config"
4912 version = "0.2.0"
4913
4914 [[patch.unused]]
4915 name = "kberg"
4916 version = "0.1.0"
4917
4918 [[patch.unused]]
4919 name = "ops-status"
4920 version = "0.1.0"
4921
4922 [[patch.unused]]
4923 name = "painhours"
4924 version = "0.1.0"
4925