Skip to main content

max / makenotwork

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