Skip to main content

max / makenotwork

224.0 KB · 9573 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 = "addr2line"
7 version = "0.26.1"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "59317f77929f0e679d39364702289274de2f0f0b22cbf50b2b8cff2169a0b27a"
10 dependencies = [
11 "gimli 0.33.0",
12 ]
13
14 [[package]]
15 name = "adler2"
16 version = "2.0.1"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20 [[package]]
21 name = "aead"
22 version = "0.6.1"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "1973cfbc1a2daf9cf550e74e1f088c28e7f7d8c1e1418fb6c9dc5184b7e84c99"
25 dependencies = [
26 "crypto-common 0.2.2",
27 "inout 0.2.2",
28 ]
29
30 [[package]]
31 name = "aes"
32 version = "0.9.1"
33 source = "registry+https://github.com/rust-lang/crates.io-index"
34 checksum = "f1fc76eaeac4c9164506c466d4ffdd8ec9d0c5bf57ee97177c4d8eceb3a0e138"
35 dependencies = [
36 "cipher 0.5.2",
37 "cpubits",
38 "cpufeatures 0.3.0",
39 ]
40
41 [[package]]
42 name = "ahash"
43 version = "0.8.12"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
46 dependencies = [
47 "cfg-if",
48 "getrandom 0.3.4",
49 "once_cell",
50 "version_check",
51 "zerocopy",
52 ]
53
54 [[package]]
55 name = "aho-corasick"
56 version = "1.1.4"
57 source = "registry+https://github.com/rust-lang/crates.io-index"
58 checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
59 dependencies = [
60 "memchr",
61 ]
62
63 [[package]]
64 name = "allocator-api2"
65 version = "0.2.21"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
68
69 [[package]]
70 name = "ammonia"
71 version = "4.1.4"
72 source = "registry+https://github.com/rust-lang/crates.io-index"
73 checksum = "dc6d763210e2eb7670d1a5183a08bebefa3f97db2a738a684f2ce00bd49f681d"
74 dependencies = [
75 "cssparser 0.37.0",
76 "html5ever",
77 "maplit",
78 "url",
79 ]
80
81 [[package]]
82 name = "android_system_properties"
83 version = "0.1.5"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
86 dependencies = [
87 "libc",
88 ]
89
90 [[package]]
91 name = "annotate-snippets"
92 version = "0.12.16"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
94 checksum = "f211a51805bc641f3ad5b7664c77d2547af685cc33b4cd8d31964027a46f13f1"
95 dependencies = [
96 "anstyle",
97 "memchr",
98 "unicode-width",
99 ]
100
101 [[package]]
102 name = "anstream"
103 version = "1.0.0"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
106 dependencies = [
107 "anstyle",
108 "anstyle-parse",
109 "anstyle-query",
110 "anstyle-wincon",
111 "colorchoice",
112 "is_terminal_polyfill",
113 "utf8parse",
114 ]
115
116 [[package]]
117 name = "anstyle"
118 version = "1.0.14"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
121
122 [[package]]
123 name = "anstyle-parse"
124 version = "1.0.0"
125 source = "registry+https://github.com/rust-lang/crates.io-index"
126 checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
127 dependencies = [
128 "utf8parse",
129 ]
130
131 [[package]]
132 name = "anstyle-query"
133 version = "1.1.5"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
135 checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
136 dependencies = [
137 "windows-sys 0.61.2",
138 ]
139
140 [[package]]
141 name = "anstyle-wincon"
142 version = "3.0.11"
143 source = "registry+https://github.com/rust-lang/crates.io-index"
144 checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
145 dependencies = [
146 "anstyle",
147 "once_cell_polyfill",
148 "windows-sys 0.61.2",
149 ]
150
151 [[package]]
152 name = "anyhow"
153 version = "1.0.103"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
156
157 [[package]]
158 name = "apple-bundles"
159 version = "0.21.0"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 checksum = "c0f40bb8f844cec39fa3aceae717808c2ac3d2b6c474a9dffbeba07a4a945d10"
162 dependencies = [
163 "anyhow",
164 "plist",
165 "simple-file-manifest",
166 "walkdir",
167 ]
168
169 [[package]]
170 name = "apple-codesign"
171 version = "0.29.0"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "f24e9ebdb70a2aee3ca1cea217009fb50776955f0d7678c31d22e48c1524667f"
174 dependencies = [
175 "anyhow",
176 "apple-bundles",
177 "apple-flat-package",
178 "apple-xar",
179 "base64 0.22.1",
180 "bcder",
181 "bitflags 2.13.0",
182 "bytes",
183 "chrono",
184 "clap",
185 "cryptographic-message-syntax",
186 "der",
187 "dialoguer",
188 "difference",
189 "digest 0.10.7",
190 "dirs",
191 "elliptic-curve",
192 "env_logger",
193 "figment",
194 "filetime",
195 "glob",
196 "goblin 0.9.3",
197 "hex",
198 "log",
199 "md-5 0.10.6",
200 "minicbor",
201 "num-traits",
202 "object 0.36.7",
203 "oid-registry 0.7.1",
204 "once_cell",
205 "p12",
206 "p256",
207 "pem",
208 "pkcs1",
209 "pkcs8",
210 "plist",
211 "rand 0.8.6",
212 "rasn",
213 "rayon",
214 "regex",
215 "reqwest 0.12.28",
216 "ring",
217 "rsa",
218 "scroll 0.12.0",
219 "security-framework 2.11.1",
220 "security-framework-sys",
221 "semver",
222 "serde",
223 "serde_json",
224 "serde_yaml",
225 "sha2 0.10.9",
226 "signature",
227 "simple-file-manifest",
228 "spake2",
229 "spki",
230 "subtle",
231 "tempfile",
232 "thiserror 2.0.18",
233 "tokio",
234 "tungstenite",
235 "uuid",
236 "walkdir",
237 "widestring",
238 "windows-sys 0.59.0",
239 "x509",
240 "x509-certificate",
241 "xml-rs",
242 "yasna",
243 "zeroize",
244 "zip 2.4.2",
245 "zip_structs",
246 ]
247
248 [[package]]
249 name = "apple-flat-package"
250 version = "0.20.0"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 checksum = "9c9d5a1fd8af4a376cc33d7e816a13f8ce127d52101f5dbc8061fb595397bea0"
253 dependencies = [
254 "apple-xar",
255 "cpio-archive",
256 "flate2",
257 "scroll 0.12.0",
258 "serde",
259 "serde-xml-rs",
260 "thiserror 2.0.18",
261 ]
262
263 [[package]]
264 name = "apple-xar"
265 version = "0.20.0"
266 source = "registry+https://github.com/rust-lang/crates.io-index"
267 checksum = "9631e781df71ebd049d7b4988cdae88712324cb20eb127fd79026bc8f1335d93"
268 dependencies = [
269 "base64 0.22.1",
270 "bcder",
271 "bzip2 0.4.4",
272 "chrono",
273 "cryptographic-message-syntax",
274 "digest 0.10.7",
275 "flate2",
276 "log",
277 "md-5 0.10.6",
278 "rand 0.8.6",
279 "reqwest 0.12.28",
280 "scroll 0.12.0",
281 "serde",
282 "serde-xml-rs",
283 "sha1 0.10.6",
284 "sha2 0.10.9",
285 "signature",
286 "thiserror 2.0.18",
287 "url",
288 "x509-certificate",
289 "xml-rs",
290 "xz2",
291 ]
292
293 [[package]]
294 name = "arbitrary"
295 version = "1.4.2"
296 source = "registry+https://github.com/rust-lang/crates.io-index"
297 checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
298 dependencies = [
299 "derive_arbitrary",
300 ]
301
302 [[package]]
303 name = "arc-swap"
304 version = "1.9.2"
305 source = "registry+https://github.com/rust-lang/crates.io-index"
306 checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b"
307 dependencies = [
308 "rustversion",
309 ]
310
311 [[package]]
312 name = "argon2"
313 version = "0.5.3"
314 source = "registry+https://github.com/rust-lang/crates.io-index"
315 checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
316 dependencies = [
317 "base64ct",
318 "blake2",
319 "cpufeatures 0.2.17",
320 "password-hash",
321 ]
322
323 [[package]]
324 name = "arrayvec"
325 version = "0.7.7"
326 source = "registry+https://github.com/rust-lang/crates.io-index"
327 checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe"
328
329 [[package]]
330 name = "ascii_tree"
331 version = "0.1.1"
332 source = "registry+https://github.com/rust-lang/crates.io-index"
333 checksum = "ca6c635b3aa665c649ad1415f1573c85957dfa47690ec27aebe7ec17efe3c643"
334
335 [[package]]
336 name = "askama"
337 version = "0.16.0"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "f1bf825125edd887a019d0a3a837dcc5499a68b0d034cc3eb594070c3e18addc"
340 dependencies = [
341 "askama_macros",
342 "itoa",
343 "percent-encoding",
344 "serde",
345 "serde_json",
346 ]
347
348 [[package]]
349 name = "askama_derive"
350 version = "0.16.0"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "e1c7065972a130eafa84215f21352ae15b4a7393da48c1f5e103904490736738"
353 dependencies = [
354 "askama_parser",
355 "basic-toml",
356 "glob",
357 "memchr",
358 "proc-macro2",
359 "quote",
360 "rustc-hash 2.1.2",
361 "serde",
362 "serde_derive",
363 "syn 2.0.118",
364 ]
365
366 [[package]]
367 name = "askama_macros"
368 version = "0.16.0"
369 source = "registry+https://github.com/rust-lang/crates.io-index"
370 checksum = "0e23b1d2c4bd39a41971f6124cef4cc6fd0540913ecb90919b69ab3bbe44ae1a"
371 dependencies = [
372 "askama_derive",
373 ]
374
375 [[package]]
376 name = "askama_parser"
377 version = "0.16.0"
378 source = "registry+https://github.com/rust-lang/crates.io-index"
379 checksum = "7db09fde9143e7ac4513358fb32ee32847125b63b18ea715afd487956da715da"
380 dependencies = [
381 "rustc-hash 2.1.2",
382 "serde",
383 "serde_derive",
384 "unicode-ident",
385 "winnow 1.0.4",
386 ]
387
388 [[package]]
389 name = "asn1-rs"
390 version = "0.6.2"
391 source = "registry+https://github.com/rust-lang/crates.io-index"
392 checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048"
393 dependencies = [
394 "asn1-rs-derive 0.5.1",
395 "asn1-rs-impl",
396 "displaydoc",
397 "nom 7.1.3",
398 "num-traits",
399 "rusticata-macros",
400 "thiserror 1.0.69",
401 "time",
402 ]
403
404 [[package]]
405 name = "asn1-rs"
406 version = "0.7.2"
407 source = "registry+https://github.com/rust-lang/crates.io-index"
408 checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8"
409 dependencies = [
410 "asn1-rs-derive 0.6.0",
411 "asn1-rs-impl",
412 "displaydoc",
413 "nom 7.1.3",
414 "num-traits",
415 "rusticata-macros",
416 "thiserror 2.0.18",
417 "time",
418 ]
419
420 [[package]]
421 name = "asn1-rs-derive"
422 version = "0.5.1"
423 source = "registry+https://github.com/rust-lang/crates.io-index"
424 checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490"
425 dependencies = [
426 "proc-macro2",
427 "quote",
428 "syn 2.0.118",
429 "synstructure",
430 ]
431
432 [[package]]
433 name = "asn1-rs-derive"
434 version = "0.6.0"
435 source = "registry+https://github.com/rust-lang/crates.io-index"
436 checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
437 dependencies = [
438 "proc-macro2",
439 "quote",
440 "syn 2.0.118",
441 "synstructure",
442 ]
443
444 [[package]]
445 name = "asn1-rs-impl"
446 version = "0.2.0"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
448 checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
449 dependencies = [
450 "proc-macro2",
451 "quote",
452 "syn 2.0.118",
453 ]
454
455 [[package]]
456 name = "assert-json-diff"
457 version = "2.0.2"
458 source = "registry+https://github.com/rust-lang/crates.io-index"
459 checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
460 dependencies = [
461 "serde",
462 "serde_json",
463 ]
464
465 [[package]]
466 name = "async-stream"
467 version = "0.3.6"
468 source = "registry+https://github.com/rust-lang/crates.io-index"
469 checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
470 dependencies = [
471 "async-stream-impl",
472 "futures-core",
473 "pin-project-lite",
474 ]
475
476 [[package]]
477 name = "async-stream-impl"
478 version = "0.3.6"
479 source = "registry+https://github.com/rust-lang/crates.io-index"
480 checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
481 dependencies = [
482 "proc-macro2",
483 "quote",
484 "syn 2.0.118",
485 ]
486
487 [[package]]
488 name = "async-stripe"
489 version = "1.0.0-rc.6"
490 source = "registry+https://github.com/rust-lang/crates.io-index"
491 checksum = "fbbfb37a60928c837f3d1db41ed9561a69e86052e5ea11451bfc8406fd22d99e"
492 dependencies = [
493 "async-stripe-client-core",
494 "async-stripe-shared",
495 "bytes",
496 "http-body-util",
497 "hyper",
498 "hyper-tls",
499 "hyper-util",
500 "miniserde",
501 "thiserror 2.0.18",
502 "tokio",
503 "tracing",
504 ]
505
506 [[package]]
507 name = "async-stripe-billing"
508 version = "1.0.0-rc.6"
509 source = "registry+https://github.com/rust-lang/crates.io-index"
510 checksum = "7cc8d927d27943b360584e527524efba0bc92c15cee39e33efee64c0727e9e2a"
511 dependencies = [
512 "async-stripe-client-core",
513 "async-stripe-shared",
514 "async-stripe-types",
515 "miniserde",
516 "serde",
517 "serde_json",
518 "smol_str",
519 "tracing",
520 ]
521
522 [[package]]
523 name = "async-stripe-checkout"
524 version = "1.0.0-rc.6"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
526 checksum = "1a7cc969611dc770fbffe5520128d53fb7618f2f64cacdcc5fdc80066042bd92"
527 dependencies = [
528 "async-stripe-client-core",
529 "async-stripe-shared",
530 "async-stripe-types",
531 "miniserde",
532 "serde",
533 "serde_json",
534 "smol_str",
535 "tracing",
536 ]
537
538 [[package]]
539 name = "async-stripe-client-core"
540 version = "1.0.0-rc.6"
541 source = "registry+https://github.com/rust-lang/crates.io-index"
542 checksum = "fb102f82be32b4be0af662746ecc1b632371903eb096e8d840505431277e090c"
543 dependencies = [
544 "async-stripe-shared",
545 "async-stripe-types",
546 "bytes",
547 "futures-util",
548 "miniserde",
549 "serde",
550 "serde_json",
551 "serde_qs",
552 "thiserror 2.0.18",
553 "tracing",
554 ]
555
556 [[package]]
557 name = "async-stripe-connect"
558 version = "1.0.0-rc.6"
559 source = "registry+https://github.com/rust-lang/crates.io-index"
560 checksum = "ecf55fcf7e4ef8174a80af33586342a20eef7bdbe86c6d77f0459747c6e5561a"
561 dependencies = [
562 "async-stripe-client-core",
563 "async-stripe-shared",
564 "async-stripe-types",
565 "miniserde",
566 "serde",
567 "serde_json",
568 "smol_str",
569 "tracing",
570 ]
571
572 [[package]]
573 name = "async-stripe-core"
574 version = "1.0.0-rc.6"
575 source = "registry+https://github.com/rust-lang/crates.io-index"
576 checksum = "d0a62f29770d512604b6b85e977ec692f7fe31449a6af1c2ad39a4a3559992b3"
577 dependencies = [
578 "async-stripe-client-core",
579 "async-stripe-shared",
580 "async-stripe-types",
581 "miniserde",
582 "serde",
583 "serde_json",
584 "smol_str",
585 "tracing",
586 ]
587
588 [[package]]
589 name = "async-stripe-payment"
590 version = "1.0.0-rc.6"
591 source = "registry+https://github.com/rust-lang/crates.io-index"
592 checksum = "9063ec5de6b3c6ea14141911fd55eb2e54051acc9c0223b4ce7f938295f587fb"
593 dependencies = [
594 "async-stripe-client-core",
595 "async-stripe-shared",
596 "async-stripe-types",
597 "miniserde",
598 "serde",
599 "serde_json",
600 "smol_str",
601 "tracing",
602 ]
603
604 [[package]]
605 name = "async-stripe-product"
606 version = "1.0.0-rc.6"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
608 checksum = "7453e7a781fe3f4933b3662dd174b7b6aa02e0e96a77b2c8945732ba132f1392"
609 dependencies = [
610 "async-stripe-client-core",
611 "async-stripe-shared",
612 "async-stripe-types",
613 "miniserde",
614 "serde",
615 "serde_json",
616 "smol_str",
617 "tracing",
618 ]
619
620 [[package]]
621 name = "async-stripe-shared"
622 version = "1.0.0-rc.6"
623 source = "registry+https://github.com/rust-lang/crates.io-index"
624 checksum = "80a31d49bf137889e1ece81c2aca94d144c041815388df5b8616a787e7beb611"
625 dependencies = [
626 "async-stripe-types",
627 "miniserde",
628 "serde",
629 "serde_json",
630 "smol_str",
631 "tracing",
632 ]
633
634 [[package]]
635 name = "async-stripe-types"
636 version = "1.0.0-rc.6"
637 source = "registry+https://github.com/rust-lang/crates.io-index"
638 checksum = "b461a9cc3cd14d56843aa9eced46b3d0e8c1937a2c735e224be5c6e529258c22"
639 dependencies = [
640 "miniserde",
641 "serde",
642 "serde_json",
643 "smol_str",
644 ]
645
646 [[package]]
647 name = "async-trait"
648 version = "0.1.89"
649 source = "registry+https://github.com/rust-lang/crates.io-index"
650 checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
651 dependencies = [
652 "proc-macro2",
653 "quote",
654 "syn 2.0.118",
655 ]
656
657 [[package]]
658 name = "atoi"
659 version = "2.0.0"
660 source = "registry+https://github.com/rust-lang/crates.io-index"
661 checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
662 dependencies = [
663 "num-traits",
664 ]
665
666 [[package]]
667 name = "atomic"
668 version = "0.6.1"
669 source = "registry+https://github.com/rust-lang/crates.io-index"
670 checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
671 dependencies = [
672 "bytemuck",
673 ]
674
675 [[package]]
676 name = "atomic-waker"
677 version = "1.1.2"
678 source = "registry+https://github.com/rust-lang/crates.io-index"
679 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
680
681 [[package]]
682 name = "authenticode"
683 version = "0.6.0"
684 source = "registry+https://github.com/rust-lang/crates.io-index"
685 checksum = "e68f4bbb3221256060f0e164b8d41b659cdee9f3c1fb7f97706a25d3148875a3"
686 dependencies = [
687 "cms",
688 "const-oid 0.9.6",
689 "der",
690 "digest 0.10.7",
691 "object 0.39.1",
692 "spki",
693 "x509-cert",
694 ]
695
696 [[package]]
697 name = "autocfg"
698 version = "1.5.1"
699 source = "registry+https://github.com/rust-lang/crates.io-index"
700 checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
701
702 [[package]]
703 name = "aws-config"
704 version = "1.8.18"
705 source = "registry+https://github.com/rust-lang/crates.io-index"
706 checksum = "e33f815b73a3899c03b380d543532e5865f230dce9678d108dc10732a8682275"
707 dependencies = [
708 "aws-credential-types",
709 "aws-runtime",
710 "aws-sdk-sso",
711 "aws-sdk-ssooidc",
712 "aws-sdk-sts",
713 "aws-smithy-async",
714 "aws-smithy-http",
715 "aws-smithy-json",
716 "aws-smithy-runtime",
717 "aws-smithy-runtime-api",
718 "aws-smithy-schema",
719 "aws-smithy-types",
720 "aws-types",
721 "bytes",
722 "fastrand",
723 "hex",
724 "http 1.4.2",
725 "sha1 0.10.6",
726 "time",
727 "tokio",
728 "tracing",
729 "url",
730 "zeroize",
731 ]
732
733 [[package]]
734 name = "aws-credential-types"
735 version = "1.2.14"
736 source = "registry+https://github.com/rust-lang/crates.io-index"
737 checksum = "8f20799b373a1be121fe3005fba0c2090af9411573878f224df44b42727fcaf7"
738 dependencies = [
739 "aws-smithy-async",
740 "aws-smithy-runtime-api",
741 "aws-smithy-types",
742 "zeroize",
743 ]
744
745 [[package]]
746 name = "aws-lc-rs"
747 version = "1.17.1"
748 source = "registry+https://github.com/rust-lang/crates.io-index"
749 checksum = "4342d8937fc7e5dd9b1c60292261c0670c882a2cd1719cfc11b1af41731e32ad"
750 dependencies = [
751 "aws-lc-sys",
752 "zeroize",
753 ]
754
755 [[package]]
756 name = "aws-lc-sys"
757 version = "0.42.0"
758 source = "registry+https://github.com/rust-lang/crates.io-index"
759 checksum = "6d9ceb1da931507a12f4fccea479dccd00da1943e1b4ae72d8e502d707361444"
760 dependencies = [
761 "cc",
762 "cmake",
763 "dunce",
764 "fs_extra",
765 "pkg-config",
766 ]
767
768 [[package]]
769 name = "aws-runtime"
770 version = "1.7.5"
771 source = "registry+https://github.com/rust-lang/crates.io-index"
772 checksum = "6c9b9de216a988dd54b754a82a7660cfe14cee4f6782ae4524470972fa0ccb39"
773 dependencies = [
774 "aws-credential-types",
775 "aws-sigv4",
776 "aws-smithy-async",
777 "aws-smithy-eventstream",
778 "aws-smithy-http",
779 "aws-smithy-runtime",
780 "aws-smithy-runtime-api",
781 "aws-smithy-types",
782 "aws-types",
783 "bytes",
784 "bytes-utils",
785 "fastrand",
786 "http 0.2.12",
787 "http 1.4.2",
788 "http-body 0.4.6",
789 "http-body 1.0.1",
790 "percent-encoding",
791 "pin-project-lite",
792 "tracing",
793 "uuid",
794 ]
795
796 [[package]]
797 name = "aws-sdk-s3"
798 version = "1.137.0"
799 source = "registry+https://github.com/rust-lang/crates.io-index"
800 checksum = "c2dd7213994e2ff9382ff100403b78c30d1b74cdfcd8fa9d0d1dc3a94a5c4874"
801 dependencies = [
802 "arc-swap",
803 "aws-credential-types",
804 "aws-runtime",
805 "aws-sigv4",
806 "aws-smithy-async",
807 "aws-smithy-checksums",
808 "aws-smithy-eventstream",
809 "aws-smithy-http",
810 "aws-smithy-json",
811 "aws-smithy-observability",
812 "aws-smithy-runtime",
813 "aws-smithy-runtime-api",
814 "aws-smithy-types",
815 "aws-smithy-xml",
816 "aws-types",
817 "bytes",
818 "fastrand",
819 "hex",
820 "hmac 0.13.0",
821 "http 0.2.12",
822 "http 1.4.2",
823 "http-body 1.0.1",
824 "lru",
825 "percent-encoding",
826 "regex-lite",
827 "sha2 0.11.0",
828 "tracing",
829 "url",
830 ]
831
832 [[package]]
833 name = "aws-sdk-sso"
834 version = "1.102.0"
835 source = "registry+https://github.com/rust-lang/crates.io-index"
836 checksum = "8c82b3ac19f1431854f7ace3a7531674633e286bfdde21976893bfee36fd493b"
837 dependencies = [
838 "arc-swap",
839 "aws-credential-types",
840 "aws-runtime",
841 "aws-smithy-async",
842 "aws-smithy-http",
843 "aws-smithy-json",
844 "aws-smithy-observability",
845 "aws-smithy-runtime",
846 "aws-smithy-runtime-api",
847 "aws-smithy-types",
848 "aws-types",
849 "bytes",
850 "fastrand",
851 "http 0.2.12",
852 "http 1.4.2",
853 "regex-lite",
854 "tracing",
855 ]
856
857 [[package]]
858 name = "aws-sdk-ssooidc"
859 version = "1.104.0"
860 source = "registry+https://github.com/rust-lang/crates.io-index"
861 checksum = "321000d2b4c5519ee573f73167f612efd7329322d9b26969ad1979f0427f1913"
862 dependencies = [
863 "arc-swap",
864 "aws-credential-types",
865 "aws-runtime",
866 "aws-smithy-async",
867 "aws-smithy-http",
868 "aws-smithy-json",
869 "aws-smithy-observability",
870 "aws-smithy-runtime",
871 "aws-smithy-runtime-api",
872 "aws-smithy-types",
873 "aws-types",
874 "bytes",
875 "fastrand",
876 "http 0.2.12",
877 "http 1.4.2",
878 "regex-lite",
879 "tracing",
880 ]
881
882 [[package]]
883 name = "aws-sdk-sts"
884 version = "1.107.0"
885 source = "registry+https://github.com/rust-lang/crates.io-index"
886 checksum = "3d0d328ba962af23ecfa3c9f23b98d3d35e325fa218d7f13d17a6bf522f8a560"
887 dependencies = [
888 "arc-swap",
889 "aws-credential-types",
890 "aws-runtime",
891 "aws-smithy-async",
892 "aws-smithy-http",
893 "aws-smithy-json",
894 "aws-smithy-observability",
895 "aws-smithy-query",
896 "aws-smithy-runtime",
897 "aws-smithy-runtime-api",
898 "aws-smithy-types",
899 "aws-smithy-xml",
900 "aws-types",
901 "fastrand",
902 "http 0.2.12",
903 "http 1.4.2",
904 "regex-lite",
905 "tracing",
906 ]
907
908 [[package]]
909 name = "aws-sigv4"
910 version = "1.4.5"
911 source = "registry+https://github.com/rust-lang/crates.io-index"
912 checksum = "bae38512beae0ffee7010fc24e7a8a123c53efdfef42a61e80fda4882418dc71"
913 dependencies = [
914 "aws-credential-types",
915 "aws-smithy-eventstream",
916 "aws-smithy-http",
917 "aws-smithy-runtime-api",
918 "aws-smithy-types",
919 "bytes",
920 "crypto-bigint",
921 "form_urlencoded",
922 "hex",
923 "hmac 0.13.0",
924 "http 0.2.12",
925 "http 1.4.2",
926 "p256",
927 "percent-encoding",
928 "sha2 0.11.0",
929 "subtle",
930 "time",
931 "tracing",
932 "zeroize",
933 ]
934
935 [[package]]
936 name = "aws-smithy-async"
937 version = "1.2.14"
938 source = "registry+https://github.com/rust-lang/crates.io-index"
939 checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc"
940 dependencies = [
941 "futures-util",
942 "pin-project-lite",
943 "tokio",
944 ]
945
946 [[package]]
947 name = "aws-smithy-checksums"
948 version = "0.64.8"
949 source = "registry+https://github.com/rust-lang/crates.io-index"
950 checksum = "e9e8e65f4f81fcccdeb6c3eca2af17ac21d421a1786a26a394aecf421d616d3a"
951 dependencies = [
952 "aws-smithy-http",
953 "aws-smithy-types",
954 "bytes",
955 "crc-fast",
956 "hex",
957 "http 1.4.2",
958 "http-body 1.0.1",
959 "http-body-util",
960 "md-5 0.11.0",
961 "pin-project-lite",
962 "sha1 0.11.0",
963 "sha2 0.11.0",
964 "tracing",
965 ]
966
967 [[package]]
968 name = "aws-smithy-eventstream"
969 version = "0.60.21"
970 source = "registry+https://github.com/rust-lang/crates.io-index"
971 checksum = "78d8391e65fcea47c586a22e1a41f173b38615b112b2c6b7a44e80cec3e6b706"
972 dependencies = [
973 "aws-smithy-types",
974 "bytes",
975 "crc32fast",
976 ]
977
978 [[package]]
979 name = "aws-smithy-http"
980 version = "0.63.6"
981 source = "registry+https://github.com/rust-lang/crates.io-index"
982 checksum = "ba1ab2dc1c2c3749ead27180d333c42f11be8b0e934058fb4b2258ee8dbe5231"
983 dependencies = [
984 "aws-smithy-eventstream",
985 "aws-smithy-runtime-api",
986 "aws-smithy-types",
987 "bytes",
988 "bytes-utils",
989 "futures-core",
990 "futures-util",
991 "http 1.4.2",
992 "http-body 1.0.1",
993 "http-body-util",
994 "percent-encoding",
995 "pin-project-lite",
996 "pin-utils",
997 "tracing",
998 ]
999
1000 [[package]]
1001 name = "aws-smithy-http-client"
1002 version = "1.1.13"
1003 source = "registry+https://github.com/rust-lang/crates.io-index"
1004 checksum = "5c3ef8931ad1c98aa6a55b4256f847f3116090819844e0dd41ea682cac5dd2d3"
1005 dependencies = [
1006 "aws-smithy-async",
1007 "aws-smithy-runtime-api",
1008 "aws-smithy-types",
1009 "h2",
1010 "http 1.4.2",
1011 "hyper",
1012 "hyper-rustls",
1013 "hyper-util",
1014 "pin-project-lite",
1015 "rustls",
1016 "rustls-native-certs 0.8.4",
1017 "rustls-pki-types",
1018 "tokio",
1019 "tokio-rustls",
1020 "tower",
1021 "tracing",
1022 ]
1023
1024 [[package]]
1025 name = "aws-smithy-json"
1026 version = "0.62.7"
1027 source = "registry+https://github.com/rust-lang/crates.io-index"
1028 checksum = "701a947f4797e52a911e114a898667c746c39feea467bbd1abd7b3721f702ffa"
1029 dependencies = [
1030 "aws-smithy-runtime-api",
1031 "aws-smithy-schema",
1032 "aws-smithy-types",
1033 ]
1034
1035 [[package]]
1036 name = "aws-smithy-observability"
1037 version = "0.2.6"
1038 source = "registry+https://github.com/rust-lang/crates.io-index"
1039 checksum = "a06c2315d173edbf1920da8ba3a7189695827002e4c0fc961973ab1c54abca9c"
1040 dependencies = [
1041 "aws-smithy-runtime-api",
1042 ]
1043
1044 [[package]]
1045 name = "aws-smithy-query"
1046 version = "0.60.15"
1047 source = "registry+https://github.com/rust-lang/crates.io-index"
1048 checksum = "1a56d79744fb3edb5d722ef79d86081e121d3b9422cb209eb03aea6aa4f21ebd"
1049 dependencies = [
1050 "aws-smithy-types",
1051 "urlencoding",
1052 ]
1053
1054 [[package]]
1055 name = "aws-smithy-runtime"
1056 version = "1.11.3"
1057 source = "registry+https://github.com/rust-lang/crates.io-index"
1058 checksum = "b8e6f5caf6fea86f8c2206541ab5857cfcda9013426cdbe8fa0098b9e2d32182"
1059 dependencies = [
1060 "aws-smithy-async",
1061 "aws-smithy-http",
1062 "aws-smithy-http-client",
1063 "aws-smithy-observability",
1064 "aws-smithy-runtime-api",
1065 "aws-smithy-schema",
1066 "aws-smithy-types",
1067 "bytes",
1068 "fastrand",
1069 "http 0.2.12",
1070 "http 1.4.2",
1071 "http-body 0.4.6",
1072 "http-body 1.0.1",
1073 "http-body-util",
1074 "pin-project-lite",
1075 "pin-utils",
1076 "tokio",
1077 "tracing",
1078 ]
1079
1080 [[package]]
1081 name = "aws-smithy-runtime-api"
1082 version = "1.12.3"
1083 source = "registry+https://github.com/rust-lang/crates.io-index"
1084 checksum = "9db177daa6ba8afb9ee1aefcf548c907abcf52065e394ee11a92780057fe0e8c"
1085 dependencies = [
1086 "aws-smithy-async",
1087 "aws-smithy-runtime-api-macros",
1088 "aws-smithy-types",
1089 "bytes",
1090 "http 0.2.12",
1091 "http 1.4.2",
1092 "pin-project-lite",
1093 "tokio",
1094 "tracing",
1095 "zeroize",
1096 ]
1097
1098 [[package]]
1099 name = "aws-smithy-runtime-api-macros"
1100 version = "1.0.0"
1101 source = "registry+https://github.com/rust-lang/crates.io-index"
1102 checksum = "8d7396fd9500589e62e460e987ecb671bad374934e55ec3b5f498cc7a8a8a7b7"
1103 dependencies = [
1104 "proc-macro2",
1105 "quote",
1106 "syn 2.0.118",
1107 ]
1108
1109 [[package]]
1110 name = "aws-smithy-schema"
1111 version = "0.1.0"
1112 source = "registry+https://github.com/rust-lang/crates.io-index"
1113 checksum = "7442cb268338f0eb8278140a107c046756aa01093d8ef5e99628d34ae09c94f5"
1114 dependencies = [
1115 "aws-smithy-runtime-api",
1116 "aws-smithy-types",
1117 "http 1.4.2",
1118 ]
1119
1120 [[package]]
1121 name = "aws-smithy-types"
1122 version = "1.5.0"
1123 source = "registry+https://github.com/rust-lang/crates.io-index"
1124 checksum = "32b42fcf341259d85ca10fac9a2f6448a8ec691c6955a18e45bc3b71a85fab85"
1125 dependencies = [
1126 "base64-simd",
1127 "bytes",
1128 "bytes-utils",
1129 "futures-core",
1130 "http 0.2.12",
1131 "http 1.4.2",
1132 "http-body 0.4.6",
1133 "http-body 1.0.1",
1134 "http-body-util",
1135 "itoa",
1136 "num-integer",
1137 "pin-project-lite",
1138 "pin-utils",
1139 "ryu",
1140 "serde",
1141 "time",
1142 "tokio",
1143 "tokio-util",
1144 ]
1145
1146 [[package]]
1147 name = "aws-smithy-xml"
1148 version = "0.60.15"
1149 source = "registry+https://github.com/rust-lang/crates.io-index"
1150 checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3"
1151 dependencies = [
1152 "xmlparser",
1153 ]
1154
1155 [[package]]
1156 name = "aws-types"
1157 version = "1.3.16"
1158 source = "registry+https://github.com/rust-lang/crates.io-index"
1159 checksum = "d16bf10b03a3c01e6b3b7d47cd964e873ffe9e7d4e80fad16bd4c077cb068531"
1160 dependencies = [
1161 "aws-credential-types",
1162 "aws-smithy-async",
1163 "aws-smithy-runtime-api",
1164 "aws-smithy-schema",
1165 "aws-smithy-types",
1166 "rustc_version",
1167 "tracing",
1168 ]
1169
1170 [[package]]
1171 name = "axum"
1172 version = "0.8.9"
1173 source = "registry+https://github.com/rust-lang/crates.io-index"
1174 checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
1175 dependencies = [
1176 "axum-core",
1177 "axum-macros",
1178 "bytes",
1179 "form_urlencoded",
1180 "futures-util",
1181 "http 1.4.2",
1182 "http-body 1.0.1",
1183 "http-body-util",
1184 "hyper",
1185 "hyper-util",
1186 "itoa",
1187 "matchit",
1188 "memchr",
1189 "mime",
1190 "percent-encoding",
1191 "pin-project-lite",
1192 "serde_core",
1193 "serde_json",
1194 "serde_path_to_error",
1195 "serde_urlencoded",
1196 "sync_wrapper",
1197 "tokio",
1198 "tower",
1199 "tower-layer",
1200 "tower-service",
1201 "tracing",
1202 ]
1203
1204 [[package]]
1205 name = "axum-core"
1206 version = "0.5.6"
1207 source = "registry+https://github.com/rust-lang/crates.io-index"
1208 checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
1209 dependencies = [
1210 "bytes",
1211 "futures-core",
1212 "http 1.4.2",
1213 "http-body 1.0.1",
1214 "http-body-util",
1215 "mime",
1216 "pin-project-lite",
1217 "sync_wrapper",
1218 "tower-layer",
1219 "tower-service",
1220 "tracing",
1221 ]
1222
1223 [[package]]
1224 name = "axum-extra"
1225 version = "0.12.6"
1226 source = "registry+https://github.com/rust-lang/crates.io-index"
1227 checksum = "be44683b41ccb9ab2d23a5230015c9c3c55be97a25e4428366de8873103f7970"
1228 dependencies = [
1229 "axum",
1230 "axum-core",
1231 "bytes",
1232 "cookie",
1233 "form_urlencoded",
1234 "futures-core",
1235 "futures-util",
1236 "headers",
1237 "http 1.4.2",
1238 "http-body 1.0.1",
1239 "http-body-util",
1240 "mime",
1241 "pin-project-lite",
1242 "serde_core",
1243 "serde_html_form",
1244 "serde_path_to_error",
1245 "tower-layer",
1246 "tower-service",
1247 "tracing",
1248 ]
1249
1250 [[package]]
1251 name = "axum-macros"
1252 version = "0.5.1"
1253 source = "registry+https://github.com/rust-lang/crates.io-index"
1254 checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca"
1255 dependencies = [
1256 "proc-macro2",
1257 "quote",
1258 "syn 2.0.118",
1259 ]
1260
1261 [[package]]
1262 name = "base16ct"
1263 version = "0.2.0"
1264 source = "registry+https://github.com/rust-lang/crates.io-index"
1265 checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
1266
1267 [[package]]
1268 name = "base32"
1269 version = "0.5.1"
1270 source = "registry+https://github.com/rust-lang/crates.io-index"
1271 checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076"
1272
1273 [[package]]
1274 name = "base64"
1275 version = "0.21.7"
1276 source = "registry+https://github.com/rust-lang/crates.io-index"
1277 checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1278
1279 [[package]]
1280 name = "base64"
1281 version = "0.22.1"
1282 source = "registry+https://github.com/rust-lang/crates.io-index"
1283 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1284
1285 [[package]]
1286 name = "base64-simd"
1287 version = "0.8.0"
1288 source = "registry+https://github.com/rust-lang/crates.io-index"
1289 checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1290 dependencies = [
1291 "outref",
1292 "vsimd",
1293 ]
1294
1295 [[package]]
1296 name = "base64ct"
1297 version = "1.8.3"
1298 source = "registry+https://github.com/rust-lang/crates.io-index"
1299 checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
1300
1301 [[package]]
1302 name = "base64urlsafedata"
1303 version = "0.5.5"
1304 source = "registry+https://github.com/rust-lang/crates.io-index"
1305 checksum = "b08e33815c87d8cadcddb1e74ac307368a3751fbe40c961538afa21a1899f21c"
1306 dependencies = [
1307 "base64 0.21.7",
1308 "pastey",
1309 "serde",
1310 ]
1311
1312 [[package]]
1313 name = "basic-toml"
1314 version = "0.1.10"
1315 source = "registry+https://github.com/rust-lang/crates.io-index"
1316 checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
1317 dependencies = [
1318 "serde",
1319 ]
1320
1321 [[package]]
1322 name = "bcder"
1323 version = "0.7.7"
1324 source = "registry+https://github.com/rust-lang/crates.io-index"
1325 checksum = "b593e5aeaf7992d388c08a9831c921cd703718064b3e50ba8e6d666d6cf86ca7"
1326 dependencies = [
1327 "bytes",
1328 "smallvec",
1329 ]
1330
1331 [[package]]
1332 name = "beef"
1333 version = "0.5.2"
1334 source = "registry+https://github.com/rust-lang/crates.io-index"
1335 checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
1336
1337 [[package]]
1338 name = "bincode"
1339 version = "1.3.3"
1340 source = "registry+https://github.com/rust-lang/crates.io-index"
1341 checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1342 dependencies = [
1343 "serde",
1344 ]
1345
1346 [[package]]
1347 name = "bincode"
1348 version = "2.0.1"
1349 source = "registry+https://github.com/rust-lang/crates.io-index"
1350 checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
1351 dependencies = [
1352 "bincode_derive",
1353 "serde",
1354 "unty",
1355 ]
1356
1357 [[package]]
1358 name = "bincode_derive"
1359 version = "2.0.1"
1360 source = "registry+https://github.com/rust-lang/crates.io-index"
1361 checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
1362 dependencies = [
1363 "virtue",
1364 ]
1365
1366 [[package]]
1367 name = "bit-set"
1368 version = "0.8.0"
1369 source = "registry+https://github.com/rust-lang/crates.io-index"
1370 checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1371 dependencies = [
1372 "bit-vec",
1373 ]
1374
1375 [[package]]
1376 name = "bit-vec"
1377 version = "0.8.0"
1378 source = "registry+https://github.com/rust-lang/crates.io-index"
1379 checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1380
1381 [[package]]
1382 name = "bitflags"
1383 version = "1.3.2"
1384 source = "registry+https://github.com/rust-lang/crates.io-index"
1385 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1386
1387 [[package]]
1388 name = "bitflags"
1389 version = "2.13.0"
1390 source = "registry+https://github.com/rust-lang/crates.io-index"
1391 checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
1392 dependencies = [
1393 "serde_core",
1394 ]
1395
1396 [[package]]
1397 name = "bitvec"
1398 version = "1.1.1"
1399 source = "registry+https://github.com/rust-lang/crates.io-index"
1400 checksum = "ddcec3d12c579d40898fe0a9a358a803c23e9c52ca3c425707f81c9436211837"
1401 dependencies = [
1402 "funty",
1403 "radium",
1404 "serde",
1405 "tap",
1406 "wyz",
1407 ]
1408
1409 [[package]]
1410 name = "bitvec-nom2"
1411 version = "0.2.1"
1412 source = "registry+https://github.com/rust-lang/crates.io-index"
1413 checksum = "d988fcc40055ceaa85edc55875a08f8abd29018582647fd82ad6128dba14a5f0"
1414 dependencies = [
1415 "bitvec",
1416 "nom 7.1.3",
1417 ]
1418
1419 [[package]]
1420 name = "blake2"
1421 version = "0.10.6"
1422 source = "registry+https://github.com/rust-lang/crates.io-index"
1423 checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
1424 dependencies = [
1425 "digest 0.10.7",
1426 ]
1427
1428 [[package]]
1429 name = "block-buffer"
1430 version = "0.10.4"
1431 source = "registry+https://github.com/rust-lang/crates.io-index"
1432 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1433 dependencies = [
1434 "generic-array",
1435 ]
1436
1437 [[package]]
1438 name = "block-buffer"
1439 version = "0.12.1"
1440 source = "registry+https://github.com/rust-lang/crates.io-index"
1441 checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
1442 dependencies = [
1443 "hybrid-array",
1444 "zeroize",
1445 ]
1446
1447 [[package]]
1448 name = "block-padding"
1449 version = "0.3.3"
1450 source = "registry+https://github.com/rust-lang/crates.io-index"
1451 checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1452 dependencies = [
1453 "generic-array",
1454 ]
1455
1456 [[package]]
1457 name = "borsh"
1458 version = "1.7.0"
1459 source = "registry+https://github.com/rust-lang/crates.io-index"
1460 checksum = "2f3f6da4992df95bbcd9af42a6c7dcb994498fc9048230405f3b36ff7cd3f145"
1461 dependencies = [
1462 "bytes",
1463 "cfg_aliases",
1464 ]
1465
1466 [[package]]
1467 name = "bstr"
1468 version = "1.12.3"
1469 source = "registry+https://github.com/rust-lang/crates.io-index"
1470 checksum = "5cee35f73844aa3014bb606320a6c1f010249dbdf43342fe54b5a4f6a8ed4b79"
1471 dependencies = [
1472 "memchr",
1473 "regex-automata",
1474 "serde_core",
1475 ]
1476
1477 [[package]]
1478 name = "bumpalo"
1479 version = "3.20.3"
1480 source = "registry+https://github.com/rust-lang/crates.io-index"
1481 checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
1482 dependencies = [
1483 "allocator-api2",
1484 ]
1485
1486 [[package]]
1487 name = "bytemuck"
1488 version = "1.25.0"
1489 source = "registry+https://github.com/rust-lang/crates.io-index"
1490 checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
1491
1492 [[package]]
1493 name = "byteorder"
1494 version = "1.5.0"
1495 source = "registry+https://github.com/rust-lang/crates.io-index"
1496 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1497
1498 [[package]]
1499 name = "byteorder-lite"
1500 version = "0.1.0"
1501 source = "registry+https://github.com/rust-lang/crates.io-index"
1502 checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1503
1504 [[package]]
1505 name = "bytes"
1506 version = "1.12.0"
1507 source = "registry+https://github.com/rust-lang/crates.io-index"
1508 checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
1509
1510 [[package]]
1511 name = "bytes-utils"
1512 version = "0.1.4"
1513 source = "registry+https://github.com/rust-lang/crates.io-index"
1514 checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1515 dependencies = [
1516 "bytes",
1517 "either",
1518 ]
1519
1520 [[package]]
1521 name = "bytesize"
1522 version = "1.3.3"
1523 source = "registry+https://github.com/rust-lang/crates.io-index"
1524 checksum = "2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659"
1525
1526 [[package]]
1527 name = "bzip2"
1528 version = "0.4.4"
1529 source = "registry+https://github.com/rust-lang/crates.io-index"
1530 checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
1531 dependencies = [
1532 "bzip2-sys",
1533 "libc",
1534 ]
1535
1536 [[package]]
1537 name = "bzip2"
1538 version = "0.6.1"
1539 source = "registry+https://github.com/rust-lang/crates.io-index"
1540 checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
1541 dependencies = [
1542 "libbz2-rs-sys",
1543 ]
1544
1545 [[package]]
1546 name = "bzip2-sys"
1547 version = "0.1.13+1.0.8"
1548 source = "registry+https://github.com/rust-lang/crates.io-index"
1549 checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
1550 dependencies = [
1551 "cc",
1552 "pkg-config",
1553 ]
1554
1555 [[package]]
1556 name = "cbc"
1557 version = "0.1.2"
1558 source = "registry+https://github.com/rust-lang/crates.io-index"
1559 checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
1560 dependencies = [
1561 "cipher 0.4.4",
1562 ]
1563
1564 [[package]]
1565 name = "cc"
1566 version = "1.2.65"
1567 source = "registry+https://github.com/rust-lang/crates.io-index"
1568 checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
1569 dependencies = [
1570 "find-msvc-tools",
1571 "jobserver",
1572 "libc",
1573 "shlex",
1574 ]
1575
1576 [[package]]
1577 name = "cfb"
1578 version = "0.14.0"
1579 source = "registry+https://github.com/rust-lang/crates.io-index"
1580 checksum = "a347dcabdae9c31b0825fd6a8bed285ec9c2acb89c47827126d52fa4f59cece3"
1581 dependencies = [
1582 "fnv",
1583 "uuid",
1584 "web-time",
1585 ]
1586
1587 [[package]]
1588 name = "cfg-if"
1589 version = "1.0.4"
1590 source = "registry+https://github.com/rust-lang/crates.io-index"
1591 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
1592
1593 [[package]]
1594 name = "cfg_aliases"
1595 version = "0.2.1"
1596 source = "registry+https://github.com/rust-lang/crates.io-index"
1597 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
1598
1599 [[package]]
1600 name = "chacha20"
1601 version = "0.10.1"
1602 source = "registry+https://github.com/rust-lang/crates.io-index"
1603 checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
1604 dependencies = [
1605 "cfg-if",
1606 "cipher 0.5.2",
1607 "cpufeatures 0.3.0",
1608 "rand_core 0.10.1",
1609 ]
1610
1611 [[package]]
1612 name = "chacha20poly1305"
1613 version = "0.11.0"
1614 source = "registry+https://github.com/rust-lang/crates.io-index"
1615 checksum = "9b89e1c441e926b9c82a8d023f6e1b7ae0adcfaa7d621814e4d60789bac751cb"
1616 dependencies = [
1617 "aead",
1618 "chacha20",
1619 "cipher 0.5.2",
1620 "poly1305",
1621 ]
1622
1623 [[package]]
1624 name = "chrono"
1625 version = "0.4.45"
1626 source = "registry+https://github.com/rust-lang/crates.io-index"
1627 checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
1628 dependencies = [
1629 "iana-time-zone",
1630 "js-sys",
1631 "num-traits",
1632 "serde",
1633 "wasm-bindgen",
1634 "windows-link",
1635 ]
1636
1637 [[package]]
1638 name = "cipher"
1639 version = "0.4.4"
1640 source = "registry+https://github.com/rust-lang/crates.io-index"
1641 checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
1642 dependencies = [
1643 "crypto-common 0.1.7",
1644 "inout 0.1.4",
1645 ]
1646
1647 [[package]]
1648 name = "cipher"
1649 version = "0.5.2"
1650 source = "registry+https://github.com/rust-lang/crates.io-index"
1651 checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c"
1652 dependencies = [
1653 "block-buffer 0.12.1",
1654 "crypto-common 0.2.2",
1655 "inout 0.2.2",
1656 ]
1657
1658 [[package]]
1659 name = "clap"
1660 version = "4.6.1"
1661 source = "registry+https://github.com/rust-lang/crates.io-index"
1662 checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
1663 dependencies = [
1664 "clap_builder",
1665 "clap_derive",
1666 ]
1667
1668 [[package]]
1669 name = "clap_builder"
1670 version = "4.6.0"
1671 source = "registry+https://github.com/rust-lang/crates.io-index"
1672 checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
1673 dependencies = [
1674 "anstream",
1675 "anstyle",
1676 "clap_lex",
1677 "strsim",
1678 ]
1679
1680 [[package]]
1681 name = "clap_derive"
1682 version = "4.6.1"
1683 source = "registry+https://github.com/rust-lang/crates.io-index"
1684 checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
1685 dependencies = [
1686 "heck",
1687 "proc-macro2",
1688 "quote",
1689 "syn 2.0.118",
1690 ]
1691
1692 [[package]]
1693 name = "clap_lex"
1694 version = "1.1.0"
1695 source = "registry+https://github.com/rust-lang/crates.io-index"
1696 checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
1697
1698 [[package]]
1699 name = "cmake"
1700 version = "0.1.58"
1701 source = "registry+https://github.com/rust-lang/crates.io-index"
1702 checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
1703 dependencies = [
1704 "cc",
1705 ]
1706
1707 [[package]]
1708 name = "cmov"
1709 version = "0.5.4"
1710 source = "registry+https://github.com/rust-lang/crates.io-index"
1711 checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
1712
1713 [[package]]
1714 name = "cms"
1715 version = "0.2.3"
1716 source = "registry+https://github.com/rust-lang/crates.io-index"
1717 checksum = "7b77c319abfd5219629c45c34c89ba945ed3c5e49fcde9d16b6c3885f118a730"
1718 dependencies = [
1719 "const-oid 0.9.6",
1720 "der",
1721 "spki",
1722 "x509-cert",
1723 ]
1724
1725 [[package]]
1726 name = "cobs"
1727 version = "0.3.0"
1728 source = "registry+https://github.com/rust-lang/crates.io-index"
1729 checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
1730 dependencies = [
1731 "thiserror 2.0.18",
1732 ]
1733
1734 [[package]]
1735 name = "colorchoice"
1736 version = "1.0.5"
1737 source = "registry+https://github.com/rust-lang/crates.io-index"
1738 checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
1739
1740 [[package]]
1741 name = "combine"
1742 version = "4.6.7"
1743 source = "registry+https://github.com/rust-lang/crates.io-index"
1744 checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
1745 dependencies = [
1746 "bytes",
1747 "memchr",
1748 ]
1749
1750 [[package]]
1751 name = "concurrent-queue"
1752 version = "2.5.0"
1753 source = "registry+https://github.com/rust-lang/crates.io-index"
1754 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1755 dependencies = [
1756 "crossbeam-utils",
1757 ]
1758
1759 [[package]]
1760 name = "console"
1761 version = "0.15.11"
1762 source = "registry+https://github.com/rust-lang/crates.io-index"
1763 checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
1764 dependencies = [
1765 "encode_unicode",
1766 "libc",
1767 "once_cell",
1768 "unicode-width",
1769 "windows-sys 0.59.0",
1770 ]
1771
1772 [[package]]
1773 name = "const-oid"
1774 version = "0.9.6"
1775 source = "registry+https://github.com/rust-lang/crates.io-index"
1776 checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1777
1778 [[package]]
1779 name = "const-oid"
1780 version = "0.10.2"
1781 source = "registry+https://github.com/rust-lang/crates.io-index"
1782 checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
1783
1784 [[package]]
1785 name = "const-str"
1786 version = "0.3.2"
1787 source = "registry+https://github.com/rust-lang/crates.io-index"
1788 checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3"
1789 dependencies = [
1790 "const-str-proc-macro",
1791 ]
1792
1793 [[package]]
1794 name = "const-str-proc-macro"
1795 version = "0.3.2"
1796 source = "registry+https://github.com/rust-lang/crates.io-index"
1797 checksum = "5e1e0fdd2e5d3041e530e1b21158aeeef8b5d0e306bc5c1e3d6cf0930d10e25a"
1798 dependencies = [
1799 "proc-macro2",
1800 "quote",
1801 "syn 1.0.109",
1802 ]
1803
1804 [[package]]
1805 name = "const_panic"
1806 version = "0.2.15"
1807 source = "registry+https://github.com/rust-lang/crates.io-index"
1808 checksum = "e262cdaac42494e3ae34c43969f9cdeb7da178bdb4b66fa6a1ea2edb4c8ae652"
1809 dependencies = [
1810 "typewit",
1811 ]
1812
1813 [[package]]
1814 name = "constant_time_eq"
1815 version = "0.3.1"
1816 source = "registry+https://github.com/rust-lang/crates.io-index"
1817 checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
1818
1819 [[package]]
1820 name = "constant_time_eq"
1821 version = "0.4.2"
1822 source = "registry+https://github.com/rust-lang/crates.io-index"
1823 checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
1824
1825 [[package]]
1826 name = "convert_case"
1827 version = "0.6.0"
1828 source = "registry+https://github.com/rust-lang/crates.io-index"
1829 checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
1830 dependencies = [
1831 "unicode-segmentation",
1832 ]
1833
1834 [[package]]
1835 name = "cookie"
1836 version = "0.18.1"
1837 source = "registry+https://github.com/rust-lang/crates.io-index"
1838 checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
1839 dependencies = [
1840 "percent-encoding",
1841 "time",
1842 "version_check",
1843 ]
1844
1845 [[package]]
1846 name = "cookie-factory"
1847 version = "0.3.3"
1848 source = "registry+https://github.com/rust-lang/crates.io-index"
1849 checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2"
1850 dependencies = [
1851 "futures",
1852 ]
1853
1854 [[package]]
1855 name = "cookie_store"
1856 version = "0.22.1"
1857 source = "registry+https://github.com/rust-lang/crates.io-index"
1858 checksum = "15b2c103cf610ec6cae3da84a766285b42fd16aad564758459e6ecf128c75206"
1859 dependencies = [
1860 "cookie",
1861 "document-features",
1862 "idna",
1863 "log",
1864 "publicsuffix",
1865 "serde",
1866 "serde_derive",
1867 "serde_json",
1868 "time",
1869 "url",
1870 ]
1871
1872 [[package]]
1873 name = "core-foundation"
1874 version = "0.9.4"
1875 source = "registry+https://github.com/rust-lang/crates.io-index"
1876 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1877 dependencies = [
1878 "core-foundation-sys",
1879 "libc",
1880 ]
1881
1882 [[package]]
1883 name = "core-foundation"
1884 version = "0.10.1"
1885 source = "registry+https://github.com/rust-lang/crates.io-index"
1886 checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1887 dependencies = [
1888 "core-foundation-sys",
1889 "libc",
1890 ]
1891
1892 [[package]]
1893 name = "core-foundation-sys"
1894 version = "0.8.7"
1895 source = "registry+https://github.com/rust-lang/crates.io-index"
1896 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1897
1898 [[package]]
1899 name = "countme"
1900 version = "3.0.1"
1901 source = "registry+https://github.com/rust-lang/crates.io-index"
1902 checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
1903
1904 [[package]]
1905 name = "cpio-archive"
1906 version = "0.10.0"
1907 source = "registry+https://github.com/rust-lang/crates.io-index"
1908 checksum = "f11d34b07689c21889fc89bd7cc885b3244b0157bbededf4a1c159832cd0df05"
1909 dependencies = [
1910 "chrono",
1911 "is_executable",
1912 "simple-file-manifest",
1913 "thiserror 1.0.69",
1914 ]
1915
1916 [[package]]
1917 name = "cpubits"
1918 version = "0.1.1"
1919 source = "registry+https://github.com/rust-lang/crates.io-index"
1920 checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae"
1921
1922 [[package]]
1923 name = "cpufeatures"
1924 version = "0.2.17"
1925 source = "registry+https://github.com/rust-lang/crates.io-index"
1926 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1927 dependencies = [
1928 "libc",
1929 ]
1930
1931 [[package]]
1932 name = "cpufeatures"
1933 version = "0.3.0"
1934 source = "registry+https://github.com/rust-lang/crates.io-index"
1935 checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
1936 dependencies = [
1937 "libc",
1938 ]
1939
1940 [[package]]
1941 name = "cranelift-assembler-x64"
1942 version = "0.130.2"
1943 source = "registry+https://github.com/rust-lang/crates.io-index"
1944 checksum = "adc822414b18d1f5b1b33ce1441534e311e62fef86ebb5b9d382af857d0272c9"
1945 dependencies = [
1946 "cranelift-assembler-x64-meta",
1947 ]
1948
1949 [[package]]
1950 name = "cranelift-assembler-x64-meta"
1951 version = "0.130.2"
1952 source = "registry+https://github.com/rust-lang/crates.io-index"
1953 checksum = "8c646808b06f4532478d8d6057d74f15c3322f10d995d9486e7dcea405bf521a"
1954 dependencies = [
1955 "cranelift-srcgen",
1956 ]
1957
1958 [[package]]
1959 name = "cranelift-bforest"
1960 version = "0.130.2"
1961 source = "registry+https://github.com/rust-lang/crates.io-index"
1962 checksum = "7b5996f01a686b2349cdb379083ec5ad3e8cb8767fb2d495d3a4f2ee4163a18d"
1963 dependencies = [
1964 "cranelift-entity",
1965 "wasmtime-internal-core",
1966 ]
1967
1968 [[package]]
1969 name = "cranelift-bitset"
1970 version = "0.130.2"
1971 source = "registry+https://github.com/rust-lang/crates.io-index"
1972 checksum = "523fea83273f6a985520f57788809a4de2165794d9ab00fb1254fceb4f5aa00c"
1973 dependencies = [
1974 "serde",
1975 "serde_derive",
1976 "wasmtime-internal-core",
1977 ]
1978
1979 [[package]]
1980 name = "cranelift-codegen"
1981 version = "0.130.2"
1982 source = "registry+https://github.com/rust-lang/crates.io-index"
1983 checksum = "d73d1e372730b5f64ed1a2bd9f01fe4686c8ec14a28034e3084e530c8d951878"
1984 dependencies = [
1985 "bumpalo",
1986 "cranelift-assembler-x64",
1987 "cranelift-bforest",
1988 "cranelift-bitset",
1989 "cranelift-codegen-meta",
1990 "cranelift-codegen-shared",
1991 "cranelift-control",
1992 "cranelift-entity",
1993 "cranelift-isle",
1994 "gimli 0.33.0",
1995 "hashbrown 0.16.1",
1996 "libm",
1997 "log",
1998 "pulley-interpreter",
1999 "regalloc2",
2000 "rustc-hash 2.1.2",
2001 "serde",
2002 "smallvec",
2003 "target-lexicon",
2004 "wasmtime-internal-core",
2005 ]
2006
2007 [[package]]
2008 name = "cranelift-codegen-meta"
2009 version = "0.130.2"
2010 source = "registry+https://github.com/rust-lang/crates.io-index"
2011 checksum = "b0319c18165e93dc1ebf78946a8da0b1c341c95b4a39729a69574671639bdb5f"
2012 dependencies = [
2013 "cranelift-assembler-x64-meta",
2014 "cranelift-codegen-shared",
2015 "cranelift-srcgen",
2016 "heck",
2017 "pulley-interpreter",
2018 ]
2019
2020 [[package]]
2021 name = "cranelift-codegen-shared"
2022 version = "0.130.2"
2023 source = "registry+https://github.com/rust-lang/crates.io-index"
2024 checksum = "9195cd8aeecb55e401aa96b2eaa55921636e8246c127ed7908f7ef7e0d40f270"
2025
2026 [[package]]
2027 name = "cranelift-control"
2028 version = "0.130.2"
2029 source = "registry+https://github.com/rust-lang/crates.io-index"
2030 checksum = "8976c2154b74136322befc74222ab5c7249edd7e2604f8cbef2b94975541ffb9"
2031 dependencies = [
2032 "arbitrary",
2033 ]
2034
2035 [[package]]
2036 name = "cranelift-entity"
2037 version = "0.130.2"
2038 source = "registry+https://github.com/rust-lang/crates.io-index"
2039 checksum = "6038b3147c7982f4951150d5f96c7c06c1e7214b99d4b4a98607aadf8ded89d1"
2040 dependencies = [
2041 "cranelift-bitset",
2042 "serde",
2043 "serde_derive",
2044 "wasmtime-internal-core",
2045 ]
2046
2047 [[package]]
2048 name = "cranelift-frontend"
2049 version = "0.130.2"
2050 source = "registry+https://github.com/rust-lang/crates.io-index"
2051 checksum = "4cbd294abe236e23cc3d907b0936226b6a8342db7636daa9c7c72be1e323420e"
2052 dependencies = [
2053 "cranelift-codegen",
2054 "log",
2055 "smallvec",
2056 "target-lexicon",
2057 ]
2058
2059 [[package]]
2060 name = "cranelift-isle"
2061 version = "0.130.2"
2062 source = "registry+https://github.com/rust-lang/crates.io-index"
2063 checksum = "b5a90b6ed3aba84189352a87badeb93b2126d3724225a42dc67fdce53d1b139c"
2064
2065 [[package]]
2066 name = "cranelift-native"
2067 version = "0.130.2"
2068 source = "registry+https://github.com/rust-lang/crates.io-index"
2069 checksum = "c3ec0cc1a54e22925eacf4fc3dc815f907734d3b377899d19d52bec04863e853"
2070 dependencies = [
2071 "cranelift-codegen",
2072 "libc",
2073 "target-lexicon",
2074 ]
2075
2076 [[package]]
2077 name = "cranelift-srcgen"
2078 version = "0.130.2"
2079 source = "registry+https://github.com/rust-lang/crates.io-index"
2080 checksum = "948865622f87f30907bb46fbb081b235ae63c1896a99a83c26a003305c1fa82d"
2081
2082 [[package]]
2083 name = "crc"
2084 version = "3.4.0"
2085 source = "registry+https://github.com/rust-lang/crates.io-index"
2086 checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
2087 dependencies = [
2088 "crc-catalog",
2089 ]
2090
2091 [[package]]
2092 name = "crc-catalog"
2093 version = "2.5.0"
2094 source = "registry+https://github.com/rust-lang/crates.io-index"
2095 checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
2096
2097 [[package]]
2098 name = "crc-fast"
2099 version = "1.10.0"
2100 source = "registry+https://github.com/rust-lang/crates.io-index"
2101 checksum = "e75b2483e97a5a7da73ac68a05b629f9c53cff58d8ed1c77866079e18b00dba5"
2102 dependencies = [
2103 "digest 0.10.7",
2104 "spin 0.10.0",
2105 ]
2106
2107 [[package]]
2108 name = "crc32fast"
2109 version = "1.5.0"
2110 source = "registry+https://github.com/rust-lang/crates.io-index"
2111 checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
2112 dependencies = [
2113 "cfg-if",
2114 ]
2115
2116 [[package]]
2117 name = "crossbeam-deque"
2118 version = "0.8.6"
2119 source = "registry+https://github.com/rust-lang/crates.io-index"
2120 checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
2121 dependencies = [
2122 "crossbeam-epoch",
2123 "crossbeam-utils",
2124 ]
2125
2126 [[package]]
2127 name = "crossbeam-epoch"
2128 version = "0.9.20"
2129 source = "registry+https://github.com/rust-lang/crates.io-index"
2130 checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
2131 dependencies = [
2132 "crossbeam-utils",
2133 ]
2134
2135 [[package]]
2136 name = "crossbeam-queue"
2137 version = "0.3.12"
2138 source = "registry+https://github.com/rust-lang/crates.io-index"
2139 checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
2140 dependencies = [
2141 "crossbeam-utils",
2142 ]
2143
2144 [[package]]
2145 name = "crossbeam-utils"
2146 version = "0.8.21"
2147 source = "registry+https://github.com/rust-lang/crates.io-index"
2148 checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
2149
2150 [[package]]
2151 name = "crunchy"
2152 version = "0.2.4"
2153 source = "registry+https://github.com/rust-lang/crates.io-index"
2154 checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
2155
2156 [[package]]
2157 name = "crypto-bigint"
2158 version = "0.5.5"
2159 source = "registry+https://github.com/rust-lang/crates.io-index"
2160 checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
2161 dependencies = [
2162 "generic-array",
2163 "rand_core 0.6.4",
2164 "subtle",
2165 "zeroize",
2166 ]
2167
2168 [[package]]
2169 name = "crypto-common"
2170 version = "0.1.7"
2171 source = "registry+https://github.com/rust-lang/crates.io-index"
2172 checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
2173 dependencies = [
2174 "generic-array",
2175 "typenum",
2176 ]
2177
2178 [[package]]
2179 name = "crypto-common"
2180 version = "0.2.2"
2181 source = "registry+https://github.com/rust-lang/crates.io-index"
2182 checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
2183 dependencies = [
2184 "getrandom 0.4.3",
2185 "hybrid-array",
2186 "rand_core 0.10.1",
2187 ]
2188
2189 [[package]]
2190 name = "cryptographic-message-syntax"
2191 version = "0.27.0"
2192 source = "registry+https://github.com/rust-lang/crates.io-index"
2193 checksum = "97a99e58d7755c646cb3f2a138d99f90da4c495282e1700b82daff8a48759ce0"
2194 dependencies = [
2195 "bcder",
2196 "bytes",
2197 "chrono",
2198 "hex",
2199 "pem",
2200 "reqwest 0.12.28",
2201 "ring",
2202 "signature",
2203 "x509-certificate",
2204 ]
2205
2206 [[package]]
2207 name = "cssparser"
2208 version = "0.33.0"
2209 source = "registry+https://github.com/rust-lang/crates.io-index"
2210 checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e"
2211 dependencies = [
2212 "cssparser-macros",
2213 "dtoa-short",
2214 "itoa",
2215 "phf 0.11.3",
2216 "smallvec",
2217 ]
2218
2219 [[package]]
2220 name = "cssparser"
2221 version = "0.37.0"
2222 source = "registry+https://github.com/rust-lang/crates.io-index"
2223 checksum = "8c9cdaae01d5ed7882b04d795e7f752f46ff52d2fa3b50a20d28c464510bba98"
2224 dependencies = [
2225 "dtoa-short",
2226 "itoa",
2227 "smallvec",
2228 ]
2229
2230 [[package]]
2231 name = "cssparser-color"
2232 version = "0.1.0"
2233 source = "registry+https://github.com/rust-lang/crates.io-index"
2234 checksum = "556c099a61d85989d7af52b692e35a8d68a57e7df8c6d07563dc0778b3960c9f"
2235 dependencies = [
2236 "cssparser 0.33.0",
2237 ]
2238
2239 [[package]]
2240 name = "cssparser-macros"
2241 version = "0.6.1"
2242 source = "registry+https://github.com/rust-lang/crates.io-index"
2243 checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
2244 dependencies = [
2245 "quote",
2246 "syn 2.0.118",
2247 ]
2248
2249 [[package]]
2250 name = "csv"
2251 version = "1.4.0"
2252 source = "registry+https://github.com/rust-lang/crates.io-index"
2253 checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
2254 dependencies = [
2255 "csv-core",
2256 "itoa",
2257 "ryu",
2258 "serde_core",
2259 ]
2260
2261 [[package]]
2262 name = "csv-core"
2263 version = "0.1.13"
2264 source = "registry+https://github.com/rust-lang/crates.io-index"
2265 checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
2266 dependencies = [
2267 "memchr",
2268 ]
2269
2270 [[package]]
2271 name = "ctutils"
2272 version = "0.4.2"
2273 source = "registry+https://github.com/rust-lang/crates.io-index"
2274 checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
2275 dependencies = [
2276 "cmov",
2277 ]
2278
2279 [[package]]
2280 name = "curve25519-dalek"
2281 version = "4.1.3"
2282 source = "registry+https://github.com/rust-lang/crates.io-index"
2283 checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
2284 dependencies = [
2285 "cfg-if",
2286 "cpufeatures 0.2.17",
2287 "curve25519-dalek-derive",
2288 "digest 0.10.7",
2289 "fiat-crypto",
2290 "rand_core 0.6.4",
2291 "rustc_version",
2292 "subtle",
2293 "zeroize",
2294 ]
2295
2296 [[package]]
2297 name = "curve25519-dalek-derive"
2298 version = "0.1.1"
2299 source = "registry+https://github.com/rust-lang/crates.io-index"
2300 checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
2301 dependencies = [
2302 "proc-macro2",
2303 "quote",
2304 "syn 2.0.118",
2305 ]
2306
2307 [[package]]
2308 name = "daachorse"
2309 version = "3.0.2"
2310 source = "registry+https://github.com/rust-lang/crates.io-index"
2311 checksum = "99251f238b74cd219a86fe6ea9328308ebb223fcbb5b8eb5aa400b847a41dded"
2312
2313 [[package]]
2314 name = "darling"
2315 version = "0.23.0"
2316 source = "registry+https://github.com/rust-lang/crates.io-index"
2317 checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
2318 dependencies = [
2319 "darling_core",
2320 "darling_macro",
2321 ]
2322
2323 [[package]]
2324 name = "darling_core"
2325 version = "0.23.0"
2326 source = "registry+https://github.com/rust-lang/crates.io-index"
2327 checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
2328 dependencies = [
2329 "ident_case",
2330 "proc-macro2",
2331 "quote",
2332 "strsim",
2333 "syn 2.0.118",
2334 ]
2335
2336 [[package]]
2337 name = "darling_macro"
2338 version = "0.23.0"
2339 source = "registry+https://github.com/rust-lang/crates.io-index"
2340 checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
2341 dependencies = [
2342 "darling_core",
2343 "quote",
2344 "syn 2.0.118",
2345 ]
2346
2347 [[package]]
2348 name = "dashmap"
2349 version = "6.2.1"
2350 source = "registry+https://github.com/rust-lang/crates.io-index"
2351 checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
2352 dependencies = [
2353 "cfg-if",
2354 "crossbeam-utils",
2355 "hashbrown 0.14.5",
2356 "lock_api",
2357 "once_cell",
2358 "parking_lot_core",
2359 ]
2360
2361 [[package]]
2362 name = "data-encoding"
2363 version = "2.11.0"
2364 source = "registry+https://github.com/rust-lang/crates.io-index"
2365 checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
2366
2367 [[package]]
2368 name = "deadpool"
2369 version = "0.12.3"
2370 source = "registry+https://github.com/rust-lang/crates.io-index"
2371 checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
2372 dependencies = [
2373 "deadpool-runtime",
2374 "lazy_static",
2375 "num_cpus",
2376 "tokio",
2377 ]
2378
2379 [[package]]
2380 name = "deadpool-runtime"
2381 version = "0.1.4"
2382 source = "registry+https://github.com/rust-lang/crates.io-index"
2383 checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
2384
2385 [[package]]
2386 name = "deflate64"
2387 version = "0.1.12"
2388 source = "registry+https://github.com/rust-lang/crates.io-index"
2389 checksum = "ac6b926516df9c60bfa16e107b21086399f8285a44ca9711344b9e553c5146e2"
2390
2391 [[package]]
2392 name = "defmt"
2393 version = "1.1.0"
2394 source = "registry+https://github.com/rust-lang/crates.io-index"
2395 checksum = "a6e524506490a1953d237cb87b1cfc1e46f88c18f10a22dfe0f507dc6bfc7f7f"
2396 dependencies = [
2397 "bitflags 1.3.2",
2398 "defmt-macros",
2399 ]
2400
2401 [[package]]
2402 name = "defmt-macros"
2403 version = "1.1.0"
2404 source = "registry+https://github.com/rust-lang/crates.io-index"
2405 checksum = "f0a27770e9c8f719a79d8b638281f4d828f77d8fd61e0bd94451b9b85e576a0b"
2406 dependencies = [
2407 "defmt-parser",
2408 "proc-macro-error2",
2409 "proc-macro2",
2410 "quote",
2411 "syn 2.0.118",
2412 ]
2413
2414 [[package]]
2415 name = "defmt-parser"
2416 version = "1.0.0"
2417 source = "registry+https://github.com/rust-lang/crates.io-index"
2418 checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
2419 dependencies = [
2420 "thiserror 2.0.18",
2421 ]
2422
2423 [[package]]
2424 name = "der"
2425 version = "0.7.10"
2426 source = "registry+https://github.com/rust-lang/crates.io-index"
2427 checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
2428 dependencies = [
2429 "const-oid 0.9.6",
2430 "der_derive",
2431 "flagset",
2432 "pem-rfc7468",
2433 "zeroize",
2434 ]
2435
2436 [[package]]
2437 name = "der-parser"
2438 version = "9.0.0"
2439 source = "registry+https://github.com/rust-lang/crates.io-index"
2440 checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
2441 dependencies = [
2442 "asn1-rs 0.6.2",
2443 "displaydoc",
2444 "nom 7.1.3",
2445 "num-bigint",
2446 "num-traits",
2447 "rusticata-macros",
2448 ]
2449
2450 [[package]]
2451 name = "der-parser"
2452 version = "10.0.0"
2453 source = "registry+https://github.com/rust-lang/crates.io-index"
2454 checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
2455 dependencies = [
2456 "asn1-rs 0.7.2",
2457 "displaydoc",
2458 "nom 7.1.3",
2459 "num-bigint",
2460 "num-traits",
2461 "rusticata-macros",
2462 ]
2463
2464 [[package]]
2465 name = "der_derive"
2466 version = "0.7.3"
2467 source = "registry+https://github.com/rust-lang/crates.io-index"
2468 checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18"
2469 dependencies = [
2470 "proc-macro2",
2471 "quote",
2472 "syn 2.0.118",
2473 ]
2474
2475 [[package]]
2476 name = "deranged"
2477 version = "0.5.8"
2478 source = "registry+https://github.com/rust-lang/crates.io-index"
2479 checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
2480 dependencies = [
2481 "serde_core",
2482 ]
2483
2484 [[package]]
2485 name = "derive_arbitrary"
2486 version = "1.4.2"
2487 source = "registry+https://github.com/rust-lang/crates.io-index"
2488 checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
2489 dependencies = [
2490 "proc-macro2",
2491 "quote",
2492 "syn 2.0.118",
2493 ]
2494
2495 [[package]]
2496 name = "des"
2497 version = "0.8.1"
2498 source = "registry+https://github.com/rust-lang/crates.io-index"
2499 checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e"
2500 dependencies = [
2501 "cipher 0.4.4",
2502 ]
2503
2504 [[package]]
2505 name = "dialoguer"
2506 version = "0.11.0"
2507 source = "registry+https://github.com/rust-lang/crates.io-index"
2508 checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
2509 dependencies = [
2510 "console",
2511 "shell-words",
2512 "tempfile",
2513 "thiserror 1.0.69",
2514 "zeroize",
2515 ]
2516
2517 [[package]]
2518 name = "difference"
2519 version = "2.0.0"
2520 source = "registry+https://github.com/rust-lang/crates.io-index"
2521 checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2522
2523 [[package]]
2524 name = "digest"
2525 version = "0.10.7"
2526 source = "registry+https://github.com/rust-lang/crates.io-index"
2527 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2528 dependencies = [
2529 "block-buffer 0.10.4",
2530 "const-oid 0.9.6",
2531 "crypto-common 0.1.7",
2532 "subtle",
2533 ]
2534
2535 [[package]]
2536 name = "digest"
2537 version = "0.11.3"
2538 source = "registry+https://github.com/rust-lang/crates.io-index"
2539 checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
2540 dependencies = [
2541 "block-buffer 0.12.1",
2542 "const-oid 0.10.2",
2543 "crypto-common 0.2.2",
2544 "ctutils",
2545 "zeroize",
2546 ]
2547
2548 [[package]]
2549 name = "dirs"
2550 version = "5.0.1"
2551 source = "registry+https://github.com/rust-lang/crates.io-index"
2552 checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2553 dependencies = [
2554 "dirs-sys",
2555 ]
2556
2557 [[package]]
2558 name = "dirs-sys"
2559 version = "0.4.1"
2560 source = "registry+https://github.com/rust-lang/crates.io-index"
2561 checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2562 dependencies = [
2563 "libc",
2564 "option-ext",
2565 "redox_users",
2566 "windows-sys 0.48.0",
2567 ]
2568
2569 [[package]]
2570 name = "displaydoc"
2571 version = "0.2.6"
2572 source = "registry+https://github.com/rust-lang/crates.io-index"
2573 checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
2574 dependencies = [
2575 "proc-macro2",
2576 "quote",
2577 "syn 2.0.118",
2578 ]
2579
2580 [[package]]
2581 name = "docengine"
2582 version = "0.3.5"
2583 dependencies = [
2584 "ammonia",
2585 "pulldown-cmark",
2586 "regex-lite",
2587 "serde",
2588 "toml 1.1.3+spec-1.1.0",
2589 "tracing",
2590 ]
2591
2592 [[package]]
2593 name = "document-features"
2594 version = "0.2.12"
2595 source = "registry+https://github.com/rust-lang/crates.io-index"
2596 checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
2597 dependencies = [
2598 "litrs",
2599 ]
2600
2601 [[package]]
2602 name = "dotenvy"
2603 version = "0.15.7"
2604 source = "registry+https://github.com/rust-lang/crates.io-index"
2605 checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2606
2607 [[package]]
2608 name = "dsa"
2609 version = "0.6.3"
2610 source = "registry+https://github.com/rust-lang/crates.io-index"
2611 checksum = "48bc224a9084ad760195584ce5abb3c2c34a225fa312a128ad245a6b412b7689"
2612 dependencies = [
2613 "digest 0.10.7",
2614 "num-bigint-dig",
2615 "num-traits",
2616 "pkcs8",
2617 "rfc6979",
2618 "sha2 0.10.9",
2619 "signature",
2620 "zeroize",
2621 ]
2622
2623 [[package]]
2624 name = "dtoa"
2625 version = "1.0.11"
2626 source = "registry+https://github.com/rust-lang/crates.io-index"
2627 checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
2628
2629 [[package]]
2630 name = "dtoa-short"
2631 version = "0.3.5"
2632 source = "registry+https://github.com/rust-lang/crates.io-index"
2633 checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
2634 dependencies = [
2635 "dtoa",
2636 ]
2637
2638 [[package]]
2639 name = "dunce"
2640 version = "1.0.5"
2641 source = "registry+https://github.com/rust-lang/crates.io-index"
2642 checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
2643
2644 [[package]]
2645 name = "ecdsa"
2646 version = "0.16.9"
2647 source = "registry+https://github.com/rust-lang/crates.io-index"
2648 checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
2649 dependencies = [
2650 "der",
2651 "digest 0.10.7",
2652 "elliptic-curve",
2653 "rfc6979",
2654 "signature",
2655 "spki",
2656 ]
2657
2658 [[package]]
2659 name = "ed25519"
2660 version = "2.2.3"
2661 source = "registry+https://github.com/rust-lang/crates.io-index"
2662 checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
2663 dependencies = [
2664 "pkcs8",
2665 "signature",
2666 ]
2667
2668 [[package]]
2669 name = "ed25519-dalek"
2670 version = "2.2.0"
2671 source = "registry+https://github.com/rust-lang/crates.io-index"
2672 checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
2673 dependencies = [
2674 "curve25519-dalek",
2675 "ed25519",
2676 "serde",
2677 "sha2 0.10.9",
2678 "subtle",
2679 "zeroize",
2680 ]
2681
2682 [[package]]
2683 name = "either"
2684 version = "1.16.0"
2685 source = "registry+https://github.com/rust-lang/crates.io-index"
2686 checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
2687 dependencies = [
2688 "serde",
2689 ]
2690
2691 [[package]]
2692 name = "elliptic-curve"
2693 version = "0.13.8"
2694 source = "registry+https://github.com/rust-lang/crates.io-index"
2695 checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
2696 dependencies = [
2697 "base16ct",
2698 "crypto-bigint",
2699 "digest 0.10.7",
2700 "ff",
2701 "generic-array",
2702 "group",
2703 "hkdf",
2704 "pem-rfc7468",
2705 "pkcs8",
2706 "rand_core 0.6.4",
2707 "sec1",
2708 "subtle",
2709 "zeroize",
2710 ]
2711
2712 [[package]]
2713 name = "email_address"
2714 version = "0.2.9"
2715 source = "registry+https://github.com/rust-lang/crates.io-index"
2716 checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
2717 dependencies = [
2718 "serde",
2719 ]
2720
2721 [[package]]
2722 name = "embedded-io"
2723 version = "0.4.0"
2724 source = "registry+https://github.com/rust-lang/crates.io-index"
2725 checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
2726
2727 [[package]]
2728 name = "embedded-io"
2729 version = "0.6.1"
2730 source = "registry+https://github.com/rust-lang/crates.io-index"
2731 checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
2732
2733 [[package]]
2734 name = "encode_unicode"
2735 version = "1.0.0"
2736 source = "registry+https://github.com/rust-lang/crates.io-index"
2737 checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
2738
2739 [[package]]
2740 name = "encoding_rs"
2741 version = "0.8.35"
2742 source = "registry+https://github.com/rust-lang/crates.io-index"
2743 checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2744 dependencies = [
2745 "cfg-if",
2746 ]
2747
2748 [[package]]
2749 name = "env_filter"
2750 version = "2.0.0"
2751 source = "registry+https://github.com/rust-lang/crates.io-index"
2752 checksum = "900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217"
2753 dependencies = [
2754 "log",
2755 "regex",
2756 ]
2757
2758 [[package]]
2759 name = "env_logger"
2760 version = "0.11.11"
2761 source = "registry+https://github.com/rust-lang/crates.io-index"
2762 checksum = "de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6"
2763 dependencies = [
2764 "anstream",
2765 "anstyle",
2766 "env_filter",
2767 "jiff",
2768 "log",
2769 ]
2770
2771 [[package]]
2772 name = "equivalent"
2773 version = "1.0.2"
2774 source = "registry+https://github.com/rust-lang/crates.io-index"
2775 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2776
2777 [[package]]
2778 name = "errno"
2779 version = "0.3.14"
2780 source = "registry+https://github.com/rust-lang/crates.io-index"
2781 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2782 dependencies = [
2783 "libc",
2784 "windows-sys 0.61.2",
2785 ]
2786
2787 [[package]]
2788 name = "etcetera"
2789 version = "0.8.0"
2790 source = "registry+https://github.com/rust-lang/crates.io-index"
2791 checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
2792 dependencies = [
2793 "cfg-if",
2794 "home",
2795 "windows-sys 0.48.0",
2796 ]
2797
2798 [[package]]
2799 name = "event-listener"
2800 version = "5.4.1"
2801 source = "registry+https://github.com/rust-lang/crates.io-index"
2802 checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
2803 dependencies = [
2804 "concurrent-queue",
2805 "parking",
2806 "pin-project-lite",
2807 ]
2808
2809 [[package]]
2810 name = "evmap"
2811 version = "11.0.0"
2812 source = "registry+https://github.com/rust-lang/crates.io-index"
2813 checksum = "1b8874945f036109c72242964c1174cf99434e30cfa45bf45fedc983f50046f8"
2814 dependencies = [
2815 "hashbag",
2816 "left-right",
2817 "smallvec",
2818 ]
2819
2820 [[package]]
2821 name = "fallible-iterator"
2822 version = "0.3.0"
2823 source = "registry+https://github.com/rust-lang/crates.io-index"
2824 checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
2825
2826 [[package]]
2827 name = "fancy-regex"
2828 version = "0.16.2"
2829 source = "registry+https://github.com/rust-lang/crates.io-index"
2830 checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
2831 dependencies = [
2832 "bit-set",
2833 "regex-automata",
2834 "regex-syntax",
2835 ]
2836
2837 [[package]]
2838 name = "fastrand"
2839 version = "2.4.1"
2840 source = "registry+https://github.com/rust-lang/crates.io-index"
2841 checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
2842
2843 [[package]]
2844 name = "fdeflate"
2845 version = "0.3.7"
2846 source = "registry+https://github.com/rust-lang/crates.io-index"
2847 checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
2848 dependencies = [
2849 "simd-adler32",
2850 ]
2851
2852 [[package]]
2853 name = "ff"
2854 version = "0.13.1"
2855 source = "registry+https://github.com/rust-lang/crates.io-index"
2856 checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
2857 dependencies = [
2858 "rand_core 0.6.4",
2859 "subtle",
2860 ]
2861
2862 [[package]]
2863 name = "fiat-crypto"
2864 version = "0.2.9"
2865 source = "registry+https://github.com/rust-lang/crates.io-index"
2866 checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
2867
2868 [[package]]
2869 name = "figment"
2870 version = "0.10.19"
2871 source = "registry+https://github.com/rust-lang/crates.io-index"
2872 checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3"
2873 dependencies = [
2874 "atomic",
2875 "pear",
2876 "serde",
2877 "toml 0.8.23",
2878 "uncased",
2879 "version_check",
2880 ]
2881
2882 [[package]]
2883 name = "filetime"
2884 version = "0.2.29"
2885 source = "registry+https://github.com/rust-lang/crates.io-index"
2886 checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
2887 dependencies = [
2888 "cfg-if",
2889 "libc",
2890 ]
2891
2892 [[package]]
2893 name = "find-msvc-tools"
2894 version = "0.1.9"
2895 source = "registry+https://github.com/rust-lang/crates.io-index"
2896 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
2897
2898 [[package]]
2899 name = "flagset"
2900 version = "0.4.7"
2901 source = "registry+https://github.com/rust-lang/crates.io-index"
2902 checksum = "b7ac824320a75a52197e8f2d787f6a38b6718bb6897a35142d749af3c0e8f4fe"
2903
2904 [[package]]
2905 name = "flate2"
2906 version = "1.1.9"
2907 source = "registry+https://github.com/rust-lang/crates.io-index"
2908 checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
2909 dependencies = [
2910 "crc32fast",
2911 "miniz_oxide",
2912 "zlib-rs",
2913 ]
2914
2915 [[package]]
2916 name = "flume"
2917 version = "0.11.1"
2918 source = "registry+https://github.com/rust-lang/crates.io-index"
2919 checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
2920 dependencies = [
2921 "futures-core",
2922 "futures-sink",
2923 "spin 0.9.8",
2924 ]
2925
2926 [[package]]
2927 name = "fnv"
2928 version = "1.0.7"
2929 source = "registry+https://github.com/rust-lang/crates.io-index"
2930 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2931
2932 [[package]]
2933 name = "foldhash"
2934 version = "0.1.5"
2935 source = "registry+https://github.com/rust-lang/crates.io-index"
2936 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2937
2938 [[package]]
2939 name = "foldhash"
2940 version = "0.2.0"
2941 source = "registry+https://github.com/rust-lang/crates.io-index"
2942 checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
2943
2944 [[package]]
2945 name = "foreign-types"
2946 version = "0.3.2"
2947 source = "registry+https://github.com/rust-lang/crates.io-index"
2948 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2949 dependencies = [
2950 "foreign-types-shared",
2951 ]
2952
2953 [[package]]
2954 name = "foreign-types-shared"
2955 version = "0.1.1"
2956 source = "registry+https://github.com/rust-lang/crates.io-index"
2957 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2958
2959 [[package]]
2960 name = "form_urlencoded"
2961 version = "1.2.2"
2962 source = "registry+https://github.com/rust-lang/crates.io-index"
2963 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
2964 dependencies = [
2965 "percent-encoding",
2966 ]
2967
2968 [[package]]
2969 name = "forwarded-header-value"
2970 version = "0.1.1"
2971 source = "registry+https://github.com/rust-lang/crates.io-index"
2972 checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9"
2973 dependencies = [
2974 "nonempty",
2975 "thiserror 1.0.69",
2976 ]
2977
2978 [[package]]
2979 name = "fs2"
2980 version = "0.4.3"
2981 source = "registry+https://github.com/rust-lang/crates.io-index"
2982 checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
2983 dependencies = [
2984 "libc",
2985 "winapi",
2986 ]
2987
2988 [[package]]
2989 name = "fs_extra"
2990 version = "1.3.0"
2991 source = "registry+https://github.com/rust-lang/crates.io-index"
2992 checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2993
2994 [[package]]
2995 name = "funty"
2996 version = "2.0.0"
2997 source = "registry+https://github.com/rust-lang/crates.io-index"
2998 checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2999
3000 [[package]]
3001 name = "futures"
3002 version = "0.3.32"
3003 source = "registry+https://github.com/rust-lang/crates.io-index"
3004 checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
3005 dependencies = [
3006 "futures-channel",
3007 "futures-core",
3008 "futures-executor",
3009 "futures-io",
3010 "futures-sink",
3011 "futures-task",
3012 "futures-util",
3013 ]
3014
3015 [[package]]
3016 name = "futures-channel"
3017 version = "0.3.32"
3018 source = "registry+https://github.com/rust-lang/crates.io-index"
3019 checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
3020 dependencies = [
3021 "futures-core",
3022 "futures-sink",
3023 ]
3024
3025 [[package]]
3026 name = "futures-core"
3027 version = "0.3.32"
3028 source = "registry+https://github.com/rust-lang/crates.io-index"
3029 checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
3030
3031 [[package]]
3032 name = "futures-executor"
3033 version = "0.3.32"
3034 source = "registry+https://github.com/rust-lang/crates.io-index"
3035 checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
3036 dependencies = [
3037 "futures-core",
3038 "futures-task",
3039 "futures-util",
3040 ]
3041
3042 [[package]]
3043 name = "futures-intrusive"
3044 version = "0.5.0"
3045 source = "registry+https://github.com/rust-lang/crates.io-index"
3046 checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
3047 dependencies = [
3048 "futures-core",
3049 "lock_api",
3050 "parking_lot",
3051 ]
3052
3053 [[package]]
3054 name = "futures-io"
3055 version = "0.3.32"
3056 source = "registry+https://github.com/rust-lang/crates.io-index"
3057 checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
3058
3059 [[package]]
3060 name = "futures-macro"
3061 version = "0.3.32"
3062 source = "registry+https://github.com/rust-lang/crates.io-index"
3063 checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
3064 dependencies = [
3065 "proc-macro2",
3066 "quote",
3067 "syn 2.0.118",
3068 ]
3069
3070 [[package]]
3071 name = "futures-sink"
3072 version = "0.3.32"
3073 source = "registry+https://github.com/rust-lang/crates.io-index"
3074 checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
3075
3076 [[package]]
3077 name = "futures-task"
3078 version = "0.3.32"
3079 source = "registry+https://github.com/rust-lang/crates.io-index"
3080 checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
3081
3082 [[package]]
3083 name = "futures-timer"
3084 version = "3.0.4"
3085 source = "registry+https://github.com/rust-lang/crates.io-index"
3086 checksum = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968"
3087
3088 [[package]]
3089 name = "futures-util"
3090 version = "0.3.32"
3091 source = "registry+https://github.com/rust-lang/crates.io-index"
3092 checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
3093 dependencies = [
3094 "futures-channel",
3095 "futures-core",
3096 "futures-io",
3097 "futures-macro",
3098 "futures-sink",
3099 "futures-task",
3100 "memchr",
3101 "pin-project-lite",
3102 "slab",
3103 ]
3104
3105 [[package]]
3106 name = "generator"
3107 version = "0.8.9"
3108 source = "registry+https://github.com/rust-lang/crates.io-index"
3109 checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae"
3110 dependencies = [
3111 "cc",
3112 "cfg-if",
3113 "libc",
3114 "log",
3115 "rustversion",
3116 "windows-link",
3117 "windows-result",
3118 ]
3119
3120 [[package]]
3121 name = "generic-array"
3122 version = "0.14.7"
3123 source = "registry+https://github.com/rust-lang/crates.io-index"
3124 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
3125 dependencies = [
3126 "typenum",
3127 "version_check",
3128 "zeroize",
3129 ]
3130
3131 [[package]]
3132 name = "getopts"
3133 version = "0.2.24"
3134 source = "registry+https://github.com/rust-lang/crates.io-index"
3135 checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
3136 dependencies = [
3137 "unicode-width",
3138 ]
3139
3140 [[package]]
3141 name = "getrandom"
3142 version = "0.2.17"
3143 source = "registry+https://github.com/rust-lang/crates.io-index"
3144 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
3145 dependencies = [
3146 "cfg-if",
3147 "js-sys",
3148 "libc",
3149 "wasi",
3150 "wasm-bindgen",
3151 ]
3152
3153 [[package]]
3154 name = "getrandom"
3155 version = "0.3.4"
3156 source = "registry+https://github.com/rust-lang/crates.io-index"
3157 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
3158 dependencies = [
3159 "cfg-if",
3160 "js-sys",
3161 "libc",
3162 "r-efi 5.3.0",
3163 "wasip2",
3164 "wasm-bindgen",
3165 ]
3166
3167 [[package]]
3168 name = "getrandom"
3169 version = "0.4.3"
3170 source = "registry+https://github.com/rust-lang/crates.io-index"
3171 checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
3172 dependencies = [
3173 "cfg-if",
3174 "js-sys",
3175 "libc",
3176 "r-efi 6.0.0",
3177 "rand_core 0.10.1",
3178 "wasm-bindgen",
3179 ]
3180
3181 [[package]]
3182 name = "gimli"
3183 version = "0.32.3"
3184 source = "registry+https://github.com/rust-lang/crates.io-index"
3185 checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
3186 dependencies = [
3187 "fallible-iterator",
3188 "indexmap",
3189 "stable_deref_trait",
3190 ]
3191
3192 [[package]]
3193 name = "gimli"
3194 version = "0.33.0"
3195 source = "registry+https://github.com/rust-lang/crates.io-index"
3196 checksum = "0bf7f043f89559805f8c7cacc432749b2fa0d0a0a9ee46ce47164ed5ba7f126c"
3197 dependencies = [
3198 "fnv",
3199 "hashbrown 0.16.1",
3200 "indexmap",
3201 "stable_deref_trait",
3202 ]
3203
3204 [[package]]
3205 name = "git2"
3206 version = "0.21.0"
3207 source = "registry+https://github.com/rust-lang/crates.io-index"
3208 checksum = "ddddbf932745a6be37109b6112d3ee09696106f848449069d3a57bba937ab82e"
3209 dependencies = [
3210 "bitflags 2.13.0",
3211 "libc",
3212 "libgit2-sys",
3213 "log",
3214 ]
3215
3216 [[package]]
3217 name = "glob"
3218 version = "0.3.3"
3219 source = "registry+https://github.com/rust-lang/crates.io-index"
3220 checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
3221
3222 [[package]]
3223 name = "globset"
3224 version = "0.4.18"
3225 source = "registry+https://github.com/rust-lang/crates.io-index"
3226 checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
3227 dependencies = [
3228 "aho-corasick",
3229 "bstr",
3230 "log",
3231 "regex-automata",
3232 "regex-syntax",
3233 ]
3234
3235 [[package]]
3236 name = "globwalk"
3237 version = "0.9.1"
3238 source = "registry+https://github.com/rust-lang/crates.io-index"
3239 checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
3240 dependencies = [
3241 "bitflags 2.13.0",
3242 "ignore",
3243 "walkdir",
3244 ]
3245
3246 [[package]]
3247 name = "goblin"
3248 version = "0.9.3"
3249 source = "registry+https://github.com/rust-lang/crates.io-index"
3250 checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
3251 dependencies = [
3252 "log",
3253 "plain",
3254 "scroll 0.12.0",
3255 ]
3256
3257 [[package]]
3258 name = "goblin"
3259 version = "0.10.7"
3260 source = "registry+https://github.com/rust-lang/crates.io-index"
3261 checksum = "17582616a7718cca54cec18e534a76c7c4aec11a8b9a85695712f262fd15a4c8"
3262 dependencies = [
3263 "log",
3264 "plain",
3265 "scroll 0.13.0",
3266 ]
3267
3268 [[package]]
3269 name = "governor"
3270 version = "0.10.4"
3271 source = "registry+https://github.com/rust-lang/crates.io-index"
3272 checksum = "9efcab3c1958580ff1f25a2a41be1668f7603d849bb63af523b208a3cc1223b8"
3273 dependencies = [
3274 "cfg-if",
3275 "dashmap",
3276 "futures-sink",
3277 "futures-timer",
3278 "futures-util",
3279 "getrandom 0.3.4",
3280 "hashbrown 0.16.1",
3281 "nonzero_ext",
3282 "parking_lot",
3283 "portable-atomic",
3284 "quanta",
3285 "rand 0.9.4",
3286 "smallvec",
3287 "spinning_top",
3288 "web-time",
3289 ]
3290
3291 [[package]]
3292 name = "group"
3293 version = "0.13.0"
3294 source = "registry+https://github.com/rust-lang/crates.io-index"
3295 checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
3296 dependencies = [
3297 "ff",
3298 "rand_core 0.6.4",
3299 "subtle",
3300 ]
3301
3302 [[package]]
3303 name = "h2"
3304 version = "0.4.15"
3305 source = "registry+https://github.com/rust-lang/crates.io-index"
3306 checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
3307 dependencies = [
3308 "atomic-waker",
3309 "bytes",
3310 "fnv",
3311 "futures-core",
3312 "futures-sink",
3313 "http 1.4.2",
3314 "indexmap",
3315 "slab",
3316 "tokio",
3317 "tokio-util",
3318 "tracing",
3319 ]
3320
3321 [[package]]
3322 name = "half"
3323 version = "2.7.1"
3324 source = "registry+https://github.com/rust-lang/crates.io-index"
3325 checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
3326 dependencies = [
3327 "cfg-if",
3328 "crunchy",
3329 "zerocopy",
3330 ]
3331
3332 [[package]]
3333 name = "hashbag"
3334 version = "0.1.13"
3335 source = "registry+https://github.com/rust-lang/crates.io-index"
3336 checksum = "7040a10f52cba493ddb09926e15d10a9d8a28043708a405931fe4c6f19fac064"
3337
3338 [[package]]
3339 name = "hashbrown"
3340 version = "0.14.5"
3341 source = "registry+https://github.com/rust-lang/crates.io-index"
3342 checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
3343 dependencies = [
3344 "ahash",
3345 ]
3346
3347 [[package]]
3348 name = "hashbrown"
3349 version = "0.15.5"
3350 source = "registry+https://github.com/rust-lang/crates.io-index"
3351 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
3352 dependencies = [
3353 "allocator-api2",
3354 "equivalent",
3355 "foldhash 0.1.5",
3356 ]
3357
3358 [[package]]
3359 name = "hashbrown"
3360 version = "0.16.1"
3361 source = "registry+https://github.com/rust-lang/crates.io-index"
3362 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
3363 dependencies = [
3364 "allocator-api2",
3365 "equivalent",
3366 "foldhash 0.2.0",
3367 "serde",
3368 "serde_core",
3369 ]
3370
3371 [[package]]
3372 name = "hashbrown"
3373 version = "0.17.1"
3374 source = "registry+https://github.com/rust-lang/crates.io-index"
3375 checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
3376
3377 [[package]]
3378 name = "hashlink"
3379 version = "0.10.0"
3380 source = "registry+https://github.com/rust-lang/crates.io-index"
3381 checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
3382 dependencies = [
3383 "hashbrown 0.15.5",
3384 ]
3385
3386 [[package]]
3387 name = "headers"
3388 version = "0.4.1"
3389 source = "registry+https://github.com/rust-lang/crates.io-index"
3390 checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
3391 dependencies = [
3392 "base64 0.22.1",
3393 "bytes",
3394 "headers-core",
3395 "http 1.4.2",
3396 "httpdate",
3397 "mime",
3398 "sha1 0.10.6",
3399 ]
3400
3401 [[package]]
3402 name = "headers-core"
3403 version = "0.3.0"
3404 source = "registry+https://github.com/rust-lang/crates.io-index"
3405 checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
3406 dependencies = [
3407 "http 1.4.2",
3408 ]
3409
3410 [[package]]
3411 name = "heck"
3412 version = "0.5.0"
3413 source = "registry+https://github.com/rust-lang/crates.io-index"
3414 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
3415
3416 [[package]]
3417 name = "hermit-abi"
3418 version = "0.5.2"
3419 source = "registry+https://github.com/rust-lang/crates.io-index"
3420 checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
3421
3422 [[package]]
3423 name = "hex"
3424 version = "0.4.3"
3425 source = "registry+https://github.com/rust-lang/crates.io-index"
3426 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
3427
3428 [[package]]
3429 name = "hkdf"
3430 version = "0.12.4"
3431 source = "registry+https://github.com/rust-lang/crates.io-index"
3432 checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
3433 dependencies = [
3434 "hmac 0.12.1",
3435 ]
3436
3437 [[package]]
3438 name = "hmac"
3439 version = "0.12.1"
3440 source = "registry+https://github.com/rust-lang/crates.io-index"
3441 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
3442 dependencies = [
3443 "digest 0.10.7",
3444 ]
3445
3446 [[package]]
3447 name = "hmac"
3448 version = "0.13.0"
3449 source = "registry+https://github.com/rust-lang/crates.io-index"
3450 checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
3451 dependencies = [
3452 "digest 0.11.3",
3453 ]
3454
3455 [[package]]
3456 name = "home"
3457 version = "0.5.12"
3458 source = "registry+https://github.com/rust-lang/crates.io-index"
3459 checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
3460 dependencies = [
3461 "windows-sys 0.61.2",
3462 ]
3463
3464 [[package]]
3465 name = "html5ever"
3466 version = "0.39.0"
3467 source = "registry+https://github.com/rust-lang/crates.io-index"
3468 checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8"
3469 dependencies = [
3470 "log",
3471 "markup5ever",
3472 ]
3473
3474 [[package]]
3475 name = "http"
3476 version = "0.2.12"
3477 source = "registry+https://github.com/rust-lang/crates.io-index"
3478 checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
3479 dependencies = [
3480 "bytes",
3481 "fnv",
3482 "itoa",
3483 ]
3484
3485 [[package]]
3486 name = "http"
3487 version = "1.4.2"
3488 source = "registry+https://github.com/rust-lang/crates.io-index"
3489 checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
3490 dependencies = [
3491 "bytes",
3492 "itoa",
3493 ]
3494
3495 [[package]]
3496 name = "http-body"
3497 version = "0.4.6"
3498 source = "registry+https://github.com/rust-lang/crates.io-index"
3499 checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
3500 dependencies = [
3501 "bytes",
3502 "http 0.2.12",
3503 "pin-project-lite",
3504 ]
3505
3506 [[package]]
3507 name = "http-body"
3508 version = "1.0.1"
3509 source = "registry+https://github.com/rust-lang/crates.io-index"
3510 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
3511 dependencies = [
3512 "bytes",
3513 "http 1.4.2",
3514 ]
3515
3516 [[package]]
3517 name = "http-body-util"
3518 version = "0.1.3"
3519 source = "registry+https://github.com/rust-lang/crates.io-index"
3520 checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
3521 dependencies = [
3522 "bytes",
3523 "futures-core",
3524 "http 1.4.2",
3525 "http-body 1.0.1",
3526 "pin-project-lite",
3527 ]
3528
3529 [[package]]
3530 name = "http-range-header"
3531 version = "0.4.2"
3532 source = "registry+https://github.com/rust-lang/crates.io-index"
3533 checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
3534
3535 [[package]]
3536 name = "httparse"
3537 version = "1.10.1"
3538 source = "registry+https://github.com/rust-lang/crates.io-index"
3539 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
3540
3541 [[package]]
3542 name = "httpdate"
3543 version = "1.0.3"
3544 source = "registry+https://github.com/rust-lang/crates.io-index"
3545 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
3546
3547 [[package]]
3548 name = "hybrid-array"
3549 version = "0.4.13"
3550 source = "registry+https://github.com/rust-lang/crates.io-index"
3551 checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
3552 dependencies = [
3553 "typenum",
3554 ]
3555
3556 [[package]]
3557 name = "hyper"
3558 version = "1.10.1"
3559 source = "registry+https://github.com/rust-lang/crates.io-index"
3560 checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
3561 dependencies = [
3562 "atomic-waker",
3563 "bytes",
3564 "futures-channel",
3565 "futures-core",
3566 "h2",
3567 "http 1.4.2",
3568 "http-body 1.0.1",
3569 "httparse",
3570 "httpdate",
3571 "itoa",
3572 "pin-project-lite",
3573 "smallvec",
3574 "tokio",
3575 "want",
3576 ]
3577
3578 [[package]]
3579 name = "hyper-rustls"
3580 version = "0.27.9"
3581 source = "registry+https://github.com/rust-lang/crates.io-index"
3582 checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
3583 dependencies = [
3584 "http 1.4.2",
3585 "hyper",
3586 "hyper-util",
3587 "rustls",
3588 "rustls-native-certs 0.8.4",
3589 "tokio",
3590 "tokio-rustls",
3591 "tower-service",
3592 "webpki-roots",
3593 ]
3594
3595 [[package]]
3596 name = "hyper-timeout"
3597 version = "0.5.2"
3598 source = "registry+https://github.com/rust-lang/crates.io-index"
3599 checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
3600 dependencies = [
3601 "hyper",
3602 "hyper-util",
3603 "pin-project-lite",
3604 "tokio",
3605 "tower-service",
3606 ]
3607
3608 [[package]]
3609 name = "hyper-tls"
3610 version = "0.6.0"
3611 source = "registry+https://github.com/rust-lang/crates.io-index"
3612 checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
3613 dependencies = [
3614 "bytes",
3615 "http-body-util",
3616 "hyper",
3617 "hyper-util",
3618 "native-tls",
3619 "tokio",
3620 "tokio-native-tls",
3621 "tower-service",
3622 ]
3623
3624 [[package]]
3625 name = "hyper-util"
3626 version = "0.1.20"
3627 source = "registry+https://github.com/rust-lang/crates.io-index"
3628 checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
3629 dependencies = [
3630 "base64 0.22.1",
3631 "bytes",
3632 "futures-channel",
3633 "futures-util",
3634 "http 1.4.2",
3635 "http-body 1.0.1",
3636 "hyper",
3637 "ipnet",
3638 "libc",
3639 "percent-encoding",
3640 "pin-project-lite",
3641 "socket2",
3642 "system-configuration",
3643 "tokio",
3644 "tower-service",
3645 "tracing",
3646 "windows-registry",
3647 ]
3648
3649 [[package]]
3650 name = "iana-time-zone"
3651 version = "0.1.65"
3652 source = "registry+https://github.com/rust-lang/crates.io-index"
3653 checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
3654 dependencies = [
3655 "android_system_properties",
3656 "core-foundation-sys",
3657 "iana-time-zone-haiku",
3658 "js-sys",
3659 "log",
3660 "wasm-bindgen",
3661 "windows-core",
3662 ]
3663
3664 [[package]]
3665 name = "iana-time-zone-haiku"
3666 version = "0.1.2"
3667 source = "registry+https://github.com/rust-lang/crates.io-index"
3668 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
3669 dependencies = [
3670 "cc",
3671 ]
3672
3673 [[package]]
3674 name = "icu_collections"
3675 version = "2.2.0"
3676 source = "registry+https://github.com/rust-lang/crates.io-index"
3677 checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
3678 dependencies = [
3679 "displaydoc",
3680 "potential_utf",
3681 "utf8_iter",
3682 "yoke",
3683 "zerofrom",
3684 "zerovec",
3685 ]
3686
3687 [[package]]
3688 name = "icu_locale_core"
3689 version = "2.2.0"
3690 source = "registry+https://github.com/rust-lang/crates.io-index"
3691 checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
3692 dependencies = [
3693 "displaydoc",
3694 "litemap",
3695 "tinystr",
3696 "writeable",
3697 "zerovec",
3698 ]
3699
3700 [[package]]
3701 name = "icu_normalizer"
3702 version = "2.2.0"
3703 source = "registry+https://github.com/rust-lang/crates.io-index"
3704 checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
3705 dependencies = [
3706 "icu_collections",
3707 "icu_normalizer_data",
3708 "icu_properties",
3709 "icu_provider",
3710 "smallvec",
3711 "zerovec",
3712 ]
3713
3714 [[package]]
3715 name = "icu_normalizer_data"
3716 version = "2.2.0"
3717 source = "registry+https://github.com/rust-lang/crates.io-index"
3718 checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
3719
3720 [[package]]
3721 name = "icu_properties"
3722 version = "2.2.0"
3723 source = "registry+https://github.com/rust-lang/crates.io-index"
3724 checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
3725 dependencies = [
3726 "icu_collections",
3727 "icu_locale_core",
3728 "icu_properties_data",
3729 "icu_provider",
3730 "zerotrie",
3731 "zerovec",
3732 ]
3733
3734 [[package]]
3735 name = "icu_properties_data"
3736 version = "2.2.0"
3737 source = "registry+https://github.com/rust-lang/crates.io-index"
3738 checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
3739
3740 [[package]]
3741 name = "icu_provider"
3742 version = "2.2.0"
3743 source = "registry+https://github.com/rust-lang/crates.io-index"
3744 checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
3745 dependencies = [
3746 "displaydoc",
3747 "icu_locale_core",
3748 "writeable",
3749 "yoke",
3750 "zerofrom",
3751 "zerotrie",
3752 "zerovec",
3753 ]
3754
3755 [[package]]
3756 name = "id-arena"
3757 version = "2.3.0"
3758 source = "registry+https://github.com/rust-lang/crates.io-index"
3759 checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
3760
3761 [[package]]
3762 name = "ident_case"
3763 version = "1.0.1"
3764 source = "registry+https://github.com/rust-lang/crates.io-index"
3765 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
3766
3767 [[package]]
3768 name = "idna"
3769 version = "1.1.0"
3770 source = "registry+https://github.com/rust-lang/crates.io-index"
3771 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
3772 dependencies = [
3773 "idna_adapter",
3774 "smallvec",
3775 "utf8_iter",
3776 ]
3777
3778 [[package]]
3779 name = "idna_adapter"
3780 version = "1.2.2"
3781 source = "registry+https://github.com/rust-lang/crates.io-index"
3782 checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
3783 dependencies = [
3784 "icu_normalizer",
3785 "icu_properties",
3786 ]
3787
3788 [[package]]
3789 name = "ignore"
3790 version = "0.4.27"
3791 source = "registry+https://github.com/rust-lang/crates.io-index"
3792 checksum = "fe112b004901c62c2faa11f4f75e9864e0cc5af8da71c9115d184a3aa888749f"
3793 dependencies = [
3794 "crossbeam-deque",
3795 "globset",
3796 "log",
3797 "memchr",
3798 "regex-automata",
3799 "same-file",
3800 "walkdir",
3801 "winapi-util",
3802 ]
3803
3804 [[package]]
3805 name = "image"
3806 version = "0.25.10"
3807 source = "registry+https://github.com/rust-lang/crates.io-index"
3808 checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
3809 dependencies = [
3810 "bytemuck",
3811 "byteorder-lite",
3812 "moxcms",
3813 "num-traits",
3814 "png",
3815 ]
3816
3817 [[package]]
3818 name = "include_dir"
3819 version = "0.7.4"
3820 source = "registry+https://github.com/rust-lang/crates.io-index"
3821 checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
3822 dependencies = [
3823 "include_dir_macros",
3824 ]
3825
3826 [[package]]
3827 name = "include_dir_macros"
3828 version = "0.7.4"
3829 source = "registry+https://github.com/rust-lang/crates.io-index"
3830 checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
3831 dependencies = [
3832 "proc-macro2",
3833 "quote",
3834 ]
3835
3836 [[package]]
3837 name = "indexmap"
3838 version = "2.14.0"
3839 source = "registry+https://github.com/rust-lang/crates.io-index"
3840 checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
3841 dependencies = [
3842 "equivalent",
3843 "hashbrown 0.17.1",
3844 "serde",
3845 "serde_core",
3846 ]
3847
3848 [[package]]
3849 name = "infer"
3850 version = "0.22.0"
3851 source = "registry+https://github.com/rust-lang/crates.io-index"
3852 checksum = "f4200d433cbd5178df7797c9c2e75b348b728e39631cf14520d1e2fc424201f4"
3853 dependencies = [
3854 "cfb",
3855 ]
3856
3857 [[package]]
3858 name = "inlinable_string"
3859 version = "0.1.15"
3860 source = "registry+https://github.com/rust-lang/crates.io-index"
3861 checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
3862
3863 [[package]]
3864 name = "inout"
3865 version = "0.1.4"
3866 source = "registry+https://github.com/rust-lang/crates.io-index"
3867 checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
3868 dependencies = [
3869 "block-padding",
3870 "generic-array",
3871 ]
3872
3873 [[package]]
3874 name = "inout"
3875 version = "0.2.2"
3876 source = "registry+https://github.com/rust-lang/crates.io-index"
3877 checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7"
3878 dependencies = [
3879 "hybrid-array",
3880 ]
3881
3882 [[package]]
3883 name = "intaglio"
3884 version = "1.15.1"
3885 source = "registry+https://github.com/rust-lang/crates.io-index"
3886 checksum = "8eca9188c1b20836bb561bc09bb2f54e9ca99b271031b5f3ff183a00c08c98c8"
3887
3888 [[package]]
3889 name = "inventory"
3890 version = "0.3.24"
3891 source = "registry+https://github.com/rust-lang/crates.io-index"
3892 checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
3893 dependencies = [
3894 "rustversion",
3895 ]
3896
3897 [[package]]
3898 name = "ipnet"
3899 version = "2.12.0"
3900 source = "registry+https://github.com/rust-lang/crates.io-index"
3901 checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
3902
3903 [[package]]
3904 name = "is_executable"
3905 version = "1.0.6"
3906 source = "registry+https://github.com/rust-lang/crates.io-index"
3907 checksum = "82cb6a9f675da968c63b6208c641b9dca58fc0133ae53375736b1767b0cab8bd"
3908 dependencies = [
3909 "windows-sys 0.61.2",
3910 ]
3911
3912 [[package]]
3913 name = "is_terminal_polyfill"
3914 version = "1.70.2"
3915 source = "registry+https://github.com/rust-lang/crates.io-index"
3916 checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
3917
3918 [[package]]
3919 name = "itertools"
3920 version = "0.10.5"
3921 source = "registry+https://github.com/rust-lang/crates.io-index"
3922 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
3923 dependencies = [
3924 "either",
3925 ]
3926
3927 [[package]]
3928 name = "itertools"
3929 version = "0.13.0"
3930 source = "registry+https://github.com/rust-lang/crates.io-index"
3931 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
3932 dependencies = [
3933 "either",
3934 ]
3935
3936 [[package]]
3937 name = "itertools"
3938 version = "0.14.0"
3939 source = "registry+https://github.com/rust-lang/crates.io-index"
3940 checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
3941 dependencies = [
3942 "either",
3943 ]
3944
3945 [[package]]
3946 name = "itoa"
3947 version = "1.0.18"
3948 source = "registry+https://github.com/rust-lang/crates.io-index"
3949 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
3950
3951 [[package]]
3952 name = "jiff"
3953 version = "0.2.31"
3954 source = "registry+https://github.com/rust-lang/crates.io-index"
3955 checksum = "ccfe6121cbe750cf81efa362d85c0bde7ea298ec43092d3a193baca59cdbd634"
3956 dependencies = [
3957 "defmt",
3958 "jiff-static",
3959 "log",
3960 "portable-atomic",
3961 "portable-atomic-util",
3962 "serde_core",
3963 ]
3964
3965 [[package]]
3966 name = "jiff-static"
3967 version = "0.2.31"
3968 source = "registry+https://github.com/rust-lang/crates.io-index"
3969 checksum = "e165e897f662d428f3cd3828a919dbe067c2d42bb1031eede74ef9d27ecdedd2"
3970 dependencies = [
3971 "proc-macro2",
3972 "quote",
3973 "syn 2.0.118",
3974 ]
3975
3976 [[package]]
3977 name = "jni"
3978 version = "0.22.4"
3979 source = "registry+https://github.com/rust-lang/crates.io-index"
3980 checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
3981 dependencies = [
3982 "cfg-if",
3983 "combine",
3984 "jni-macros",
3985 "jni-sys",
3986 "log",
3987 "simd_cesu8",
3988 "thiserror 2.0.18",
3989 "walkdir",
3990 "windows-link",
3991 ]
3992
3993 [[package]]
3994 name = "jni-macros"
3995 version = "0.22.4"
3996 source = "registry+https://github.com/rust-lang/crates.io-index"
3997 checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
3998 dependencies = [
3999 "proc-macro2",
4000 "quote",
4001 "rustc_version",
4002 "simd_cesu8",
4003 "syn 2.0.118",
4004 ]
4005
4006 [[package]]
4007 name = "jni-sys"
4008 version = "0.4.1"
4009 source = "registry+https://github.com/rust-lang/crates.io-index"
4010 checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
4011 dependencies = [
4012 "jni-sys-macros",
4013 ]
4014
4015 [[package]]
4016 name = "jni-sys-macros"
4017 version = "0.4.1"
4018 source = "registry+https://github.com/rust-lang/crates.io-index"
4019 checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
4020 dependencies = [
4021 "quote",
4022 "syn 2.0.118",
4023 ]
4024
4025 [[package]]
4026 name = "jobserver"
4027 version = "0.1.34"
4028 source = "registry+https://github.com/rust-lang/crates.io-index"
4029 checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
4030 dependencies = [
4031 "getrandom 0.3.4",
4032 "libc",
4033 ]
4034
4035 [[package]]
4036 name = "js-sys"
4037 version = "0.3.103"
4038 source = "registry+https://github.com/rust-lang/crates.io-index"
4039 checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
4040 dependencies = [
4041 "cfg-if",
4042 "futures-util",
4043 "wasm-bindgen",
4044 ]
4045
4046 [[package]]
4047 name = "jsonwebtoken"
4048 version = "10.4.0"
4049 source = "registry+https://github.com/rust-lang/crates.io-index"
4050 checksum = "eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc"
4051 dependencies = [
4052 "base64 0.22.1",
4053 "ed25519-dalek",
4054 "getrandom 0.2.17",
4055 "hmac 0.12.1",
4056 "js-sys",
4057 "p256",
4058 "p384",
4059 "pem",
4060 "rand 0.8.6",
4061 "rsa",
4062 "serde",
4063 "serde_json",
4064 "sha2 0.10.9",
4065 "signature",
4066 "simple_asn1",
4067 "zeroize",
4068 ]
4069
4070 [[package]]
4071 name = "konst"
4072 version = "0.3.17"
4073 source = "registry+https://github.com/rust-lang/crates.io-index"
4074 checksum = "97feab15b395d1860944abe6a8dd8ed9f8eadfae01750fada8427abda531d887"
4075 dependencies = [
4076 "const_panic",
4077 "konst_kernel",
4078 "typewit",
4079 ]
4080
4081 [[package]]
4082 name = "konst_kernel"
4083 version = "0.3.15"
4084 source = "registry+https://github.com/rust-lang/crates.io-index"
4085 checksum = "e4b1eb7788f3824c629b1116a7a9060d6e898c358ebff59070093d51103dcc3c"
4086 dependencies = [
4087 "typewit",
4088 ]
4089
4090 [[package]]
4091 name = "lazy_static"
4092 version = "1.5.0"
4093 source = "registry+https://github.com/rust-lang/crates.io-index"
4094 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
4095 dependencies = [
4096 "spin 0.9.8",
4097 ]
4098
4099 [[package]]
4100 name = "leb128"
4101 version = "0.2.7"
4102 source = "registry+https://github.com/rust-lang/crates.io-index"
4103 checksum = "c83bff1d572d6b9aeef67ddfc8448e4a3737909cb28e81f97c791b9018703e52"
4104
4105 [[package]]
4106 name = "leb128fmt"
4107 version = "0.1.0"
4108 source = "registry+https://github.com/rust-lang/crates.io-index"
4109 checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
4110
4111 [[package]]
4112 name = "left-right"
4113 version = "0.11.7"
4114 source = "registry+https://github.com/rust-lang/crates.io-index"
4115 checksum = "0f0c21e4c8ff95f487fb34e6f9182875f42c84cef966d29216bf115d9bba835a"
4116 dependencies = [
4117 "crossbeam-utils",
4118 "loom",
4119 "slab",
4120 ]
4121
4122 [[package]]
4123 name = "libbz2-rs-sys"
4124 version = "0.2.5"
4125 source = "registry+https://github.com/rust-lang/crates.io-index"
4126 checksum = "34b357333733e8260735ba5894eb928c02ecc69c78715f01a8019e7fa7f2db4c"
4127
4128 [[package]]
4129 name = "libc"
4130 version = "0.2.186"
4131 source = "registry+https://github.com/rust-lang/crates.io-index"
4132 checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
4133
4134 [[package]]
4135 name = "libgit2-sys"
4136 version = "0.18.5+1.9.4"
4137 source = "registry+https://github.com/rust-lang/crates.io-index"
4138 checksum = "005d6ae6eac1912906073e069f7db60b1fa98e052a68227824afe3e3a1c59ca2"
4139 dependencies = [
4140 "cc",
4141 "libc",
4142 "libz-sys",
4143 "pkg-config",
4144 ]
4145
4146 [[package]]
4147 name = "libm"
4148 version = "0.2.16"
4149 source = "registry+https://github.com/rust-lang/crates.io-index"
4150 checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
4151
4152 [[package]]
4153 name = "libredox"
4154 version = "0.1.18"
4155 source = "registry+https://github.com/rust-lang/crates.io-index"
4156 checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
4157 dependencies = [
4158 "bitflags 2.13.0",
4159 "libc",
4160 "plain",
4161 "redox_syscall 0.9.0",
4162 ]
4163
4164 [[package]]
4165 name = "libsqlite3-sys"
4166 version = "0.30.1"
4167 source = "registry+https://github.com/rust-lang/crates.io-index"
4168 checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
4169 dependencies = [
4170 "pkg-config",
4171 "vcpkg",
4172 ]
4173
4174 [[package]]
4175 name = "libz-sys"
4176 version = "1.1.29"
4177 source = "registry+https://github.com/rust-lang/crates.io-index"
4178 checksum = "85bc9657773828b90eeb625adff10eeac83cc21bbfd8e23a03eaa8a33c9e28d9"
4179 dependencies = [
4180 "cc",
4181 "libc",
4182 "pkg-config",
4183 "vcpkg",
4184 ]
4185
4186 [[package]]
4187 name = "lightningcss"
4188 version = "1.0.0-alpha.71"
4189 source = "registry+https://github.com/rust-lang/crates.io-index"
4190 checksum = "cb6314c2f0590ac93c86099b98bb7ba8abcf759bfd89604ffca906472bb54937"
4191 dependencies = [
4192 "ahash",
4193 "bitflags 2.13.0",
4194 "const-str",
4195 "cssparser 0.33.0",
4196 "cssparser-color",
4197 "data-encoding",
4198 "getrandom 0.3.4",
4199 "indexmap",
4200 "itertools 0.10.5",
4201 "lazy_static",
4202 "lightningcss-derive",
4203 "parcel_selectors",
4204 "pastey",
4205 "pathdiff",
4206 "smallvec",
4207 ]
4208
4209 [[package]]
4210 name = "lightningcss-derive"
4211 version = "1.0.0-alpha.43"
4212 source = "registry+https://github.com/rust-lang/crates.io-index"
4213 checksum = "84c12744d1279367caed41739ef094c325d53fb0ffcd4f9b84a368796f870252"
4214 dependencies = [
4215 "convert_case",
4216 "proc-macro2",
4217 "quote",
4218 "syn 1.0.109",
4219 ]
4220
4221 [[package]]
4222 name = "linux-raw-sys"
4223 version = "0.4.15"
4224 source = "registry+https://github.com/rust-lang/crates.io-index"
4225 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
4226
4227 [[package]]
4228 name = "linux-raw-sys"
4229 version = "0.12.1"
4230 source = "registry+https://github.com/rust-lang/crates.io-index"
4231 checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
4232
4233 [[package]]
4234 name = "litemap"
4235 version = "0.8.2"
4236 source = "registry+https://github.com/rust-lang/crates.io-index"
4237 checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
4238
4239 [[package]]
4240 name = "litrs"
4241 version = "1.0.0"
4242 source = "registry+https://github.com/rust-lang/crates.io-index"
4243 checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
4244
4245 [[package]]
4246 name = "lock_api"
4247 version = "0.4.14"
4248 source = "registry+https://github.com/rust-lang/crates.io-index"
4249 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
4250 dependencies = [
4251 "scopeguard",
4252 "serde",
4253 ]
4254
4255 [[package]]
4256 name = "log"
4257 version = "0.4.33"
4258 source = "registry+https://github.com/rust-lang/crates.io-index"
4259 checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
4260
4261 [[package]]
4262 name = "logos"
4263 version = "0.15.1"
4264 source = "registry+https://github.com/rust-lang/crates.io-index"
4265 checksum = "ff472f899b4ec2d99161c51f60ff7075eeb3097069a36050d8037a6325eb8154"
4266 dependencies = [
4267 "logos-derive",
4268 ]
4269
4270 [[package]]
4271 name = "logos-codegen"
4272 version = "0.15.1"
4273 source = "registry+https://github.com/rust-lang/crates.io-index"
4274 checksum = "192a3a2b90b0c05b27a0b2c43eecdb7c415e29243acc3f89cc8247a5b693045c"
4275 dependencies = [
4276 "beef",
4277 "fnv",
4278 "lazy_static",
4279 "proc-macro2",
4280 "quote",
4281 "regex-syntax",
4282 "rustc_version",
4283 "syn 2.0.118",
4284 ]
4285
4286 [[package]]
4287 name = "logos-derive"
4288 version = "0.15.1"
4289 source = "registry+https://github.com/rust-lang/crates.io-index"
4290 checksum = "605d9697bcd5ef3a42d38efc51541aa3d6a4a25f7ab6d1ed0da5ac632a26b470"
4291 dependencies = [
4292 "logos-codegen",
4293 ]
4294
4295 [[package]]
4296 name = "loom"
4297 version = "0.7.2"
4298 source = "registry+https://github.com/rust-lang/crates.io-index"
4299 checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
4300 dependencies = [
4301 "cfg-if",
4302 "generator",
4303 "scoped-tls",
4304 "tracing",
4305 "tracing-subscriber",
4306 ]
4307
4308 [[package]]
4309 name = "lru"
4310 version = "0.16.4"
4311 source = "registry+https://github.com/rust-lang/crates.io-index"
4312 checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
4313 dependencies = [
4314 "hashbrown 0.16.1",
4315 ]
4316
4317 [[package]]
4318 name = "lru-slab"
4319 version = "0.1.2"
4320 source = "registry+https://github.com/rust-lang/crates.io-index"
4321 checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
4322
4323 [[package]]
4324 name = "lzma-rust2"
4325 version = "0.16.4"
4326 source = "registry+https://github.com/rust-lang/crates.io-index"
4327 checksum = "ce716bf1a316f47a280fc76295f6495b5bea4752bca01c3b3885e101b1c23c02"
4328 dependencies = [
4329 "sha2 0.11.0",
4330 ]
4331
4332 [[package]]
4333 name = "lzma-sys"
4334 version = "0.1.20"
4335 source = "registry+https://github.com/rust-lang/crates.io-index"
4336 checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
4337 dependencies = [
4338 "cc",
4339 "libc",
4340 "pkg-config",
4341 ]
4342
4343 [[package]]
4344 name = "mach2"
4345 version = "0.4.3"
4346 source = "registry+https://github.com/rust-lang/crates.io-index"
4347 checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
4348 dependencies = [
4349 "libc",
4350 ]
4351
4352 [[package]]
4353 name = "makenotwork"
4354 version = "0.11.1"
4355 dependencies = [
4356 "ammonia",
4357 "anyhow",
4358 "apple-codesign",
4359 "argon2",
4360 "askama",
4361 "async-stripe",
4362 "async-stripe-billing",
4363 "async-stripe-checkout",
4364 "async-stripe-connect",
4365 "async-stripe-core",
4366 "async-stripe-payment",
4367 "async-stripe-product",
4368 "async-stripe-shared",
4369 "async-stripe-types",
4370 "async-trait",
4371 "authenticode",
4372 "axum",
4373 "axum-extra",
4374 "base64 0.22.1",
4375 "bytes",
4376 "bzip2 0.6.1",
4377 "chacha20poly1305",
4378 "chrono",
4379 "clap",
4380 "const-oid 0.9.6",
4381 "csv",
4382 "dashmap",
4383 "docengine",
4384 "dotenvy",
4385 "email_address",
4386 "flate2",
4387 "fs2",
4388 "git2",
4389 "goblin 0.10.7",
4390 "governor",
4391 "hex",
4392 "hmac 0.13.0",
4393 "http-body-util",
4394 "infer",
4395 "jsonwebtoken",
4396 "lightningcss",
4397 "log",
4398 "makeover",
4399 "memmap2",
4400 "metrics",
4401 "metrics-exporter-prometheus",
4402 "mnw-assumptions",
4403 "object 0.39.1",
4404 "openssl",
4405 "pom-contract",
4406 "proptest",
4407 "rand 0.10.2",
4408 "regex",
4409 "reqwest 0.13.4",
4410 "s3-storage",
4411 "semver",
4412 "serde",
4413 "serde_json",
4414 "sha1 0.11.0",
4415 "sha2 0.11.0",
4416 "sqlx",
4417 "subtle",
4418 "syntect",
4419 "tagtree",
4420 "tempfile",
4421 "thiserror 2.0.18",
4422 "tokio",
4423 "tokio-stream",
4424 "tokio-util",
4425 "toml 1.1.3+spec-1.1.0",
4426 "totp-rs",
4427 "tower",
4428 "tower-http 0.7.0",
4429 "tower-sessions",
4430 "tower-sessions-sqlx-store",
4431 "tower_governor",
4432 "tracing",
4433 "tracing-subscriber",
4434 "url",
4435 "urlencoding",
4436 "utoipa",
4437 "utoipa-axum",
4438 "utoipa-swagger-ui",
4439 "uuid",
4440 "webauthn-authenticator-rs",
4441 "webauthn-rs",
4442 "webauthn-rs-proto",
4443 "wiremock",
4444 "x509-cert",
4445 "xz2",
4446 "yara-x",
4447 "zip 8.6.0",
4448 "zstd",
4449 ]
4450
4451 [[package]]
4452 name = "makeover"
4453 version = "2.3.0"
4454 source = "registry+https://github.com/rust-lang/crates.io-index"
4455 checksum = "e35cc903581eea6df09a3a102f101d85a6b941ea18431fcd0a70738762271fdf"
4456 dependencies = [
4457 "include_dir",
4458 "serde",
4459 "toml 1.1.3+spec-1.1.0",
4460 ]
4461
4462 [[package]]
4463 name = "maplit"
4464 version = "1.0.2"
4465 source = "registry+https://github.com/rust-lang/crates.io-index"
4466 checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
4467
4468 [[package]]
4469 name = "markup5ever"
4470 version = "0.39.0"
4471 source = "registry+https://github.com/rust-lang/crates.io-index"
4472 checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de"
4473 dependencies = [
4474 "log",
4475 "tendril",
4476 "web_atoms",
4477 ]
4478
4479 [[package]]
4480 name = "matchers"
4481 version = "0.2.0"
4482 source = "registry+https://github.com/rust-lang/crates.io-index"
4483 checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
4484 dependencies = [
4485 "regex-automata",
4486 ]
4487
4488 [[package]]
4489 name = "matchit"
4490 version = "0.8.4"
4491 source = "registry+https://github.com/rust-lang/crates.io-index"
4492 checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
4493
4494 [[package]]
4495 name = "md-5"
4496 version = "0.10.6"
4497 source = "registry+https://github.com/rust-lang/crates.io-index"
4498 checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
4499 dependencies = [
4500 "cfg-if",
4501 "digest 0.10.7",
4502 ]
4503
4504 [[package]]
4505 name = "md-5"
4506 version = "0.11.0"
4507 source = "registry+https://github.com/rust-lang/crates.io-index"
4508 checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
4509 dependencies = [
4510 "cfg-if",
4511 "digest 0.11.3",
4512 ]
4513
4514 [[package]]
4515 name = "md2"
4516 version = "0.10.2"
4517 source = "registry+https://github.com/rust-lang/crates.io-index"
4518 checksum = "1f4f0f3ed25ff4f8d8d102288d92f900efc202661c884cf67dfe4f0d07c43d1f"
4519 dependencies = [
4520 "digest 0.10.7",
4521 ]
4522
4523 [[package]]
4524 name = "memchr"
4525 version = "2.8.2"
4526 source = "registry+https://github.com/rust-lang/crates.io-index"
4527 checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
4528
4529 [[package]]
4530 name = "memfd"
4531 version = "0.6.5"
4532 source = "registry+https://github.com/rust-lang/crates.io-index"
4533 checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
4534 dependencies = [
4535 "rustix 1.1.4",
4536 ]
4537
4538 [[package]]
4539 name = "memmap2"
4540 version = "0.9.11"
4541 source = "registry+https://github.com/rust-lang/crates.io-index"
4542 checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
4543 dependencies = [
4544 "libc",
4545 ]
4546
4547 [[package]]
4548 name = "metrics"
4549 version = "0.24.6"
4550 source = "registry+https://github.com/rust-lang/crates.io-index"
4551 checksum = "89550ee9f79e88fef3119de263694973a8adb26c21d75322164fb8c493039fe2"
4552 dependencies = [
4553 "portable-atomic",
4554 "rapidhash",
4555 ]
4556
4557 [[package]]
4558 name = "metrics-exporter-prometheus"
4559 version = "0.18.3"
4560 source = "registry+https://github.com/rust-lang/crates.io-index"
4561 checksum = "1db0d8f1fc9e62caebd0319e11eaec5822b0186c171568f0480b46a0137f9108"
4562 dependencies = [
4563 "base64 0.22.1",
4564 "evmap",
4565 "indexmap",
4566 "metrics",
4567 "metrics-util",
4568 "quanta",
4569 "thiserror 2.0.18",
4570 ]
4571
4572 [[package]]
4573 name = "metrics-util"
4574 version = "0.20.4"
4575 source = "registry+https://github.com/rust-lang/crates.io-index"
4576 checksum = "96f8722f8562635f92f8ed992f26df0532266eb03d5202607c20c0d7e9745e13"
4577 dependencies = [
4578 "crossbeam-epoch",
4579 "crossbeam-utils",
4580 "hashbrown 0.16.1",
4581 "metrics",
4582 "quanta",
4583 "rand 0.9.4",
4584 "rand_xoshiro",
4585 "rapidhash",
4586 "sketches-ddsketch",
4587 ]
4588
4589 [[package]]
4590 name = "mime"
4591 version = "0.3.17"
4592 source = "registry+https://github.com/rust-lang/crates.io-index"
4593 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
4594
4595 [[package]]
4596 name = "mime_guess"
4597 version = "2.0.5"
4598 source = "registry+https://github.com/rust-lang/crates.io-index"
4599 checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
4600 dependencies = [
4601 "mime",
4602 "unicase",
4603 ]
4604
4605 [[package]]
4606 name = "mini-internal"
4607 version = "0.1.45"
4608 source = "registry+https://github.com/rust-lang/crates.io-index"
4609 checksum = "2a8df435db5df1dd82a74f77e3c3addf6ab7665079c31e222a64f34f7475d87e"
4610 dependencies = [
4611 "proc-macro2",
4612 "quote",
4613 "syn 2.0.118",
4614 ]
4615
4616 [[package]]
4617 name = "minicbor"
4618 version = "0.25.1"
4619 source = "registry+https://github.com/rust-lang/crates.io-index"
4620 checksum = "c0452a60c1863c1f50b5f77cd295e8d2786849f35883f0b9e18e7e6e1b5691b0"
4621 dependencies = [
4622 "minicbor-derive",
4623 ]
4624
4625 [[package]]
4626 name = "minicbor-derive"
4627 version = "0.15.3"
4628 source = "registry+https://github.com/rust-lang/crates.io-index"
4629 checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
4630 dependencies = [
4631 "proc-macro2",
4632 "quote",
4633 "syn 2.0.118",
4634 ]
4635
4636 [[package]]
4637 name = "minimal-lexical"
4638 version = "0.2.1"
4639 source = "registry+https://github.com/rust-lang/crates.io-index"
4640 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
4641
4642 [[package]]
4643 name = "miniserde"
4644 version = "0.1.45"
4645 source = "registry+https://github.com/rust-lang/crates.io-index"
4646 checksum = "8c48e83ec09ab8a51d4e6be46608bf2a1293a79e2f7ea60246a2ce50eaef44ba"
4647 dependencies = [
4648 "itoa",
4649 "mini-internal",
4650 "zmij",
4651 ]
4652
4653 [[package]]
4654 name = "miniz_oxide"
4655 version = "0.8.9"
4656 source = "registry+https://github.com/rust-lang/crates.io-index"
4657 checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
4658 dependencies = [
4659 "adler2",
4660 "simd-adler32",
4661 ]
4662
4663 [[package]]
4664 name = "mio"
4665 version = "1.2.1"
4666 source = "registry+https://github.com/rust-lang/crates.io-index"
4667 checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
4668 dependencies = [
4669 "libc",
4670 "wasi",
4671 "windows-sys 0.61.2",
4672 ]
4673
4674 [[package]]
4675 name = "mnw-assumptions"
4676 version = "0.1.0"
4677 dependencies = [
4678 "serde",
4679 "subst",
4680 "toml 1.1.3+spec-1.1.0",
4681 ]
4682
4683 [[package]]
4684 name = "moxcms"
4685 version = "0.8.1"
4686 source = "registry+https://github.com/rust-lang/crates.io-index"
4687 checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
4688 dependencies = [
4689 "num-traits",
4690 "pxfm",
4691 ]
4692
4693 [[package]]
4694 name = "native-tls"
4695 version = "0.2.18"
4696 source = "registry+https://github.com/rust-lang/crates.io-index"
4697 checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
4698 dependencies = [
4699 "libc",
4700 "log",
4701 "openssl",
4702 "openssl-probe 0.2.1",
4703 "openssl-sys",
4704 "schannel",
4705 "security-framework 3.7.0",
4706 "security-framework-sys",
4707 "tempfile",
4708 ]
4709
4710 [[package]]
4711 name = "new_debug_unreachable"
4712 version = "1.0.6"
4713 source = "registry+https://github.com/rust-lang/crates.io-index"
4714 checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
4715
4716 [[package]]
4717 name = "nom"
4718 version = "7.1.3"
4719 source = "registry+https://github.com/rust-lang/crates.io-index"
4720 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4721 dependencies = [
4722 "memchr",
4723 "minimal-lexical",
4724 ]
4725
4726 [[package]]
4727 name = "nom"
4728 version = "8.0.0"
4729 source = "registry+https://github.com/rust-lang/crates.io-index"
4730 checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
4731 dependencies = [
4732 "memchr",
4733 ]
4734
4735 [[package]]
4736 name = "nonempty"
4737 version = "0.7.0"
4738 source = "registry+https://github.com/rust-lang/crates.io-index"
4739 checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
4740
4741 [[package]]
4742 name = "nonzero_ext"
4743 version = "0.3.0"
4744 source = "registry+https://github.com/rust-lang/crates.io-index"
4745 checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
4746
4747 [[package]]
4748 name = "nu-ansi-term"
4749 version = "0.50.3"
4750 source = "registry+https://github.com/rust-lang/crates.io-index"
4751 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
4752 dependencies = [
4753 "windows-sys 0.61.2",
4754 ]
4755
4756 [[package]]
4757 name = "num-bigint"
4758 version = "0.4.6"
4759 source = "registry+https://github.com/rust-lang/crates.io-index"
4760 checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
4761 dependencies = [
4762 "num-integer",
4763 "num-traits",
4764 ]
4765
4766 [[package]]
4767 name = "num-bigint-dig"
4768 version = "0.8.6"
4769 source = "registry+https://github.com/rust-lang/crates.io-index"
4770 checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
4771 dependencies = [
4772 "lazy_static",
4773 "libm",
4774 "num-integer",
4775 "num-iter",
4776 "num-traits",
4777 "rand 0.8.6",
4778 "smallvec",
4779 "zeroize",
4780 ]
4781
4782 [[package]]
4783 name = "num-conv"
4784 version = "0.2.2"
4785 source = "registry+https://github.com/rust-lang/crates.io-index"
4786 checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
4787
4788 [[package]]
4789 name = "num-derive"
4790 version = "0.4.2"
4791 source = "registry+https://github.com/rust-lang/crates.io-index"
4792 checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
4793 dependencies = [
4794 "proc-macro2",
4795 "quote",
4796 "syn 2.0.118",
4797 ]
4798
4799 [[package]]
4800 name = "num-integer"
4801 version = "0.1.46"
4802 source = "registry+https://github.com/rust-lang/crates.io-index"
4803 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
4804 dependencies = [
4805 "num-traits",
4806 ]
4807
4808 [[package]]
4809 name = "num-iter"
4810 version = "0.1.45"
4811 source = "registry+https://github.com/rust-lang/crates.io-index"
4812 checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
4813 dependencies = [
4814 "autocfg",
4815 "num-integer",
4816 "num-traits",
4817 ]
4818
4819 [[package]]
4820 name = "num-traits"
4821 version = "0.2.19"
4822 source = "registry+https://github.com/rust-lang/crates.io-index"
4823 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
4824 dependencies = [
4825 "autocfg",
4826 "libm",
4827 ]
4828
4829 [[package]]
4830 name = "num_cpus"
4831 version = "1.17.0"
4832 source = "registry+https://github.com/rust-lang/crates.io-index"
4833 checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
4834 dependencies = [
4835 "hermit-abi",
4836 "libc",
4837 ]
4838
4839 [[package]]
4840 name = "object"
4841 version = "0.36.7"
4842 source = "registry+https://github.com/rust-lang/crates.io-index"
4843 checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
4844 dependencies = [
4845 "crc32fast",
4846 "flate2",
4847 "hashbrown 0.15.5",
4848 "indexmap",
4849 "memchr",
4850 "ruzstd 0.7.3",
4851 ]
4852
4853 [[package]]
4854 name = "object"
4855 version = "0.38.1"
4856 source = "registry+https://github.com/rust-lang/crates.io-index"
4857 checksum = "271638cd5fa9cca89c4c304675ca658efc4e64a66c716b7cfe1afb4b9611dbbc"
4858 dependencies = [
4859 "crc32fast",
4860 "hashbrown 0.16.1",
4861 "indexmap",
4862 "memchr",
4863 ]
4864
4865 [[package]]
4866 name = "object"
4867 version = "0.39.1"
4868 source = "registry+https://github.com/rust-lang/crates.io-index"
4869 checksum = "2e5a6c098c7a3b6547378093f5cc30bc54fd361ce711e05293a5cc589562739b"
4870 dependencies = [
4871 "flate2",
4872 "memchr",
4873 "ruzstd 0.8.3",
4874 ]
4875
4876 [[package]]
4877 name = "oid-registry"
4878 version = "0.7.1"
4879 source = "registry+https://github.com/rust-lang/crates.io-index"
4880 checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
4881 dependencies = [
4882 "asn1-rs 0.6.2",
4883 ]
4884
4885 [[package]]
4886 name = "oid-registry"
4887 version = "0.8.1"
4888 source = "registry+https://github.com/rust-lang/crates.io-index"
4889 checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
4890 dependencies = [
4891 "asn1-rs 0.7.2",
4892 ]
4893
4894 [[package]]
4895 name = "once_cell"
4896 version = "1.21.4"
4897 source = "registry+https://github.com/rust-lang/crates.io-index"
4898 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
4899
4900 [[package]]
4901 name = "once_cell_polyfill"
4902 version = "1.70.2"
4903 source = "registry+https://github.com/rust-lang/crates.io-index"
4904 checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
4905
4906 [[package]]
4907 name = "openssl"
4908 version = "0.10.81"
4909 source = "registry+https://github.com/rust-lang/crates.io-index"
4910 checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
4911 dependencies = [
4912 "bitflags 2.13.0",
4913 "cfg-if",
4914 "foreign-types",
4915 "libc",
4916 "openssl-macros",
4917 "openssl-sys",
4918 ]
4919
4920 [[package]]
4921 name = "openssl-macros"
4922 version = "0.1.1"
4923 source = "registry+https://github.com/rust-lang/crates.io-index"
4924 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
4925 dependencies = [
4926 "proc-macro2",
4927 "quote",
4928 "syn 2.0.118",
4929 ]
4930
4931 [[package]]
4932 name = "openssl-probe"
4933 version = "0.1.6"
4934 source = "registry+https://github.com/rust-lang/crates.io-index"
4935 checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
4936
4937 [[package]]
4938 name = "openssl-probe"
4939 version = "0.2.1"
4940 source = "registry+https://github.com/rust-lang/crates.io-index"
4941 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
4942
4943 [[package]]
4944 name = "openssl-src"
4945 version = "300.6.1+3.6.3"
4946 source = "registry+https://github.com/rust-lang/crates.io-index"
4947 checksum = "46eb8fb9fb3b61ce1c0f8a026c4c1a0714d3a9e138e7fbde78753ce2babc3846"
4948 dependencies = [
4949 "cc",
4950 ]
4951
4952 [[package]]
4953 name = "openssl-sys"
4954 version = "0.9.117"
4955 source = "registry+https://github.com/rust-lang/crates.io-index"
4956 checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
4957 dependencies = [
4958 "cc",
4959 "libc",
4960 "openssl-src",
4961 "pkg-config",
4962 "vcpkg",
4963 ]
4964
4965 [[package]]
4966 name = "option-ext"
4967 version = "0.2.0"
4968 source = "registry+https://github.com/rust-lang/crates.io-index"
4969 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
4970
4971 [[package]]
4972 name = "outref"
4973 version = "0.5.2"
4974 source = "registry+https://github.com/rust-lang/crates.io-index"
4975 checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
4976
4977 [[package]]
4978 name = "p12"
4979 version = "0.6.3"
4980 source = "registry+https://github.com/rust-lang/crates.io-index"
4981 checksum = "d4873306de53fe82e7e484df31e1e947d61514b6ea2ed6cd7b45d63006fd9224"
4982 dependencies = [
4983 "cbc",
4984 "cipher 0.4.4",
4985 "des",
4986 "getrandom 0.2.17",
4987 "hmac 0.12.1",
4988 "lazy_static",
4989 "rc2",
4990 "sha1 0.10.6",
4991 "yasna",
4992 ]
4993
4994 [[package]]
4995 name = "p256"
4996 version = "0.13.2"
4997 source = "registry+https://github.com/rust-lang/crates.io-index"
4998 checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
4999 dependencies = [
5000 "ecdsa",
5001 "elliptic-curve",
5002 "primeorder",
5003 "sha2 0.10.9",
5004 ]
5005
5006 [[package]]
5007 name = "p384"
5008 version = "0.13.1"
5009 source = "registry+https://github.com/rust-lang/crates.io-index"
5010 checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
5011 dependencies = [
5012 "ecdsa",
5013 "elliptic-curve",
5014 "primeorder",
5015 "sha2 0.10.9",
5016 ]
5017
5018 [[package]]
5019 name = "parcel_selectors"
5020 version = "0.28.2"
5021 source = "registry+https://github.com/rust-lang/crates.io-index"
5022 checksum = "54fd03f1ad26cb6b3ec1b7414fa78a3bd639e7dbb421b1a60513c96ce886a196"
5023 dependencies = [
5024 "bitflags 2.13.0",
5025 "cssparser 0.33.0",
5026 "log",
5027 "phf 0.11.3",
5028 "phf_codegen 0.11.3",
5029 "precomputed-hash",
5030 "rustc-hash 2.1.2",
5031 "smallvec",
5032 ]
5033
5034 [[package]]
5035 name = "parking"
5036 version = "2.2.1"
5037 source = "registry+https://github.com/rust-lang/crates.io-index"
5038 checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
5039
5040 [[package]]
5041 name = "parking_lot"
5042 version = "0.12.5"
5043 source = "registry+https://github.com/rust-lang/crates.io-index"
5044 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
5045 dependencies = [
5046 "lock_api",
5047 "parking_lot_core",
5048 ]
5049
5050 [[package]]
5051 name = "parking_lot_core"
5052 version = "0.9.12"
5053 source = "registry+https://github.com/rust-lang/crates.io-index"
5054 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
5055 dependencies = [
5056 "cfg-if",
5057 "libc",
5058 "redox_syscall 0.5.18",
5059 "smallvec",
5060 "windows-link",
5061 ]
5062
5063 [[package]]
5064 name = "password-hash"
5065 version = "0.5.0"
5066 source = "registry+https://github.com/rust-lang/crates.io-index"
5067 checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
5068 dependencies = [
5069 "base64ct",
5070 "rand_core 0.6.4",
5071 "subtle",
5072 ]
5073
5074 [[package]]
5075 name = "paste"
5076 version = "1.0.15"
5077 source = "registry+https://github.com/rust-lang/crates.io-index"
5078 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
5079
5080 [[package]]
5081 name = "pastey"
5082 version = "0.1.1"
5083 source = "registry+https://github.com/rust-lang/crates.io-index"
5084 checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
5085
5086 [[package]]
5087 name = "pathdiff"
5088 version = "0.2.3"
5089 source = "registry+https://github.com/rust-lang/crates.io-index"
5090 checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
5091
5092 [[package]]
5093 name = "pbkdf2"
5094 version = "0.13.0"
5095 source = "registry+https://github.com/rust-lang/crates.io-index"
5096 checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629"
5097 dependencies = [
5098 "digest 0.11.3",
5099 "hmac 0.13.0",
5100 ]
5101
5102 [[package]]
5103 name = "pear"
5104 version = "0.2.9"
5105 source = "registry+https://github.com/rust-lang/crates.io-index"
5106 checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
5107 dependencies = [
5108 "inlinable_string",
5109 "pear_codegen",
5110 "yansi",
5111 ]
5112
5113 [[package]]
5114 name = "pear_codegen"
5115 version = "0.2.9"
5116 source = "registry+https://github.com/rust-lang/crates.io-index"
5117 checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
5118 dependencies = [
5119 "proc-macro2",
5120 "proc-macro2-diagnostics",
5121 "quote",
5122 "syn 2.0.118",
5123 ]
5124
5125 [[package]]
5126 name = "pem"
5127 version = "3.0.6"
5128 source = "registry+https://github.com/rust-lang/crates.io-index"
5129 checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
5130 dependencies = [
5131 "base64 0.22.1",
5132 "serde_core",
5133 ]
5134
5135 [[package]]
5136 name = "pem-rfc7468"
5137 version = "0.7.0"
5138 source = "registry+https://github.com/rust-lang/crates.io-index"
5139 checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
5140 dependencies = [
5141 "base64ct",
5142 ]
5143
5144 [[package]]
5145 name = "percent-encoding"
5146 version = "2.3.2"
5147 source = "registry+https://github.com/rust-lang/crates.io-index"
5148 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
5149
5150 [[package]]
5151 name = "phf"
5152 version = "0.11.3"
5153 source = "registry+https://github.com/rust-lang/crates.io-index"
5154 checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
5155 dependencies = [
5156 "phf_macros",
5157 "phf_shared 0.11.3",
5158 ]
5159
5160 [[package]]
5161 name = "phf"
5162 version = "0.13.1"
5163 source = "registry+https://github.com/rust-lang/crates.io-index"
5164 checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
5165 dependencies = [
5166 "phf_shared 0.13.1",
5167 "serde",
5168 ]
5169
5170 [[package]]
5171 name = "phf_codegen"
5172 version = "0.11.3"
5173 source = "registry+https://github.com/rust-lang/crates.io-index"
5174 checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
5175 dependencies = [
5176 "phf_generator 0.11.3",
5177 "phf_shared 0.11.3",
5178 ]
5179
5180 [[package]]
5181 name = "phf_codegen"
5182 version = "0.13.1"
5183 source = "registry+https://github.com/rust-lang/crates.io-index"
5184 checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
5185 dependencies = [
5186 "phf_generator 0.13.1",
5187 "phf_shared 0.13.1",
5188 ]
5189
5190 [[package]]
5191 name = "phf_generator"
5192 version = "0.11.3"
5193 source = "registry+https://github.com/rust-lang/crates.io-index"
5194 checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
5195 dependencies = [
5196 "phf_shared 0.11.3",
5197 "rand 0.8.6",
5198 ]
5199
5200 [[package]]
5201 name = "phf_generator"
5202 version = "0.13.1"
5203 source = "registry+https://github.com/rust-lang/crates.io-index"
5204 checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
5205 dependencies = [
5206 "fastrand",
5207 "phf_shared 0.13.1",
5208 ]
5209
5210 [[package]]
5211 name = "phf_macros"
5212 version = "0.11.3"
5213 source = "registry+https://github.com/rust-lang/crates.io-index"
5214 checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
5215 dependencies = [
5216 "phf_generator 0.11.3",
5217 "phf_shared 0.11.3",
5218 "proc-macro2",
5219 "quote",
5220 "syn 2.0.118",
5221 ]
5222
5223 [[package]]
5224 name = "phf_shared"
5225 version = "0.11.3"
5226 source = "registry+https://github.com/rust-lang/crates.io-index"
5227 checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
5228 dependencies = [
5229 "siphasher",
5230 ]
5231
5232 [[package]]
5233 name = "phf_shared"
5234 version = "0.13.1"
5235 source = "registry+https://github.com/rust-lang/crates.io-index"
5236 checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
5237 dependencies = [
5238 "siphasher",
5239 ]
5240
5241 [[package]]
5242 name = "pin-project"
5243 version = "1.1.13"
5244 source = "registry+https://github.com/rust-lang/crates.io-index"
5245 checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
5246 dependencies = [
5247 "pin-project-internal",
5248 ]
5249
5250 [[package]]
5251 name = "pin-project-internal"
5252 version = "1.1.13"
5253 source = "registry+https://github.com/rust-lang/crates.io-index"
5254 checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
5255 dependencies = [
5256 "proc-macro2",
5257 "quote",
5258 "syn 2.0.118",
5259 ]
5260
5261 [[package]]
5262 name = "pin-project-lite"
5263 version = "0.2.17"
5264 source = "registry+https://github.com/rust-lang/crates.io-index"
5265 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
5266
5267 [[package]]
5268 name = "pin-utils"
5269 version = "0.1.0"
5270 source = "registry+https://github.com/rust-lang/crates.io-index"
5271 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
5272
5273 [[package]]
5274 name = "pkcs1"
5275 version = "0.7.5"
5276 source = "registry+https://github.com/rust-lang/crates.io-index"
5277 checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
5278 dependencies = [
5279 "der",
5280 "pkcs8",
5281 "spki",
5282 ]
5283
5284 [[package]]
5285 name = "pkcs8"
5286 version = "0.10.2"
5287 source = "registry+https://github.com/rust-lang/crates.io-index"
5288 checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
5289 dependencies = [
5290 "der",
5291 "spki",
5292 ]
5293
5294 [[package]]
5295 name = "pkg-config"
5296 version = "0.3.33"
5297 source = "registry+https://github.com/rust-lang/crates.io-index"
5298 checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
5299
5300 [[package]]
5301 name = "plain"
5302 version = "0.2.3"
5303 source = "registry+https://github.com/rust-lang/crates.io-index"
5304 checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
5305
5306 [[package]]
5307 name = "plist"
5308 version = "1.10.0"
5309 source = "registry+https://github.com/rust-lang/crates.io-index"
5310 checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
5311 dependencies = [
5312 "base64 0.22.1",
5313 "indexmap",
5314 "quick-xml",
5315 "serde",
5316 "time",
5317 ]
5318
5319 [[package]]
5320 name = "png"
5321 version = "0.18.1"
5322 source = "registry+https://github.com/rust-lang/crates.io-index"
5323 checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
5324 dependencies = [
5325 "bitflags 2.13.0",
5326 "crc32fast",
5327 "fdeflate",
5328 "flate2",
5329 "miniz_oxide",
5330 ]
5331
5332 [[package]]
5333 name = "poly1305"
5334 version = "0.9.1"
5335 source = "registry+https://github.com/rust-lang/crates.io-index"
5336 checksum = "6e2d0073b297041425c7c3df6eb4792d598a15323fe63346852b092eca02904c"
5337 dependencies = [
5338 "cpufeatures 0.3.0",
5339 "universal-hash",
5340 ]
5341
5342 [[package]]
5343 name = "pom-contract"
5344 version = "0.1.0"
5345 dependencies = [
5346 "serde_json",
5347 "toml 1.1.3+spec-1.1.0",
5348 ]
5349
5350 [[package]]
5351 name = "portable-atomic"
5352 version = "1.13.1"
5353 source = "registry+https://github.com/rust-lang/crates.io-index"
5354 checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
5355
5356 [[package]]
5357 name = "portable-atomic-util"
5358 version = "0.2.7"
5359 source = "registry+https://github.com/rust-lang/crates.io-index"
5360 checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
5361 dependencies = [
5362 "portable-atomic",
5363 ]
5364
5365 [[package]]
5366 name = "postcard"
5367 version = "1.1.3"
5368 source = "registry+https://github.com/rust-lang/crates.io-index"
5369 checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
5370 dependencies = [
5371 "cobs",
5372 "embedded-io 0.4.0",
5373 "embedded-io 0.6.1",
5374 "serde",
5375 ]
5376
5377 [[package]]
5378 name = "potential_utf"
5379 version = "0.1.5"
5380 source = "registry+https://github.com/rust-lang/crates.io-index"
5381 checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
5382 dependencies = [
5383 "zerovec",
5384 ]
5385
5386 [[package]]
5387 name = "powerfmt"
5388 version = "0.2.0"
5389 source = "registry+https://github.com/rust-lang/crates.io-index"
5390 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
5391
5392 [[package]]
5393 name = "ppmd-rust"
5394 version = "1.4.0"
5395 source = "registry+https://github.com/rust-lang/crates.io-index"
5396 checksum = "efca4c95a19a79d1c98f791f10aebd5c1363b473244630bb7dbde1dc98455a24"
5397
5398 [[package]]
5399 name = "ppv-lite86"
5400 version = "0.2.21"
5401 source = "registry+https://github.com/rust-lang/crates.io-index"
5402 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
5403 dependencies = [
5404 "zerocopy",
5405 ]
5406
5407 [[package]]
5408 name = "precomputed-hash"
5409 version = "0.1.1"
5410 source = "registry+https://github.com/rust-lang/crates.io-index"
5411 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
5412
5413 [[package]]
5414 name = "primeorder"
5415 version = "0.13.6"
5416 source = "registry+https://github.com/rust-lang/crates.io-index"
5417 checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
5418 dependencies = [
5419 "elliptic-curve",
5420 ]
5421
5422 [[package]]
5423 name = "proc-macro-error-attr2"
5424 version = "2.0.0"
5425 source = "registry+https://github.com/rust-lang/crates.io-index"
5426 checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
5427 dependencies = [
5428 "proc-macro2",
5429 "quote",
5430 ]
5431
5432 [[package]]
5433 name = "proc-macro-error2"
5434 version = "2.0.1"
5435 source = "registry+https://github.com/rust-lang/crates.io-index"
5436 checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
5437 dependencies = [
5438 "proc-macro-error-attr2",
5439 "proc-macro2",
5440 "quote",
5441 "syn 2.0.118",
5442 ]
5443
5444 [[package]]
5445 name = "proc-macro2"
5446 version = "1.0.106"
5447 source = "registry+https://github.com/rust-lang/crates.io-index"
5448 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
5449 dependencies = [
5450 "unicode-ident",
5451 ]
5452
5453 [[package]]
5454 name = "proc-macro2-diagnostics"
5455 version = "0.10.1"
5456 source = "registry+https://github.com/rust-lang/crates.io-index"
5457 checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
5458 dependencies = [
5459 "proc-macro2",
5460 "quote",
5461 "syn 2.0.118",
5462 "version_check",
5463 "yansi",
5464 ]
5465
5466 [[package]]
5467 name = "proptest"
5468 version = "1.11.0"
5469 source = "registry+https://github.com/rust-lang/crates.io-index"
5470 checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
5471 dependencies = [
5472 "bit-set",
5473 "bit-vec",
5474 "bitflags 2.13.0",
5475 "num-traits",
5476 "rand 0.9.4",
5477 "rand_chacha 0.9.0",
5478 "rand_xorshift",
5479 "regex-syntax",
5480 "rusty-fork",
5481 "tempfile",
5482 "unarray",
5483 ]
5484
5485 [[package]]
5486 name = "protobuf"
5487 version = "3.7.2"
5488 source = "registry+https://github.com/rust-lang/crates.io-index"
5489 checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
5490 dependencies = [
5491 "once_cell",
5492 "protobuf-support",
5493 "thiserror 1.0.69",
5494 ]
5495
5496 [[package]]
5497 name = "protobuf-codegen"
5498 version = "3.7.2"
5499 source = "registry+https://github.com/rust-lang/crates.io-index"
5500 checksum = "5d3976825c0014bbd2f3b34f0001876604fe87e0c86cd8fa54251530f1544ace"
5501 dependencies = [
5502 "anyhow",
5503 "once_cell",
5504 "protobuf",
5505 "protobuf-parse",
5506 "regex",
5507 "tempfile",
5508 "thiserror 1.0.69",
5509 ]
5510
5511 [[package]]
5512 name = "protobuf-parse"
5513 version = "3.7.2"
5514 source = "registry+https://github.com/rust-lang/crates.io-index"
5515 checksum = "b4aeaa1f2460f1d348eeaeed86aea999ce98c1bded6f089ff8514c9d9dbdc973"
5516 dependencies = [
5517 "anyhow",
5518 "indexmap",
5519 "log",
5520 "protobuf",
5521 "protobuf-support",
5522 "tempfile",
5523 "thiserror 1.0.69",
5524 "which",
5525 ]
5526
5527 [[package]]
5528 name = "protobuf-support"
5529 version = "3.7.2"
5530 source = "registry+https://github.com/rust-lang/crates.io-index"
5531 checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
5532 dependencies = [
5533 "thiserror 1.0.69",
5534 ]
5535
5536 [[package]]
5537 name = "psl"
5538 version = "2.1.215"
5539 source = "registry+https://github.com/rust-lang/crates.io-index"
5540 checksum = "caff7403e06671f170c65dc7bf475ed31d6e108c7e0d2440fb4df8ba56cfded6"
5541 dependencies = [
5542 "psl-types",
5543 ]
5544
5545 [[package]]
5546 name = "psl-types"
5547 version = "2.0.11"
5548 source = "registry+https://github.com/rust-lang/crates.io-index"
5549 checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
5550
5551 [[package]]
5552 name = "publicsuffix"
5553 version = "2.3.0"
5554 source = "registry+https://github.com/rust-lang/crates.io-index"
5555 checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf"
5556 dependencies = [
5557 "idna",
5558 "psl-types",
5559 ]
5560
5561 [[package]]
5562 name = "pulldown-cmark"
5563 version = "0.13.4"
5564 source = "registry+https://github.com/rust-lang/crates.io-index"
5565 checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e"
5566 dependencies = [
5567 "bitflags 2.13.0",
5568 "getopts",
5569 "memchr",
5570 "pulldown-cmark-escape",
5571 "unicase",
5572 ]
5573
5574 [[package]]
5575 name = "pulldown-cmark-escape"
5576 version = "0.11.0"
5577 source = "registry+https://github.com/rust-lang/crates.io-index"
5578 checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
5579
5580 [[package]]
5581 name = "pulley-interpreter"
5582 version = "43.0.2"
5583 source = "registry+https://github.com/rust-lang/crates.io-index"
5584 checksum = "7ec12fe19a9588315a49fe5704502a9c02d6a198303314b0c7c86123b06d29e5"
5585 dependencies = [
5586 "cranelift-bitset",
5587 "log",
5588 "pulley-macros",
5589 "wasmtime-internal-core",
5590 ]
5591
5592 [[package]]
5593 name = "pulley-macros"
5594 version = "43.0.2"
5595 source = "registry+https://github.com/rust-lang/crates.io-index"
5596 checksum = "36f7d5ef31ebf1b46cd7e722ffef934e670d7e462f49aa01cde07b9b76dca580"
5597 dependencies = [
5598 "proc-macro2",
5599 "quote",
5600 "syn 2.0.118",
5601 ]
5602
5603 [[package]]
5604 name = "pxfm"
5605 version = "0.1.29"
5606 source = "registry+https://github.com/rust-lang/crates.io-index"
5607 checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f"
5608
5609 [[package]]
5610 name = "qrcodegen"
5611 version = "1.8.0"
5612 source = "registry+https://github.com/rust-lang/crates.io-index"
5613 checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142"
5614
5615 [[package]]
5616 name = "qrcodegen-image"
5617 version = "1.5.1"
5618 source = "registry+https://github.com/rust-lang/crates.io-index"
5619 checksum = "99530e45ded4640c0eab5420fc60f9a0ec1be51a22e49cc8578b9a0d8be70712"
5620 dependencies = [
5621 "base64 0.22.1",
5622 "image",
5623 "qrcodegen",
5624 ]
5625
5626 [[package]]
5627 name = "quanta"
5628 version = "0.12.6"
5629 source = "registry+https://github.com/rust-lang/crates.io-index"
5630 checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
5631 dependencies = [
5632 "crossbeam-utils",
5633 "libc",
5634 "once_cell",
5635 "raw-cpuid",
5636 "wasi",
5637 "web-sys",
5638 "winapi",
5639 ]
5640
5641 [[package]]
5642 name = "quick-error"
5643 version = "1.2.3"
5644 source = "registry+https://github.com/rust-lang/crates.io-index"
5645 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
5646
5647 [[package]]
5648 name = "quick-xml"
5649 version = "0.41.0"
5650 source = "registry+https://github.com/rust-lang/crates.io-index"
5651 checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
5652 dependencies = [
5653 "memchr",
5654 ]
5655
5656 [[package]]
5657 name = "quinn"
5658 version = "0.11.11"
5659 source = "registry+https://github.com/rust-lang/crates.io-index"
5660 checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
5661 dependencies = [
5662 "bytes",
5663 "cfg_aliases",
5664 "pin-project-lite",
5665 "quinn-proto",
5666 "quinn-udp",
5667 "rustc-hash 2.1.2",
5668 "rustls",
5669 "socket2",
5670 "thiserror 2.0.18",
5671 "tokio",
5672 "tracing",
5673 "web-time",
5674 ]
5675
5676 [[package]]
5677 name = "quinn-proto"
5678 version = "0.11.15"
5679 source = "registry+https://github.com/rust-lang/crates.io-index"
5680 checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
5681 dependencies = [
5682 "aws-lc-rs",
5683 "bytes",
5684 "getrandom 0.3.4",
5685 "lru-slab",
5686 "rand 0.9.4",
5687 "ring",
5688 "rustc-hash 2.1.2",
5689 "rustls",
5690 "rustls-pki-types",
5691 "slab",
5692 "thiserror 2.0.18",
5693 "tinyvec",
5694 "tracing",
5695 "web-time",
5696 ]
5697
5698 [[package]]
5699 name = "quinn-udp"
5700 version = "0.5.14"
5701 source = "registry+https://github.com/rust-lang/crates.io-index"
5702 checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
5703 dependencies = [
5704 "cfg_aliases",
5705 "libc",
5706 "once_cell",
5707 "socket2",
5708 "tracing",
5709 "windows-sys 0.60.2",
5710 ]
5711
5712 [[package]]
5713 name = "quote"
5714 version = "1.0.46"
5715 source = "registry+https://github.com/rust-lang/crates.io-index"
5716 checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
5717 dependencies = [
5718 "proc-macro2",
5719 ]
5720
5721 [[package]]
5722 name = "r-efi"
5723 version = "5.3.0"
5724 source = "registry+https://github.com/rust-lang/crates.io-index"
5725 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
5726
5727 [[package]]
5728 name = "r-efi"
5729 version = "6.0.0"
5730 source = "registry+https://github.com/rust-lang/crates.io-index"
5731 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
5732
5733 [[package]]
5734 name = "radium"
5735 version = "0.7.0"
5736 source = "registry+https://github.com/rust-lang/crates.io-index"
5737 checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
5738
5739 [[package]]
5740 name = "rand"
5741 version = "0.8.6"
5742 source = "registry+https://github.com/rust-lang/crates.io-index"
5743 checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
5744 dependencies = [
5745 "libc",
5746 "rand_chacha 0.3.1",
5747 "rand_core 0.6.4",
5748 ]
5749
5750 [[package]]
5751 name = "rand"
5752 version = "0.9.4"
5753 source = "registry+https://github.com/rust-lang/crates.io-index"
5754 checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
5755 dependencies = [
5756 "rand_chacha 0.9.0",
5757 "rand_core 0.9.5",
5758 ]
5759
5760 [[package]]
5761 name = "rand"
5762 version = "0.10.2"
5763 source = "registry+https://github.com/rust-lang/crates.io-index"
5764 checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
5765 dependencies = [
5766 "chacha20",
5767 "getrandom 0.4.3",
5768 "rand_core 0.10.1",
5769 ]
5770
5771 [[package]]
5772 name = "rand_chacha"
5773 version = "0.3.1"
5774 source = "registry+https://github.com/rust-lang/crates.io-index"
5775 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5776 dependencies = [
5777 "ppv-lite86",
5778 "rand_core 0.6.4",
5779 ]
5780
5781 [[package]]
5782 name = "rand_chacha"
5783 version = "0.9.0"
5784 source = "registry+https://github.com/rust-lang/crates.io-index"
5785 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
5786 dependencies = [
5787 "ppv-lite86",
5788 "rand_core 0.9.5",
5789 ]
5790
5791 [[package]]
5792 name = "rand_core"
5793 version = "0.6.4"
5794 source = "registry+https://github.com/rust-lang/crates.io-index"
5795 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5796 dependencies = [
5797 "getrandom 0.2.17",
5798 ]
5799
5800 [[package]]
5801 name = "rand_core"
5802 version = "0.9.5"
5803 source = "registry+https://github.com/rust-lang/crates.io-index"
5804 checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
5805 dependencies = [
5806 "getrandom 0.3.4",
5807 ]
5808
5809 [[package]]
5810 name = "rand_core"
5811 version = "0.10.1"
5812 source = "registry+https://github.com/rust-lang/crates.io-index"
5813 checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
5814
5815 [[package]]
5816 name = "rand_xorshift"
5817 version = "0.4.0"
5818 source = "registry+https://github.com/rust-lang/crates.io-index"
5819 checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
5820 dependencies = [
5821 "rand_core 0.9.5",
5822 ]
5823
5824 [[package]]
5825 name = "rand_xoshiro"
5826 version = "0.7.0"
5827 source = "registry+https://github.com/rust-lang/crates.io-index"
5828 checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
5829 dependencies = [
5830 "rand_core 0.9.5",
5831 ]
5832
5833 [[package]]
5834 name = "rapidhash"
5835 version = "4.4.2"
5836 source = "registry+https://github.com/rust-lang/crates.io-index"
5837 checksum = "32b266a82f4aa99bb5c25e28d11cc44ace63d91adbcbcee4d323e2ae3d49ef37"
5838 dependencies = [
5839 "rustversion",
5840 ]
5841
5842 [[package]]
5843 name = "rasn"
5844 version = "0.20.2"
5845 source = "registry+https://github.com/rust-lang/crates.io-index"
5846 checksum = "e442690f86da40561d5548e7ffb4a18af90d1c1b3536090de847ca2d5a3a6426"
5847 dependencies = [
5848 "arrayvec",
5849 "bitvec",
5850 "bitvec-nom2",
5851 "bytes",
5852 "chrono",
5853 "either",
5854 "hashbrown 0.14.5",
5855 "konst",
5856 "nom 7.1.3",
5857 "num-bigint",
5858 "num-integer",
5859 "num-traits",
5860 "once_cell",
5861 "rasn-derive",
5862 "serde_json",
5863 "snafu",
5864 ]
5865
5866 [[package]]
5867 name = "rasn-derive"
5868 version = "0.20.2"
5869 source = "registry+https://github.com/rust-lang/crates.io-index"
5870 checksum = "96b0d374c7e4e985e6bc97ca7e7ad1d9642a8415db2017777d6e383002edaab2"
5871 dependencies = [
5872 "either",
5873 "itertools 0.13.0",
5874 "proc-macro2",
5875 "quote",
5876 "rayon",
5877 "syn 2.0.118",
5878 "uuid",
5879 ]
5880
5881 [[package]]
5882 name = "raw-cpuid"
5883 version = "11.6.0"
5884 source = "registry+https://github.com/rust-lang/crates.io-index"
5885 checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
5886 dependencies = [
5887 "bitflags 2.13.0",
5888 ]
5889
5890 [[package]]
5891 name = "rayon"
5892 version = "1.12.0"
5893 source = "registry+https://github.com/rust-lang/crates.io-index"
5894 checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
5895 dependencies = [
5896 "either",
5897 "rayon-core",
5898 ]
5899
5900 [[package]]
5901 name = "rayon-core"
5902 version = "1.13.0"
5903 source = "registry+https://github.com/rust-lang/crates.io-index"
5904 checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
5905 dependencies = [
5906 "crossbeam-deque",
5907 "crossbeam-utils",
5908 ]
5909
5910 [[package]]
5911 name = "rc2"
5912 version = "0.8.1"
5913 source = "registry+https://github.com/rust-lang/crates.io-index"
5914 checksum = "62c64daa8e9438b84aaae55010a93f396f8e60e3911590fcba770d04643fc1dd"
5915 dependencies = [
5916 "cipher 0.4.4",
5917 ]
5918
5919 [[package]]
5920 name = "redox_syscall"
5921 version = "0.5.18"
5922 source = "registry+https://github.com/rust-lang/crates.io-index"
5923 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
5924 dependencies = [
5925 "bitflags 2.13.0",
5926 ]
5927
5928 [[package]]
5929 name = "redox_syscall"
5930 version = "0.9.0"
5931 source = "registry+https://github.com/rust-lang/crates.io-index"
5932 checksum = "c5102a6aaa05aa011a238e178e6bca86d2cb56fc9f586d37cb80f5bca6e07759"
5933 dependencies = [
5934 "bitflags 2.13.0",
5935 ]
5936
5937 [[package]]
5938 name = "redox_users"
5939 version = "0.4.6"
5940 source = "registry+https://github.com/rust-lang/crates.io-index"
5941 checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
5942 dependencies = [
5943 "getrandom 0.2.17",
5944 "libredox",
5945 "thiserror 1.0.69",
5946 ]
5947
5948 [[package]]
5949 name = "regalloc2"
5950 version = "0.15.1"
5951 source = "registry+https://github.com/rust-lang/crates.io-index"
5952 checksum = "de2c52737737f8609e94f975dee22854a2d5c125772d4b1cf292120f4d45c186"
5953 dependencies = [
5954 "allocator-api2",
5955 "bumpalo",
5956 "hashbrown 0.17.1",
5957 "log",
5958 "rustc-hash 2.1.2",
5959 "smallvec",
5960 ]
5961
5962 [[package]]
5963 name = "regex"
5964 version = "1.12.4"
5965 source = "registry+https://github.com/rust-lang/crates.io-index"
5966 checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
5967 dependencies = [
5968 "aho-corasick",
5969 "memchr",
5970 "regex-automata",
5971 "regex-syntax",
5972 ]
5973
5974 [[package]]
5975 name = "regex-automata"
5976 version = "0.4.14"
5977 source = "registry+https://github.com/rust-lang/crates.io-index"
5978 checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
5979 dependencies = [
5980 "aho-corasick",
5981 "memchr",
5982 "regex-syntax",
5983 ]
5984
5985 [[package]]
5986 name = "regex-lite"
5987 version = "0.1.9"
5988 source = "registry+https://github.com/rust-lang/crates.io-index"
5989 checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
5990
5991 [[package]]
5992 name = "regex-syntax"
5993 version = "0.8.11"
5994 source = "registry+https://github.com/rust-lang/crates.io-index"
5995 checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
5996
5997 [[package]]
5998 name = "reqwest"
5999 version = "0.12.28"
6000 source = "registry+https://github.com/rust-lang/crates.io-index"
6001 checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
6002 dependencies = [
6003 "base64 0.22.1",
6004 "bytes",
6005 "futures-channel",
6006 "futures-core",
6007 "futures-util",
6008 "h2",
6009 "http 1.4.2",
6010 "http-body 1.0.1",
6011 "http-body-util",
6012 "hyper",
6013 "hyper-rustls",
6014 "hyper-util",
6015 "js-sys",
6016 "log",
6017 "percent-encoding",
6018 "pin-project-lite",
6019 "quinn",
6020 "rustls",
6021 "rustls-native-certs 0.8.4",
6022 "rustls-pki-types",
6023 "serde",
6024 "serde_json",
6025 "serde_urlencoded",
6026 "sync_wrapper",
6027 "tokio",
6028 "tokio-rustls",
6029 "tower",
6030 "tower-http 0.6.11",
6031 "tower-service",
6032 "url",
6033 "wasm-bindgen",
6034 "wasm-bindgen-futures",
6035 "web-sys",
6036 "webpki-roots",
6037 ]
6038
6039 [[package]]
6040 name = "reqwest"
6041 version = "0.13.4"
6042 source = "registry+https://github.com/rust-lang/crates.io-index"
6043 checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
6044 dependencies = [
6045 "base64 0.22.1",
6046 "bytes",
6047 "cookie",
6048 "cookie_store",
6049 "encoding_rs",
6050 "futures-core",
6051 "h2",
6052 "http 1.4.2",
6053 "http-body 1.0.1",
6054 "http-body-util",
6055 "hyper",
6056 "hyper-rustls",
6057 "hyper-util",
6058 "js-sys",
6059 "log",
6060 "mime",
6061 "percent-encoding",
6062 "pin-project-lite",
6063 "quinn",
6064 "rustls",
6065 "rustls-pki-types",
6066 "rustls-platform-verifier",
6067 "serde",
6068 "serde_json",
6069 "serde_urlencoded",
6070 "sync_wrapper",
6071 "tokio",
6072 "tokio-rustls",
6073 "tower",
6074 "tower-http 0.6.11",
6075 "tower-service",
6076 "url",
6077 "wasm-bindgen",
6078 "wasm-bindgen-futures",
6079 "web-sys",
6080 ]
6081
6082 [[package]]
6083 name = "rfc6979"
6084 version = "0.4.0"
6085 source = "registry+https://github.com/rust-lang/crates.io-index"
6086 checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
6087 dependencies = [
6088 "hmac 0.12.1",
6089 "subtle",
6090 ]
6091
6092 [[package]]
6093 name = "ring"
6094 version = "0.17.14"
6095 source = "registry+https://github.com/rust-lang/crates.io-index"
6096 checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
6097 dependencies = [
6098 "cc",
6099 "cfg-if",
6100 "getrandom 0.2.17",
6101 "libc",
6102 "untrusted",
6103 "windows-sys 0.52.0",
6104 ]
6105
6106 [[package]]
6107 name = "rmp"
6108 version = "0.8.15"
6109 source = "registry+https://github.com/rust-lang/crates.io-index"
6110 checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c"
6111 dependencies = [
6112 "num-traits",
6113 ]
6114
6115 [[package]]
6116 name = "rmp-serde"
6117 version = "1.3.1"
6118 source = "registry+https://github.com/rust-lang/crates.io-index"
6119 checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155"
6120 dependencies = [
6121 "rmp",
6122 "serde",
6123 ]
6124
6125 [[package]]
6126 name = "rowan"
6127 version = "0.16.1"
6128 source = "registry+https://github.com/rust-lang/crates.io-index"
6129 checksum = "417a3a9f582e349834051b8a10c8d71ca88da4211e4093528e36b9845f6b5f21"
6130 dependencies = [
6131 "countme",
6132 "hashbrown 0.14.5",
6133 "rustc-hash 1.1.0",
6134 "text-size",
6135 ]
6136
6137 [[package]]
6138 name = "roxmltree"
6139 version = "0.21.1"
6140 source = "registry+https://github.com/rust-lang/crates.io-index"
6141 checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
6142 dependencies = [
6143 "memchr",
6144 ]
6145
6146 [[package]]
6147 name = "rsa"
6148 version = "0.9.10"
6149 source = "registry+https://github.com/rust-lang/crates.io-index"
6150 checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
6151 dependencies = [
6152 "const-oid 0.9.6",
6153 "digest 0.10.7",
6154 "num-bigint-dig",
6155 "num-integer",
6156 "num-traits",
6157 "pkcs1",
6158 "pkcs8",
6159 "rand_core 0.6.4",
6160 "signature",
6161 "spki",
6162 "subtle",
6163 "zeroize",
6164 ]
6165
6166 [[package]]
6167 name = "rust-embed"
6168 version = "8.12.0"
6169 source = "registry+https://github.com/rust-lang/crates.io-index"
6170 checksum = "e9e7760e252aaba7b09f4be00e36476cf585bdb68a53552ac954cdf504ab4bc9"
6171 dependencies = [
6172 "rust-embed-impl",
6173 "rust-embed-utils",
6174 "walkdir",
6175 ]
6176
6177 [[package]]
6178 name = "rust-embed-impl"
6179 version = "8.12.0"
6180 source = "registry+https://github.com/rust-lang/crates.io-index"
6181 checksum = "3bcfc4d6f53af43755f7a723e4b6b8794fcce052a178dd8c6c1dadc5f5343097"
6182 dependencies = [
6183 "mime_guess",
6184 "proc-macro2",
6185 "quote",
6186 "rust-embed-utils",
6187 "syn 2.0.118",
6188 "walkdir",
6189 ]
6190
6191 [[package]]
6192 name = "rust-embed-utils"
6193 version = "8.12.0"
6194 source = "registry+https://github.com/rust-lang/crates.io-index"
6195 checksum = "42ffa149f6aa81b58a5b3011d01a857c4ed12c7a732d2c51947a4c7c692185f0"
6196 dependencies = [
6197 "sha2 0.11.0",
6198 "walkdir",
6199 ]
6200
6201 [[package]]
6202 name = "rustc-hash"
6203 version = "1.1.0"
6204 source = "registry+https://github.com/rust-lang/crates.io-index"
6205 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
6206
6207 [[package]]
6208 name = "rustc-hash"
6209 version = "2.1.2"
6210 source = "registry+https://github.com/rust-lang/crates.io-index"
6211 checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
6212
6213 [[package]]
6214 name = "rustc_version"
6215 version = "0.4.1"
6216 source = "registry+https://github.com/rust-lang/crates.io-index"
6217 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
6218 dependencies = [
6219 "semver",
6220 ]
6221
6222 [[package]]
6223 name = "rusticata-macros"
6224 version = "4.1.0"
6225 source = "registry+https://github.com/rust-lang/crates.io-index"
6226 checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
6227 dependencies = [
6228 "nom 7.1.3",
6229 ]
6230
6231 [[package]]
6232 name = "rustix"
6233 version = "0.38.44"
6234 source = "registry+https://github.com/rust-lang/crates.io-index"
6235 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
6236 dependencies = [
6237 "bitflags 2.13.0",
6238 "errno",
6239 "libc",
6240 "linux-raw-sys 0.4.15",
6241 "windows-sys 0.59.0",
6242 ]
6243
6244 [[package]]
6245 name = "rustix"
6246 version = "1.1.4"
6247 source = "registry+https://github.com/rust-lang/crates.io-index"
6248 checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
6249 dependencies = [
6250 "bitflags 2.13.0",
6251 "errno",
6252 "libc",
6253 "linux-raw-sys 0.12.1",
6254 "windows-sys 0.61.2",
6255 ]
6256
6257 [[package]]
6258 name = "rustls"
6259 version = "0.23.41"
6260 source = "registry+https://github.com/rust-lang/crates.io-index"
6261 checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
6262 dependencies = [
6263 "aws-lc-rs",
6264 "once_cell",
6265 "ring",
6266 "rustls-pki-types",
6267 "rustls-webpki",
6268 "subtle",
6269 "zeroize",
6270 ]
6271
6272 [[package]]
6273 name = "rustls-native-certs"
6274 version = "0.7.3"
6275 source = "registry+https://github.com/rust-lang/crates.io-index"
6276 checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
6277 dependencies = [
6278 "openssl-probe 0.1.6",
6279 "rustls-pemfile",
6280 "rustls-pki-types",
6281 "schannel",
6282 "security-framework 2.11.1",
6283 ]
6284
6285 [[package]]
6286 name = "rustls-native-certs"
6287 version = "0.8.4"
6288 source = "registry+https://github.com/rust-lang/crates.io-index"
6289 checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
6290 dependencies = [
6291 "openssl-probe 0.2.1",
6292 "rustls-pki-types",
6293 "schannel",
6294 "security-framework 3.7.0",
6295 ]
6296
6297 [[package]]
6298 name = "rustls-pemfile"
6299 version = "2.2.0"
6300 source = "registry+https://github.com/rust-lang/crates.io-index"
6301 checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
6302 dependencies = [
6303 "rustls-pki-types",
6304 ]
6305
6306 [[package]]
6307 name = "rustls-pki-types"
6308 version = "1.15.0"
6309 source = "registry+https://github.com/rust-lang/crates.io-index"
6310 checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
6311 dependencies = [
6312 "web-time",
6313 "zeroize",
6314 ]
6315
6316 [[package]]
6317 name = "rustls-platform-verifier"
6318 version = "0.7.0"
6319 source = "registry+https://github.com/rust-lang/crates.io-index"
6320 checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
6321 dependencies = [
6322 "core-foundation 0.10.1",
6323 "core-foundation-sys",
6324 "jni",
6325 "log",
6326 "once_cell",
6327 "rustls",
6328 "rustls-native-certs 0.8.4",
6329 "rustls-platform-verifier-android",
6330 "rustls-webpki",
6331 "security-framework 3.7.0",
6332 "security-framework-sys",
6333 "webpki-root-certs",
6334 "windows-sys 0.61.2",
6335 ]
6336
6337 [[package]]
6338 name = "rustls-platform-verifier-android"
6339 version = "0.1.1"
6340 source = "registry+https://github.com/rust-lang/crates.io-index"
6341 checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
6342
6343 [[package]]
6344 name = "rustls-webpki"
6345 version = "0.103.13"
6346 source = "registry+https://github.com/rust-lang/crates.io-index"
6347 checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
6348 dependencies = [
6349 "aws-lc-rs",
6350 "ring",
6351 "rustls-pki-types",
6352 "untrusted",
6353 ]
6354
6355 [[package]]
6356 name = "rustversion"
6357 version = "1.0.22"
6358 source = "registry+https://github.com/rust-lang/crates.io-index"
6359 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
6360
6361 [[package]]
6362 name = "rusty-fork"
6363 version = "0.3.1"
6364 source = "registry+https://github.com/rust-lang/crates.io-index"
6365 checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
6366 dependencies = [
6367 "fnv",
6368 "quick-error",
6369 "tempfile",
6370 "wait-timeout",
6371 ]
6372
6373 [[package]]
6374 name = "ruzstd"
6375 version = "0.7.3"
6376 source = "registry+https://github.com/rust-lang/crates.io-index"
6377 checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f"
6378 dependencies = [
6379 "twox-hash 1.6.3",
6380 ]
6381
6382 [[package]]
6383 name = "ruzstd"
6384 version = "0.8.3"
6385 source = "registry+https://github.com/rust-lang/crates.io-index"
6386 checksum = "a7c1c839d570d835527c9a5e4db7cb2198683a988cb9d7293fc8674e6bd58fc8"
6387 dependencies = [
6388 "twox-hash 2.1.2",
6389 ]
6390
6391 [[package]]
6392 name = "ryu"
6393 version = "1.0.23"
6394 source = "registry+https://github.com/rust-lang/crates.io-index"
6395 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
6396
6397 [[package]]
6398 name = "s3-storage"
6399 version = "0.1.1"
6400 dependencies = [
6401 "aws-config",
6402 "aws-sdk-s3",
6403 "bytes",
6404 "tokio",
6405 "tracing",
6406 ]
6407
6408 [[package]]
6409 name = "same-file"
6410 version = "1.0.6"
6411 source = "registry+https://github.com/rust-lang/crates.io-index"
6412 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
6413 dependencies = [
6414 "winapi-util",
6415 ]
6416
6417 [[package]]
6418 name = "schannel"
6419 version = "0.1.29"
6420 source = "registry+https://github.com/rust-lang/crates.io-index"
6421 checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
6422 dependencies = [
6423 "windows-sys 0.61.2",
6424 ]
6425
6426 [[package]]
6427 name = "scoped-tls"
6428 version = "1.0.1"
6429 source = "registry+https://github.com/rust-lang/crates.io-index"
6430 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
6431
6432 [[package]]
6433 name = "scopeguard"
6434 version = "1.2.0"
6435 source = "registry+https://github.com/rust-lang/crates.io-index"
6436 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
6437
6438 [[package]]
6439 name = "scroll"
6440 version = "0.12.0"
6441 source = "registry+https://github.com/rust-lang/crates.io-index"
6442 checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
6443 dependencies = [
6444 "scroll_derive 0.12.1",
6445 ]
6446
6447 [[package]]
6448 name = "scroll"
6449 version = "0.13.0"
6450 source = "registry+https://github.com/rust-lang/crates.io-index"
6451 checksum = "c1257cd4248b4132760d6524d6dda4e053bc648c9070b960929bf50cfb1e7add"
6452 dependencies = [
6453 "scroll_derive 0.13.1",
6454 ]
6455
6456 [[package]]
6457 name = "scroll_derive"
6458 version = "0.12.1"
6459 source = "registry+https://github.com/rust-lang/crates.io-index"
6460 checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
6461 dependencies = [
6462 "proc-macro2",
6463 "quote",
6464 "syn 2.0.118",
6465 ]
6466
6467 [[package]]
6468 name = "scroll_derive"
6469 version = "0.13.1"
6470 source = "registry+https://github.com/rust-lang/crates.io-index"
6471 checksum = "ed76efe62313ab6610570951494bdaa81568026e0318eaa55f167de70eeea67d"
6472 dependencies = [
6473 "proc-macro2",
6474 "quote",
6475 "syn 2.0.118",
6476 ]
6477
6478 [[package]]
6479 name = "sec1"
6480 version = "0.7.3"
6481 source = "registry+https://github.com/rust-lang/crates.io-index"
6482 checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
6483 dependencies = [
6484 "base16ct",
6485 "der",
6486 "generic-array",
6487 "pkcs8",
6488 "subtle",
6489 "zeroize",
6490 ]
6491
6492 [[package]]
6493 name = "security-framework"
6494 version = "2.11.1"
6495 source = "registry+https://github.com/rust-lang/crates.io-index"
6496 checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
6497 dependencies = [
6498 "bitflags 2.13.0",
6499 "core-foundation 0.9.4",
6500 "core-foundation-sys",
6501 "libc",
6502 "security-framework-sys",
6503 ]
6504
6505 [[package]]
6506 name = "security-framework"
6507 version = "3.7.0"
6508 source = "registry+https://github.com/rust-lang/crates.io-index"
6509 checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
6510 dependencies = [
6511 "bitflags 2.13.0",
6512 "core-foundation 0.10.1",
6513 "core-foundation-sys",
6514 "libc",
6515 "security-framework-sys",
6516 ]
6517
6518 [[package]]
6519 name = "security-framework-sys"
6520 version = "2.17.0"
6521 source = "registry+https://github.com/rust-lang/crates.io-index"
6522 checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
6523 dependencies = [
6524 "core-foundation-sys",
6525 "libc",
6526 ]
6527
6528 [[package]]
6529 name = "semver"
6530 version = "1.0.28"
6531 source = "registry+https://github.com/rust-lang/crates.io-index"
6532 checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
6533
6534 [[package]]
6535 name = "serde"
6536 version = "1.0.228"
6537 source = "registry+https://github.com/rust-lang/crates.io-index"
6538 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
6539 dependencies = [
6540 "serde_core",
6541 "serde_derive",
6542 ]
6543
6544 [[package]]
6545 name = "serde-xml-rs"
6546 version = "0.6.0"
6547 source = "registry+https://github.com/rust-lang/crates.io-index"
6548 checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782"
6549 dependencies = [
6550 "log",
6551 "serde",
6552 "thiserror 1.0.69",
6553 "xml-rs",
6554 ]
6555
6556 [[package]]
6557 name = "serde_bytes"
6558 version = "0.11.19"
6559 source = "registry+https://github.com/rust-lang/crates.io-index"
6560 checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
6561 dependencies = [
6562 "serde",
6563 "serde_core",
6564 ]
6565
6566 [[package]]
6567 name = "serde_cbor_2"
6568 version = "0.13.0"
6569 source = "registry+https://github.com/rust-lang/crates.io-index"
6570 checksum = "34aec2709de9078e077090abd848e967abab63c9fb3fdb5d4799ad359d8d482c"
6571 dependencies = [
6572 "half",
6573 "serde",
6574 ]
6575
6576 [[package]]
6577 name = "serde_core"
6578 version = "1.0.228"
6579 source = "registry+https://github.com/rust-lang/crates.io-index"
6580 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
6581 dependencies = [
6582 "serde_derive",
6583 ]
6584
6585 [[package]]
6586 name = "serde_derive"
6587 version = "1.0.228"
6588 source = "registry+https://github.com/rust-lang/crates.io-index"
6589 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
6590 dependencies = [
6591 "proc-macro2",
6592 "quote",
6593 "syn 2.0.118",
6594 ]
6595
6596 [[package]]
6597 name = "serde_html_form"
6598 version = "0.2.8"
6599 source = "registry+https://github.com/rust-lang/crates.io-index"
6600 checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
6601 dependencies = [
6602 "form_urlencoded",
6603 "indexmap",
6604 "itoa",
6605 "ryu",
6606 "serde_core",
6607 ]
6608
6609 [[package]]
6610 name = "serde_json"
6611 version = "1.0.150"
6612 source = "registry+https://github.com/rust-lang/crates.io-index"
6613 checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
6614 dependencies = [
6615 "indexmap",
6616 "itoa",
6617 "memchr",
6618 "serde",
6619 "serde_core",
6620 "zmij",
6621 ]
6622
6623 [[package]]
6624 name = "serde_path_to_error"
6625 version = "0.1.20"
6626 source = "registry+https://github.com/rust-lang/crates.io-index"
6627 checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
6628 dependencies = [
6629 "itoa",
6630 "serde",
6631 "serde_core",
6632 ]
6633
6634 [[package]]
6635 name = "serde_qs"
6636 version = "1.1.2"
6637 source = "registry+https://github.com/rust-lang/crates.io-index"
6638 checksum = "67d525c8ff68aa99e5818302259bdd02d86d0303710616f39c0f44846ff6d332"
6639 dependencies = [
6640 "itoa",
6641 "percent-encoding",
6642 "ryu",
6643 "serde",
6644 ]
6645
6646 [[package]]
6647 name = "serde_spanned"
6648 version = "0.6.9"
6649 source = "registry+https://github.com/rust-lang/crates.io-index"
6650 checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
6651 dependencies = [
6652 "serde",
6653 ]
6654
6655 [[package]]
6656 name = "serde_spanned"
6657 version = "1.1.1"
6658 source = "registry+https://github.com/rust-lang/crates.io-index"
6659 checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
6660 dependencies = [
6661 "serde_core",
6662 ]
6663
6664 [[package]]
6665 name = "serde_urlencoded"
6666 version = "0.7.1"
6667 source = "registry+https://github.com/rust-lang/crates.io-index"
6668 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
6669 dependencies = [
6670 "form_urlencoded",
6671 "itoa",
6672 "ryu",
6673 "serde",
6674 ]
6675
6676 [[package]]
6677 name = "serde_yaml"
6678 version = "0.9.34+deprecated"
6679 source = "registry+https://github.com/rust-lang/crates.io-index"
6680 checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
6681 dependencies = [
6682 "indexmap",
6683 "itoa",
6684 "ryu",
6685 "serde",
6686 "unsafe-libyaml",
6687 ]
6688
6689 [[package]]
6690 name = "sha1"
6691 version = "0.10.6"
6692 source = "registry+https://github.com/rust-lang/crates.io-index"
6693 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
6694 dependencies = [
6695 "cfg-if",
6696 "cpufeatures 0.2.17",
6697 "digest 0.10.7",
6698 ]
6699
6700 [[package]]
6701 name = "sha1"
6702 version = "0.11.0"
6703 source = "registry+https://github.com/rust-lang/crates.io-index"
6704 checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
6705 dependencies = [
6706 "cfg-if",
6707 "cpufeatures 0.3.0",
6708 "digest 0.11.3",
6709 ]
6710
6711 [[package]]
6712 name = "sha2"
6713 version = "0.10.9"
6714 source = "registry+https://github.com/rust-lang/crates.io-index"
6715 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
6716 dependencies = [
6717 "cfg-if",
6718 "cpufeatures 0.2.17",
6719 "digest 0.10.7",
6720 ]
6721
6722 [[package]]
6723 name = "sha2"
6724 version = "0.11.0"
6725 source = "registry+https://github.com/rust-lang/crates.io-index"
6726 checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
6727 dependencies = [
6728 "cfg-if",
6729 "cpufeatures 0.3.0",
6730 "digest 0.11.3",
6731 ]
6732
6733 [[package]]
6734 name = "sharded-slab"
6735 version = "0.1.7"
6736 source = "registry+https://github.com/rust-lang/crates.io-index"
6737 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
6738 dependencies = [
6739 "lazy_static",
6740 ]
6741
6742 [[package]]
6743 name = "shell-words"
6744 version = "1.1.1"
6745 source = "registry+https://github.com/rust-lang/crates.io-index"
6746 checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
6747
6748 [[package]]
6749 name = "shlex"
6750 version = "2.0.1"
6751 source = "registry+https://github.com/rust-lang/crates.io-index"
6752 checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
6753
6754 [[package]]
6755 name = "signal-hook-registry"
6756 version = "1.4.8"
6757 source = "registry+https://github.com/rust-lang/crates.io-index"
6758 checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
6759 dependencies = [
6760 "errno",
6761 "libc",
6762 ]
6763
6764 [[package]]
6765 name = "signature"
6766 version = "2.2.0"
6767 source = "registry+https://github.com/rust-lang/crates.io-index"
6768 checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
6769 dependencies = [
6770 "digest 0.10.7",
6771 "rand_core 0.6.4",
6772 ]
6773
6774 [[package]]
6775 name = "simd-adler32"
6776 version = "0.3.9"
6777 source = "registry+https://github.com/rust-lang/crates.io-index"
6778 checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
6779
6780 [[package]]
6781 name = "simd_cesu8"
6782 version = "1.1.1"
6783 source = "registry+https://github.com/rust-lang/crates.io-index"
6784 checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
6785 dependencies = [
6786 "rustc_version",
6787 "simdutf8",
6788 ]
6789
6790 [[package]]
6791 name = "simdutf8"
6792 version = "0.1.5"
6793 source = "registry+https://github.com/rust-lang/crates.io-index"
6794 checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
6795
6796 [[package]]
6797 name = "simple-file-manifest"
6798 version = "0.11.0"
6799 source = "registry+https://github.com/rust-lang/crates.io-index"
6800 checksum = "5dd19be0257552dd56d1bb6946f89f193c6e5b9f13cc9327c4bc84a357507c74"
6801
6802 [[package]]
6803 name = "simple_asn1"
6804 version = "0.6.4"
6805 source = "registry+https://github.com/rust-lang/crates.io-index"
6806 checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
6807 dependencies = [
6808 "num-bigint",
6809 "num-traits",
6810 "thiserror 2.0.18",
6811 "time",
6812 ]
6813
6814 [[package]]
6815 name = "siphasher"
6816 version = "1.0.3"
6817 source = "registry+https://github.com/rust-lang/crates.io-index"
6818 checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
6819
6820 [[package]]
6821 name = "sketches-ddsketch"
6822 version = "0.3.1"
6823 source = "registry+https://github.com/rust-lang/crates.io-index"
6824 checksum = "0c6f73aeb92d671e0cc4dca167e59b2deb6387c375391bc99ee743f326994a2b"
6825
6826 [[package]]
6827 name = "slab"
6828 version = "0.4.12"
6829 source = "registry+https://github.com/rust-lang/crates.io-index"
6830 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
6831
6832 [[package]]
6833 name = "smallvec"
6834 version = "1.15.2"
6835 source = "registry+https://github.com/rust-lang/crates.io-index"
6836 checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
6837 dependencies = [
6838 "serde",
6839 ]
6840
6841 [[package]]
6842 name = "smol_str"
6843 version = "0.3.2"
6844 source = "registry+https://github.com/rust-lang/crates.io-index"
6845 checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
6846 dependencies = [
6847 "borsh",
6848 "serde",
6849 ]
6850
6851 [[package]]
6852 name = "snafu"
6853 version = "0.8.9"
6854 source = "registry+https://github.com/rust-lang/crates.io-index"
6855 checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
6856 dependencies = [
6857 "snafu-derive",
6858 ]
6859
6860 [[package]]
6861 name = "snafu-derive"
6862 version = "0.8.9"
6863 source = "registry+https://github.com/rust-lang/crates.io-index"
6864 checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
6865 dependencies = [
6866 "heck",
6867 "proc-macro2",
6868 "quote",
6869 "syn 2.0.118",
6870 ]
6871
6872 [[package]]
6873 name = "socket2"
6874 version = "0.6.4"
6875 source = "registry+https://github.com/rust-lang/crates.io-index"
6876 checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
6877 dependencies = [
6878 "libc",
6879 "windows-sys 0.61.2",
6880 ]
6881
6882 [[package]]
6883 name = "spake2"
6884 version = "0.4.0"
6885 source = "registry+https://github.com/rust-lang/crates.io-index"
6886 checksum = "c5482afe85a0b6ce956c945401598dbc527593c77ba51d0a87a586938b1b893a"
6887 dependencies = [
6888 "curve25519-dalek",
6889 "hkdf",
6890 "rand_core 0.6.4",
6891 "sha2 0.10.9",
6892 ]
6893
6894 [[package]]
6895 name = "spin"
6896 version = "0.9.8"
6897 source = "registry+https://github.com/rust-lang/crates.io-index"
6898 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
6899 dependencies = [
6900 "lock_api",
6901 ]
6902
6903 [[package]]
6904 name = "spin"
6905 version = "0.10.0"
6906 source = "registry+https://github.com/rust-lang/crates.io-index"
6907 checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
6908
6909 [[package]]
6910 name = "spinning_top"
6911 version = "0.3.0"
6912 source = "registry+https://github.com/rust-lang/crates.io-index"
6913 checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
6914 dependencies = [
6915 "lock_api",
6916 ]
6917
6918 [[package]]
6919 name = "spki"
6920 version = "0.7.3"
6921 source = "registry+https://github.com/rust-lang/crates.io-index"
6922 checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
6923 dependencies = [
6924 "base64ct",
6925 "der",
6926 ]
6927
6928 [[package]]
6929 name = "sqlx"
6930 version = "0.8.6"
6931 source = "registry+https://github.com/rust-lang/crates.io-index"
6932 checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
6933 dependencies = [
6934 "sqlx-core",
6935 "sqlx-macros",
6936 "sqlx-mysql",
6937 "sqlx-postgres",
6938 "sqlx-sqlite",
6939 ]
6940
6941 [[package]]
6942 name = "sqlx-core"
6943 version = "0.8.6"
6944 source = "registry+https://github.com/rust-lang/crates.io-index"
6945 checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
6946 dependencies = [
6947 "base64 0.22.1",
6948 "bytes",
6949 "chrono",
6950 "crc",
6951 "crossbeam-queue",
6952 "either",
6953 "event-listener",
6954 "futures-core",
6955 "futures-intrusive",
6956 "futures-io",
6957 "futures-util",
6958 "hashbrown 0.15.5",
6959 "hashlink",
6960 "indexmap",
6961 "log",
6962 "memchr",
6963 "once_cell",
6964 "percent-encoding",
6965 "serde",
6966 "serde_json",
6967 "sha2 0.10.9",
6968 "smallvec",
6969 "thiserror 2.0.18",
6970 "time",
6971 "tokio",
6972 "tokio-stream",
6973 "tracing",
6974 "url",
6975 "uuid",
6976 ]
6977
6978 [[package]]
6979 name = "sqlx-macros"
6980 version = "0.8.6"
6981 source = "registry+https://github.com/rust-lang/crates.io-index"
6982 checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
6983 dependencies = [
6984 "proc-macro2",
6985 "quote",
6986 "sqlx-core",
6987 "sqlx-macros-core",
6988 "syn 2.0.118",
6989 ]
6990
6991 [[package]]
6992 name = "sqlx-macros-core"
6993 version = "0.8.6"
6994 source = "registry+https://github.com/rust-lang/crates.io-index"
6995 checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
6996 dependencies = [
6997 "dotenvy",
6998 "either",
6999 "heck",
7000 "hex",
7001 "once_cell",
7002 "proc-macro2",
7003 "quote",
7004 "serde",
7005 "serde_json",
7006 "sha2 0.10.9",
7007 "sqlx-core",
7008 "sqlx-mysql",
7009 "sqlx-postgres",
7010 "sqlx-sqlite",
7011 "syn 2.0.118",
7012 "tokio",
7013 "url",
7014 ]
7015
7016 [[package]]
7017 name = "sqlx-mysql"
7018 version = "0.8.6"
7019 source = "registry+https://github.com/rust-lang/crates.io-index"
7020 checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
7021 dependencies = [
7022 "atoi",
7023 "base64 0.22.1",
7024 "bitflags 2.13.0",
7025 "byteorder",
7026 "bytes",
7027 "chrono",
7028 "crc",
7029 "digest 0.10.7",
7030 "dotenvy",
7031 "either",
7032 "futures-channel",
7033 "futures-core",
7034 "futures-io",
7035 "futures-util",
7036 "generic-array",
7037 "hex",
7038 "hkdf",
7039 "hmac 0.12.1",
7040 "itoa",
7041 "log",
7042 "md-5 0.10.6",
7043 "memchr",
7044 "once_cell",
7045 "percent-encoding",
7046 "rand 0.8.6",
7047 "rsa",
7048 "serde",
7049 "sha1 0.10.6",
7050 "sha2 0.10.9",
7051 "smallvec",
7052 "sqlx-core",
7053 "stringprep",
7054 "thiserror 2.0.18",
7055 "time",
7056 "tracing",
7057 "uuid",
7058 "whoami",
7059 ]
7060
7061 [[package]]
7062 name = "sqlx-postgres"
7063 version = "0.8.6"
7064 source = "registry+https://github.com/rust-lang/crates.io-index"
7065 checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
7066 dependencies = [
7067 "atoi",
7068 "base64 0.22.1",
7069 "bitflags 2.13.0",
7070 "byteorder",
7071 "chrono",
7072 "crc",
7073 "dotenvy",
7074 "etcetera",
7075 "futures-channel",
7076 "futures-core",
7077 "futures-util",
7078 "hex",
7079 "hkdf",
7080 "hmac 0.12.1",
7081 "home",
7082 "itoa",
7083 "log",
7084 "md-5 0.10.6",
7085 "memchr",
7086 "once_cell",
7087 "rand 0.8.6",
7088 "serde",
7089 "serde_json",
7090 "sha2 0.10.9",
7091 "smallvec",
7092 "sqlx-core",
7093 "stringprep",
7094 "thiserror 2.0.18",
7095 "time",
7096 "tracing",
7097 "uuid",
7098 "whoami",
7099 ]
7100
7101 [[package]]
7102 name = "sqlx-sqlite"
7103 version = "0.8.6"
7104 source = "registry+https://github.com/rust-lang/crates.io-index"
7105 checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
7106 dependencies = [
7107 "atoi",
7108 "chrono",
7109 "flume",
7110 "futures-channel",
7111 "futures-core",
7112 "futures-executor",
7113 "futures-intrusive",
7114 "futures-util",
7115 "libsqlite3-sys",
7116 "log",
7117 "percent-encoding",
7118 "serde",
7119 "serde_urlencoded",
7120 "sqlx-core",
7121 "thiserror 2.0.18",
7122 "time",
7123 "tracing",
7124 "url",
7125 "uuid",
7126 ]
7127
7128 [[package]]
7129 name = "stable_deref_trait"
7130 version = "1.2.1"
7131 source = "registry+https://github.com/rust-lang/crates.io-index"
7132 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
7133
7134 [[package]]
7135 name = "static_assertions"
7136 version = "1.1.0"
7137 source = "registry+https://github.com/rust-lang/crates.io-index"
7138 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
7139
7140 [[package]]
7141 name = "string_cache"
7142 version = "0.9.0"
7143 source = "registry+https://github.com/rust-lang/crates.io-index"
7144 checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
7145 dependencies = [
7146 "new_debug_unreachable",
7147 "parking_lot",
7148 "phf_shared 0.13.1",
7149 "precomputed-hash",
7150 ]
7151
7152 [[package]]
7153 name = "string_cache_codegen"
7154 version = "0.6.1"
7155 source = "registry+https://github.com/rust-lang/crates.io-index"
7156 checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
7157 dependencies = [
7158 "phf_generator 0.13.1",
7159 "phf_shared 0.13.1",
7160 "proc-macro2",
7161 "quote",
7162 ]
7163
7164 [[package]]
7165 name = "stringprep"
7166 version = "0.1.5"
7167 source = "registry+https://github.com/rust-lang/crates.io-index"
7168 checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
7169 dependencies = [
7170 "unicode-bidi",
7171 "unicode-normalization",
7172 "unicode-properties",
7173 ]
7174
7175 [[package]]
7176 name = "strsim"
7177 version = "0.11.1"
7178 source = "registry+https://github.com/rust-lang/crates.io-index"
7179 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
7180
7181 [[package]]
7182 name = "strum_macros"
7183 version = "0.28.0"
7184 source = "registry+https://github.com/rust-lang/crates.io-index"
7185 checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
7186 dependencies = [
7187 "heck",
7188 "proc-macro2",
7189 "quote",
7190 "syn 2.0.118",
7191 ]
7192
7193 [[package]]
7194 name = "subst"
7195 version = "0.1.0"
7196 dependencies = [
7197 "regex-lite",
7198 ]
7199
7200 [[package]]
7201 name = "subtle"
7202 version = "2.6.1"
7203 source = "registry+https://github.com/rust-lang/crates.io-index"
7204 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
7205
7206 [[package]]
7207 name = "syn"
7208 version = "1.0.109"
7209 source = "registry+https://github.com/rust-lang/crates.io-index"
7210 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
7211 dependencies = [
7212 "proc-macro2",
7213 "quote",
7214 "unicode-ident",
7215 ]
7216
7217 [[package]]
7218 name = "syn"
7219 version = "2.0.118"
7220 source = "registry+https://github.com/rust-lang/crates.io-index"
7221 checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
7222 dependencies = [
7223 "proc-macro2",
7224 "quote",
7225 "unicode-ident",
7226 ]
7227
7228 [[package]]
7229 name = "sync_wrapper"
7230 version = "1.0.2"
7231 source = "registry+https://github.com/rust-lang/crates.io-index"
7232 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
7233 dependencies = [
7234 "futures-core",
7235 ]
7236
7237 [[package]]
7238 name = "synstructure"
7239 version = "0.13.2"
7240 source = "registry+https://github.com/rust-lang/crates.io-index"
7241 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
7242 dependencies = [
7243 "proc-macro2",
7244 "quote",
7245 "syn 2.0.118",
7246 ]
7247
7248 [[package]]
7249 name = "syntect"
7250 version = "5.3.0"
7251 source = "registry+https://github.com/rust-lang/crates.io-index"
7252 checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925"
7253 dependencies = [
7254 "bincode 1.3.3",
7255 "fancy-regex",
7256 "flate2",
7257 "fnv",
7258 "once_cell",
7259 "regex-syntax",
7260 "serde",
7261 "serde_derive",
7262 "thiserror 2.0.18",
7263 "walkdir",
7264 ]
7265
7266 [[package]]
7267 name = "system-configuration"
7268 version = "0.7.0"
7269 source = "registry+https://github.com/rust-lang/crates.io-index"
7270 checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
7271 dependencies = [
7272 "bitflags 2.13.0",
7273 "core-foundation 0.9.4",
7274 "system-configuration-sys",
7275 ]
7276
7277 [[package]]
7278 name = "system-configuration-sys"
7279 version = "0.6.0"
7280 source = "registry+https://github.com/rust-lang/crates.io-index"
7281 checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
7282 dependencies = [
7283 "core-foundation-sys",
7284 "libc",
7285 ]
7286
7287 [[package]]
7288 name = "tagtree"
7289 version = "0.4.0"
7290
7291 [[package]]
7292 name = "tap"
7293 version = "1.0.1"
7294 source = "registry+https://github.com/rust-lang/crates.io-index"
7295 checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
7296
7297 [[package]]
7298 name = "target-lexicon"
7299 version = "0.13.5"
7300 source = "registry+https://github.com/rust-lang/crates.io-index"
7301 checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
7302
7303 [[package]]
7304 name = "tempfile"
7305 version = "3.27.0"
7306 source = "registry+https://github.com/rust-lang/crates.io-index"
7307 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
7308 dependencies = [
7309 "fastrand",
7310 "getrandom 0.4.3",
7311 "once_cell",
7312 "rustix 1.1.4",
7313 "windows-sys 0.61.2",
7314 ]
7315
7316 [[package]]
7317 name = "tendril"
7318 version = "0.5.0"
7319 source = "registry+https://github.com/rust-lang/crates.io-index"
7320 checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24"
7321 dependencies = [
7322 "new_debug_unreachable",
7323 "utf-8",
7324 ]
7325
7326 [[package]]
7327 name = "termcolor"
7328 version = "1.4.1"
7329 source = "registry+https://github.com/rust-lang/crates.io-index"
7330 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
7331 dependencies = [
7332 "winapi-util",
7333 ]
7334
7335 [[package]]
7336 name = "text-size"
7337 version = "1.1.1"
7338 source = "registry+https://github.com/rust-lang/crates.io-index"
7339 checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
7340
7341 [[package]]
7342 name = "thiserror"
7343 version = "1.0.69"
7344 source = "registry+https://github.com/rust-lang/crates.io-index"
7345 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
7346 dependencies = [
7347 "thiserror-impl 1.0.69",
7348 ]
7349
7350 [[package]]
7351 name = "thiserror"
7352 version = "2.0.18"
7353 source = "registry+https://github.com/rust-lang/crates.io-index"
7354 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
7355 dependencies = [
7356 "thiserror-impl 2.0.18",
7357 ]
7358
7359 [[package]]
7360 name = "thiserror-impl"
7361 version = "1.0.69"
7362 source = "registry+https://github.com/rust-lang/crates.io-index"
7363 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
7364 dependencies = [
7365 "proc-macro2",
7366 "quote",
7367 "syn 2.0.118",
7368 ]
7369
7370 [[package]]
7371 name = "thiserror-impl"
7372 version = "2.0.18"
7373 source = "registry+https://github.com/rust-lang/crates.io-index"
7374 checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
7375 dependencies = [
7376 "proc-macro2",
7377 "quote",
7378 "syn 2.0.118",
7379 ]
7380
7381 [[package]]
7382 name = "thread_local"
7383 version = "1.1.9"
7384 source = "registry+https://github.com/rust-lang/crates.io-index"
7385 checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
7386 dependencies = [
7387 "cfg-if",
7388 ]
7389
7390 [[package]]
7391 name = "time"
7392 version = "0.3.53"
7393 source = "registry+https://github.com/rust-lang/crates.io-index"
7394 checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50"
7395 dependencies = [
7396 "deranged",
7397 "js-sys",
7398 "num-conv",
7399 "powerfmt",
7400 "serde_core",
7401 "time-core",
7402 "time-macros",
7403 ]
7404
7405 [[package]]
7406 name = "time-core"
7407 version = "0.1.9"
7408 source = "registry+https://github.com/rust-lang/crates.io-index"
7409 checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
7410
7411 [[package]]
7412 name = "time-macros"
7413 version = "0.2.31"
7414 source = "registry+https://github.com/rust-lang/crates.io-index"
7415 checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f"
7416 dependencies = [
7417 "num-conv",
7418 "time-core",
7419 ]
7420
7421 [[package]]
7422 name = "tinystr"
7423 version = "0.8.3"
7424 source = "registry+https://github.com/rust-lang/crates.io-index"
7425 checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
7426 dependencies = [
7427 "displaydoc",
7428 "zerovec",
7429 ]
7430
7431 [[package]]
7432 name = "tinyvec"
7433 version = "1.11.0"
7434 source = "registry+https://github.com/rust-lang/crates.io-index"
7435 checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
7436 dependencies = [
7437 "tinyvec_macros",
7438 ]
7439
7440 [[package]]
7441 name = "tinyvec_macros"
7442 version = "0.1.1"
7443 source = "registry+https://github.com/rust-lang/crates.io-index"
7444 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
7445
7446 [[package]]
7447 name = "tinyzip"
7448 version = "0.4.0"
7449 source = "registry+https://github.com/rust-lang/crates.io-index"
7450 checksum = "6847a2bf223d67c916a25d5fb8d197fc1c7c3205421e05d50f3373e092034146"
7451
7452 [[package]]
7453 name = "tls_codec"
7454 version = "0.4.2"
7455 source = "registry+https://github.com/rust-lang/crates.io-index"
7456 checksum = "0de2e01245e2bb89d6f05801c564fa27624dbd7b1846859876c7dad82e90bf6b"
7457 dependencies = [
7458 "tls_codec_derive",
7459 "zeroize",
7460 ]
7461
7462 [[package]]
7463 name = "tls_codec_derive"
7464 version = "0.4.2"
7465 source = "registry+https://github.com/rust-lang/crates.io-index"
7466 checksum = "2d2e76690929402faae40aebdda620a2c0e25dd6d3b9afe48867dfd95991f4bd"
7467 dependencies = [
7468 "proc-macro2",
7469 "quote",
7470 "syn 2.0.118",
7471 ]
7472
7473 [[package]]
7474 name = "tokio"
7475 version = "1.52.3"
7476 source = "registry+https://github.com/rust-lang/crates.io-index"
7477 checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
7478 dependencies = [
7479 "bytes",
7480 "libc",
7481 "mio",
7482 "pin-project-lite",
7483 "signal-hook-registry",
7484 "socket2",
7485 "tokio-macros",
7486 "windows-sys 0.61.2",
7487 ]
7488
7489 [[package]]
7490 name = "tokio-macros"
7491 version = "2.7.0"
7492 source = "registry+https://github.com/rust-lang/crates.io-index"
7493 checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
7494 dependencies = [
7495 "proc-macro2",
7496 "quote",
7497 "syn 2.0.118",
7498 ]
7499
7500 [[package]]
7501 name = "tokio-native-tls"
7502 version = "0.3.1"
7503 source = "registry+https://github.com/rust-lang/crates.io-index"
7504 checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
7505 dependencies = [
7506 "native-tls",
7507 "tokio",
7508 ]
7509
7510 [[package]]
7511 name = "tokio-rustls"
7512 version = "0.26.4"
7513 source = "registry+https://github.com/rust-lang/crates.io-index"
7514 checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
7515 dependencies = [
7516 "rustls",
7517 "tokio",
7518 ]
7519
7520 [[package]]
7521 name = "tokio-stream"
7522 version = "0.1.18"
7523 source = "registry+https://github.com/rust-lang/crates.io-index"
7524 checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
7525 dependencies = [
7526 "futures-core",
7527 "pin-project-lite",
7528 "tokio",
7529 "tokio-util",
7530 ]
7531
7532 [[package]]
7533 name = "tokio-util"
7534 version = "0.7.18"
7535 source = "registry+https://github.com/rust-lang/crates.io-index"
7536 checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
7537 dependencies = [
7538 "bytes",
7539 "futures-core",
7540 "futures-sink",
7541 "pin-project-lite",
7542 "tokio",
7543 ]
7544
7545 [[package]]
7546 name = "toml"
7547 version = "0.8.23"
7548 source = "registry+https://github.com/rust-lang/crates.io-index"
7549 checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
7550 dependencies = [
7551 "serde",
7552 "serde_spanned 0.6.9",
7553 "toml_datetime 0.6.11",
7554 "toml_edit",
7555 ]
7556
7557 [[package]]
7558 name = "toml"
7559 version = "1.1.3+spec-1.1.0"
7560 source = "registry+https://github.com/rust-lang/crates.io-index"
7561 checksum = "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c"
7562 dependencies = [
7563 "indexmap",
7564 "serde_core",
7565 "serde_spanned 1.1.1",
7566 "toml_datetime 1.1.1+spec-1.1.0",
7567 "toml_parser",
7568 "toml_writer",
7569 "winnow 1.0.4",
7570 ]
7571
7572 [[package]]
7573 name = "toml_datetime"
7574 version = "0.6.11"
7575 source = "registry+https://github.com/rust-lang/crates.io-index"
7576 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
7577 dependencies = [
7578 "serde",
7579 ]
7580
7581 [[package]]
7582 name = "toml_datetime"
7583 version = "1.1.1+spec-1.1.0"
7584 source = "registry+https://github.com/rust-lang/crates.io-index"
7585 checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
7586 dependencies = [
7587 "serde_core",
7588 ]
7589
7590 [[package]]
7591 name = "toml_edit"
7592 version = "0.22.27"
7593 source = "registry+https://github.com/rust-lang/crates.io-index"
7594 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
7595 dependencies = [
7596 "indexmap",
7597 "serde",
7598 "serde_spanned 0.6.9",
7599 "toml_datetime 0.6.11",
7600 "toml_write",
7601 "winnow 0.7.15",
7602 ]
7603
7604 [[package]]
7605 name = "toml_parser"
7606 version = "1.1.2+spec-1.1.0"
7607 source = "registry+https://github.com/rust-lang/crates.io-index"
7608 checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
7609 dependencies = [
7610 "winnow 1.0.4",
7611 ]
7612
7613 [[package]]
7614 name = "toml_write"
7615 version = "0.1.2"
7616 source = "registry+https://github.com/rust-lang/crates.io-index"
7617 checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
7618
7619 [[package]]
7620 name = "toml_writer"
7621 version = "1.1.2+spec-1.1.0"
7622 source = "registry+https://github.com/rust-lang/crates.io-index"
7623 checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
7624
7625 [[package]]
7626 name = "tonic"
7627 version = "0.14.6"
7628 source = "registry+https://github.com/rust-lang/crates.io-index"
7629 checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef"
7630 dependencies = [
7631 "async-trait",
7632 "axum",
7633 "base64 0.22.1",
7634 "bytes",
7635 "h2",
7636 "http 1.4.2",
7637 "http-body 1.0.1",
7638 "http-body-util",
7639 "hyper",
7640 "hyper-timeout",
7641 "hyper-util",
7642 "percent-encoding",
7643 "pin-project",
7644 "socket2",
7645 "sync_wrapper",
7646 "tokio",
7647 "tokio-stream",
7648 "tower",
7649 "tower-layer",
7650 "tower-service",
7651 "tracing",
7652 ]
7653
7654 [[package]]
7655 name = "totp-rs"
7656 version = "5.7.2"
7657 source = "registry+https://github.com/rust-lang/crates.io-index"
7658 checksum = "50e69a15e21b2ff22c415446983978bded3244195f17d59cb113551c1e806f91"
7659 dependencies = [
7660 "base32",
7661 "constant_time_eq 0.3.1",
7662 "hmac 0.12.1",
7663 "qrcodegen-image",
7664 "sha1 0.10.6",
7665 "sha2 0.10.9",
7666 "url",
7667 "urlencoding",
7668 ]
7669
7670 [[package]]
7671 name = "tower"
7672 version = "0.5.3"
7673 source = "registry+https://github.com/rust-lang/crates.io-index"
7674 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
7675 dependencies = [
7676 "futures-core",
7677 "futures-util",
7678 "indexmap",
7679 "pin-project-lite",
7680 "slab",
7681 "sync_wrapper",
7682 "tokio",
7683 "tokio-util",
7684 "tower-layer",
7685 "tower-service",
7686 "tracing",
7687 ]
7688
7689 [[package]]
7690 name = "tower-cookies"
7691 version = "0.11.0"
7692 source = "registry+https://github.com/rust-lang/crates.io-index"
7693 checksum = "151b5a3e3c45df17466454bb74e9ecedecc955269bdedbf4d150dfa393b55a36"
7694 dependencies = [
7695 "axum-core",
7696 "cookie",
7697 "futures-util",
7698 "http 1.4.2",
7699 "parking_lot",
7700 "pin-project-lite",
7701 "tower-layer",
7702 "tower-service",
7703 ]
7704
7705 [[package]]
7706 name = "tower-http"
7707 version = "0.6.11"
7708 source = "registry+https://github.com/rust-lang/crates.io-index"
7709 checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
7710 dependencies = [
7711 "bitflags 2.13.0",
7712 "bytes",
7713 "futures-util",
7714 "http 1.4.2",
7715 "http-body 1.0.1",
7716 "pin-project-lite",
7717 "tower",
7718 "tower-layer",
7719 "tower-service",
7720 "url",
7721 ]
7722
7723 [[package]]
7724 name = "tower-http"
7725 version = "0.7.0"
7726 source = "registry+https://github.com/rust-lang/crates.io-index"
7727 checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
7728 dependencies = [
7729 "bitflags 2.13.0",
7730 "bytes",
7731 "futures-core",
7732 "futures-util",
7733 "http 1.4.2",
7734 "http-body 1.0.1",
7735 "http-body-util",
7736 "http-range-header",
7737 "httpdate",
7738 "mime",
7739 "mime_guess",
7740 "percent-encoding",
7741 "pin-project-lite",
7742 "tokio",
7743 "tokio-util",
7744 "tower-layer",
7745 "tower-service",
7746 "tracing",
7747 "uuid",
7748 ]
7749
7750 [[package]]
7751 name = "tower-layer"
7752 version = "0.3.3"
7753 source = "registry+https://github.com/rust-lang/crates.io-index"
7754 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
7755
7756 [[package]]
7757 name = "tower-service"
7758 version = "0.3.3"
7759 source = "registry+https://github.com/rust-lang/crates.io-index"
7760 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
7761
7762 [[package]]
7763 name = "tower-sessions"
7764 version = "0.14.0"
7765 source = "registry+https://github.com/rust-lang/crates.io-index"
7766 checksum = "43a05911f23e8fae446005fe9b7b97e66d95b6db589dc1c4d59f6a2d4d4927d3"
7767 dependencies = [
7768 "async-trait",
7769 "http 1.4.2",
7770 "time",
7771 "tokio",
7772 "tower-cookies",
7773 "tower-layer",
7774 "tower-service",
7775 "tower-sessions-core",
7776 "tower-sessions-memory-store",
7777 "tracing",
7778 ]
7779
7780 [[package]]
7781 name = "tower-sessions-core"
7782 version = "0.14.0"
7783 source = "registry+https://github.com/rust-lang/crates.io-index"
7784 checksum = "ce8cce604865576b7751b7a6bc3058f754569a60d689328bb74c52b1d87e355b"
7785 dependencies = [
7786 "async-trait",
7787 "axum-core",
7788 "base64 0.22.1",
7789 "futures",
7790 "http 1.4.2",
7791 "parking_lot",
7792 "rand 0.8.6",
7793 "serde",
7794 "serde_json",
7795 "thiserror 2.0.18",
7796 "time",
7797 "tokio",
7798 "tracing",
7799 ]
7800
7801 [[package]]
7802 name = "tower-sessions-memory-store"
7803 version = "0.14.0"
7804 source = "registry+https://github.com/rust-lang/crates.io-index"
7805 checksum = "fb05909f2e1420135a831dd5df9f5596d69196d0a64c3499ca474c4bd3d33242"
7806 dependencies = [
7807 "async-trait",
7808 "time",
7809 "tokio",
7810 "tower-sessions-core",
7811 ]
7812
7813 [[package]]
7814 name = "tower-sessions-sqlx-store"
7815 version = "0.15.0"
7816 source = "registry+https://github.com/rust-lang/crates.io-index"
7817 checksum = "e054622079f57fc1a7d6a6089c9334f963d62028fe21dc9eddd58af9a78480b3"
7818 dependencies = [
7819 "async-trait",
7820 "rmp-serde",
7821 "sqlx",
7822 "thiserror 1.0.69",
7823 "time",
7824 "tower-sessions-core",
7825 ]
7826
7827 [[package]]
7828 name = "tower_governor"
7829 version = "0.8.0"
7830 source = "registry+https://github.com/rust-lang/crates.io-index"
7831 checksum = "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6"
7832 dependencies = [
7833 "axum",
7834 "forwarded-header-value",
7835 "governor",
7836 "http 1.4.2",
7837 "pin-project",
7838 "thiserror 2.0.18",
7839 "tonic",
7840 "tower",
7841 "tracing",
7842 ]
7843
7844 [[package]]
7845 name = "tracing"
7846 version = "0.1.44"
7847 source = "registry+https://github.com/rust-lang/crates.io-index"
7848 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
7849 dependencies = [
7850 "log",
7851 "pin-project-lite",
7852 "tracing-attributes",
7853 "tracing-core",
7854 ]
7855
7856 [[package]]
7857 name = "tracing-attributes"
7858 version = "0.1.31"
7859 source = "registry+https://github.com/rust-lang/crates.io-index"
7860 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
7861 dependencies = [
7862 "proc-macro2",
7863 "quote",
7864 "syn 2.0.118",
7865 ]
7866
7867 [[package]]
7868 name = "tracing-core"
7869 version = "0.1.36"
7870 source = "registry+https://github.com/rust-lang/crates.io-index"
7871 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
7872 dependencies = [
7873 "once_cell",
7874 "valuable",
7875 ]
7876
7877 [[package]]
7878 name = "tracing-log"
7879 version = "0.2.0"
7880 source = "registry+https://github.com/rust-lang/crates.io-index"
7881 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
7882 dependencies = [
7883 "log",
7884 "once_cell",
7885 "tracing-core",
7886 ]
7887
7888 [[package]]
7889 name = "tracing-serde"
7890 version = "0.2.0"
7891 source = "registry+https://github.com/rust-lang/crates.io-index"
7892 checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
7893 dependencies = [
7894 "serde",
7895 "tracing-core",
7896 ]
7897
7898 [[package]]
7899 name = "tracing-subscriber"
7900 version = "0.3.23"
7901 source = "registry+https://github.com/rust-lang/crates.io-index"
7902 checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
7903 dependencies = [
7904 "matchers",
7905 "nu-ansi-term",
7906 "once_cell",
7907 "regex-automata",
7908 "serde",
7909 "serde_json",
7910 "sharded-slab",
7911 "smallvec",
7912 "thread_local",
7913 "tracing",
7914 "tracing-core",
7915 "tracing-log",
7916 "tracing-serde",
7917 ]
7918
7919 [[package]]
7920 name = "try-lock"
7921 version = "0.2.5"
7922 source = "registry+https://github.com/rust-lang/crates.io-index"
7923 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
7924
7925 [[package]]
7926 name = "tungstenite"
7927 version = "0.24.0"
7928 source = "registry+https://github.com/rust-lang/crates.io-index"
7929 checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
7930 dependencies = [
7931 "byteorder",
7932 "bytes",
7933 "data-encoding",
7934 "http 1.4.2",
7935 "httparse",
7936 "log",
7937 "rand 0.8.6",
7938 "rustls",
7939 "rustls-native-certs 0.7.3",
7940 "rustls-pki-types",
7941 "sha1 0.10.6",
7942 "thiserror 1.0.69",
7943 "utf-8",
7944 ]
7945
7946 [[package]]
7947 name = "twox-hash"
7948 version = "1.6.3"
7949 source = "registry+https://github.com/rust-lang/crates.io-index"
7950 checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
7951 dependencies = [
7952 "cfg-if",
7953 "static_assertions",
7954 ]
7955
7956 [[package]]
7957 name = "twox-hash"
7958 version = "2.1.2"
7959 source = "registry+https://github.com/rust-lang/crates.io-index"
7960 checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
7961
7962 [[package]]
7963 name = "typed-path"
7964 version = "0.12.3"
7965 source = "registry+https://github.com/rust-lang/crates.io-index"
7966 checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e"
7967
7968 [[package]]
7969 name = "typenum"
7970 version = "1.20.1"
7971 source = "registry+https://github.com/rust-lang/crates.io-index"
7972 checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
7973
7974 [[package]]
7975 name = "typewit"
7976 version = "1.15.2"
7977 source = "registry+https://github.com/rust-lang/crates.io-index"
7978 checksum = "214ca0b2191785cbc06209b9ca1861e048e39b5ba33574b3cedd58363d5bb5f6"
7979 dependencies = [
7980 "typewit_proc_macros",
7981 ]
7982
7983 [[package]]
7984 name = "typewit_proc_macros"
7985 version = "1.8.1"
7986 source = "registry+https://github.com/rust-lang/crates.io-index"
7987 checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6"
7988
7989 [[package]]
7990 name = "unarray"
7991 version = "0.1.4"
7992 source = "registry+https://github.com/rust-lang/crates.io-index"
7993 checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
7994
7995 [[package]]
7996 name = "uncased"
7997 version = "0.9.10"
7998 source = "registry+https://github.com/rust-lang/crates.io-index"
7999 checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
8000 dependencies = [
8001 "version_check",
8002 ]
8003
8004 [[package]]
8005 name = "unicase"
8006 version = "2.9.0"
8007 source = "registry+https://github.com/rust-lang/crates.io-index"
8008 checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
8009
8010 [[package]]
8011 name = "unicode-bidi"
8012 version = "0.3.18"
8013 source = "registry+https://github.com/rust-lang/crates.io-index"
8014 checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
8015
8016 [[package]]
8017 name = "unicode-ident"
8018 version = "1.0.24"
8019 source = "registry+https://github.com/rust-lang/crates.io-index"
8020 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
8021
8022 [[package]]
8023 name = "unicode-normalization"
8024 version = "0.1.25"
8025 source = "registry+https://github.com/rust-lang/crates.io-index"
8026 checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
8027 dependencies = [
8028 "tinyvec",
8029 ]
8030
8031 [[package]]
8032 name = "unicode-properties"
8033 version = "0.1.4"
8034 source = "registry+https://github.com/rust-lang/crates.io-index"
8035 checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
8036
8037 [[package]]
8038 name = "unicode-segmentation"
8039 version = "1.13.3"
8040 source = "registry+https://github.com/rust-lang/crates.io-index"
8041 checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
8042
8043 [[package]]
8044 name = "unicode-width"
8045 version = "0.2.2"
8046 source = "registry+https://github.com/rust-lang/crates.io-index"
8047 checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
8048
8049 [[package]]
8050 name = "universal-hash"
8051 version = "0.6.1"
8052 source = "registry+https://github.com/rust-lang/crates.io-index"
8053 checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96"
8054 dependencies = [
8055 "crypto-common 0.2.2",
8056 "ctutils",
8057 ]
8058
8059 [[package]]
8060 name = "unsafe-libyaml"
8061 version = "0.2.11"
8062 source = "registry+https://github.com/rust-lang/crates.io-index"
8063 checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
8064
8065 [[package]]
8066 name = "untrusted"
8067 version = "0.9.0"
8068 source = "registry+https://github.com/rust-lang/crates.io-index"
8069 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
8070
8071 [[package]]
8072 name = "unty"
8073 version = "0.0.4"
8074 source = "registry+https://github.com/rust-lang/crates.io-index"
8075 checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
8076
8077 [[package]]
8078 name = "url"
8079 version = "2.5.8"
8080 source = "registry+https://github.com/rust-lang/crates.io-index"
8081 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
8082 dependencies = [
8083 "form_urlencoded",
8084 "idna",
8085 "percent-encoding",
8086 "serde",
8087 "serde_derive",
8088 ]
8089
8090 [[package]]
8091 name = "urlencoding"
8092 version = "2.1.3"
8093 source = "registry+https://github.com/rust-lang/crates.io-index"
8094 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
8095
8096 [[package]]
8097 name = "utf-8"
8098 version = "0.7.6"
8099 source = "registry+https://github.com/rust-lang/crates.io-index"
8100 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
8101
8102 [[package]]
8103 name = "utf8_iter"
8104 version = "1.0.4"
8105 source = "registry+https://github.com/rust-lang/crates.io-index"
8106 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
8107
8108 [[package]]
8109 name = "utf8parse"
8110 version = "0.2.2"
8111 source = "registry+https://github.com/rust-lang/crates.io-index"
8112 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
8113
8114 [[package]]
8115 name = "utoipa"
8116 version = "5.5.0"
8117 source = "registry+https://github.com/rust-lang/crates.io-index"
8118 checksum = "8bde15df68e80b16c7d16b9616e80770ad158988daa56a27dccd1e55558b0160"
8119 dependencies = [
8120 "indexmap",
8121 "serde",
8122 "serde_json",
8123 "utoipa-gen",
8124 ]
8125
8126 [[package]]
8127 name = "utoipa-axum"
8128 version = "0.2.0"
8129 source = "registry+https://github.com/rust-lang/crates.io-index"
8130 checksum = "7c25bae5bccc842449ec0c5ddc5cbb6a3a1eaeac4503895dc105a1138f8234a0"
8131 dependencies = [
8132 "axum",
8133 "paste",
8134 "tower-layer",
8135 "tower-service",
8136 "utoipa",
8137 ]
8138
8139 [[package]]
8140 name = "utoipa-gen"
8141 version = "5.5.0"
8142 source = "registry+https://github.com/rust-lang/crates.io-index"
8143 checksum = "6ba0b99ee52df3028635d93840c797102da61f8a7bb3cf751032455895b52ef8"
8144 dependencies = [
8145 "proc-macro2",
8146 "quote",
8147 "regex",
8148 "syn 2.0.118",
8149 "uuid",
8150 ]
8151
8152 [[package]]
8153 name = "utoipa-swagger-ui"
8154 version = "9.0.2"
8155 source = "registry+https://github.com/rust-lang/crates.io-index"
8156 checksum = "d047458f1b5b65237c2f6dc6db136945667f40a7668627b3490b9513a3d43a55"
8157 dependencies = [
8158 "axum",
8159 "base64 0.22.1",
8160 "mime_guess",
8161 "regex",
8162 "rust-embed",
8163 "serde",
8164 "serde_json",
8165 "url",
8166 "utoipa",
8167 "zip 3.0.0",
8168 ]
8169
8170 [[package]]
8171 name = "uuid"
8172 version = "1.23.4"
8173 source = "registry+https://github.com/rust-lang/crates.io-index"
8174 checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
8175 dependencies = [
8176 "getrandom 0.4.3",
8177 "js-sys",
8178 "serde_core",
8179 "wasm-bindgen",
8180 ]
8181
8182 [[package]]
8183 name = "valuable"
8184 version = "0.1.1"
8185 source = "registry+https://github.com/rust-lang/crates.io-index"
8186 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
8187
8188 [[package]]
8189 name = "vcpkg"
8190 version = "0.2.15"
8191 source = "registry+https://github.com/rust-lang/crates.io-index"
8192 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
8193
8194 [[package]]
8195 name = "version_check"
8196 version = "0.9.5"
8197 source = "registry+https://github.com/rust-lang/crates.io-index"
8198 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
8199
8200 [[package]]
8201 name = "virtue"
8202 version = "0.0.18"
8203 source = "registry+https://github.com/rust-lang/crates.io-index"
8204 checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
8205
8206 [[package]]
8207 name = "vsimd"
8208 version = "0.8.0"
8209 source = "registry+https://github.com/rust-lang/crates.io-index"
8210 checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
8211
8212 [[package]]
8213 name = "wait-timeout"
8214 version = "0.2.1"
8215 source = "registry+https://github.com/rust-lang/crates.io-index"
8216 checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
8217 dependencies = [
8218 "libc",
8219 ]
8220
8221 [[package]]
8222 name = "walkdir"
8223 version = "2.5.0"
8224 source = "registry+https://github.com/rust-lang/crates.io-index"
8225 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
8226 dependencies = [
8227 "same-file",
8228 "winapi-util",
8229 ]
8230
8231 [[package]]
8232 name = "walrus"
8233 version = "0.26.4"
8234 source = "registry+https://github.com/rust-lang/crates.io-index"
8235 checksum = "3bfa49767bb3a9e1afb02aa95bbcbde8d82f2db4ca377afae94d688f14f62378"
8236 dependencies = [
8237 "anyhow",
8238 "gimli 0.32.3",
8239 "id-arena",
8240 "leb128",
8241 "log",
8242 "walrus-macro",
8243 "wasm-encoder",
8244 "wasmparser",
8245 ]
8246
8247 [[package]]
8248 name = "walrus-macro"
8249 version = "0.26.0"
8250 source = "registry+https://github.com/rust-lang/crates.io-index"
8251 checksum = "1a9b0525d7ea6e5f906aca581a172e5c91b4c595290dfa8ad4a2bc9ffef33b44"
8252 dependencies = [
8253 "heck",
8254 "proc-macro2",
8255 "quote",
8256 "syn 2.0.118",
8257 ]
8258
8259 [[package]]
8260 name = "want"
8261 version = "0.3.1"
8262 source = "registry+https://github.com/rust-lang/crates.io-index"
8263 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
8264 dependencies = [
8265 "try-lock",
8266 ]
8267
8268 [[package]]
8269 name = "wasi"
8270 version = "0.11.1+wasi-snapshot-preview1"
8271 source = "registry+https://github.com/rust-lang/crates.io-index"
8272 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
8273
8274 [[package]]
8275 name = "wasip2"
8276 version = "1.0.4+wasi-0.2.12"
8277 source = "registry+https://github.com/rust-lang/crates.io-index"
8278 checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
8279 dependencies = [
8280 "wit-bindgen",
8281 ]
8282
8283 [[package]]
8284 name = "wasite"
8285 version = "0.1.0"
8286 source = "registry+https://github.com/rust-lang/crates.io-index"
8287 checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
8288
8289 [[package]]
8290 name = "wasm-bindgen"
8291 version = "0.2.126"
8292 source = "registry+https://github.com/rust-lang/crates.io-index"
8293 checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
8294 dependencies = [
8295 "cfg-if",
8296 "once_cell",
8297 "rustversion",
8298 "wasm-bindgen-macro",
8299 "wasm-bindgen-shared",
8300 ]
8301
8302 [[package]]
8303 name = "wasm-bindgen-futures"
8304 version = "0.4.76"
8305 source = "registry+https://github.com/rust-lang/crates.io-index"
8306 checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
8307 dependencies = [
8308 "js-sys",
8309 "wasm-bindgen",
8310 ]
8311
8312 [[package]]
8313 name = "wasm-bindgen-macro"
8314 version = "0.2.126"
8315 source = "registry+https://github.com/rust-lang/crates.io-index"
8316 checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
8317 dependencies = [
8318 "quote",
8319 "wasm-bindgen-macro-support",
8320 ]
8321
8322 [[package]]
8323 name = "wasm-bindgen-macro-support"
8324 version = "0.2.126"
8325 source = "registry+https://github.com/rust-lang/crates.io-index"
8326 checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
8327 dependencies = [
8328 "bumpalo",
8329 "proc-macro2",
8330 "quote",
8331 "syn 2.0.118",
8332 "wasm-bindgen-shared",
8333 ]
8334
8335 [[package]]
8336 name = "wasm-bindgen-shared"
8337 version = "0.2.126"
8338 source = "registry+https://github.com/rust-lang/crates.io-index"
8339 checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
8340 dependencies = [
8341 "unicode-ident",
8342 ]
8343
8344 [[package]]
8345 name = "wasm-encoder"
8346 version = "0.245.1"
8347 source = "registry+https://github.com/rust-lang/crates.io-index"
8348 checksum = "3f9dca005e69bf015e45577e415b9af8c67e8ee3c0e38b5b0add5aa92581ed5c"
8349 dependencies = [
8350 "leb128fmt",
8351 "wasmparser",
8352 ]
8353
8354 [[package]]
8355 name = "wasmparser"
8356 version = "0.245.1"
8357 source = "registry+https://github.com/rust-lang/crates.io-index"
8358 checksum = "4f08c9adee0428b7bddf3890fc27e015ac4b761cc608c822667102b8bfd6995e"
8359 dependencies = [
8360 "bitflags 2.13.0",
8361 "hashbrown 0.16.1",
8362 "indexmap",
8363 "semver",
8364 "serde",
8365 ]
8366
8367 [[package]]
8368 name = "wasmprinter"
8369 version = "0.245.1"
8370 source = "registry+https://github.com/rust-lang/crates.io-index"
8371 checksum = "5f41517a3716fbb8ccf46daa9c1325f760fcbff5168e75c7392288e410b91ac8"
8372 dependencies = [
8373 "anyhow",
8374 "termcolor",
8375 "wasmparser",
8376 ]
8377
8378 [[package]]
8379 name = "wasmtime"
8380 version = "43.0.2"
8381 source = "registry+https://github.com/rust-lang/crates.io-index"
8382 checksum = "efb1ed5899dde98357cfdcf647a4614498798719793898245b4b34e663addabf"
8383 dependencies = [
8384 "addr2line",
8385 "async-trait",
8386 "bitflags 2.13.0",
8387 "bumpalo",
8388 "cc",
8389 "cfg-if",
8390 "libc",
8391 "log",
8392 "mach2",
8393 "memfd",
8394 "object 0.38.1",
8395 "once_cell",
8396 "postcard",
8397 "pulley-interpreter",
8398 "rustix 1.1.4",
8399 "serde",
8400 "serde_derive",
8401 "smallvec",
8402 "target-lexicon",
8403 "wasmparser",
8404 "wasmtime-environ",
8405 "wasmtime-internal-core",
8406 "wasmtime-internal-cranelift",
8407 "wasmtime-internal-fiber",
8408 "wasmtime-internal-jit-debug",
8409 "wasmtime-internal-jit-icache-coherence",
8410 "wasmtime-internal-unwinder",
8411 "wasmtime-internal-versioned-export-macros",
8412 "windows-sys 0.61.2",
8413 ]
8414
8415 [[package]]
8416 name = "wasmtime-environ"
8417 version = "43.0.2"
8418 source = "registry+https://github.com/rust-lang/crates.io-index"
8419 checksum = "4172382dcc785c31d0e862c6780a18f5dd437914d22c4691351f965ef751c821"
8420 dependencies = [
8421 "anyhow",
8422 "cranelift-bforest",
8423 "cranelift-bitset",
8424 "cranelift-entity",
8425 "gimli 0.33.0",
8426 "hashbrown 0.16.1",
8427 "indexmap",
8428 "log",
8429 "object 0.38.1",
8430 "postcard",
8431 "serde",
8432 "serde_derive",
8433 "sha2 0.10.9",
8434 "smallvec",
8435 "target-lexicon",
8436 "wasm-encoder",
8437 "wasmparser",
8438 "wasmprinter",
8439 "wasmtime-internal-core",
8440 ]
8441
8442 [[package]]
8443 name = "wasmtime-internal-core"
8444 version = "43.0.2"
8445 source = "registry+https://github.com/rust-lang/crates.io-index"
8446 checksum = "9a3820b174f477d2a7083209d1ad5353fcdb11eaea434b2137b8681029460dd3"
8447 dependencies = [
8448 "hashbrown 0.16.1",
8449 "libm",
8450 "serde",
8451 ]
8452
8453 [[package]]
8454 name = "wasmtime-internal-cranelift"
8455 version = "43.0.2"
8456 source = "registry+https://github.com/rust-lang/crates.io-index"
8457 checksum = "d1679d205caf9766c6aa309d45bb3e7c634d7725e3164404df33824b9f7c4fb7"
8458 dependencies = [
8459 "cfg-if",
8460 "cranelift-codegen",
8461 "cranelift-control",
8462 "cranelift-entity",
8463 "cranelift-frontend",
8464 "cranelift-native",
8465 "gimli 0.33.0",
8466 "itertools 0.14.0",
8467 "log",
8468 "object 0.38.1",
8469 "pulley-interpreter",
8470 "smallvec",
8471 "target-lexicon",
8472 "thiserror 2.0.18",
8473 "wasmparser",
8474 "wasmtime-environ",
8475 "wasmtime-internal-core",
8476 "wasmtime-internal-unwinder",
8477 "wasmtime-internal-versioned-export-macros",
8478 ]
8479
8480 [[package]]
8481 name = "wasmtime-internal-fiber"
8482 version = "43.0.2"
8483 source = "registry+https://github.com/rust-lang/crates.io-index"
8484 checksum = "f1e505254058be5b0df458d670ee42d9eafe2349d04c1296e9dc01071dc20a85"
8485 dependencies = [
8486 "cc",
8487 "cfg-if",
8488 "libc",
8489 "rustix 1.1.4",
8490 "wasmtime-environ",
8491 "wasmtime-internal-versioned-export-macros",
8492 "windows-sys 0.61.2",
8493 ]
8494
8495 [[package]]
8496 name = "wasmtime-internal-jit-debug"
8497 version = "43.0.2"
8498 source = "registry+https://github.com/rust-lang/crates.io-index"
8499 checksum = "1c2e05b345f1773e59c20e6ad7298fd6857cdea245023d88bb659c96d8f0ea72"
8500 dependencies = [
8501 "cc",
8502 "wasmtime-internal-versioned-export-macros",
8503 ]
8504
8505 [[package]]
8506 name = "wasmtime-internal-jit-icache-coherence"
8507 version = "43.0.2"
8508 source = "registry+https://github.com/rust-lang/crates.io-index"
8509 checksum = "b86701b234a4643e3f111869aa792b3a05a06e02d486ee9cb6c04dae16b52dab"
8510 dependencies = [
8511 "cfg-if",
8512 "libc",
8513 "wasmtime-internal-core",
8514 "windows-sys 0.61.2",
8515 ]
8516
8517 [[package]]
8518 name = "wasmtime-internal-unwinder"
8519 version = "43.0.2"
8520 source = "registry+https://github.com/rust-lang/crates.io-index"
8521 checksum = "f63558d801beb83dde9b336eb4ae049019aee26627926edb32cd119d7e4c83cd"
8522 dependencies = [
8523 "cfg-if",
8524 "cranelift-codegen",
8525 "log",
8526 "object 0.38.1",
8527 "wasmtime-environ",
8528 ]
8529
8530 [[package]]
8531 name = "wasmtime-internal-versioned-export-macros"
8532 version = "43.0.2"
8533 source = "registry+https://github.com/rust-lang/crates.io-index"
8534 checksum = "737c4d956fc3a848541a064afb683dd2771132a6b125be5baaf95c4379aa47df"
8535 dependencies = [
8536 "proc-macro2",
8537 "quote",
8538 "syn 2.0.118",
8539 ]
8540
8541 [[package]]
8542 name = "web-sys"
8543 version = "0.3.103"
8544 source = "registry+https://github.com/rust-lang/crates.io-index"
8545 checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
8546 dependencies = [
8547 "js-sys",
8548 "wasm-bindgen",
8549 ]
8550
8551 [[package]]
8552 name = "web-time"
8553 version = "1.1.0"
8554 source = "registry+https://github.com/rust-lang/crates.io-index"
8555 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
8556 dependencies = [
8557 "js-sys",
8558 "wasm-bindgen",
8559 ]
8560
8561 [[package]]
8562 name = "web_atoms"
8563 version = "0.2.5"
8564 source = "registry+https://github.com/rust-lang/crates.io-index"
8565 checksum = "075474b12bcb3d2e3d4546580e9de478eeeead668a1761e2a8860c836b7ef297"
8566 dependencies = [
8567 "phf 0.13.1",
8568 "phf_codegen 0.13.1",
8569 "string_cache",
8570 "string_cache_codegen",
8571 ]
8572
8573 [[package]]
8574 name = "webauthn-attestation-ca"
8575 version = "0.5.5"
8576 source = "registry+https://github.com/rust-lang/crates.io-index"
8577 checksum = "6475c0bbd1a3f04afaa3e98880408c5be61680c5e6bd3c6f8c250990d5d3e18e"
8578 dependencies = [
8579 "base64urlsafedata",
8580 "openssl",
8581 "openssl-sys",
8582 "serde",
8583 "tracing",
8584 "uuid",
8585 ]
8586
8587 [[package]]
8588 name = "webauthn-authenticator-rs"
8589 version = "0.5.5"
8590 source = "registry+https://github.com/rust-lang/crates.io-index"
8591 checksum = "779e9c80ff248c7e12ea967f909249101f6e86f70fccd742d4b66c490c1710b4"
8592 dependencies = [
8593 "async-stream",
8594 "async-trait",
8595 "base64 0.21.7",
8596 "base64urlsafedata",
8597 "bitflags 1.3.2",
8598 "futures",
8599 "hex",
8600 "nom 7.1.3",
8601 "num-derive",
8602 "num-traits",
8603 "openssl",
8604 "openssl-sys",
8605 "serde",
8606 "serde_bytes",
8607 "serde_cbor_2",
8608 "serde_json",
8609 "thiserror 1.0.69",
8610 "tokio",
8611 "tokio-stream",
8612 "tracing",
8613 "unicode-normalization",
8614 "url",
8615 "uuid",
8616 "webauthn-rs-core",
8617 "webauthn-rs-proto",
8618 ]
8619
8620 [[package]]
8621 name = "webauthn-rs"
8622 version = "0.5.5"
8623 source = "registry+https://github.com/rust-lang/crates.io-index"
8624 checksum = "6c548915e0e92ee946bbf2aecf01ea21bef53d974b0793cc6732ba81a03fc422"
8625 dependencies = [
8626 "base64urlsafedata",
8627 "serde",
8628 "tracing",
8629 "url",
8630 "uuid",
8631 "webauthn-rs-core",
8632 ]
8633
8634 [[package]]
8635 name = "webauthn-rs-core"
8636 version = "0.5.5"
8637 source = "registry+https://github.com/rust-lang/crates.io-index"
8638 checksum = "296d2d501feb715d80b8e186fb88bab1073bca17f460303a1013d17b673bea6a"
8639 dependencies = [
8640 "base64 0.21.7",
8641 "base64urlsafedata",
8642 "der-parser 9.0.0",
8643 "hex",
8644 "nom 7.1.3",
8645 "openssl",
8646 "openssl-sys",
8647 "rand 0.9.4",
8648 "rand_chacha 0.9.0",
8649 "serde",
8650 "serde_cbor_2",
8651 "serde_json",
8652 "thiserror 1.0.69",
8653 "tracing",
8654 "url",
8655 "uuid",
8656 "webauthn-attestation-ca",
8657 "webauthn-rs-proto",
8658 "x509-parser 0.16.0",
8659 ]
8660
8661 [[package]]
8662 name = "webauthn-rs-proto"
8663 version = "0.5.5"
8664 source = "registry+https://github.com/rust-lang/crates.io-index"
8665 checksum = "c37393beac9c1ed1ca6dbb30b1e01783fb316ab3a45d90ecd48c99052dd7ef1e"
8666 dependencies = [
8667 "base64 0.21.7",
8668 "base64urlsafedata",
8669 "serde",
8670 "serde_json",
8671 "url",
8672 ]
8673
8674 [[package]]
8675 name = "webpki-root-certs"
8676 version = "1.0.9"
8677 source = "registry+https://github.com/rust-lang/crates.io-index"
8678 checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
8679 dependencies = [
8680 "rustls-pki-types",
8681 ]
8682
8683 [[package]]
8684 name = "webpki-roots"
8685 version = "1.0.8"
8686 source = "registry+https://github.com/rust-lang/crates.io-index"
8687 checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
8688 dependencies = [
8689 "rustls-pki-types",
8690 ]
8691
8692 [[package]]
8693 name = "which"
8694 version = "4.4.2"
8695 source = "registry+https://github.com/rust-lang/crates.io-index"
8696 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
8697 dependencies = [
8698 "either",
8699 "home",
8700 "once_cell",
8701 "rustix 0.38.44",
8702 ]
8703
8704 [[package]]
8705 name = "whoami"
8706 version = "1.6.1"
8707 source = "registry+https://github.com/rust-lang/crates.io-index"
8708 checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
8709 dependencies = [
8710 "libredox",
8711 "wasite",
8712 ]
8713
8714 [[package]]
8715 name = "widestring"
8716 version = "1.2.1"
8717 source = "registry+https://github.com/rust-lang/crates.io-index"
8718 checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
8719
8720 [[package]]
8721 name = "winapi"
8722 version = "0.3.9"
8723 source = "registry+https://github.com/rust-lang/crates.io-index"
8724 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
8725 dependencies = [
8726 "winapi-i686-pc-windows-gnu",
8727 "winapi-x86_64-pc-windows-gnu",
8728 ]
8729
8730 [[package]]
8731 name = "winapi-i686-pc-windows-gnu"
8732 version = "0.4.0"
8733 source = "registry+https://github.com/rust-lang/crates.io-index"
8734 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8735
8736 [[package]]
8737 name = "winapi-util"
8738 version = "0.1.11"
8739 source = "registry+https://github.com/rust-lang/crates.io-index"
8740 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
8741 dependencies = [
8742 "windows-sys 0.61.2",
8743 ]
8744
8745 [[package]]
8746 name = "winapi-x86_64-pc-windows-gnu"
8747 version = "0.4.0"
8748 source = "registry+https://github.com/rust-lang/crates.io-index"
8749 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8750
8751 [[package]]
8752 name = "windows-core"
8753 version = "0.62.2"
8754 source = "registry+https://github.com/rust-lang/crates.io-index"
8755 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
8756 dependencies = [
8757 "windows-implement",
8758 "windows-interface",
8759 "windows-link",
8760 "windows-result",
8761 "windows-strings",
8762 ]
8763
8764 [[package]]
8765 name = "windows-implement"
8766 version = "0.60.2"
8767 source = "registry+https://github.com/rust-lang/crates.io-index"
8768 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
8769 dependencies = [
8770 "proc-macro2",
8771 "quote",
8772 "syn 2.0.118",
8773 ]
8774
8775 [[package]]
8776 name = "windows-interface"
8777 version = "0.59.3"
8778 source = "registry+https://github.com/rust-lang/crates.io-index"
8779 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
8780 dependencies = [
8781 "proc-macro2",
8782 "quote",
8783 "syn 2.0.118",
8784 ]
8785
8786 [[package]]
8787 name = "windows-link"
8788 version = "0.2.1"
8789 source = "registry+https://github.com/rust-lang/crates.io-index"
8790 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
8791
8792 [[package]]
8793 name = "windows-registry"
8794 version = "0.6.1"
8795 source = "registry+https://github.com/rust-lang/crates.io-index"
8796 checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
8797 dependencies = [
8798 "windows-link",
8799 "windows-result",
8800 "windows-strings",
8801 ]
8802
8803 [[package]]
8804 name = "windows-result"
8805 version = "0.4.1"
8806 source = "registry+https://github.com/rust-lang/crates.io-index"
8807 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
8808 dependencies = [
8809 "windows-link",
8810 ]
8811
8812 [[package]]
8813 name = "windows-strings"
8814 version = "0.5.1"
8815 source = "registry+https://github.com/rust-lang/crates.io-index"
8816 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
8817 dependencies = [
8818 "windows-link",
8819 ]
8820
8821 [[package]]
8822 name = "windows-sys"
8823 version = "0.48.0"
8824 source = "registry+https://github.com/rust-lang/crates.io-index"
8825 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
8826 dependencies = [
8827 "windows-targets 0.48.5",
8828 ]
8829
8830 [[package]]
8831 name = "windows-sys"
8832 version = "0.52.0"
8833 source = "registry+https://github.com/rust-lang/crates.io-index"
8834 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
8835 dependencies = [
8836 "windows-targets 0.52.6",
8837 ]
8838
8839 [[package]]
8840 name = "windows-sys"
8841 version = "0.59.0"
8842 source = "registry+https://github.com/rust-lang/crates.io-index"
8843 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
8844 dependencies = [
8845 "windows-targets 0.52.6",
8846 ]
8847
8848 [[package]]
8849 name = "windows-sys"
8850 version = "0.60.2"
8851 source = "registry+https://github.com/rust-lang/crates.io-index"
8852 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
8853 dependencies = [
8854 "windows-targets 0.53.5",
8855 ]
8856
8857 [[package]]
8858 name = "windows-sys"
8859 version = "0.61.2"
8860 source = "registry+https://github.com/rust-lang/crates.io-index"
8861 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
8862 dependencies = [
8863 "windows-link",
8864 ]
8865
8866 [[package]]
8867 name = "windows-targets"
8868 version = "0.48.5"
8869 source = "registry+https://github.com/rust-lang/crates.io-index"
8870 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
8871 dependencies = [
8872 "windows_aarch64_gnullvm 0.48.5",
8873 "windows_aarch64_msvc 0.48.5",
8874 "windows_i686_gnu 0.48.5",
8875 "windows_i686_msvc 0.48.5",
8876 "windows_x86_64_gnu 0.48.5",
8877 "windows_x86_64_gnullvm 0.48.5",
8878 "windows_x86_64_msvc 0.48.5",
8879 ]
8880
8881 [[package]]
8882 name = "windows-targets"
8883 version = "0.52.6"
8884 source = "registry+https://github.com/rust-lang/crates.io-index"
8885 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
8886 dependencies = [
8887 "windows_aarch64_gnullvm 0.52.6",
8888 "windows_aarch64_msvc 0.52.6",
8889 "windows_i686_gnu 0.52.6",
8890 "windows_i686_gnullvm 0.52.6",
8891 "windows_i686_msvc 0.52.6",
8892 "windows_x86_64_gnu 0.52.6",
8893 "windows_x86_64_gnullvm 0.52.6",
8894 "windows_x86_64_msvc 0.52.6",
8895 ]
8896
8897 [[package]]
8898 name = "windows-targets"
8899 version = "0.53.5"
8900 source = "registry+https://github.com/rust-lang/crates.io-index"
8901 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
8902 dependencies = [
8903 "windows-link",
8904 "windows_aarch64_gnullvm 0.53.1",
8905 "windows_aarch64_msvc 0.53.1",
8906 "windows_i686_gnu 0.53.1",
8907 "windows_i686_gnullvm 0.53.1",
8908 "windows_i686_msvc 0.53.1",
8909 "windows_x86_64_gnu 0.53.1",
8910 "windows_x86_64_gnullvm 0.53.1",
8911 "windows_x86_64_msvc 0.53.1",
8912 ]
8913
8914 [[package]]
8915 name = "windows_aarch64_gnullvm"
8916 version = "0.48.5"
8917 source = "registry+https://github.com/rust-lang/crates.io-index"
8918 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
8919
8920 [[package]]
8921 name = "windows_aarch64_gnullvm"
8922 version = "0.52.6"
8923 source = "registry+https://github.com/rust-lang/crates.io-index"
8924 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
8925
8926 [[package]]
8927 name = "windows_aarch64_gnullvm"
8928 version = "0.53.1"
8929 source = "registry+https://github.com/rust-lang/crates.io-index"
8930 checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
8931
8932 [[package]]
8933 name = "windows_aarch64_msvc"
8934 version = "0.48.5"
8935 source = "registry+https://github.com/rust-lang/crates.io-index"
8936 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
8937
8938 [[package]]
8939 name = "windows_aarch64_msvc"
8940 version = "0.52.6"
8941 source = "registry+https://github.com/rust-lang/crates.io-index"
8942 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
8943
8944 [[package]]
8945 name = "windows_aarch64_msvc"
8946 version = "0.53.1"
8947 source = "registry+https://github.com/rust-lang/crates.io-index"
8948 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
8949
8950 [[package]]
8951 name = "windows_i686_gnu"
8952 version = "0.48.5"
8953 source = "registry+https://github.com/rust-lang/crates.io-index"
8954 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
8955
8956 [[package]]
8957 name = "windows_i686_gnu"
8958 version = "0.52.6"
8959 source = "registry+https://github.com/rust-lang/crates.io-index"
8960 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
8961
8962 [[package]]
8963 name = "windows_i686_gnu"
8964 version = "0.53.1"
8965 source = "registry+https://github.com/rust-lang/crates.io-index"
8966 checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
8967
8968 [[package]]
8969 name = "windows_i686_gnullvm"
8970 version = "0.52.6"
8971 source = "registry+https://github.com/rust-lang/crates.io-index"
8972 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
8973
8974 [[package]]
8975 name = "windows_i686_gnullvm"
8976 version = "0.53.1"
8977 source = "registry+https://github.com/rust-lang/crates.io-index"
8978 checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
8979
8980 [[package]]
8981 name = "windows_i686_msvc"
8982 version = "0.48.5"
8983 source = "registry+https://github.com/rust-lang/crates.io-index"
8984 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
8985
8986 [[package]]
8987 name = "windows_i686_msvc"
8988 version = "0.52.6"
8989 source = "registry+https://github.com/rust-lang/crates.io-index"
8990 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
8991
8992 [[package]]
8993 name = "windows_i686_msvc"
8994 version = "0.53.1"
8995 source = "registry+https://github.com/rust-lang/crates.io-index"
8996 checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
8997
8998 [[package]]
8999 name = "windows_x86_64_gnu"
9000 version = "0.48.5"
9001 source = "registry+https://github.com/rust-lang/crates.io-index"
9002 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
9003
9004 [[package]]
9005 name = "windows_x86_64_gnu"
9006 version = "0.52.6"
9007 source = "registry+https://github.com/rust-lang/crates.io-index"
9008 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
9009
9010 [[package]]
9011 name = "windows_x86_64_gnu"
9012 version = "0.53.1"
9013 source = "registry+https://github.com/rust-lang/crates.io-index"
9014 checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
9015
9016 [[package]]
9017 name = "windows_x86_64_gnullvm"
9018 version = "0.48.5"
9019 source = "registry+https://github.com/rust-lang/crates.io-index"
9020 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
9021
9022 [[package]]
9023 name = "windows_x86_64_gnullvm"
9024 version = "0.52.6"
9025 source = "registry+https://github.com/rust-lang/crates.io-index"
9026 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
9027
9028 [[package]]
9029 name = "windows_x86_64_gnullvm"
9030 version = "0.53.1"
9031 source = "registry+https://github.com/rust-lang/crates.io-index"
9032 checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
9033
9034 [[package]]
9035 name = "windows_x86_64_msvc"
9036 version = "0.48.5"
9037 source = "registry+https://github.com/rust-lang/crates.io-index"
9038 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
9039
9040 [[package]]
9041 name = "windows_x86_64_msvc"
9042 version = "0.52.6"
9043 source = "registry+https://github.com/rust-lang/crates.io-index"
9044 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
9045
9046 [[package]]
9047 name = "windows_x86_64_msvc"
9048 version = "0.53.1"
9049 source = "registry+https://github.com/rust-lang/crates.io-index"
9050 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
9051
9052 [[package]]
9053 name = "winnow"
9054 version = "0.7.15"
9055 source = "registry+https://github.com/rust-lang/crates.io-index"
9056 checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
9057 dependencies = [
9058 "memchr",
9059 ]
9060
9061 [[package]]
9062 name = "winnow"
9063 version = "1.0.4"
9064 source = "registry+https://github.com/rust-lang/crates.io-index"
9065 checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
9066 dependencies = [
9067 "memchr",
9068 ]
9069
9070 [[package]]
9071 name = "wiremock"
9072 version = "0.6.5"
9073 source = "registry+https://github.com/rust-lang/crates.io-index"
9074 checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
9075 dependencies = [
9076 "assert-json-diff",
9077 "base64 0.22.1",
9078 "deadpool",
9079 "futures",
9080 "http 1.4.2",
9081 "http-body-util",
9082 "hyper",
9083 "hyper-util",
9084 "log",
9085 "once_cell",
9086 "regex",
9087 "serde",
9088 "serde_json",
9089 "tokio",
9090 "url",
9091 ]
9092
9093 [[package]]
9094 name = "wit-bindgen"
9095 version = "0.57.1"
9096 source = "registry+https://github.com/rust-lang/crates.io-index"
9097 checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
9098
9099 [[package]]
9100 name = "writeable"
9101 version = "0.6.3"
9102 source = "registry+https://github.com/rust-lang/crates.io-index"
9103 checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
9104
9105 [[package]]
9106 name = "wyz"
9107 version = "0.5.1"
9108 source = "registry+https://github.com/rust-lang/crates.io-index"
9109 checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
9110 dependencies = [
9111 "tap",
9112 ]
9113
9114 [[package]]
9115 name = "x509"
9116 version = "0.2.0"
9117 source = "registry+https://github.com/rust-lang/crates.io-index"
9118 checksum = "ca3cec94c3999f31341553f358ef55f65fc031291a022cd42ec0ce7219560c76"
9119 dependencies = [
9120 "chrono",
9121 "cookie-factory",
9122 ]
9123
9124 [[package]]
9125 name = "x509-cert"
9126 version = "0.2.5"
9127 source = "registry+https://github.com/rust-lang/crates.io-index"
9128 checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94"
9129 dependencies = [
9130 "const-oid 0.9.6",
9131 "der",
9132 "spki",
9133 "tls_codec",
9134 ]
9135
9136 [[package]]
9137 name = "x509-certificate"
9138 version = "0.24.0"
9139 source = "registry+https://github.com/rust-lang/crates.io-index"
9140 checksum = "e57b9f8bcae7c1f36479821ae826d75050c60ce55146fd86d3553ed2573e2762"
9141 dependencies = [
9142 "bcder",
9143 "bytes",
9144 "chrono",
9145 "der",
9146 "hex",
9147 "pem",
9148 "ring",
9149 "signature",
9150 "spki",
9151 "thiserror 1.0.69",
9152 "zeroize",
9153 ]
9154
9155 [[package]]
9156 name = "x509-parser"
9157 version = "0.16.0"
9158 source = "registry+https://github.com/rust-lang/crates.io-index"
9159 checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
9160 dependencies = [
9161 "asn1-rs 0.6.2",
9162 "data-encoding",
9163 "der-parser 9.0.0",
9164 "lazy_static",
9165 "nom 7.1.3",
9166 "oid-registry 0.7.1",
9167 "rusticata-macros",
9168 "thiserror 1.0.69",
9169 "time",
9170 ]
9171
9172 [[package]]
9173 name = "x509-parser"
9174 version = "0.18.1"
9175 source = "registry+https://github.com/rust-lang/crates.io-index"
9176 checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
9177 dependencies = [
9178 "asn1-rs 0.7.2",
9179 "data-encoding",
9180 "der-parser 10.0.0",
9181 "lazy_static",
9182 "nom 7.1.3",
9183 "oid-registry 0.8.1",
9184 "rusticata-macros",
9185 "thiserror 2.0.18",
9186 "time",
9187 ]
9188
9189 [[package]]
9190 name = "xml-rs"
9191 version = "0.8.28"
9192 source = "registry+https://github.com/rust-lang/crates.io-index"
9193 checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
9194
9195 [[package]]
9196 name = "xmlparser"
9197 version = "0.13.6"
9198 source = "registry+https://github.com/rust-lang/crates.io-index"
9199 checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
9200
9201 [[package]]
9202 name = "xz2"
9203 version = "0.1.7"
9204 source = "registry+https://github.com/rust-lang/crates.io-index"
9205 checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
9206 dependencies = [
9207 "lzma-sys",
9208 ]
9209
9210 [[package]]
9211 name = "yansi"
9212 version = "1.0.1"
9213 source = "registry+https://github.com/rust-lang/crates.io-index"
9214 checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
9215
9216 [[package]]
9217 name = "yara-x"
9218 version = "1.19.0"
9219 source = "registry+https://github.com/rust-lang/crates.io-index"
9220 checksum = "dd44924487d4d3d0bc42683fbfa35036406483f7fc455d820fff8f2f6b3507bd"
9221 dependencies = [
9222 "annotate-snippets",
9223 "anyhow",
9224 "base64 0.22.1",
9225 "bincode 2.0.1",
9226 "bitflags 2.13.0",
9227 "bitvec",
9228 "bstr",
9229 "const-oid 0.9.6",
9230 "crc32fast",
9231 "daachorse",
9232 "der-parser 10.0.0",
9233 "digest 0.10.7",
9234 "dsa",
9235 "ecdsa",
9236 "flate2",
9237 "getrandom 0.2.17",
9238 "globwalk",
9239 "hex",
9240 "indexmap",
9241 "intaglio",
9242 "inventory",
9243 "ipnet",
9244 "itertools 0.14.0",
9245 "js-sys",
9246 "md-5 0.10.6",
9247 "md2",
9248 "memchr",
9249 "memmap2",
9250 "nom 8.0.0",
9251 "num-derive",
9252 "num-traits",
9253 "p256",
9254 "p384",
9255 "protobuf",
9256 "protobuf-codegen",
9257 "protobuf-parse",
9258 "psl",
9259 "regex",
9260 "regex-automata",
9261 "regex-syntax",
9262 "roxmltree",
9263 "rsa",
9264 "rustc-hash 2.1.2",
9265 "serde",
9266 "serde_json",
9267 "sha1 0.10.6",
9268 "sha2 0.10.9",
9269 "simd-adler32",
9270 "simd_cesu8",
9271 "smallvec",
9272 "strum_macros",
9273 "thiserror 2.0.18",
9274 "tinyzip",
9275 "uuid",
9276 "walrus",
9277 "wasm-bindgen",
9278 "wasmtime",
9279 "x509-parser 0.18.1",
9280 "yara-x-macros",
9281 "yara-x-parser",
9282 "yara-x-proto",
9283 "zip 8.6.0",
9284 ]
9285
9286 [[package]]
9287 name = "yara-x-macros"
9288 version = "1.19.0"
9289 source = "registry+https://github.com/rust-lang/crates.io-index"
9290 checksum = "c77caafb677e73e130c13425863c49828c2206c29e8da6aa8fb08b89b3594bef"
9291 dependencies = [
9292 "darling",
9293 "proc-macro2",
9294 "quote",
9295 "syn 2.0.118",
9296 ]
9297
9298 [[package]]
9299 name = "yara-x-parser"
9300 version = "1.19.0"
9301 source = "registry+https://github.com/rust-lang/crates.io-index"
9302 checksum = "c5564d72253142774903eafc8f4c92bebef40d65c176a11d351258e80cc8a1c7"
9303 dependencies = [
9304 "ascii_tree",
9305 "bitflags 2.13.0",
9306 "bstr",
9307 "indexmap",
9308 "itertools 0.14.0",
9309 "logos",
9310 "num-traits",
9311 "rowan",
9312 "rustc-hash 2.1.2",
9313 "serde",
9314 ]
9315
9316 [[package]]
9317 name = "yara-x-proto"
9318 version = "1.19.0"
9319 source = "registry+https://github.com/rust-lang/crates.io-index"
9320 checksum = "01022f120b79da81aa097fa77d281b5edeebbdfef715b239e569abebe04a241d"
9321 dependencies = [
9322 "base64 0.22.1",
9323 "chrono",
9324 "itertools 0.14.0",
9325 "protobuf",
9326 "protobuf-codegen",
9327 "yansi",
9328 ]
9329
9330 [[package]]
9331 name = "yasna"
9332 version = "0.5.2"
9333 source = "registry+https://github.com/rust-lang/crates.io-index"
9334 checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
9335
9336 [[package]]
9337 name = "yoke"
9338 version = "0.8.3"
9339 source = "registry+https://github.com/rust-lang/crates.io-index"
9340 checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
9341 dependencies = [
9342 "stable_deref_trait",
9343 "yoke-derive",
9344 "zerofrom",
9345 ]
9346
9347 [[package]]
9348 name = "yoke-derive"
9349 version = "0.8.2"
9350 source = "registry+https://github.com/rust-lang/crates.io-index"
9351 checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
9352 dependencies = [
9353 "proc-macro2",
9354 "quote",
9355 "syn 2.0.118",
9356 "synstructure",
9357 ]
9358
9359 [[package]]
9360 name = "zerocopy"
9361 version = "0.8.52"
9362 source = "registry+https://github.com/rust-lang/crates.io-index"
9363 checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
9364 dependencies = [
9365 "zerocopy-derive",
9366 ]
9367
9368 [[package]]
9369 name = "zerocopy-derive"
9370 version = "0.8.52"
9371 source = "registry+https://github.com/rust-lang/crates.io-index"
9372 checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
9373 dependencies = [
9374 "proc-macro2",
9375 "quote",
9376 "syn 2.0.118",
9377 ]
9378
9379 [[package]]
9380 name = "zerofrom"
9381 version = "0.1.8"
9382 source = "registry+https://github.com/rust-lang/crates.io-index"
9383 checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
9384 dependencies = [
9385 "zerofrom-derive",
9386 ]
9387
9388 [[package]]
9389 name = "zerofrom-derive"
9390 version = "0.1.7"
9391 source = "registry+https://github.com/rust-lang/crates.io-index"
9392 checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
9393 dependencies = [
9394 "proc-macro2",
9395 "quote",
9396 "syn 2.0.118",
9397 "synstructure",
9398 ]
9399
9400 [[package]]
9401 name = "zeroize"
9402 version = "1.9.0"
9403 source = "registry+https://github.com/rust-lang/crates.io-index"
9404 checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
9405 dependencies = [
9406 "zeroize_derive",
9407 ]
9408
9409 [[package]]
9410 name = "zeroize_derive"
9411 version = "1.5.0"
9412 source = "registry+https://github.com/rust-lang/crates.io-index"
9413 checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
9414 dependencies = [
9415 "proc-macro2",
9416 "quote",
9417 "syn 2.0.118",
9418 ]
9419
9420 [[package]]
9421 name = "zerotrie"
9422 version = "0.2.4"
9423 source = "registry+https://github.com/rust-lang/crates.io-index"
9424 checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
9425 dependencies = [
9426 "displaydoc",
9427 "yoke",
9428 "zerofrom",
9429 ]
9430
9431 [[package]]
9432 name = "zerovec"
9433 version = "0.11.6"
9434 source = "registry+https://github.com/rust-lang/crates.io-index"
9435 checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
9436 dependencies = [
9437 "yoke",
9438 "zerofrom",
9439 "zerovec-derive",
9440 ]
9441
9442 [[package]]
9443 name = "zerovec-derive"
9444 version = "0.11.3"
9445 source = "registry+https://github.com/rust-lang/crates.io-index"
9446 checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
9447 dependencies = [
9448 "proc-macro2",
9449 "quote",
9450 "syn 2.0.118",
9451 ]
9452
9453 [[package]]
9454 name = "zip"
9455 version = "2.4.2"
9456 source = "registry+https://github.com/rust-lang/crates.io-index"
9457 checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
9458 dependencies = [
9459 "arbitrary",
9460 "crc32fast",
9461 "crossbeam-utils",
9462 "displaydoc",
9463 "flate2",
9464 "indexmap",
9465 "memchr",
9466 "thiserror 2.0.18",
9467 "zopfli",
9468 ]
9469
9470 [[package]]
9471 name = "zip"
9472 version = "3.0.0"
9473 source = "registry+https://github.com/rust-lang/crates.io-index"
9474 checksum = "12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308"
9475 dependencies = [
9476 "arbitrary",
9477 "crc32fast",
9478 "flate2",
9479 "indexmap",
9480 "memchr",
9481 "zopfli",
9482 ]
9483
9484 [[package]]
9485 name = "zip"
9486 version = "8.6.0"
9487 source = "registry+https://github.com/rust-lang/crates.io-index"
9488 checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b"
9489 dependencies = [
9490 "aes",
9491 "bzip2 0.6.1",
9492 "constant_time_eq 0.4.2",
9493 "crc32fast",
9494 "deflate64",
9495 "flate2",
9496 "getrandom 0.4.3",
9497 "hmac 0.13.0",
9498 "indexmap",
9499 "lzma-rust2",
9500 "memchr",
9501 "pbkdf2",
9502 "ppmd-rust",
9503 "sha1 0.11.0",
9504 "time",
9505 "typed-path",
9506 "zeroize",
9507 "zopfli",
9508 "zstd",
9509 ]
9510
9511 [[package]]
9512 name = "zip_structs"
9513 version = "0.2.1"
9514 source = "registry+https://github.com/rust-lang/crates.io-index"
9515 checksum = "ce824a6bfffe8942820fa36d24973b7c83a40896749a42e33de0abdd11750ee5"
9516 dependencies = [
9517 "byteorder",
9518 "bytesize",
9519 "thiserror 1.0.69",
9520 ]
9521
9522 [[package]]
9523 name = "zlib-rs"
9524 version = "0.6.5"
9525 source = "registry+https://github.com/rust-lang/crates.io-index"
9526 checksum = "5431d5661c32445236631278f27946e444ddafe4684cac70b185272d4f9c52d5"
9527
9528 [[package]]
9529 name = "zmij"
9530 version = "1.0.21"
9531 source = "registry+https://github.com/rust-lang/crates.io-index"
9532 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
9533
9534 [[package]]
9535 name = "zopfli"
9536 version = "0.8.3"
9537 source = "registry+https://github.com/rust-lang/crates.io-index"
9538 checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
9539 dependencies = [
9540 "bumpalo",
9541 "crc32fast",
9542 "log",
9543 "simd-adler32",
9544 ]
9545
9546 [[package]]
9547 name = "zstd"
9548 version = "0.13.3"
9549 source = "registry+https://github.com/rust-lang/crates.io-index"
9550 checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
9551 dependencies = [
9552 "zstd-safe",
9553 ]
9554
9555 [[package]]
9556 name = "zstd-safe"
9557 version = "7.2.4"
9558 source = "registry+https://github.com/rust-lang/crates.io-index"
9559 checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
9560 dependencies = [
9561 "zstd-sys",
9562 ]
9563
9564 [[package]]
9565 name = "zstd-sys"
9566 version = "2.0.16+zstd.1.5.7"
9567 source = "registry+https://github.com/rust-lang/crates.io-index"
9568 checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
9569 dependencies = [
9570 "cc",
9571 "pkg-config",
9572 ]
9573