Skip to main content

max / makenotwork

247.5 KB · 10675 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.4.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 = "gix"
3256 version = "0.86.0"
3257 source = "registry+https://github.com/rust-lang/crates.io-index"
3258 checksum = "bb3790fd8981cba7949f1ba924ef865d902df731627bc5998d14164063892fce"
3259 dependencies = [
3260 "gix-actor",
3261 "gix-attributes",
3262 "gix-blame",
3263 "gix-command",
3264 "gix-commitgraph",
3265 "gix-config",
3266 "gix-date",
3267 "gix-diff",
3268 "gix-discover",
3269 "gix-error",
3270 "gix-features",
3271 "gix-filter",
3272 "gix-fs",
3273 "gix-glob",
3274 "gix-hash",
3275 "gix-hashtable",
3276 "gix-ignore",
3277 "gix-index",
3278 "gix-lock",
3279 "gix-mailmap",
3280 "gix-object",
3281 "gix-odb",
3282 "gix-pack",
3283 "gix-path",
3284 "gix-pathspec",
3285 "gix-protocol",
3286 "gix-ref",
3287 "gix-refspec",
3288 "gix-revision",
3289 "gix-revwalk",
3290 "gix-sec",
3291 "gix-shallow",
3292 "gix-submodule",
3293 "gix-tempfile",
3294 "gix-trace",
3295 "gix-traverse",
3296 "gix-url",
3297 "gix-utils",
3298 "gix-validate",
3299 "gix-worktree",
3300 "gix-worktree-stream",
3301 "gix-zlib",
3302 "nonempty 0.12.0",
3303 "smallvec",
3304 "thiserror 2.0.18",
3305 ]
3306
3307 [[package]]
3308 name = "gix-actor"
3309 version = "0.41.2"
3310 source = "registry+https://github.com/rust-lang/crates.io-index"
3311 checksum = "33f9308ad6fd35b2a865cbe4117ac61b2be59e4a9ef1621c7a9794f7c8e52c5b"
3312 dependencies = [
3313 "bstr",
3314 "gix-date",
3315 "gix-error",
3316 ]
3317
3318 [[package]]
3319 name = "gix-attributes"
3320 version = "0.34.0"
3321 source = "registry+https://github.com/rust-lang/crates.io-index"
3322 checksum = "c31c593692ebdc1e38858d9a2b56f6a594c501e24a38971fe6685571f5a07be0"
3323 dependencies = [
3324 "bstr",
3325 "gix-features",
3326 "gix-glob",
3327 "gix-path",
3328 "gix-quote",
3329 "gix-trace",
3330 "smallvec",
3331 "thiserror 2.0.18",
3332 "unicode-bom",
3333 ]
3334
3335 [[package]]
3336 name = "gix-bitmap"
3337 version = "0.3.3"
3338 source = "registry+https://github.com/rust-lang/crates.io-index"
3339 checksum = "7cd1d118d0f5d88b96e6f6e13b566475fef4797ead4a02c26fed36c1375066f7"
3340 dependencies = [
3341 "gix-error",
3342 ]
3343
3344 [[package]]
3345 name = "gix-blame"
3346 version = "0.16.0"
3347 source = "registry+https://github.com/rust-lang/crates.io-index"
3348 checksum = "b06d20ff0e88ada2dd852b3852727b664ec9baefdf653d1d4e722e858c52cd17"
3349 dependencies = [
3350 "gix-commitgraph",
3351 "gix-date",
3352 "gix-diff",
3353 "gix-error",
3354 "gix-hash",
3355 "gix-object",
3356 "gix-revwalk",
3357 "gix-trace",
3358 "gix-traverse",
3359 "gix-worktree",
3360 "smallvec",
3361 "thiserror 2.0.18",
3362 ]
3363
3364 [[package]]
3365 name = "gix-chunk"
3366 version = "0.7.3"
3367 source = "registry+https://github.com/rust-lang/crates.io-index"
3368 checksum = "b2a871e5cab12ba568845714473505deefffb3c04eb47f4708ce344cd459c1cc"
3369 dependencies = [
3370 "gix-error",
3371 ]
3372
3373 [[package]]
3374 name = "gix-command"
3375 version = "0.9.1"
3376 source = "registry+https://github.com/rust-lang/crates.io-index"
3377 checksum = "00706d4fef135ef4b01680d5218c6ee40cda8baf697b864296cbc887d19118f6"
3378 dependencies = [
3379 "bstr",
3380 "gix-path",
3381 "gix-quote",
3382 "gix-trace",
3383 "shell-words",
3384 ]
3385
3386 [[package]]
3387 name = "gix-commitgraph"
3388 version = "0.38.0"
3389 source = "registry+https://github.com/rust-lang/crates.io-index"
3390 checksum = "a2cd7f054ae2727223fe46dd39c012f066b12f532962d336d29ee193261787da"
3391 dependencies = [
3392 "bstr",
3393 "gix-chunk",
3394 "gix-error",
3395 "gix-hash",
3396 "memmap2",
3397 "nonempty 0.12.0",
3398 ]
3399
3400 [[package]]
3401 name = "gix-config"
3402 version = "0.59.0"
3403 source = "registry+https://github.com/rust-lang/crates.io-index"
3404 checksum = "103d11bef95c467577ecfa8b7b86a22e65af3507b2c9bfa3809a4afbae7df301"
3405 dependencies = [
3406 "bstr",
3407 "gix-config-value",
3408 "gix-features",
3409 "gix-glob",
3410 "gix-path",
3411 "gix-ref",
3412 "gix-sec",
3413 "gix-utils",
3414 "smallvec",
3415 "thiserror 2.0.18",
3416 "unicode-bom",
3417 ]
3418
3419 [[package]]
3420 name = "gix-config-value"
3421 version = "0.19.0"
3422 source = "registry+https://github.com/rust-lang/crates.io-index"
3423 checksum = "9f813e312a3f7f327187823cd4c754a3e4d948c98907d11e8f37554a2b6b8059"
3424 dependencies = [
3425 "bitflags 2.13.0",
3426 "bstr",
3427 "gix-path",
3428 "libc",
3429 "thiserror 2.0.18",
3430 ]
3431
3432 [[package]]
3433 name = "gix-date"
3434 version = "0.15.6"
3435 source = "registry+https://github.com/rust-lang/crates.io-index"
3436 checksum = "7e47b9e8cdc688296609b706428de570f88b1e0eed7156dde7b4a89d26fa4567"
3437 dependencies = [
3438 "bstr",
3439 "gix-error",
3440 "itoa",
3441 "jiff",
3442 ]
3443
3444 [[package]]
3445 name = "gix-diff"
3446 version = "0.66.0"
3447 source = "registry+https://github.com/rust-lang/crates.io-index"
3448 checksum = "fee7d89a3c507491cdfc57a1d1e0e300214720b4f7709ebc253e422f99822bfc"
3449 dependencies = [
3450 "bstr",
3451 "gix-command",
3452 "gix-filter",
3453 "gix-fs",
3454 "gix-hash",
3455 "gix-imara-diff",
3456 "gix-object",
3457 "gix-path",
3458 "gix-tempfile",
3459 "gix-trace",
3460 "gix-traverse",
3461 "gix-worktree",
3462 "thiserror 2.0.18",
3463 ]
3464
3465 [[package]]
3466 name = "gix-discover"
3467 version = "0.54.0"
3468 source = "registry+https://github.com/rust-lang/crates.io-index"
3469 checksum = "b9f517766fa1101dfe2606c1a19a8ffa699099030995a9194445446dfe261bdf"
3470 dependencies = [
3471 "bstr",
3472 "dunce",
3473 "gix-fs",
3474 "gix-path",
3475 "gix-ref",
3476 "gix-sec",
3477 "thiserror 2.0.18",
3478 ]
3479
3480 [[package]]
3481 name = "gix-error"
3482 version = "0.2.5"
3483 source = "registry+https://github.com/rust-lang/crates.io-index"
3484 checksum = "4a9292309fd944e71b2a3c96d3c03a6feb8852db646febdde7cbb9f79cb5f329"
3485 dependencies = [
3486 "bstr",
3487 ]
3488
3489 [[package]]
3490 name = "gix-features"
3491 version = "0.49.0"
3492 source = "registry+https://github.com/rust-lang/crates.io-index"
3493 checksum = "20aa09e83a48dc02c5f5f08578aa79d3ab1bab4618b8c362f88684645a02bdcc"
3494 dependencies = [
3495 "bytes",
3496 "crc32fast",
3497 "crossbeam-channel",
3498 "gix-path",
3499 "gix-trace",
3500 "gix-utils",
3501 "libc",
3502 "once_cell",
3503 "parking_lot",
3504 "prodash",
3505 "walkdir",
3506 ]
3507
3508 [[package]]
3509 name = "gix-filter"
3510 version = "0.33.0"
3511 source = "registry+https://github.com/rust-lang/crates.io-index"
3512 checksum = "5e7b5dbf524d97e839f642930c76d7f011c0791e7d11d8148989ac5af7c76aa8"
3513 dependencies = [
3514 "bstr",
3515 "encoding_rs",
3516 "gix-attributes",
3517 "gix-command",
3518 "gix-hash",
3519 "gix-object",
3520 "gix-packetline",
3521 "gix-path",
3522 "gix-quote",
3523 "gix-trace",
3524 "gix-utils",
3525 "smallvec",
3526 "thiserror 2.0.18",
3527 ]
3528
3529 [[package]]
3530 name = "gix-fs"
3531 version = "0.22.0"
3532 source = "registry+https://github.com/rust-lang/crates.io-index"
3533 checksum = "865cf13fcaf5455220546cb9607c416bd1be9a6caafd143655a362fdeab64e80"
3534 dependencies = [
3535 "bstr",
3536 "gix-features",
3537 "gix-path",
3538 "gix-utils",
3539 "thiserror 2.0.18",
3540 ]
3541
3542 [[package]]
3543 name = "gix-glob"
3544 version = "0.27.0"
3545 source = "registry+https://github.com/rust-lang/crates.io-index"
3546 checksum = "421e92a711554fa5827d1b0599d3389acdd0f6729e97a8c5a57d79af1e50bf36"
3547 dependencies = [
3548 "bitflags 2.13.0",
3549 "bstr",
3550 "gix-features",
3551 "gix-path",
3552 ]
3553
3554 [[package]]
3555 name = "gix-hash"
3556 version = "0.26.0"
3557 source = "registry+https://github.com/rust-lang/crates.io-index"
3558 checksum = "13adaa73415fd6c902310923f68d0b98e8cecf14b33ea58c02cc387cee56f54e"
3559 dependencies = [
3560 "faster-hex",
3561 "gix-features",
3562 "sha1-checked",
3563 "thiserror 2.0.18",
3564 ]
3565
3566 [[package]]
3567 name = "gix-hashtable"
3568 version = "0.16.0"
3569 source = "registry+https://github.com/rust-lang/crates.io-index"
3570 checksum = "78fccd6fea3bcf0b39c076bae60ae49b08daaf538b950202101a981f9d3c01d3"
3571 dependencies = [
3572 "gix-hash",
3573 "hashbrown 0.17.1",
3574 "parking_lot",
3575 ]
3576
3577 [[package]]
3578 name = "gix-ignore"
3579 version = "0.22.0"
3580 source = "registry+https://github.com/rust-lang/crates.io-index"
3581 checksum = "12cff8e8aa125e39377456073e63df3334d9e5741372ddcc226198015076dda2"
3582 dependencies = [
3583 "bstr",
3584 "gix-glob",
3585 "gix-path",
3586 "gix-trace",
3587 "unicode-bom",
3588 ]
3589
3590 [[package]]
3591 name = "gix-imara-diff"
3592 version = "0.2.4"
3593 source = "registry+https://github.com/rust-lang/crates.io-index"
3594 checksum = "1a791e6620676a875f362f3156ed213e73ca099a09bf992c18812abe65cc37b1"
3595 dependencies = [
3596 "bstr",
3597 "hashbrown 0.17.1",
3598 ]
3599
3600 [[package]]
3601 name = "gix-index"
3602 version = "0.54.0"
3603 source = "registry+https://github.com/rust-lang/crates.io-index"
3604 checksum = "5009c4e7e9f9b4cfaaab1153e49133eb04d79c015b5702d6c3d2ab94271a89c6"
3605 dependencies = [
3606 "bitflags 2.13.0",
3607 "bstr",
3608 "filetime",
3609 "fnv",
3610 "gix-bitmap",
3611 "gix-features",
3612 "gix-fs",
3613 "gix-hash",
3614 "gix-lock",
3615 "gix-object",
3616 "gix-traverse",
3617 "gix-utils",
3618 "gix-validate",
3619 "hashbrown 0.17.1",
3620 "itoa",
3621 "libc",
3622 "memmap2",
3623 "rustix 1.1.4",
3624 "smallvec",
3625 "thiserror 2.0.18",
3626 ]
3627
3628 [[package]]
3629 name = "gix-lock"
3630 version = "24.0.0"
3631 source = "registry+https://github.com/rust-lang/crates.io-index"
3632 checksum = "d4c69157820343bf1c6e4b88b9808e920900de02e18aaf5862b30ada43814848"
3633 dependencies = [
3634 "gix-tempfile",
3635 "gix-utils",
3636 "thiserror 2.0.18",
3637 ]
3638
3639 [[package]]
3640 name = "gix-mailmap"
3641 version = "0.33.2"
3642 source = "registry+https://github.com/rust-lang/crates.io-index"
3643 checksum = "a824767d38b81475059cb01f5020a13fb96e7ed6bbf9851c7112b46ada78db48"
3644 dependencies = [
3645 "bstr",
3646 "gix-actor",
3647 "gix-date",
3648 "gix-error",
3649 ]
3650
3651 [[package]]
3652 name = "gix-object"
3653 version = "0.63.0"
3654 source = "registry+https://github.com/rust-lang/crates.io-index"
3655 checksum = "0e48c235e7f886eb819fc878af75be889333dd3c38bee02ed7af48ae2cf596c4"
3656 dependencies = [
3657 "bstr",
3658 "gix-actor",
3659 "gix-date",
3660 "gix-features",
3661 "gix-hash",
3662 "gix-hashtable",
3663 "gix-utils",
3664 "gix-validate",
3665 "itoa",
3666 "smallvec",
3667 "thiserror 2.0.18",
3668 ]
3669
3670 [[package]]
3671 name = "gix-odb"
3672 version = "0.83.0"
3673 source = "registry+https://github.com/rust-lang/crates.io-index"
3674 checksum = "8dd494ffb5037e62b8220109e894d2861ff2150a2cacbfccdba57ae1ebab2b96"
3675 dependencies = [
3676 "arc-swap",
3677 "gix-features",
3678 "gix-fs",
3679 "gix-hash",
3680 "gix-hashtable",
3681 "gix-object",
3682 "gix-pack",
3683 "gix-path",
3684 "gix-quote",
3685 "gix-zlib",
3686 "memmap2",
3687 "parking_lot",
3688 "tempfile",
3689 "thiserror 2.0.18",
3690 ]
3691
3692 [[package]]
3693 name = "gix-pack"
3694 version = "0.73.0"
3695 source = "registry+https://github.com/rust-lang/crates.io-index"
3696 checksum = "6d5446127b269706e85998065267ddd2ccc3550179da6780b22fe496175ccb20"
3697 dependencies = [
3698 "clru",
3699 "gix-chunk",
3700 "gix-error",
3701 "gix-features",
3702 "gix-hash",
3703 "gix-hashtable",
3704 "gix-object",
3705 "gix-path",
3706 "gix-zlib",
3707 "memmap2",
3708 "smallvec",
3709 "thiserror 2.0.18",
3710 "uluru",
3711 ]
3712
3713 [[package]]
3714 name = "gix-packetline"
3715 version = "0.22.0"
3716 source = "registry+https://github.com/rust-lang/crates.io-index"
3717 checksum = "3766025c72319c4accdd854a18e6f0dd176c8eb0f3bc8a60a7765be2b50cabf2"
3718 dependencies = [
3719 "bstr",
3720 "faster-hex",
3721 "gix-trace",
3722 "thiserror 2.0.18",
3723 ]
3724
3725 [[package]]
3726 name = "gix-path"
3727 version = "0.12.3"
3728 source = "registry+https://github.com/rust-lang/crates.io-index"
3729 checksum = "1ed3e8d7a82e886e17a72e03d4ba0c13db6f2219b6cd4e2900b4cae426ec20c9"
3730 dependencies = [
3731 "bstr",
3732 "gix-trace",
3733 "gix-validate",
3734 "thiserror 2.0.18",
3735 ]
3736
3737 [[package]]
3738 name = "gix-pathspec"
3739 version = "0.19.0"
3740 source = "registry+https://github.com/rust-lang/crates.io-index"
3741 checksum = "49f6fa5f8007f008187c3f60b4373209ca83d1cc947f35ede03e16cd15a4d137"
3742 dependencies = [
3743 "bitflags 2.13.0",
3744 "bstr",
3745 "gix-attributes",
3746 "gix-config-value",
3747 "gix-glob",
3748 "gix-path",
3749 "thiserror 2.0.18",
3750 ]
3751
3752 [[package]]
3753 name = "gix-protocol"
3754 version = "0.64.0"
3755 source = "registry+https://github.com/rust-lang/crates.io-index"
3756 checksum = "dede40e89c1e90f548415f50636bb051f6d9c60f68b8b710bc07825722d19588"
3757 dependencies = [
3758 "bisync",
3759 "bstr",
3760 "gix-date",
3761 "gix-features",
3762 "gix-hash",
3763 "gix-ref",
3764 "gix-shallow",
3765 "gix-transport",
3766 "gix-utils",
3767 "nonempty 0.12.0",
3768 "thiserror 2.0.18",
3769 ]
3770
3771 [[package]]
3772 name = "gix-quote"
3773 version = "0.7.2"
3774 source = "registry+https://github.com/rust-lang/crates.io-index"
3775 checksum = "a6e541fc33cc2b783b7979040d445a0c86a2eca747c8faea4ca84230d06ae6ef"
3776 dependencies = [
3777 "bstr",
3778 "gix-error",
3779 "gix-utils",
3780 ]
3781
3782 [[package]]
3783 name = "gix-ref"
3784 version = "0.66.0"
3785 source = "registry+https://github.com/rust-lang/crates.io-index"
3786 checksum = "eeb0c90a8f6202ceaaa22996cbf837c943ccb2d8af9ff3490f0758305e6b7883"
3787 dependencies = [
3788 "gix-actor",
3789 "gix-features",
3790 "gix-fs",
3791 "gix-hash",
3792 "gix-lock",
3793 "gix-object",
3794 "gix-path",
3795 "gix-tempfile",
3796 "gix-utils",
3797 "gix-validate",
3798 "memmap2",
3799 "thiserror 2.0.18",
3800 ]
3801
3802 [[package]]
3803 name = "gix-refspec"
3804 version = "0.44.0"
3805 source = "registry+https://github.com/rust-lang/crates.io-index"
3806 checksum = "7406282cc0259b51f6aee299ca3d31279a020530363152a2e6c96e8a7f7bbc83"
3807 dependencies = [
3808 "bstr",
3809 "gix-error",
3810 "gix-glob",
3811 "gix-hash",
3812 "gix-revision",
3813 "gix-validate",
3814 "smallvec",
3815 "thiserror 2.0.18",
3816 ]
3817
3818 [[package]]
3819 name = "gix-revision"
3820 version = "0.48.0"
3821 source = "registry+https://github.com/rust-lang/crates.io-index"
3822 checksum = "e55e09d4a1ecf2beecc8c09cafcad37979e805b31f588b0e957e191df5783681"
3823 dependencies = [
3824 "bitflags 2.13.0",
3825 "bstr",
3826 "gix-commitgraph",
3827 "gix-date",
3828 "gix-error",
3829 "gix-hash",
3830 "gix-hashtable",
3831 "gix-object",
3832 "gix-revwalk",
3833 "gix-trace",
3834 "nonempty 0.12.0",
3835 ]
3836
3837 [[package]]
3838 name = "gix-revwalk"
3839 version = "0.34.0"
3840 source = "registry+https://github.com/rust-lang/crates.io-index"
3841 checksum = "36c113c0a53294dc6280ffc06cbcc4f50f820397e97d6a00b429a44b8db26e29"
3842 dependencies = [
3843 "gix-commitgraph",
3844 "gix-date",
3845 "gix-error",
3846 "gix-hash",
3847 "gix-hashtable",
3848 "gix-object",
3849 "smallvec",
3850 "thiserror 2.0.18",
3851 ]
3852
3853 [[package]]
3854 name = "gix-sec"
3855 version = "0.14.2"
3856 source = "registry+https://github.com/rust-lang/crates.io-index"
3857 checksum = "af4fe6c152c1d50aea36f299825702cd37e303307832fec1d0fdd5844e47ce2f"
3858 dependencies = [
3859 "bitflags 2.13.0",
3860 "gix-path",
3861 "libc",
3862 "windows-sys 0.61.2",
3863 ]
3864
3865 [[package]]
3866 name = "gix-shallow"
3867 version = "0.13.0"
3868 source = "registry+https://github.com/rust-lang/crates.io-index"
3869 checksum = "1ecc9f4b40537043e4bbd7d3d1760e74fb8e7b07a546166b558acaa73ad97f4a"
3870 dependencies = [
3871 "bstr",
3872 "gix-hash",
3873 "gix-lock",
3874 "nonempty 0.12.0",
3875 "thiserror 2.0.18",
3876 ]
3877
3878 [[package]]
3879 name = "gix-submodule"
3880 version = "0.33.0"
3881 source = "registry+https://github.com/rust-lang/crates.io-index"
3882 checksum = "5fd98077a56d08886112e6b08dc94076d03539f4bc0b9d7880e4be2b8a640d8c"
3883 dependencies = [
3884 "bstr",
3885 "gix-config",
3886 "gix-path",
3887 "gix-pathspec",
3888 "gix-refspec",
3889 "gix-url",
3890 "thiserror 2.0.18",
3891 ]
3892
3893 [[package]]
3894 name = "gix-tempfile"
3895 version = "24.0.0"
3896 source = "registry+https://github.com/rust-lang/crates.io-index"
3897 checksum = "b675b920bd5a61d17ad542772f03ec34c60feb8ff683e1560c03ae967363731e"
3898 dependencies = [
3899 "dashmap",
3900 "gix-fs",
3901 "libc",
3902 "parking_lot",
3903 "tempfile",
3904 ]
3905
3906 [[package]]
3907 name = "gix-trace"
3908 version = "0.1.21"
3909 source = "registry+https://github.com/rust-lang/crates.io-index"
3910 checksum = "be3eb81d9dc914335923e50d52829c551feefd6a72d176c4130c546b67a60814"
3911
3912 [[package]]
3913 name = "gix-transport"
3914 version = "0.58.0"
3915 source = "registry+https://github.com/rust-lang/crates.io-index"
3916 checksum = "b7c1bcf30081eb8ab04540a5795c67a2fcb22cb2e976e8b1a4ea657b1ed61469"
3917 dependencies = [
3918 "bstr",
3919 "gix-command",
3920 "gix-features",
3921 "gix-packetline",
3922 "gix-path",
3923 "gix-quote",
3924 "gix-sec",
3925 "gix-url",
3926 "thiserror 2.0.18",
3927 ]
3928
3929 [[package]]
3930 name = "gix-traverse"
3931 version = "0.60.0"
3932 source = "registry+https://github.com/rust-lang/crates.io-index"
3933 checksum = "008c5cd879e46e86b5c2469e633611978b18775d53d05668d691bc13088bd409"
3934 dependencies = [
3935 "bitflags 2.13.0",
3936 "gix-commitgraph",
3937 "gix-date",
3938 "gix-hash",
3939 "gix-hashtable",
3940 "gix-object",
3941 "gix-revwalk",
3942 "smallvec",
3943 "thiserror 2.0.18",
3944 ]
3945
3946 [[package]]
3947 name = "gix-url"
3948 version = "0.37.0"
3949 source = "registry+https://github.com/rust-lang/crates.io-index"
3950 checksum = "42d10e53b8eae21ee601687f47bbbd6cb2ed7162cb4c1cafdd422fb7ec64cbee"
3951 dependencies = [
3952 "bstr",
3953 "gix-path",
3954 "gix-utils",
3955 "percent-encoding",
3956 "thiserror 2.0.18",
3957 ]
3958
3959 [[package]]
3960 name = "gix-utils"
3961 version = "0.3.5"
3962 source = "registry+https://github.com/rust-lang/crates.io-index"
3963 checksum = "b1795bd2a970ca8b2185318c2abb97d955c71992f1cf28de73ad3b593a9f3ce8"
3964 dependencies = [
3965 "bstr",
3966 "fastrand",
3967 "getrandom 0.4.3",
3968 "unicode-normalization",
3969 ]
3970
3971 [[package]]
3972 name = "gix-validate"
3973 version = "0.11.3"
3974 source = "registry+https://github.com/rust-lang/crates.io-index"
3975 checksum = "9a034e84d1e04e1b1f20f51f12491da230b6ac8b925d0c8e1b89bcd87a7c5ccc"
3976 dependencies = [
3977 "bstr",
3978 ]
3979
3980 [[package]]
3981 name = "gix-worktree"
3982 version = "0.55.0"
3983 source = "registry+https://github.com/rust-lang/crates.io-index"
3984 checksum = "31eb8e675122e83585e461fe28f68ff8c5ed55b49017b697e7e76423ff973424"
3985 dependencies = [
3986 "bstr",
3987 "gix-attributes",
3988 "gix-features",
3989 "gix-fs",
3990 "gix-glob",
3991 "gix-hash",
3992 "gix-ignore",
3993 "gix-index",
3994 "gix-object",
3995 "gix-path",
3996 "gix-validate",
3997 ]
3998
3999 [[package]]
4000 name = "gix-worktree-stream"
4001 version = "0.35.0"
4002 source = "registry+https://github.com/rust-lang/crates.io-index"
4003 checksum = "3b088c8724e7be120c4798dd86925cf05332c9d356a463542578600c50c7a549"
4004 dependencies = [
4005 "gix-attributes",
4006 "gix-error",
4007 "gix-features",
4008 "gix-filter",
4009 "gix-fs",
4010 "gix-hash",
4011 "gix-object",
4012 "gix-path",
4013 "gix-traverse",
4014 "parking_lot",
4015 ]
4016
4017 [[package]]
4018 name = "gix-zlib"
4019 version = "0.1.0"
4020 source = "registry+https://github.com/rust-lang/crates.io-index"
4021 checksum = "3e8813f5579b3075ff9c90f7c59cd2b62b4ebb639361f0911648b22d7446cc7c"
4022 dependencies = [
4023 "thiserror 2.0.18",
4024 "zlib-rs",
4025 ]
4026
4027 [[package]]
4028 name = "glob"
4029 version = "0.3.3"
4030 source = "registry+https://github.com/rust-lang/crates.io-index"
4031 checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
4032
4033 [[package]]
4034 name = "globset"
4035 version = "0.4.18"
4036 source = "registry+https://github.com/rust-lang/crates.io-index"
4037 checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
4038 dependencies = [
4039 "aho-corasick",
4040 "bstr",
4041 "log",
4042 "regex-automata",
4043 "regex-syntax",
4044 ]
4045
4046 [[package]]
4047 name = "globwalk"
4048 version = "0.9.1"
4049 source = "registry+https://github.com/rust-lang/crates.io-index"
4050 checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
4051 dependencies = [
4052 "bitflags 2.13.0",
4053 "ignore",
4054 "walkdir",
4055 ]
4056
4057 [[package]]
4058 name = "goblin"
4059 version = "0.9.3"
4060 source = "registry+https://github.com/rust-lang/crates.io-index"
4061 checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
4062 dependencies = [
4063 "log",
4064 "plain",
4065 "scroll 0.12.0",
4066 ]
4067
4068 [[package]]
4069 name = "goblin"
4070 version = "0.10.7"
4071 source = "registry+https://github.com/rust-lang/crates.io-index"
4072 checksum = "17582616a7718cca54cec18e534a76c7c4aec11a8b9a85695712f262fd15a4c8"
4073 dependencies = [
4074 "log",
4075 "plain",
4076 "scroll 0.13.0",
4077 ]
4078
4079 [[package]]
4080 name = "governor"
4081 version = "0.10.4"
4082 source = "registry+https://github.com/rust-lang/crates.io-index"
4083 checksum = "9efcab3c1958580ff1f25a2a41be1668f7603d849bb63af523b208a3cc1223b8"
4084 dependencies = [
4085 "cfg-if",
4086 "dashmap",
4087 "futures-sink",
4088 "futures-timer",
4089 "futures-util",
4090 "getrandom 0.3.4",
4091 "hashbrown 0.16.1",
4092 "nonzero_ext",
4093 "parking_lot",
4094 "portable-atomic",
4095 "quanta",
4096 "rand 0.9.4",
4097 "smallvec",
4098 "spinning_top",
4099 "web-time",
4100 ]
4101
4102 [[package]]
4103 name = "group"
4104 version = "0.13.0"
4105 source = "registry+https://github.com/rust-lang/crates.io-index"
4106 checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
4107 dependencies = [
4108 "ff",
4109 "rand_core 0.6.4",
4110 "subtle",
4111 ]
4112
4113 [[package]]
4114 name = "h2"
4115 version = "0.4.15"
4116 source = "registry+https://github.com/rust-lang/crates.io-index"
4117 checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
4118 dependencies = [
4119 "atomic-waker",
4120 "bytes",
4121 "fnv",
4122 "futures-core",
4123 "futures-sink",
4124 "http 1.4.2",
4125 "indexmap 2.14.0",
4126 "slab",
4127 "tokio",
4128 "tokio-util",
4129 "tracing",
4130 ]
4131
4132 [[package]]
4133 name = "half"
4134 version = "2.7.1"
4135 source = "registry+https://github.com/rust-lang/crates.io-index"
4136 checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
4137 dependencies = [
4138 "cfg-if",
4139 "crunchy",
4140 "zerocopy",
4141 ]
4142
4143 [[package]]
4144 name = "hash32"
4145 version = "0.3.1"
4146 source = "registry+https://github.com/rust-lang/crates.io-index"
4147 checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
4148 dependencies = [
4149 "byteorder",
4150 ]
4151
4152 [[package]]
4153 name = "hashbag"
4154 version = "0.1.13"
4155 source = "registry+https://github.com/rust-lang/crates.io-index"
4156 checksum = "7040a10f52cba493ddb09926e15d10a9d8a28043708a405931fe4c6f19fac064"
4157
4158 [[package]]
4159 name = "hashbrown"
4160 version = "0.12.3"
4161 source = "registry+https://github.com/rust-lang/crates.io-index"
4162 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
4163
4164 [[package]]
4165 name = "hashbrown"
4166 version = "0.14.5"
4167 source = "registry+https://github.com/rust-lang/crates.io-index"
4168 checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
4169 dependencies = [
4170 "ahash",
4171 ]
4172
4173 [[package]]
4174 name = "hashbrown"
4175 version = "0.15.5"
4176 source = "registry+https://github.com/rust-lang/crates.io-index"
4177 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
4178 dependencies = [
4179 "allocator-api2",
4180 "equivalent",
4181 "foldhash 0.1.5",
4182 ]
4183
4184 [[package]]
4185 name = "hashbrown"
4186 version = "0.16.1"
4187 source = "registry+https://github.com/rust-lang/crates.io-index"
4188 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
4189 dependencies = [
4190 "allocator-api2",
4191 "equivalent",
4192 "foldhash 0.2.0",
4193 "serde",
4194 "serde_core",
4195 ]
4196
4197 [[package]]
4198 name = "hashbrown"
4199 version = "0.17.1"
4200 source = "registry+https://github.com/rust-lang/crates.io-index"
4201 checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
4202 dependencies = [
4203 "allocator-api2",
4204 "equivalent",
4205 "foldhash 0.2.0",
4206 ]
4207
4208 [[package]]
4209 name = "hashlink"
4210 version = "0.10.0"
4211 source = "registry+https://github.com/rust-lang/crates.io-index"
4212 checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
4213 dependencies = [
4214 "hashbrown 0.15.5",
4215 ]
4216
4217 [[package]]
4218 name = "headers"
4219 version = "0.4.1"
4220 source = "registry+https://github.com/rust-lang/crates.io-index"
4221 checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
4222 dependencies = [
4223 "base64 0.22.1",
4224 "bytes",
4225 "headers-core",
4226 "http 1.4.2",
4227 "httpdate",
4228 "mime",
4229 "sha1 0.10.6",
4230 ]
4231
4232 [[package]]
4233 name = "headers-core"
4234 version = "0.3.0"
4235 source = "registry+https://github.com/rust-lang/crates.io-index"
4236 checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
4237 dependencies = [
4238 "http 1.4.2",
4239 ]
4240
4241 [[package]]
4242 name = "heapless"
4243 version = "0.8.0"
4244 source = "registry+https://github.com/rust-lang/crates.io-index"
4245 checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
4246 dependencies = [
4247 "hash32",
4248 "stable_deref_trait",
4249 ]
4250
4251 [[package]]
4252 name = "heck"
4253 version = "0.5.0"
4254 source = "registry+https://github.com/rust-lang/crates.io-index"
4255 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
4256
4257 [[package]]
4258 name = "hermit-abi"
4259 version = "0.5.2"
4260 source = "registry+https://github.com/rust-lang/crates.io-index"
4261 checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
4262
4263 [[package]]
4264 name = "hex"
4265 version = "0.4.3"
4266 source = "registry+https://github.com/rust-lang/crates.io-index"
4267 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
4268
4269 [[package]]
4270 name = "hkdf"
4271 version = "0.12.4"
4272 source = "registry+https://github.com/rust-lang/crates.io-index"
4273 checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
4274 dependencies = [
4275 "hmac 0.12.1",
4276 ]
4277
4278 [[package]]
4279 name = "hmac"
4280 version = "0.12.1"
4281 source = "registry+https://github.com/rust-lang/crates.io-index"
4282 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
4283 dependencies = [
4284 "digest 0.10.7",
4285 ]
4286
4287 [[package]]
4288 name = "hmac"
4289 version = "0.13.0"
4290 source = "registry+https://github.com/rust-lang/crates.io-index"
4291 checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
4292 dependencies = [
4293 "digest 0.11.3",
4294 ]
4295
4296 [[package]]
4297 name = "home"
4298 version = "0.5.12"
4299 source = "registry+https://github.com/rust-lang/crates.io-index"
4300 checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
4301 dependencies = [
4302 "windows-sys 0.61.2",
4303 ]
4304
4305 [[package]]
4306 name = "html5ever"
4307 version = "0.39.0"
4308 source = "registry+https://github.com/rust-lang/crates.io-index"
4309 checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8"
4310 dependencies = [
4311 "log",
4312 "markup5ever",
4313 ]
4314
4315 [[package]]
4316 name = "http"
4317 version = "0.2.12"
4318 source = "registry+https://github.com/rust-lang/crates.io-index"
4319 checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
4320 dependencies = [
4321 "bytes",
4322 "fnv",
4323 "itoa",
4324 ]
4325
4326 [[package]]
4327 name = "http"
4328 version = "1.4.2"
4329 source = "registry+https://github.com/rust-lang/crates.io-index"
4330 checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
4331 dependencies = [
4332 "bytes",
4333 "itoa",
4334 ]
4335
4336 [[package]]
4337 name = "http-body"
4338 version = "0.4.6"
4339 source = "registry+https://github.com/rust-lang/crates.io-index"
4340 checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
4341 dependencies = [
4342 "bytes",
4343 "http 0.2.12",
4344 "pin-project-lite",
4345 ]
4346
4347 [[package]]
4348 name = "http-body"
4349 version = "1.0.1"
4350 source = "registry+https://github.com/rust-lang/crates.io-index"
4351 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
4352 dependencies = [
4353 "bytes",
4354 "http 1.4.2",
4355 ]
4356
4357 [[package]]
4358 name = "http-body-util"
4359 version = "0.1.3"
4360 source = "registry+https://github.com/rust-lang/crates.io-index"
4361 checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
4362 dependencies = [
4363 "bytes",
4364 "futures-core",
4365 "http 1.4.2",
4366 "http-body 1.0.1",
4367 "pin-project-lite",
4368 ]
4369
4370 [[package]]
4371 name = "http-range-header"
4372 version = "0.4.2"
4373 source = "registry+https://github.com/rust-lang/crates.io-index"
4374 checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
4375
4376 [[package]]
4377 name = "httparse"
4378 version = "1.10.1"
4379 source = "registry+https://github.com/rust-lang/crates.io-index"
4380 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
4381
4382 [[package]]
4383 name = "httpdate"
4384 version = "1.0.3"
4385 source = "registry+https://github.com/rust-lang/crates.io-index"
4386 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
4387
4388 [[package]]
4389 name = "hybrid-array"
4390 version = "0.4.13"
4391 source = "registry+https://github.com/rust-lang/crates.io-index"
4392 checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
4393 dependencies = [
4394 "serde",
4395 "typenum",
4396 "zeroize",
4397 ]
4398
4399 [[package]]
4400 name = "hyper"
4401 version = "1.10.1"
4402 source = "registry+https://github.com/rust-lang/crates.io-index"
4403 checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
4404 dependencies = [
4405 "atomic-waker",
4406 "bytes",
4407 "futures-channel",
4408 "futures-core",
4409 "h2",
4410 "http 1.4.2",
4411 "http-body 1.0.1",
4412 "httparse",
4413 "httpdate",
4414 "itoa",
4415 "pin-project-lite",
4416 "smallvec",
4417 "tokio",
4418 "want",
4419 ]
4420
4421 [[package]]
4422 name = "hyper-rustls"
4423 version = "0.27.9"
4424 source = "registry+https://github.com/rust-lang/crates.io-index"
4425 checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
4426 dependencies = [
4427 "http 1.4.2",
4428 "hyper",
4429 "hyper-util",
4430 "log",
4431 "rustls",
4432 "rustls-native-certs 0.8.4",
4433 "tokio",
4434 "tokio-rustls",
4435 "tower-service",
4436 "webpki-roots",
4437 ]
4438
4439 [[package]]
4440 name = "hyper-timeout"
4441 version = "0.5.2"
4442 source = "registry+https://github.com/rust-lang/crates.io-index"
4443 checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
4444 dependencies = [
4445 "hyper",
4446 "hyper-util",
4447 "pin-project-lite",
4448 "tokio",
4449 "tower-service",
4450 ]
4451
4452 [[package]]
4453 name = "hyper-util"
4454 version = "0.1.20"
4455 source = "registry+https://github.com/rust-lang/crates.io-index"
4456 checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
4457 dependencies = [
4458 "base64 0.22.1",
4459 "bytes",
4460 "futures-channel",
4461 "futures-util",
4462 "http 1.4.2",
4463 "http-body 1.0.1",
4464 "hyper",
4465 "ipnet",
4466 "libc",
4467 "percent-encoding",
4468 "pin-project-lite",
4469 "socket2",
4470 "system-configuration",
4471 "tokio",
4472 "tower-service",
4473 "tracing",
4474 "windows-registry",
4475 ]
4476
4477 [[package]]
4478 name = "iana-time-zone"
4479 version = "0.1.65"
4480 source = "registry+https://github.com/rust-lang/crates.io-index"
4481 checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
4482 dependencies = [
4483 "android_system_properties",
4484 "core-foundation-sys",
4485 "iana-time-zone-haiku",
4486 "js-sys",
4487 "log",
4488 "wasm-bindgen",
4489 "windows-core",
4490 ]
4491
4492 [[package]]
4493 name = "iana-time-zone-haiku"
4494 version = "0.1.2"
4495 source = "registry+https://github.com/rust-lang/crates.io-index"
4496 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
4497 dependencies = [
4498 "cc",
4499 ]
4500
4501 [[package]]
4502 name = "icu_collections"
4503 version = "2.2.0"
4504 source = "registry+https://github.com/rust-lang/crates.io-index"
4505 checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
4506 dependencies = [
4507 "displaydoc",
4508 "potential_utf",
4509 "utf8_iter",
4510 "yoke",
4511 "zerofrom",
4512 "zerovec",
4513 ]
4514
4515 [[package]]
4516 name = "icu_locale_core"
4517 version = "2.2.0"
4518 source = "registry+https://github.com/rust-lang/crates.io-index"
4519 checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
4520 dependencies = [
4521 "displaydoc",
4522 "litemap",
4523 "tinystr",
4524 "writeable",
4525 "zerovec",
4526 ]
4527
4528 [[package]]
4529 name = "icu_normalizer"
4530 version = "2.2.0"
4531 source = "registry+https://github.com/rust-lang/crates.io-index"
4532 checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
4533 dependencies = [
4534 "icu_collections",
4535 "icu_normalizer_data",
4536 "icu_properties",
4537 "icu_provider",
4538 "smallvec",
4539 "zerovec",
4540 ]
4541
4542 [[package]]
4543 name = "icu_normalizer_data"
4544 version = "2.2.0"
4545 source = "registry+https://github.com/rust-lang/crates.io-index"
4546 checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
4547
4548 [[package]]
4549 name = "icu_properties"
4550 version = "2.2.0"
4551 source = "registry+https://github.com/rust-lang/crates.io-index"
4552 checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
4553 dependencies = [
4554 "icu_collections",
4555 "icu_locale_core",
4556 "icu_properties_data",
4557 "icu_provider",
4558 "zerotrie",
4559 "zerovec",
4560 ]
4561
4562 [[package]]
4563 name = "icu_properties_data"
4564 version = "2.2.0"
4565 source = "registry+https://github.com/rust-lang/crates.io-index"
4566 checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
4567
4568 [[package]]
4569 name = "icu_provider"
4570 version = "2.2.0"
4571 source = "registry+https://github.com/rust-lang/crates.io-index"
4572 checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
4573 dependencies = [
4574 "displaydoc",
4575 "icu_locale_core",
4576 "writeable",
4577 "yoke",
4578 "zerofrom",
4579 "zerotrie",
4580 "zerovec",
4581 ]
4582
4583 [[package]]
4584 name = "id-arena"
4585 version = "2.3.0"
4586 source = "registry+https://github.com/rust-lang/crates.io-index"
4587 checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
4588
4589 [[package]]
4590 name = "ident_case"
4591 version = "1.0.1"
4592 source = "registry+https://github.com/rust-lang/crates.io-index"
4593 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
4594
4595 [[package]]
4596 name = "idna"
4597 version = "1.1.0"
4598 source = "registry+https://github.com/rust-lang/crates.io-index"
4599 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
4600 dependencies = [
4601 "idna_adapter",
4602 "smallvec",
4603 "utf8_iter",
4604 ]
4605
4606 [[package]]
4607 name = "idna_adapter"
4608 version = "1.2.2"
4609 source = "registry+https://github.com/rust-lang/crates.io-index"
4610 checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
4611 dependencies = [
4612 "icu_normalizer",
4613 "icu_properties",
4614 ]
4615
4616 [[package]]
4617 name = "ignore"
4618 version = "0.4.27"
4619 source = "registry+https://github.com/rust-lang/crates.io-index"
4620 checksum = "fe112b004901c62c2faa11f4f75e9864e0cc5af8da71c9115d184a3aa888749f"
4621 dependencies = [
4622 "crossbeam-deque",
4623 "globset",
4624 "log",
4625 "memchr",
4626 "regex-automata",
4627 "same-file",
4628 "walkdir",
4629 "winapi-util",
4630 ]
4631
4632 [[package]]
4633 name = "image"
4634 version = "0.25.10"
4635 source = "registry+https://github.com/rust-lang/crates.io-index"
4636 checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
4637 dependencies = [
4638 "bytemuck",
4639 "byteorder-lite",
4640 "moxcms",
4641 "num-traits",
4642 "png",
4643 ]
4644
4645 [[package]]
4646 name = "include_dir"
4647 version = "0.7.4"
4648 source = "registry+https://github.com/rust-lang/crates.io-index"
4649 checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
4650 dependencies = [
4651 "include_dir_macros",
4652 ]
4653
4654 [[package]]
4655 name = "include_dir_macros"
4656 version = "0.7.4"
4657 source = "registry+https://github.com/rust-lang/crates.io-index"
4658 checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
4659 dependencies = [
4660 "proc-macro2",
4661 "quote",
4662 ]
4663
4664 [[package]]
4665 name = "indexmap"
4666 version = "1.9.3"
4667 source = "registry+https://github.com/rust-lang/crates.io-index"
4668 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
4669 dependencies = [
4670 "autocfg",
4671 "hashbrown 0.12.3",
4672 "serde",
4673 ]
4674
4675 [[package]]
4676 name = "indexmap"
4677 version = "2.14.0"
4678 source = "registry+https://github.com/rust-lang/crates.io-index"
4679 checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
4680 dependencies = [
4681 "equivalent",
4682 "hashbrown 0.17.1",
4683 "serde",
4684 "serde_core",
4685 ]
4686
4687 [[package]]
4688 name = "infer"
4689 version = "0.22.0"
4690 source = "registry+https://github.com/rust-lang/crates.io-index"
4691 checksum = "f4200d433cbd5178df7797c9c2e75b348b728e39631cf14520d1e2fc424201f4"
4692 dependencies = [
4693 "cfb",
4694 ]
4695
4696 [[package]]
4697 name = "inlinable_string"
4698 version = "0.1.15"
4699 source = "registry+https://github.com/rust-lang/crates.io-index"
4700 checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
4701
4702 [[package]]
4703 name = "inout"
4704 version = "0.1.4"
4705 source = "registry+https://github.com/rust-lang/crates.io-index"
4706 checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
4707 dependencies = [
4708 "block-padding",
4709 "generic-array",
4710 ]
4711
4712 [[package]]
4713 name = "inout"
4714 version = "0.2.2"
4715 source = "registry+https://github.com/rust-lang/crates.io-index"
4716 checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7"
4717 dependencies = [
4718 "hybrid-array",
4719 ]
4720
4721 [[package]]
4722 name = "intaglio"
4723 version = "1.15.1"
4724 source = "registry+https://github.com/rust-lang/crates.io-index"
4725 checksum = "8eca9188c1b20836bb561bc09bb2f54e9ca99b271031b5f3ff183a00c08c98c8"
4726
4727 [[package]]
4728 name = "inventory"
4729 version = "0.3.24"
4730 source = "registry+https://github.com/rust-lang/crates.io-index"
4731 checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
4732 dependencies = [
4733 "rustversion",
4734 ]
4735
4736 [[package]]
4737 name = "ipnet"
4738 version = "2.12.0"
4739 source = "registry+https://github.com/rust-lang/crates.io-index"
4740 checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
4741
4742 [[package]]
4743 name = "is_executable"
4744 version = "1.0.6"
4745 source = "registry+https://github.com/rust-lang/crates.io-index"
4746 checksum = "82cb6a9f675da968c63b6208c641b9dca58fc0133ae53375736b1767b0cab8bd"
4747 dependencies = [
4748 "windows-sys 0.61.2",
4749 ]
4750
4751 [[package]]
4752 name = "is_terminal_polyfill"
4753 version = "1.70.2"
4754 source = "registry+https://github.com/rust-lang/crates.io-index"
4755 checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
4756
4757 [[package]]
4758 name = "itertools"
4759 version = "0.10.5"
4760 source = "registry+https://github.com/rust-lang/crates.io-index"
4761 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
4762 dependencies = [
4763 "either",
4764 ]
4765
4766 [[package]]
4767 name = "itertools"
4768 version = "0.13.0"
4769 source = "registry+https://github.com/rust-lang/crates.io-index"
4770 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
4771 dependencies = [
4772 "either",
4773 ]
4774
4775 [[package]]
4776 name = "itertools"
4777 version = "0.14.0"
4778 source = "registry+https://github.com/rust-lang/crates.io-index"
4779 checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
4780 dependencies = [
4781 "either",
4782 ]
4783
4784 [[package]]
4785 name = "itoa"
4786 version = "1.0.18"
4787 source = "registry+https://github.com/rust-lang/crates.io-index"
4788 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
4789
4790 [[package]]
4791 name = "jiff"
4792 version = "0.2.31"
4793 source = "registry+https://github.com/rust-lang/crates.io-index"
4794 checksum = "ccfe6121cbe750cf81efa362d85c0bde7ea298ec43092d3a193baca59cdbd634"
4795 dependencies = [
4796 "defmt",
4797 "jiff-static",
4798 "jiff-tzdb-platform",
4799 "log",
4800 "portable-atomic",
4801 "portable-atomic-util",
4802 "serde_core",
4803 "windows-link",
4804 ]
4805
4806 [[package]]
4807 name = "jiff-static"
4808 version = "0.2.31"
4809 source = "registry+https://github.com/rust-lang/crates.io-index"
4810 checksum = "e165e897f662d428f3cd3828a919dbe067c2d42bb1031eede74ef9d27ecdedd2"
4811 dependencies = [
4812 "proc-macro2",
4813 "quote",
4814 "syn 2.0.118",
4815 ]
4816
4817 [[package]]
4818 name = "jiff-tzdb"
4819 version = "0.1.8"
4820 source = "registry+https://github.com/rust-lang/crates.io-index"
4821 checksum = "142bd39932ad231f10513df9ab62661fead8719872150b7ad02a2df79f4e141e"
4822
4823 [[package]]
4824 name = "jiff-tzdb-platform"
4825 version = "0.1.3"
4826 source = "registry+https://github.com/rust-lang/crates.io-index"
4827 checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
4828 dependencies = [
4829 "jiff-tzdb",
4830 ]
4831
4832 [[package]]
4833 name = "jni"
4834 version = "0.22.4"
4835 source = "registry+https://github.com/rust-lang/crates.io-index"
4836 checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
4837 dependencies = [
4838 "cfg-if",
4839 "combine",
4840 "jni-macros",
4841 "jni-sys",
4842 "log",
4843 "simd_cesu8",
4844 "thiserror 2.0.18",
4845 "walkdir",
4846 "windows-link",
4847 ]
4848
4849 [[package]]
4850 name = "jni-macros"
4851 version = "0.22.4"
4852 source = "registry+https://github.com/rust-lang/crates.io-index"
4853 checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
4854 dependencies = [
4855 "proc-macro2",
4856 "quote",
4857 "rustc_version",
4858 "simd_cesu8",
4859 "syn 2.0.118",
4860 ]
4861
4862 [[package]]
4863 name = "jni-sys"
4864 version = "0.4.1"
4865 source = "registry+https://github.com/rust-lang/crates.io-index"
4866 checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
4867 dependencies = [
4868 "jni-sys-macros",
4869 ]
4870
4871 [[package]]
4872 name = "jni-sys-macros"
4873 version = "0.4.1"
4874 source = "registry+https://github.com/rust-lang/crates.io-index"
4875 checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
4876 dependencies = [
4877 "quote",
4878 "syn 2.0.118",
4879 ]
4880
4881 [[package]]
4882 name = "jobserver"
4883 version = "0.1.34"
4884 source = "registry+https://github.com/rust-lang/crates.io-index"
4885 checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
4886 dependencies = [
4887 "getrandom 0.3.4",
4888 "libc",
4889 ]
4890
4891 [[package]]
4892 name = "js-sys"
4893 version = "0.3.103"
4894 source = "registry+https://github.com/rust-lang/crates.io-index"
4895 checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
4896 dependencies = [
4897 "cfg-if",
4898 "futures-util",
4899 "wasm-bindgen",
4900 ]
4901
4902 [[package]]
4903 name = "jsonwebtoken"
4904 version = "10.4.0"
4905 source = "registry+https://github.com/rust-lang/crates.io-index"
4906 checksum = "eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc"
4907 dependencies = [
4908 "base64 0.22.1",
4909 "ed25519-dalek",
4910 "getrandom 0.2.17",
4911 "hmac 0.12.1",
4912 "js-sys",
4913 "p256",
4914 "p384",
4915 "pem",
4916 "rand 0.8.6",
4917 "rsa",
4918 "serde",
4919 "serde_json",
4920 "sha2 0.10.9",
4921 "signature",
4922 "simple_asn1",
4923 "zeroize",
4924 ]
4925
4926 [[package]]
4927 name = "kbkdf"
4928 version = "0.1.0-rc.1"
4929 source = "registry+https://github.com/rust-lang/crates.io-index"
4930 checksum = "90ac93c9768b8d587407881c98b0c3a5d3e3049daa73408ebe5bfb1ab1cb9c84"
4931 dependencies = [
4932 "digest 0.11.3",
4933 ]
4934
4935 [[package]]
4936 name = "konst"
4937 version = "0.3.17"
4938 source = "registry+https://github.com/rust-lang/crates.io-index"
4939 checksum = "97feab15b395d1860944abe6a8dd8ed9f8eadfae01750fada8427abda531d887"
4940 dependencies = [
4941 "const_panic",
4942 "konst_kernel",
4943 "typewit",
4944 ]
4945
4946 [[package]]
4947 name = "konst_kernel"
4948 version = "0.3.15"
4949 source = "registry+https://github.com/rust-lang/crates.io-index"
4950 checksum = "e4b1eb7788f3824c629b1116a7a9060d6e898c358ebff59070093d51103dcc3c"
4951 dependencies = [
4952 "typewit",
4953 ]
4954
4955 [[package]]
4956 name = "lazy_static"
4957 version = "1.5.0"
4958 source = "registry+https://github.com/rust-lang/crates.io-index"
4959 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
4960 dependencies = [
4961 "spin 0.9.8",
4962 ]
4963
4964 [[package]]
4965 name = "leb128"
4966 version = "0.2.7"
4967 source = "registry+https://github.com/rust-lang/crates.io-index"
4968 checksum = "c83bff1d572d6b9aeef67ddfc8448e4a3737909cb28e81f97c791b9018703e52"
4969
4970 [[package]]
4971 name = "leb128fmt"
4972 version = "0.1.0"
4973 source = "registry+https://github.com/rust-lang/crates.io-index"
4974 checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
4975
4976 [[package]]
4977 name = "left-right"
4978 version = "0.11.7"
4979 source = "registry+https://github.com/rust-lang/crates.io-index"
4980 checksum = "0f0c21e4c8ff95f487fb34e6f9182875f42c84cef966d29216bf115d9bba835a"
4981 dependencies = [
4982 "crossbeam-utils",
4983 "loom",
4984 "slab",
4985 ]
4986
4987 [[package]]
4988 name = "libbz2-rs-sys"
4989 version = "0.2.5"
4990 source = "registry+https://github.com/rust-lang/crates.io-index"
4991 checksum = "34b357333733e8260735ba5894eb928c02ecc69c78715f01a8019e7fa7f2db4c"
4992
4993 [[package]]
4994 name = "libc"
4995 version = "0.2.186"
4996 source = "registry+https://github.com/rust-lang/crates.io-index"
4997 checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
4998
4999 [[package]]
5000 name = "libm"
5001 version = "0.2.16"
5002 source = "registry+https://github.com/rust-lang/crates.io-index"
5003 checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
5004
5005 [[package]]
5006 name = "libredox"
5007 version = "0.1.18"
5008 source = "registry+https://github.com/rust-lang/crates.io-index"
5009 checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
5010 dependencies = [
5011 "bitflags 2.13.0",
5012 "libc",
5013 "plain",
5014 "redox_syscall 0.9.0",
5015 ]
5016
5017 [[package]]
5018 name = "libsqlite3-sys"
5019 version = "0.30.1"
5020 source = "registry+https://github.com/rust-lang/crates.io-index"
5021 checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
5022 dependencies = [
5023 "pkg-config",
5024 "vcpkg",
5025 ]
5026
5027 [[package]]
5028 name = "lightningcss"
5029 version = "1.0.0-alpha.71"
5030 source = "registry+https://github.com/rust-lang/crates.io-index"
5031 checksum = "cb6314c2f0590ac93c86099b98bb7ba8abcf759bfd89604ffca906472bb54937"
5032 dependencies = [
5033 "ahash",
5034 "bitflags 2.13.0",
5035 "const-str",
5036 "cssparser 0.33.0",
5037 "cssparser-color",
5038 "data-encoding",
5039 "getrandom 0.3.4",
5040 "indexmap 2.14.0",
5041 "itertools 0.10.5",
5042 "lazy_static",
5043 "lightningcss-derive",
5044 "parcel_selectors",
5045 "pastey",
5046 "pathdiff",
5047 "smallvec",
5048 ]
5049
5050 [[package]]
5051 name = "lightningcss-derive"
5052 version = "1.0.0-alpha.43"
5053 source = "registry+https://github.com/rust-lang/crates.io-index"
5054 checksum = "84c12744d1279367caed41739ef094c325d53fb0ffcd4f9b84a368796f870252"
5055 dependencies = [
5056 "convert_case",
5057 "proc-macro2",
5058 "quote",
5059 "syn 1.0.109",
5060 ]
5061
5062 [[package]]
5063 name = "linux-raw-sys"
5064 version = "0.4.15"
5065 source = "registry+https://github.com/rust-lang/crates.io-index"
5066 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
5067
5068 [[package]]
5069 name = "linux-raw-sys"
5070 version = "0.12.1"
5071 source = "registry+https://github.com/rust-lang/crates.io-index"
5072 checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
5073
5074 [[package]]
5075 name = "litemap"
5076 version = "0.8.2"
5077 source = "registry+https://github.com/rust-lang/crates.io-index"
5078 checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
5079
5080 [[package]]
5081 name = "litrs"
5082 version = "1.0.0"
5083 source = "registry+https://github.com/rust-lang/crates.io-index"
5084 checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
5085
5086 [[package]]
5087 name = "lock_api"
5088 version = "0.4.14"
5089 source = "registry+https://github.com/rust-lang/crates.io-index"
5090 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
5091 dependencies = [
5092 "scopeguard",
5093 "serde",
5094 ]
5095
5096 [[package]]
5097 name = "log"
5098 version = "0.4.33"
5099 source = "registry+https://github.com/rust-lang/crates.io-index"
5100 checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
5101
5102 [[package]]
5103 name = "logos"
5104 version = "0.15.1"
5105 source = "registry+https://github.com/rust-lang/crates.io-index"
5106 checksum = "ff472f899b4ec2d99161c51f60ff7075eeb3097069a36050d8037a6325eb8154"
5107 dependencies = [
5108 "logos-derive",
5109 ]
5110
5111 [[package]]
5112 name = "logos-codegen"
5113 version = "0.15.1"
5114 source = "registry+https://github.com/rust-lang/crates.io-index"
5115 checksum = "192a3a2b90b0c05b27a0b2c43eecdb7c415e29243acc3f89cc8247a5b693045c"
5116 dependencies = [
5117 "beef",
5118 "fnv",
5119 "lazy_static",
5120 "proc-macro2",
5121 "quote",
5122 "regex-syntax",
5123 "rustc_version",
5124 "syn 2.0.118",
5125 ]
5126
5127 [[package]]
5128 name = "logos-derive"
5129 version = "0.15.1"
5130 source = "registry+https://github.com/rust-lang/crates.io-index"
5131 checksum = "605d9697bcd5ef3a42d38efc51541aa3d6a4a25f7ab6d1ed0da5ac632a26b470"
5132 dependencies = [
5133 "logos-codegen",
5134 ]
5135
5136 [[package]]
5137 name = "loom"
5138 version = "0.7.2"
5139 source = "registry+https://github.com/rust-lang/crates.io-index"
5140 checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
5141 dependencies = [
5142 "cfg-if",
5143 "generator",
5144 "scoped-tls",
5145 "tracing",
5146 "tracing-subscriber",
5147 ]
5148
5149 [[package]]
5150 name = "lru"
5151 version = "0.16.4"
5152 source = "registry+https://github.com/rust-lang/crates.io-index"
5153 checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
5154 dependencies = [
5155 "hashbrown 0.16.1",
5156 ]
5157
5158 [[package]]
5159 name = "lru-slab"
5160 version = "0.1.2"
5161 source = "registry+https://github.com/rust-lang/crates.io-index"
5162 checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
5163
5164 [[package]]
5165 name = "lzma-rust2"
5166 version = "0.16.4"
5167 source = "registry+https://github.com/rust-lang/crates.io-index"
5168 checksum = "ce716bf1a316f47a280fc76295f6495b5bea4752bca01c3b3885e101b1c23c02"
5169 dependencies = [
5170 "sha2 0.11.0",
5171 ]
5172
5173 [[package]]
5174 name = "lzma-sys"
5175 version = "0.1.20"
5176 source = "registry+https://github.com/rust-lang/crates.io-index"
5177 checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
5178 dependencies = [
5179 "cc",
5180 "libc",
5181 "pkg-config",
5182 ]
5183
5184 [[package]]
5185 name = "mach2"
5186 version = "0.4.3"
5187 source = "registry+https://github.com/rust-lang/crates.io-index"
5188 checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
5189 dependencies = [
5190 "libc",
5191 ]
5192
5193 [[package]]
5194 name = "makenotwork"
5195 version = "0.11.12"
5196 dependencies = [
5197 "ammonia",
5198 "anyhow",
5199 "apple-codesign",
5200 "argon2",
5201 "askama",
5202 "async-stripe",
5203 "async-stripe-billing",
5204 "async-stripe-checkout",
5205 "async-stripe-connect",
5206 "async-stripe-core",
5207 "async-stripe-payment",
5208 "async-stripe-product",
5209 "async-stripe-shared",
5210 "async-stripe-types",
5211 "async-trait",
5212 "authenticode",
5213 "axum",
5214 "axum-extra",
5215 "base64 0.22.1",
5216 "bytes",
5217 "bzip2 0.6.1",
5218 "chacha20poly1305",
5219 "chrono",
5220 "clap",
5221 "const-oid 0.9.6",
5222 "csv",
5223 "dashmap",
5224 "docengine",
5225 "dotenvy",
5226 "email_address",
5227 "flate2",
5228 "fs2",
5229 "gix",
5230 "goblin 0.10.7",
5231 "governor",
5232 "hex",
5233 "hmac 0.13.0",
5234 "http-body-util",
5235 "infer",
5236 "jsonwebtoken",
5237 "lightningcss",
5238 "log",
5239 "makeover",
5240 "makeover-build",
5241 "makeover-geometry",
5242 "memmap2",
5243 "metrics",
5244 "metrics-exporter-prometheus",
5245 "mnw-assumptions",
5246 "object 0.39.1",
5247 "pom-contract",
5248 "proptest",
5249 "rand 0.10.2",
5250 "regex",
5251 "reqwest 0.13.4",
5252 "rustls",
5253 "s3-storage",
5254 "semver",
5255 "serde",
5256 "serde_json",
5257 "sha1 0.11.0",
5258 "sha2 0.11.0",
5259 "sqlx",
5260 "ssh-key",
5261 "subtle",
5262 "syntect",
5263 "tagtree",
5264 "tempfile",
5265 "thiserror 2.0.18",
5266 "tokio",
5267 "tokio-stream",
5268 "tokio-util",
5269 "toml 1.1.3+spec-1.1.0",
5270 "totp-rs",
5271 "tower",
5272 "tower-http 0.7.0",
5273 "tower-sessions",
5274 "tower-sessions-sqlx-store",
5275 "tower_governor",
5276 "tracing",
5277 "tracing-subscriber",
5278 "url",
5279 "urlencoding",
5280 "utoipa",
5281 "utoipa-axum",
5282 "utoipa-swagger-ui",
5283 "uuid",
5284 "webauthn-authenticator-rs",
5285 "webauthn-rs",
5286 "webauthn-rs-proto",
5287 "wiremock",
5288 "x509-cert",
5289 "xz2",
5290 "yara-x",
5291 "zip 8.6.0",
5292 "zstd",
5293 ]
5294
5295 [[package]]
5296 name = "makeover"
5297 version = "2.4.1"
5298 source = "registry+https://github.com/rust-lang/crates.io-index"
5299 checksum = "b0a796c931419e54dd71a8aaa7d62230730e958f3101d37d4c1d3ab7b541b38e"
5300 dependencies = [
5301 "include_dir",
5302 "serde",
5303 "toml 1.1.3+spec-1.1.0",
5304 ]
5305
5306 [[package]]
5307 name = "makeover-build"
5308 version = "0.8.0"
5309 source = "registry+https://github.com/rust-lang/crates.io-index"
5310 checksum = "9b1031fffb3b3848db25543b6c7f3f738e14e6084353aded1d14885e3bee02ef"
5311 dependencies = [
5312 "makeover",
5313 "makeover-geometry",
5314 "makeover-webview",
5315 ]
5316
5317 [[package]]
5318 name = "makeover-geometry"
5319 version = "0.6.2"
5320 source = "registry+https://github.com/rust-lang/crates.io-index"
5321 checksum = "c4e0cbec6b86c225f5d4a793437fee457b9bf8e93786ee3af0212d668ad8f132"
5322
5323 [[package]]
5324 name = "makeover-layout"
5325 version = "0.8.2"
5326 source = "registry+https://github.com/rust-lang/crates.io-index"
5327 checksum = "9883c75a9d26fce10be2b979c01a74f8c07513800a70ec6bf598de1e7d411f1b"
5328
5329 [[package]]
5330 name = "makeover-touch"
5331 version = "0.4.0"
5332 source = "registry+https://github.com/rust-lang/crates.io-index"
5333 checksum = "369083d008157d6d95cd2ac0b8dbfee8689d80eb4c2883b48c2ef627a0116fdb"
5334 dependencies = [
5335 "makeover-geometry",
5336 "makeover-layout",
5337 ]
5338
5339 [[package]]
5340 name = "makeover-webview"
5341 version = "0.16.1"
5342 source = "registry+https://github.com/rust-lang/crates.io-index"
5343 checksum = "9a30dd55402695f4771ba6e22e8683c34f13d415df7c6b454faee48ffd985167"
5344 dependencies = [
5345 "makeover-geometry",
5346 "makeover-layout",
5347 "makeover-touch",
5348 ]
5349
5350 [[package]]
5351 name = "maplit"
5352 version = "1.0.2"
5353 source = "registry+https://github.com/rust-lang/crates.io-index"
5354 checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
5355
5356 [[package]]
5357 name = "markup5ever"
5358 version = "0.39.0"
5359 source = "registry+https://github.com/rust-lang/crates.io-index"
5360 checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de"
5361 dependencies = [
5362 "log",
5363 "tendril",
5364 "web_atoms",
5365 ]
5366
5367 [[package]]
5368 name = "matchers"
5369 version = "0.2.0"
5370 source = "registry+https://github.com/rust-lang/crates.io-index"
5371 checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
5372 dependencies = [
5373 "regex-automata",
5374 ]
5375
5376 [[package]]
5377 name = "matchit"
5378 version = "0.8.4"
5379 source = "registry+https://github.com/rust-lang/crates.io-index"
5380 checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
5381
5382 [[package]]
5383 name = "md-5"
5384 version = "0.10.6"
5385 source = "registry+https://github.com/rust-lang/crates.io-index"
5386 checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
5387 dependencies = [
5388 "cfg-if",
5389 "digest 0.10.7",
5390 ]
5391
5392 [[package]]
5393 name = "md-5"
5394 version = "0.11.0"
5395 source = "registry+https://github.com/rust-lang/crates.io-index"
5396 checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
5397 dependencies = [
5398 "cfg-if",
5399 "digest 0.11.3",
5400 ]
5401
5402 [[package]]
5403 name = "md2"
5404 version = "0.10.2"
5405 source = "registry+https://github.com/rust-lang/crates.io-index"
5406 checksum = "1f4f0f3ed25ff4f8d8d102288d92f900efc202661c884cf67dfe4f0d07c43d1f"
5407 dependencies = [
5408 "digest 0.10.7",
5409 ]
5410
5411 [[package]]
5412 name = "memchr"
5413 version = "2.8.2"
5414 source = "registry+https://github.com/rust-lang/crates.io-index"
5415 checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
5416
5417 [[package]]
5418 name = "memfd"
5419 version = "0.6.5"
5420 source = "registry+https://github.com/rust-lang/crates.io-index"
5421 checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
5422 dependencies = [
5423 "rustix 1.1.4",
5424 ]
5425
5426 [[package]]
5427 name = "memmap2"
5428 version = "0.9.11"
5429 source = "registry+https://github.com/rust-lang/crates.io-index"
5430 checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
5431 dependencies = [
5432 "libc",
5433 ]
5434
5435 [[package]]
5436 name = "metrics"
5437 version = "0.24.6"
5438 source = "registry+https://github.com/rust-lang/crates.io-index"
5439 checksum = "89550ee9f79e88fef3119de263694973a8adb26c21d75322164fb8c493039fe2"
5440 dependencies = [
5441 "portable-atomic",
5442 "rapidhash",
5443 ]
5444
5445 [[package]]
5446 name = "metrics-exporter-prometheus"
5447 version = "0.18.3"
5448 source = "registry+https://github.com/rust-lang/crates.io-index"
5449 checksum = "1db0d8f1fc9e62caebd0319e11eaec5822b0186c171568f0480b46a0137f9108"
5450 dependencies = [
5451 "base64 0.22.1",
5452 "evmap",
5453 "indexmap 2.14.0",
5454 "metrics",
5455 "metrics-util",
5456 "quanta",
5457 "thiserror 2.0.18",
5458 ]
5459
5460 [[package]]
5461 name = "metrics-util"
5462 version = "0.20.4"
5463 source = "registry+https://github.com/rust-lang/crates.io-index"
5464 checksum = "96f8722f8562635f92f8ed992f26df0532266eb03d5202607c20c0d7e9745e13"
5465 dependencies = [
5466 "crossbeam-epoch",
5467 "crossbeam-utils",
5468 "hashbrown 0.16.1",
5469 "metrics",
5470 "quanta",
5471 "rand 0.9.4",
5472 "rand_xoshiro",
5473 "rapidhash",
5474 "sketches-ddsketch",
5475 ]
5476
5477 [[package]]
5478 name = "mime"
5479 version = "0.3.17"
5480 source = "registry+https://github.com/rust-lang/crates.io-index"
5481 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
5482
5483 [[package]]
5484 name = "mime_guess"
5485 version = "2.0.5"
5486 source = "registry+https://github.com/rust-lang/crates.io-index"
5487 checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
5488 dependencies = [
5489 "mime",
5490 "unicase",
5491 ]
5492
5493 [[package]]
5494 name = "mini-internal"
5495 version = "0.1.45"
5496 source = "registry+https://github.com/rust-lang/crates.io-index"
5497 checksum = "2a8df435db5df1dd82a74f77e3c3addf6ab7665079c31e222a64f34f7475d87e"
5498 dependencies = [
5499 "proc-macro2",
5500 "quote",
5501 "syn 2.0.118",
5502 ]
5503
5504 [[package]]
5505 name = "minicbor"
5506 version = "0.25.1"
5507 source = "registry+https://github.com/rust-lang/crates.io-index"
5508 checksum = "c0452a60c1863c1f50b5f77cd295e8d2786849f35883f0b9e18e7e6e1b5691b0"
5509 dependencies = [
5510 "minicbor-derive",
5511 ]
5512
5513 [[package]]
5514 name = "minicbor-derive"
5515 version = "0.15.3"
5516 source = "registry+https://github.com/rust-lang/crates.io-index"
5517 checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
5518 dependencies = [
5519 "proc-macro2",
5520 "quote",
5521 "syn 2.0.118",
5522 ]
5523
5524 [[package]]
5525 name = "minimal-lexical"
5526 version = "0.2.1"
5527 source = "registry+https://github.com/rust-lang/crates.io-index"
5528 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
5529
5530 [[package]]
5531 name = "miniserde"
5532 version = "0.1.45"
5533 source = "registry+https://github.com/rust-lang/crates.io-index"
5534 checksum = "8c48e83ec09ab8a51d4e6be46608bf2a1293a79e2f7ea60246a2ce50eaef44ba"
5535 dependencies = [
5536 "itoa",
5537 "mini-internal",
5538 "zmij",
5539 ]
5540
5541 [[package]]
5542 name = "miniz_oxide"
5543 version = "0.8.9"
5544 source = "registry+https://github.com/rust-lang/crates.io-index"
5545 checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
5546 dependencies = [
5547 "adler2",
5548 "simd-adler32",
5549 ]
5550
5551 [[package]]
5552 name = "mio"
5553 version = "1.2.1"
5554 source = "registry+https://github.com/rust-lang/crates.io-index"
5555 checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
5556 dependencies = [
5557 "libc",
5558 "wasi",
5559 "windows-sys 0.61.2",
5560 ]
5561
5562 [[package]]
5563 name = "mnw-assumptions"
5564 version = "0.1.0"
5565 dependencies = [
5566 "serde",
5567 "subst",
5568 "toml 1.1.3+spec-1.1.0",
5569 ]
5570
5571 [[package]]
5572 name = "moxcms"
5573 version = "0.8.1"
5574 source = "registry+https://github.com/rust-lang/crates.io-index"
5575 checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
5576 dependencies = [
5577 "num-traits",
5578 "pxfm",
5579 ]
5580
5581 [[package]]
5582 name = "new_debug_unreachable"
5583 version = "1.0.6"
5584 source = "registry+https://github.com/rust-lang/crates.io-index"
5585 checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
5586
5587 [[package]]
5588 name = "nom"
5589 version = "7.1.3"
5590 source = "registry+https://github.com/rust-lang/crates.io-index"
5591 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
5592 dependencies = [
5593 "memchr",
5594 "minimal-lexical",
5595 ]
5596
5597 [[package]]
5598 name = "nom"
5599 version = "8.0.0"
5600 source = "registry+https://github.com/rust-lang/crates.io-index"
5601 checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
5602 dependencies = [
5603 "memchr",
5604 ]
5605
5606 [[package]]
5607 name = "nonempty"
5608 version = "0.7.0"
5609 source = "registry+https://github.com/rust-lang/crates.io-index"
5610 checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
5611
5612 [[package]]
5613 name = "nonempty"
5614 version = "0.12.0"
5615 source = "registry+https://github.com/rust-lang/crates.io-index"
5616 checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6"
5617
5618 [[package]]
5619 name = "nonzero_ext"
5620 version = "0.3.0"
5621 source = "registry+https://github.com/rust-lang/crates.io-index"
5622 checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
5623
5624 [[package]]
5625 name = "nu-ansi-term"
5626 version = "0.50.3"
5627 source = "registry+https://github.com/rust-lang/crates.io-index"
5628 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
5629 dependencies = [
5630 "windows-sys 0.61.2",
5631 ]
5632
5633 [[package]]
5634 name = "num-bigint"
5635 version = "0.4.6"
5636 source = "registry+https://github.com/rust-lang/crates.io-index"
5637 checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
5638 dependencies = [
5639 "num-integer",
5640 "num-traits",
5641 ]
5642
5643 [[package]]
5644 name = "num-bigint-dig"
5645 version = "0.8.6"
5646 source = "registry+https://github.com/rust-lang/crates.io-index"
5647 checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
5648 dependencies = [
5649 "lazy_static",
5650 "libm",
5651 "num-integer",
5652 "num-iter",
5653 "num-traits",
5654 "rand 0.8.6",
5655 "smallvec",
5656 "zeroize",
5657 ]
5658
5659 [[package]]
5660 name = "num-conv"
5661 version = "0.2.2"
5662 source = "registry+https://github.com/rust-lang/crates.io-index"
5663 checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
5664
5665 [[package]]
5666 name = "num-derive"
5667 version = "0.4.2"
5668 source = "registry+https://github.com/rust-lang/crates.io-index"
5669 checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
5670 dependencies = [
5671 "proc-macro2",
5672 "quote",
5673 "syn 2.0.118",
5674 ]
5675
5676 [[package]]
5677 name = "num-integer"
5678 version = "0.1.46"
5679 source = "registry+https://github.com/rust-lang/crates.io-index"
5680 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
5681 dependencies = [
5682 "num-traits",
5683 ]
5684
5685 [[package]]
5686 name = "num-iter"
5687 version = "0.1.45"
5688 source = "registry+https://github.com/rust-lang/crates.io-index"
5689 checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
5690 dependencies = [
5691 "autocfg",
5692 "num-integer",
5693 "num-traits",
5694 ]
5695
5696 [[package]]
5697 name = "num-traits"
5698 version = "0.2.19"
5699 source = "registry+https://github.com/rust-lang/crates.io-index"
5700 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
5701 dependencies = [
5702 "autocfg",
5703 "libm",
5704 ]
5705
5706 [[package]]
5707 name = "num_cpus"
5708 version = "1.17.0"
5709 source = "registry+https://github.com/rust-lang/crates.io-index"
5710 checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
5711 dependencies = [
5712 "hermit-abi",
5713 "libc",
5714 ]
5715
5716 [[package]]
5717 name = "object"
5718 version = "0.36.7"
5719 source = "registry+https://github.com/rust-lang/crates.io-index"
5720 checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
5721 dependencies = [
5722 "crc32fast",
5723 "flate2",
5724 "hashbrown 0.15.5",
5725 "indexmap 2.14.0",
5726 "memchr",
5727 "ruzstd 0.7.3",
5728 ]
5729
5730 [[package]]
5731 name = "object"
5732 version = "0.38.1"
5733 source = "registry+https://github.com/rust-lang/crates.io-index"
5734 checksum = "271638cd5fa9cca89c4c304675ca658efc4e64a66c716b7cfe1afb4b9611dbbc"
5735 dependencies = [
5736 "crc32fast",
5737 "hashbrown 0.16.1",
5738 "indexmap 2.14.0",
5739 "memchr",
5740 ]
5741
5742 [[package]]
5743 name = "object"
5744 version = "0.39.1"
5745 source = "registry+https://github.com/rust-lang/crates.io-index"
5746 checksum = "2e5a6c098c7a3b6547378093f5cc30bc54fd361ce711e05293a5cc589562739b"
5747 dependencies = [
5748 "flate2",
5749 "memchr",
5750 "ruzstd 0.8.3",
5751 ]
5752
5753 [[package]]
5754 name = "oid-registry"
5755 version = "0.7.1"
5756 source = "registry+https://github.com/rust-lang/crates.io-index"
5757 checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
5758 dependencies = [
5759 "asn1-rs 0.6.2",
5760 ]
5761
5762 [[package]]
5763 name = "oid-registry"
5764 version = "0.8.1"
5765 source = "registry+https://github.com/rust-lang/crates.io-index"
5766 checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
5767 dependencies = [
5768 "asn1-rs 0.7.2",
5769 ]
5770
5771 [[package]]
5772 name = "once_cell"
5773 version = "1.21.4"
5774 source = "registry+https://github.com/rust-lang/crates.io-index"
5775 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
5776
5777 [[package]]
5778 name = "once_cell_polyfill"
5779 version = "1.70.2"
5780 source = "registry+https://github.com/rust-lang/crates.io-index"
5781 checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
5782
5783 [[package]]
5784 name = "opaque-debug"
5785 version = "0.3.1"
5786 source = "registry+https://github.com/rust-lang/crates.io-index"
5787 checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
5788
5789 [[package]]
5790 name = "openssl-probe"
5791 version = "0.1.6"
5792 source = "registry+https://github.com/rust-lang/crates.io-index"
5793 checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
5794
5795 [[package]]
5796 name = "openssl-probe"
5797 version = "0.2.1"
5798 source = "registry+https://github.com/rust-lang/crates.io-index"
5799 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
5800
5801 [[package]]
5802 name = "option-ext"
5803 version = "0.2.0"
5804 source = "registry+https://github.com/rust-lang/crates.io-index"
5805 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
5806
5807 [[package]]
5808 name = "outref"
5809 version = "0.5.2"
5810 source = "registry+https://github.com/rust-lang/crates.io-index"
5811 checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
5812
5813 [[package]]
5814 name = "p12"
5815 version = "0.6.3"
5816 source = "registry+https://github.com/rust-lang/crates.io-index"
5817 checksum = "d4873306de53fe82e7e484df31e1e947d61514b6ea2ed6cd7b45d63006fd9224"
5818 dependencies = [
5819 "cbc",
5820 "cipher 0.4.4",
5821 "des",
5822 "getrandom 0.2.17",
5823 "hmac 0.12.1",
5824 "lazy_static",
5825 "rc2",
5826 "sha1 0.10.6",
5827 "yasna",
5828 ]
5829
5830 [[package]]
5831 name = "p256"
5832 version = "0.13.2"
5833 source = "registry+https://github.com/rust-lang/crates.io-index"
5834 checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
5835 dependencies = [
5836 "ecdsa",
5837 "elliptic-curve",
5838 "primeorder",
5839 "sha2 0.10.9",
5840 ]
5841
5842 [[package]]
5843 name = "p384"
5844 version = "0.13.1"
5845 source = "registry+https://github.com/rust-lang/crates.io-index"
5846 checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
5847 dependencies = [
5848 "ecdsa",
5849 "elliptic-curve",
5850 "primeorder",
5851 "sha2 0.10.9",
5852 ]
5853
5854 [[package]]
5855 name = "p521"
5856 version = "0.13.3"
5857 source = "registry+https://github.com/rust-lang/crates.io-index"
5858 checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2"
5859 dependencies = [
5860 "base16ct",
5861 "ecdsa",
5862 "elliptic-curve",
5863 "primeorder",
5864 "rand_core 0.6.4",
5865 "sha2 0.10.9",
5866 ]
5867
5868 [[package]]
5869 name = "parcel_selectors"
5870 version = "0.28.2"
5871 source = "registry+https://github.com/rust-lang/crates.io-index"
5872 checksum = "54fd03f1ad26cb6b3ec1b7414fa78a3bd639e7dbb421b1a60513c96ce886a196"
5873 dependencies = [
5874 "bitflags 2.13.0",
5875 "cssparser 0.33.0",
5876 "log",
5877 "phf 0.11.3",
5878 "phf_codegen 0.11.3",
5879 "precomputed-hash",
5880 "rustc-hash 2.1.2",
5881 "smallvec",
5882 ]
5883
5884 [[package]]
5885 name = "parking"
5886 version = "2.2.1"
5887 source = "registry+https://github.com/rust-lang/crates.io-index"
5888 checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
5889
5890 [[package]]
5891 name = "parking_lot"
5892 version = "0.12.5"
5893 source = "registry+https://github.com/rust-lang/crates.io-index"
5894 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
5895 dependencies = [
5896 "lock_api",
5897 "parking_lot_core",
5898 ]
5899
5900 [[package]]
5901 name = "parking_lot_core"
5902 version = "0.9.12"
5903 source = "registry+https://github.com/rust-lang/crates.io-index"
5904 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
5905 dependencies = [
5906 "cfg-if",
5907 "libc",
5908 "redox_syscall 0.5.18",
5909 "smallvec",
5910 "windows-link",
5911 ]
5912
5913 [[package]]
5914 name = "password-hash"
5915 version = "0.5.0"
5916 source = "registry+https://github.com/rust-lang/crates.io-index"
5917 checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
5918 dependencies = [
5919 "base64ct",
5920 "rand_core 0.6.4",
5921 "subtle",
5922 ]
5923
5924 [[package]]
5925 name = "paste"
5926 version = "1.0.15"
5927 source = "registry+https://github.com/rust-lang/crates.io-index"
5928 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
5929
5930 [[package]]
5931 name = "pastey"
5932 version = "0.1.1"
5933 source = "registry+https://github.com/rust-lang/crates.io-index"
5934 checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
5935
5936 [[package]]
5937 name = "pathdiff"
5938 version = "0.2.3"
5939 source = "registry+https://github.com/rust-lang/crates.io-index"
5940 checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
5941
5942 [[package]]
5943 name = "pbkdf2"
5944 version = "0.12.2"
5945 source = "registry+https://github.com/rust-lang/crates.io-index"
5946 checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
5947 dependencies = [
5948 "digest 0.10.7",
5949 "hmac 0.12.1",
5950 ]
5951
5952 [[package]]
5953 name = "pbkdf2"
5954 version = "0.13.0"
5955 source = "registry+https://github.com/rust-lang/crates.io-index"
5956 checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629"
5957 dependencies = [
5958 "digest 0.11.3",
5959 "hmac 0.13.0",
5960 ]
5961
5962 [[package]]
5963 name = "pear"
5964 version = "0.2.9"
5965 source = "registry+https://github.com/rust-lang/crates.io-index"
5966 checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
5967 dependencies = [
5968 "inlinable_string",
5969 "pear_codegen",
5970 "yansi",
5971 ]
5972
5973 [[package]]
5974 name = "pear_codegen"
5975 version = "0.2.9"
5976 source = "registry+https://github.com/rust-lang/crates.io-index"
5977 checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
5978 dependencies = [
5979 "proc-macro2",
5980 "proc-macro2-diagnostics",
5981 "quote",
5982 "syn 2.0.118",
5983 ]
5984
5985 [[package]]
5986 name = "pem"
5987 version = "3.0.6"
5988 source = "registry+https://github.com/rust-lang/crates.io-index"
5989 checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
5990 dependencies = [
5991 "base64 0.22.1",
5992 "serde_core",
5993 ]
5994
5995 [[package]]
5996 name = "pem-rfc7468"
5997 version = "0.7.0"
5998 source = "registry+https://github.com/rust-lang/crates.io-index"
5999 checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
6000 dependencies = [
6001 "base64ct",
6002 ]
6003
6004 [[package]]
6005 name = "percent-encoding"
6006 version = "2.3.2"
6007 source = "registry+https://github.com/rust-lang/crates.io-index"
6008 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
6009
6010 [[package]]
6011 name = "phf"
6012 version = "0.11.3"
6013 source = "registry+https://github.com/rust-lang/crates.io-index"
6014 checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
6015 dependencies = [
6016 "phf_macros",
6017 "phf_shared 0.11.3",
6018 ]
6019
6020 [[package]]
6021 name = "phf"
6022 version = "0.13.1"
6023 source = "registry+https://github.com/rust-lang/crates.io-index"
6024 checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
6025 dependencies = [
6026 "phf_shared 0.13.1",
6027 "serde",
6028 ]
6029
6030 [[package]]
6031 name = "phf_codegen"
6032 version = "0.11.3"
6033 source = "registry+https://github.com/rust-lang/crates.io-index"
6034 checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
6035 dependencies = [
6036 "phf_generator 0.11.3",
6037 "phf_shared 0.11.3",
6038 ]
6039
6040 [[package]]
6041 name = "phf_codegen"
6042 version = "0.13.1"
6043 source = "registry+https://github.com/rust-lang/crates.io-index"
6044 checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
6045 dependencies = [
6046 "phf_generator 0.13.1",
6047 "phf_shared 0.13.1",
6048 ]
6049
6050 [[package]]
6051 name = "phf_generator"
6052 version = "0.11.3"
6053 source = "registry+https://github.com/rust-lang/crates.io-index"
6054 checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
6055 dependencies = [
6056 "phf_shared 0.11.3",
6057 "rand 0.8.6",
6058 ]
6059
6060 [[package]]
6061 name = "phf_generator"
6062 version = "0.13.1"
6063 source = "registry+https://github.com/rust-lang/crates.io-index"
6064 checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
6065 dependencies = [
6066 "fastrand",
6067 "phf_shared 0.13.1",
6068 ]
6069
6070 [[package]]
6071 name = "phf_macros"
6072 version = "0.11.3"
6073 source = "registry+https://github.com/rust-lang/crates.io-index"
6074 checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
6075 dependencies = [
6076 "phf_generator 0.11.3",
6077 "phf_shared 0.11.3",
6078 "proc-macro2",
6079 "quote",
6080 "syn 2.0.118",
6081 ]
6082
6083 [[package]]
6084 name = "phf_shared"
6085 version = "0.11.3"
6086 source = "registry+https://github.com/rust-lang/crates.io-index"
6087 checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
6088 dependencies = [
6089 "siphasher",
6090 ]
6091
6092 [[package]]
6093 name = "phf_shared"
6094 version = "0.13.1"
6095 source = "registry+https://github.com/rust-lang/crates.io-index"
6096 checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
6097 dependencies = [
6098 "siphasher",
6099 ]
6100
6101 [[package]]
6102 name = "pin-project"
6103 version = "1.1.13"
6104 source = "registry+https://github.com/rust-lang/crates.io-index"
6105 checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
6106 dependencies = [
6107 "pin-project-internal",
6108 ]
6109
6110 [[package]]
6111 name = "pin-project-internal"
6112 version = "1.1.13"
6113 source = "registry+https://github.com/rust-lang/crates.io-index"
6114 checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
6115 dependencies = [
6116 "proc-macro2",
6117 "quote",
6118 "syn 2.0.118",
6119 ]
6120
6121 [[package]]
6122 name = "pin-project-lite"
6123 version = "0.2.17"
6124 source = "registry+https://github.com/rust-lang/crates.io-index"
6125 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
6126
6127 [[package]]
6128 name = "pin-utils"
6129 version = "0.1.0"
6130 source = "registry+https://github.com/rust-lang/crates.io-index"
6131 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
6132
6133 [[package]]
6134 name = "pkcs1"
6135 version = "0.7.5"
6136 source = "registry+https://github.com/rust-lang/crates.io-index"
6137 checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
6138 dependencies = [
6139 "der",
6140 "pkcs8",
6141 "spki",
6142 ]
6143
6144 [[package]]
6145 name = "pkcs5"
6146 version = "0.7.1"
6147 source = "registry+https://github.com/rust-lang/crates.io-index"
6148 checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6"
6149 dependencies = [
6150 "aes 0.8.4",
6151 "cbc",
6152 "der",
6153 "pbkdf2 0.12.2",
6154 "scrypt",
6155 "sha2 0.10.9",
6156 "spki",
6157 ]
6158
6159 [[package]]
6160 name = "pkcs8"
6161 version = "0.10.2"
6162 source = "registry+https://github.com/rust-lang/crates.io-index"
6163 checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
6164 dependencies = [
6165 "der",
6166 "pkcs5",
6167 "rand_core 0.6.4",
6168 "spki",
6169 ]
6170
6171 [[package]]
6172 name = "pkg-config"
6173 version = "0.3.33"
6174 source = "registry+https://github.com/rust-lang/crates.io-index"
6175 checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
6176
6177 [[package]]
6178 name = "plain"
6179 version = "0.2.3"
6180 source = "registry+https://github.com/rust-lang/crates.io-index"
6181 checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
6182
6183 [[package]]
6184 name = "plist"
6185 version = "1.10.0"
6186 source = "registry+https://github.com/rust-lang/crates.io-index"
6187 checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
6188 dependencies = [
6189 "base64 0.22.1",
6190 "indexmap 2.14.0",
6191 "quick-xml",
6192 "serde",
6193 "time",
6194 ]
6195
6196 [[package]]
6197 name = "png"
6198 version = "0.18.1"
6199 source = "registry+https://github.com/rust-lang/crates.io-index"
6200 checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
6201 dependencies = [
6202 "bitflags 2.13.0",
6203 "crc32fast",
6204 "fdeflate",
6205 "flate2",
6206 "miniz_oxide",
6207 ]
6208
6209 [[package]]
6210 name = "poly1305"
6211 version = "0.9.1"
6212 source = "registry+https://github.com/rust-lang/crates.io-index"
6213 checksum = "6e2d0073b297041425c7c3df6eb4792d598a15323fe63346852b092eca02904c"
6214 dependencies = [
6215 "cpufeatures 0.3.0",
6216 "universal-hash 0.6.1",
6217 ]
6218
6219 [[package]]
6220 name = "polyval"
6221 version = "0.6.2"
6222 source = "registry+https://github.com/rust-lang/crates.io-index"
6223 checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
6224 dependencies = [
6225 "cfg-if",
6226 "cpufeatures 0.2.17",
6227 "opaque-debug",
6228 "universal-hash 0.5.1",
6229 ]
6230
6231 [[package]]
6232 name = "pom-contract"
6233 version = "0.1.0"
6234 dependencies = [
6235 "serde_json",
6236 "toml 1.1.3+spec-1.1.0",
6237 ]
6238
6239 [[package]]
6240 name = "portable-atomic"
6241 version = "1.13.1"
6242 source = "registry+https://github.com/rust-lang/crates.io-index"
6243 checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
6244
6245 [[package]]
6246 name = "portable-atomic-util"
6247 version = "0.2.7"
6248 source = "registry+https://github.com/rust-lang/crates.io-index"
6249 checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
6250 dependencies = [
6251 "portable-atomic",
6252 ]
6253
6254 [[package]]
6255 name = "postcard"
6256 version = "1.1.3"
6257 source = "registry+https://github.com/rust-lang/crates.io-index"
6258 checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
6259 dependencies = [
6260 "cobs",
6261 "embedded-io 0.4.0",
6262 "embedded-io 0.6.1",
6263 "serde",
6264 ]
6265
6266 [[package]]
6267 name = "potential_utf"
6268 version = "0.1.5"
6269 source = "registry+https://github.com/rust-lang/crates.io-index"
6270 checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
6271 dependencies = [
6272 "zerovec",
6273 ]
6274
6275 [[package]]
6276 name = "powerfmt"
6277 version = "0.2.0"
6278 source = "registry+https://github.com/rust-lang/crates.io-index"
6279 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
6280
6281 [[package]]
6282 name = "ppmd-rust"
6283 version = "1.4.0"
6284 source = "registry+https://github.com/rust-lang/crates.io-index"
6285 checksum = "efca4c95a19a79d1c98f791f10aebd5c1363b473244630bb7dbde1dc98455a24"
6286
6287 [[package]]
6288 name = "ppv-lite86"
6289 version = "0.2.21"
6290 source = "registry+https://github.com/rust-lang/crates.io-index"
6291 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
6292 dependencies = [
6293 "zerocopy",
6294 ]
6295
6296 [[package]]
6297 name = "precomputed-hash"
6298 version = "0.1.1"
6299 source = "registry+https://github.com/rust-lang/crates.io-index"
6300 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
6301
6302 [[package]]
6303 name = "primeorder"
6304 version = "0.13.6"
6305 source = "registry+https://github.com/rust-lang/crates.io-index"
6306 checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
6307 dependencies = [
6308 "elliptic-curve",
6309 ]
6310
6311 [[package]]
6312 name = "proc-macro-error-attr2"
6313 version = "2.0.0"
6314 source = "registry+https://github.com/rust-lang/crates.io-index"
6315 checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
6316 dependencies = [
6317 "proc-macro2",
6318 "quote",
6319 ]
6320
6321 [[package]]
6322 name = "proc-macro-error2"
6323 version = "2.0.1"
6324 source = "registry+https://github.com/rust-lang/crates.io-index"
6325 checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
6326 dependencies = [
6327 "proc-macro-error-attr2",
6328 "proc-macro2",
6329 "quote",
6330 "syn 2.0.118",
6331 ]
6332
6333 [[package]]
6334 name = "proc-macro2"
6335 version = "1.0.106"
6336 source = "registry+https://github.com/rust-lang/crates.io-index"
6337 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
6338 dependencies = [
6339 "unicode-ident",
6340 ]
6341
6342 [[package]]
6343 name = "proc-macro2-diagnostics"
6344 version = "0.10.1"
6345 source = "registry+https://github.com/rust-lang/crates.io-index"
6346 checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
6347 dependencies = [
6348 "proc-macro2",
6349 "quote",
6350 "syn 2.0.118",
6351 "version_check",
6352 "yansi",
6353 ]
6354
6355 [[package]]
6356 name = "prodash"
6357 version = "31.0.0"
6358 source = "registry+https://github.com/rust-lang/crates.io-index"
6359 checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c"
6360 dependencies = [
6361 "parking_lot",
6362 ]
6363
6364 [[package]]
6365 name = "proptest"
6366 version = "1.11.0"
6367 source = "registry+https://github.com/rust-lang/crates.io-index"
6368 checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
6369 dependencies = [
6370 "bit-set",
6371 "bit-vec",
6372 "bitflags 2.13.0",
6373 "num-traits",
6374 "rand 0.9.4",
6375 "rand_chacha 0.9.0",
6376 "rand_xorshift",
6377 "regex-syntax",
6378 "rusty-fork",
6379 "tempfile",
6380 "unarray",
6381 ]
6382
6383 [[package]]
6384 name = "protobuf"
6385 version = "3.7.2"
6386 source = "registry+https://github.com/rust-lang/crates.io-index"
6387 checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
6388 dependencies = [
6389 "once_cell",
6390 "protobuf-support",
6391 "thiserror 1.0.69",
6392 ]
6393
6394 [[package]]
6395 name = "protobuf-codegen"
6396 version = "3.7.2"
6397 source = "registry+https://github.com/rust-lang/crates.io-index"
6398 checksum = "5d3976825c0014bbd2f3b34f0001876604fe87e0c86cd8fa54251530f1544ace"
6399 dependencies = [
6400 "anyhow",
6401 "once_cell",
6402 "protobuf",
6403 "protobuf-parse",
6404 "regex",
6405 "tempfile",
6406 "thiserror 1.0.69",
6407 ]
6408
6409 [[package]]
6410 name = "protobuf-parse"
6411 version = "3.7.2"
6412 source = "registry+https://github.com/rust-lang/crates.io-index"
6413 checksum = "b4aeaa1f2460f1d348eeaeed86aea999ce98c1bded6f089ff8514c9d9dbdc973"
6414 dependencies = [
6415 "anyhow",
6416 "indexmap 2.14.0",
6417 "log",
6418 "protobuf",
6419 "protobuf-support",
6420 "tempfile",
6421 "thiserror 1.0.69",
6422 "which",
6423 ]
6424
6425 [[package]]
6426 name = "protobuf-support"
6427 version = "3.7.2"
6428 source = "registry+https://github.com/rust-lang/crates.io-index"
6429 checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
6430 dependencies = [
6431 "thiserror 1.0.69",
6432 ]
6433
6434 [[package]]
6435 name = "psl"
6436 version = "2.1.215"
6437 source = "registry+https://github.com/rust-lang/crates.io-index"
6438 checksum = "caff7403e06671f170c65dc7bf475ed31d6e108c7e0d2440fb4df8ba56cfded6"
6439 dependencies = [
6440 "psl-types",
6441 ]
6442
6443 [[package]]
6444 name = "psl-types"
6445 version = "2.0.11"
6446 source = "registry+https://github.com/rust-lang/crates.io-index"
6447 checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
6448
6449 [[package]]
6450 name = "publicsuffix"
6451 version = "2.3.0"
6452 source = "registry+https://github.com/rust-lang/crates.io-index"
6453 checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf"
6454 dependencies = [
6455 "idna",
6456 "psl-types",
6457 ]
6458
6459 [[package]]
6460 name = "pulldown-cmark"
6461 version = "0.13.4"
6462 source = "registry+https://github.com/rust-lang/crates.io-index"
6463 checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e"
6464 dependencies = [
6465 "bitflags 2.13.0",
6466 "getopts",
6467 "memchr",
6468 "pulldown-cmark-escape",
6469 "unicase",
6470 ]
6471
6472 [[package]]
6473 name = "pulldown-cmark-escape"
6474 version = "0.11.0"
6475 source = "registry+https://github.com/rust-lang/crates.io-index"
6476 checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
6477
6478 [[package]]
6479 name = "pulley-interpreter"
6480 version = "43.0.2"
6481 source = "registry+https://github.com/rust-lang/crates.io-index"
6482 checksum = "7ec12fe19a9588315a49fe5704502a9c02d6a198303314b0c7c86123b06d29e5"
6483 dependencies = [
6484 "cranelift-bitset",
6485 "log",
6486 "pulley-macros",
6487 "wasmtime-internal-core",
6488 ]
6489
6490 [[package]]
6491 name = "pulley-macros"
6492 version = "43.0.2"
6493 source = "registry+https://github.com/rust-lang/crates.io-index"
6494 checksum = "36f7d5ef31ebf1b46cd7e722ffef934e670d7e462f49aa01cde07b9b76dca580"
6495 dependencies = [
6496 "proc-macro2",
6497 "quote",
6498 "syn 2.0.118",
6499 ]
6500
6501 [[package]]
6502 name = "pxfm"
6503 version = "0.1.29"
6504 source = "registry+https://github.com/rust-lang/crates.io-index"
6505 checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f"
6506
6507 [[package]]
6508 name = "qrcodegen"
6509 version = "1.8.0"
6510 source = "registry+https://github.com/rust-lang/crates.io-index"
6511 checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142"
6512
6513 [[package]]
6514 name = "qrcodegen-image"
6515 version = "1.5.1"
6516 source = "registry+https://github.com/rust-lang/crates.io-index"
6517 checksum = "99530e45ded4640c0eab5420fc60f9a0ec1be51a22e49cc8578b9a0d8be70712"
6518 dependencies = [
6519 "base64 0.22.1",
6520 "image",
6521 "qrcodegen",
6522 ]
6523
6524 [[package]]
6525 name = "quanta"
6526 version = "0.12.6"
6527 source = "registry+https://github.com/rust-lang/crates.io-index"
6528 checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
6529 dependencies = [
6530 "crossbeam-utils",
6531 "libc",
6532 "once_cell",
6533 "raw-cpuid",
6534 "wasi",
6535 "web-sys",
6536 "winapi",
6537 ]
6538
6539 [[package]]
6540 name = "quick-error"
6541 version = "1.2.3"
6542 source = "registry+https://github.com/rust-lang/crates.io-index"
6543 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
6544
6545 [[package]]
6546 name = "quick-xml"
6547 version = "0.41.0"
6548 source = "registry+https://github.com/rust-lang/crates.io-index"
6549 checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
6550 dependencies = [
6551 "memchr",
6552 ]
6553
6554 [[package]]
6555 name = "quinn"
6556 version = "0.11.11"
6557 source = "registry+https://github.com/rust-lang/crates.io-index"
6558 checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
6559 dependencies = [
6560 "bytes",
6561 "cfg_aliases",
6562 "pin-project-lite",
6563 "quinn-proto",
6564 "quinn-udp",
6565 "rustc-hash 2.1.2",
6566 "rustls",
6567 "socket2",
6568 "thiserror 2.0.18",
6569 "tokio",
6570 "tracing",
6571 "web-time",
6572 ]
6573
6574 [[package]]
6575 name = "quinn-proto"
6576 version = "0.11.15"
6577 source = "registry+https://github.com/rust-lang/crates.io-index"
6578 checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
6579 dependencies = [
6580 "bytes",
6581 "getrandom 0.3.4",
6582 "lru-slab",
6583 "rand 0.9.4",
6584 "ring",
6585 "rustc-hash 2.1.2",
6586 "rustls",
6587 "rustls-pki-types",
6588 "slab",
6589 "thiserror 2.0.18",
6590 "tinyvec",
6591 "tracing",
6592 "web-time",
6593 ]
6594
6595 [[package]]
6596 name = "quinn-udp"
6597 version = "0.5.14"
6598 source = "registry+https://github.com/rust-lang/crates.io-index"
6599 checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
6600 dependencies = [
6601 "cfg_aliases",
6602 "libc",
6603 "once_cell",
6604 "socket2",
6605 "tracing",
6606 "windows-sys 0.60.2",
6607 ]
6608
6609 [[package]]
6610 name = "quote"
6611 version = "1.0.46"
6612 source = "registry+https://github.com/rust-lang/crates.io-index"
6613 checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
6614 dependencies = [
6615 "proc-macro2",
6616 ]
6617
6618 [[package]]
6619 name = "r-efi"
6620 version = "5.3.0"
6621 source = "registry+https://github.com/rust-lang/crates.io-index"
6622 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
6623
6624 [[package]]
6625 name = "r-efi"
6626 version = "6.0.0"
6627 source = "registry+https://github.com/rust-lang/crates.io-index"
6628 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
6629
6630 [[package]]
6631 name = "radium"
6632 version = "0.7.0"
6633 source = "registry+https://github.com/rust-lang/crates.io-index"
6634 checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
6635
6636 [[package]]
6637 name = "rand"
6638 version = "0.8.6"
6639 source = "registry+https://github.com/rust-lang/crates.io-index"
6640 checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
6641 dependencies = [
6642 "libc",
6643 "rand_chacha 0.3.1",
6644 "rand_core 0.6.4",
6645 ]
6646
6647 [[package]]
6648 name = "rand"
6649 version = "0.9.4"
6650 source = "registry+https://github.com/rust-lang/crates.io-index"
6651 checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
6652 dependencies = [
6653 "rand_chacha 0.9.0",
6654 "rand_core 0.9.5",
6655 ]
6656
6657 [[package]]
6658 name = "rand"
6659 version = "0.10.2"
6660 source = "registry+https://github.com/rust-lang/crates.io-index"
6661 checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
6662 dependencies = [
6663 "chacha20",
6664 "getrandom 0.4.3",
6665 "rand_core 0.10.1",
6666 ]
6667
6668 [[package]]
6669 name = "rand_chacha"
6670 version = "0.3.1"
6671 source = "registry+https://github.com/rust-lang/crates.io-index"
6672 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
6673 dependencies = [
6674 "ppv-lite86",
6675 "rand_core 0.6.4",
6676 ]
6677
6678 [[package]]
6679 name = "rand_chacha"
6680 version = "0.9.0"
6681 source = "registry+https://github.com/rust-lang/crates.io-index"
6682 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
6683 dependencies = [
6684 "ppv-lite86",
6685 "rand_core 0.9.5",
6686 ]
6687
6688 [[package]]
6689 name = "rand_core"
6690 version = "0.6.4"
6691 source = "registry+https://github.com/rust-lang/crates.io-index"
6692 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
6693 dependencies = [
6694 "getrandom 0.2.17",
6695 ]
6696
6697 [[package]]
6698 name = "rand_core"
6699 version = "0.9.5"
6700 source = "registry+https://github.com/rust-lang/crates.io-index"
6701 checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
6702 dependencies = [
6703 "getrandom 0.3.4",
6704 ]
6705
6706 [[package]]
6707 name = "rand_core"
6708 version = "0.10.1"
6709 source = "registry+https://github.com/rust-lang/crates.io-index"
6710 checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
6711
6712 [[package]]
6713 name = "rand_xorshift"
6714 version = "0.4.0"
6715 source = "registry+https://github.com/rust-lang/crates.io-index"
6716 checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
6717 dependencies = [
6718 "rand_core 0.9.5",
6719 ]
6720
6721 [[package]]
6722 name = "rand_xoshiro"
6723 version = "0.7.0"
6724 source = "registry+https://github.com/rust-lang/crates.io-index"
6725 checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
6726 dependencies = [
6727 "rand_core 0.9.5",
6728 ]
6729
6730 [[package]]
6731 name = "rapidhash"
6732 version = "4.4.2"
6733 source = "registry+https://github.com/rust-lang/crates.io-index"
6734 checksum = "32b266a82f4aa99bb5c25e28d11cc44ace63d91adbcbcee4d323e2ae3d49ef37"
6735 dependencies = [
6736 "rustversion",
6737 ]
6738
6739 [[package]]
6740 name = "rasn"
6741 version = "0.20.2"
6742 source = "registry+https://github.com/rust-lang/crates.io-index"
6743 checksum = "e442690f86da40561d5548e7ffb4a18af90d1c1b3536090de847ca2d5a3a6426"
6744 dependencies = [
6745 "arrayvec",
6746 "bitvec",
6747 "bitvec-nom2",
6748 "bytes",
6749 "chrono",
6750 "either",
6751 "hashbrown 0.14.5",
6752 "konst",
6753 "nom 7.1.3",
6754 "num-bigint",
6755 "num-integer",
6756 "num-traits",
6757 "once_cell",
6758 "rasn-derive",
6759 "serde_json",
6760 "snafu",
6761 ]
6762
6763 [[package]]
6764 name = "rasn-derive"
6765 version = "0.20.2"
6766 source = "registry+https://github.com/rust-lang/crates.io-index"
6767 checksum = "96b0d374c7e4e985e6bc97ca7e7ad1d9642a8415db2017777d6e383002edaab2"
6768 dependencies = [
6769 "either",
6770 "itertools 0.13.0",
6771 "proc-macro2",
6772 "quote",
6773 "rayon",
6774 "syn 2.0.118",
6775 "uuid",
6776 ]
6777
6778 [[package]]
6779 name = "raw-cpuid"
6780 version = "11.6.0"
6781 source = "registry+https://github.com/rust-lang/crates.io-index"
6782 checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
6783 dependencies = [
6784 "bitflags 2.13.0",
6785 ]
6786
6787 [[package]]
6788 name = "rayon"
6789 version = "1.12.0"
6790 source = "registry+https://github.com/rust-lang/crates.io-index"
6791 checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
6792 dependencies = [
6793 "either",
6794 "rayon-core",
6795 ]
6796
6797 [[package]]
6798 name = "rayon-core"
6799 version = "1.13.0"
6800 source = "registry+https://github.com/rust-lang/crates.io-index"
6801 checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
6802 dependencies = [
6803 "crossbeam-deque",
6804 "crossbeam-utils",
6805 ]
6806
6807 [[package]]
6808 name = "rc2"
6809 version = "0.8.1"
6810 source = "registry+https://github.com/rust-lang/crates.io-index"
6811 checksum = "62c64daa8e9438b84aaae55010a93f396f8e60e3911590fcba770d04643fc1dd"
6812 dependencies = [
6813 "cipher 0.4.4",
6814 ]
6815
6816 [[package]]
6817 name = "redox_syscall"
6818 version = "0.5.18"
6819 source = "registry+https://github.com/rust-lang/crates.io-index"
6820 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
6821 dependencies = [
6822 "bitflags 2.13.0",
6823 ]
6824
6825 [[package]]
6826 name = "redox_syscall"
6827 version = "0.9.0"
6828 source = "registry+https://github.com/rust-lang/crates.io-index"
6829 checksum = "c5102a6aaa05aa011a238e178e6bca86d2cb56fc9f586d37cb80f5bca6e07759"
6830 dependencies = [
6831 "bitflags 2.13.0",
6832 ]
6833
6834 [[package]]
6835 name = "redox_users"
6836 version = "0.4.6"
6837 source = "registry+https://github.com/rust-lang/crates.io-index"
6838 checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
6839 dependencies = [
6840 "getrandom 0.2.17",
6841 "libredox",
6842 "thiserror 1.0.69",
6843 ]
6844
6845 [[package]]
6846 name = "ref-cast"
6847 version = "1.0.26"
6848 source = "registry+https://github.com/rust-lang/crates.io-index"
6849 checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
6850 dependencies = [
6851 "ref-cast-impl",
6852 ]
6853
6854 [[package]]
6855 name = "ref-cast-impl"
6856 version = "1.0.26"
6857 source = "registry+https://github.com/rust-lang/crates.io-index"
6858 checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
6859 dependencies = [
6860 "proc-macro2",
6861 "quote",
6862 "syn 3.0.3",
6863 ]
6864
6865 [[package]]
6866 name = "regalloc2"
6867 version = "0.15.1"
6868 source = "registry+https://github.com/rust-lang/crates.io-index"
6869 checksum = "de2c52737737f8609e94f975dee22854a2d5c125772d4b1cf292120f4d45c186"
6870 dependencies = [
6871 "allocator-api2",
6872 "bumpalo",
6873 "hashbrown 0.17.1",
6874 "log",
6875 "rustc-hash 2.1.2",
6876 "smallvec",
6877 ]
6878
6879 [[package]]
6880 name = "regex"
6881 version = "1.12.4"
6882 source = "registry+https://github.com/rust-lang/crates.io-index"
6883 checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
6884 dependencies = [
6885 "aho-corasick",
6886 "memchr",
6887 "regex-automata",
6888 "regex-syntax",
6889 ]
6890
6891 [[package]]
6892 name = "regex-automata"
6893 version = "0.4.14"
6894 source = "registry+https://github.com/rust-lang/crates.io-index"
6895 checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
6896 dependencies = [
6897 "aho-corasick",
6898 "memchr",
6899 "regex-syntax",
6900 ]
6901
6902 [[package]]
6903 name = "regex-lite"
6904 version = "0.1.9"
6905 source = "registry+https://github.com/rust-lang/crates.io-index"
6906 checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
6907
6908 [[package]]
6909 name = "regex-syntax"
6910 version = "0.8.11"
6911 source = "registry+https://github.com/rust-lang/crates.io-index"
6912 checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
6913
6914 [[package]]
6915 name = "reqwest"
6916 version = "0.12.28"
6917 source = "registry+https://github.com/rust-lang/crates.io-index"
6918 checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
6919 dependencies = [
6920 "base64 0.22.1",
6921 "bytes",
6922 "futures-channel",
6923 "futures-core",
6924 "futures-util",
6925 "h2",
6926 "http 1.4.2",
6927 "http-body 1.0.1",
6928 "http-body-util",
6929 "hyper",
6930 "hyper-rustls",
6931 "hyper-util",
6932 "js-sys",
6933 "log",
6934 "percent-encoding",
6935 "pin-project-lite",
6936 "quinn",
6937 "rustls",
6938 "rustls-native-certs 0.8.4",
6939 "rustls-pki-types",
6940 "serde",
6941 "serde_json",
6942 "serde_urlencoded",
6943 "sync_wrapper",
6944 "tokio",
6945 "tokio-rustls",
6946 "tower",
6947 "tower-http 0.6.11",
6948 "tower-service",
6949 "url",
6950 "wasm-bindgen",
6951 "wasm-bindgen-futures",
6952 "web-sys",
6953 "webpki-roots",
6954 ]
6955
6956 [[package]]
6957 name = "reqwest"
6958 version = "0.13.4"
6959 source = "registry+https://github.com/rust-lang/crates.io-index"
6960 checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
6961 dependencies = [
6962 "base64 0.22.1",
6963 "bytes",
6964 "cookie",
6965 "cookie_store",
6966 "encoding_rs",
6967 "futures-core",
6968 "h2",
6969 "http 1.4.2",
6970 "http-body 1.0.1",
6971 "http-body-util",
6972 "hyper",
6973 "hyper-rustls",
6974 "hyper-util",
6975 "js-sys",
6976 "log",
6977 "mime",
6978 "percent-encoding",
6979 "pin-project-lite",
6980 "rustls",
6981 "rustls-pki-types",
6982 "rustls-platform-verifier",
6983 "serde",
6984 "serde_json",
6985 "serde_urlencoded",
6986 "sync_wrapper",
6987 "tokio",
6988 "tokio-rustls",
6989 "tower",
6990 "tower-http 0.6.11",
6991 "tower-service",
6992 "url",
6993 "wasm-bindgen",
6994 "wasm-bindgen-futures",
6995 "web-sys",
6996 ]
6997
6998 [[package]]
6999 name = "rfc6979"
7000 version = "0.4.0"
7001 source = "registry+https://github.com/rust-lang/crates.io-index"
7002 checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
7003 dependencies = [
7004 "hmac 0.12.1",
7005 "subtle",
7006 ]
7007
7008 [[package]]
7009 name = "ring"
7010 version = "0.17.14"
7011 source = "registry+https://github.com/rust-lang/crates.io-index"
7012 checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
7013 dependencies = [
7014 "cc",
7015 "cfg-if",
7016 "getrandom 0.2.17",
7017 "libc",
7018 "untrusted",
7019 "windows-sys 0.52.0",
7020 ]
7021
7022 [[package]]
7023 name = "rmp"
7024 version = "0.8.15"
7025 source = "registry+https://github.com/rust-lang/crates.io-index"
7026 checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c"
7027 dependencies = [
7028 "num-traits",
7029 ]
7030
7031 [[package]]
7032 name = "rmp-serde"
7033 version = "1.3.1"
7034 source = "registry+https://github.com/rust-lang/crates.io-index"
7035 checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155"
7036 dependencies = [
7037 "rmp",
7038 "serde",
7039 ]
7040
7041 [[package]]
7042 name = "rowan"
7043 version = "0.16.1"
7044 source = "registry+https://github.com/rust-lang/crates.io-index"
7045 checksum = "417a3a9f582e349834051b8a10c8d71ca88da4211e4093528e36b9845f6b5f21"
7046 dependencies = [
7047 "countme",
7048 "hashbrown 0.14.5",
7049 "rustc-hash 1.1.0",
7050 "text-size",
7051 ]
7052
7053 [[package]]
7054 name = "roxmltree"
7055 version = "0.21.1"
7056 source = "registry+https://github.com/rust-lang/crates.io-index"
7057 checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
7058 dependencies = [
7059 "memchr",
7060 ]
7061
7062 [[package]]
7063 name = "rsa"
7064 version = "0.9.10"
7065 source = "registry+https://github.com/rust-lang/crates.io-index"
7066 checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
7067 dependencies = [
7068 "const-oid 0.9.6",
7069 "digest 0.10.7",
7070 "num-bigint-dig",
7071 "num-integer",
7072 "num-traits",
7073 "pkcs1",
7074 "pkcs8",
7075 "rand_core 0.6.4",
7076 "sha2 0.10.9",
7077 "signature",
7078 "spki",
7079 "subtle",
7080 "zeroize",
7081 ]
7082
7083 [[package]]
7084 name = "rust-embed"
7085 version = "8.12.0"
7086 source = "registry+https://github.com/rust-lang/crates.io-index"
7087 checksum = "e9e7760e252aaba7b09f4be00e36476cf585bdb68a53552ac954cdf504ab4bc9"
7088 dependencies = [
7089 "rust-embed-impl",
7090 "rust-embed-utils",
7091 "walkdir",
7092 ]
7093
7094 [[package]]
7095 name = "rust-embed-impl"
7096 version = "8.12.0"
7097 source = "registry+https://github.com/rust-lang/crates.io-index"
7098 checksum = "3bcfc4d6f53af43755f7a723e4b6b8794fcce052a178dd8c6c1dadc5f5343097"
7099 dependencies = [
7100 "mime_guess",
7101 "proc-macro2",
7102 "quote",
7103 "rust-embed-utils",
7104 "syn 2.0.118",
7105 "walkdir",
7106 ]
7107
7108 [[package]]
7109 name = "rust-embed-utils"
7110 version = "8.12.0"
7111 source = "registry+https://github.com/rust-lang/crates.io-index"
7112 checksum = "42ffa149f6aa81b58a5b3011d01a857c4ed12c7a732d2c51947a4c7c692185f0"
7113 dependencies = [
7114 "sha2 0.11.0",
7115 "walkdir",
7116 ]
7117
7118 [[package]]
7119 name = "rustc-hash"
7120 version = "1.1.0"
7121 source = "registry+https://github.com/rust-lang/crates.io-index"
7122 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
7123
7124 [[package]]
7125 name = "rustc-hash"
7126 version = "2.1.2"
7127 source = "registry+https://github.com/rust-lang/crates.io-index"
7128 checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
7129
7130 [[package]]
7131 name = "rustc_version"
7132 version = "0.4.1"
7133 source = "registry+https://github.com/rust-lang/crates.io-index"
7134 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
7135 dependencies = [
7136 "semver",
7137 ]
7138
7139 [[package]]
7140 name = "rusticata-macros"
7141 version = "4.1.0"
7142 source = "registry+https://github.com/rust-lang/crates.io-index"
7143 checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
7144 dependencies = [
7145 "nom 7.1.3",
7146 ]
7147
7148 [[package]]
7149 name = "rustix"
7150 version = "0.38.44"
7151 source = "registry+https://github.com/rust-lang/crates.io-index"
7152 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
7153 dependencies = [
7154 "bitflags 2.13.0",
7155 "errno",
7156 "libc",
7157 "linux-raw-sys 0.4.15",
7158 "windows-sys 0.59.0",
7159 ]
7160
7161 [[package]]
7162 name = "rustix"
7163 version = "1.1.4"
7164 source = "registry+https://github.com/rust-lang/crates.io-index"
7165 checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
7166 dependencies = [
7167 "bitflags 2.13.0",
7168 "errno",
7169 "libc",
7170 "linux-raw-sys 0.12.1",
7171 "windows-sys 0.61.2",
7172 ]
7173
7174 [[package]]
7175 name = "rustls"
7176 version = "0.23.41"
7177 source = "registry+https://github.com/rust-lang/crates.io-index"
7178 checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
7179 dependencies = [
7180 "log",
7181 "once_cell",
7182 "ring",
7183 "rustls-pki-types",
7184 "rustls-webpki",
7185 "subtle",
7186 "zeroize",
7187 ]
7188
7189 [[package]]
7190 name = "rustls-native-certs"
7191 version = "0.7.3"
7192 source = "registry+https://github.com/rust-lang/crates.io-index"
7193 checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
7194 dependencies = [
7195 "openssl-probe 0.1.6",
7196 "rustls-pemfile",
7197 "rustls-pki-types",
7198 "schannel",
7199 "security-framework 2.11.1",
7200 ]
7201
7202 [[package]]
7203 name = "rustls-native-certs"
7204 version = "0.8.4"
7205 source = "registry+https://github.com/rust-lang/crates.io-index"
7206 checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
7207 dependencies = [
7208 "openssl-probe 0.2.1",
7209 "rustls-pki-types",
7210 "schannel",
7211 "security-framework 3.7.0",
7212 ]
7213
7214 [[package]]
7215 name = "rustls-pemfile"
7216 version = "2.2.0"
7217 source = "registry+https://github.com/rust-lang/crates.io-index"
7218 checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
7219 dependencies = [
7220 "rustls-pki-types",
7221 ]
7222
7223 [[package]]
7224 name = "rustls-pki-types"
7225 version = "1.15.0"
7226 source = "registry+https://github.com/rust-lang/crates.io-index"
7227 checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
7228 dependencies = [
7229 "web-time",
7230 "zeroize",
7231 ]
7232
7233 [[package]]
7234 name = "rustls-platform-verifier"
7235 version = "0.7.0"
7236 source = "registry+https://github.com/rust-lang/crates.io-index"
7237 checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
7238 dependencies = [
7239 "core-foundation 0.10.1",
7240 "core-foundation-sys",
7241 "jni",
7242 "log",
7243 "once_cell",
7244 "rustls",
7245 "rustls-native-certs 0.8.4",
7246 "rustls-platform-verifier-android",
7247 "rustls-webpki",
7248 "security-framework 3.7.0",
7249 "security-framework-sys",
7250 "webpki-root-certs",
7251 "windows-sys 0.61.2",
7252 ]
7253
7254 [[package]]
7255 name = "rustls-platform-verifier-android"
7256 version = "0.1.1"
7257 source = "registry+https://github.com/rust-lang/crates.io-index"
7258 checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
7259
7260 [[package]]
7261 name = "rustls-webpki"
7262 version = "0.103.13"
7263 source = "registry+https://github.com/rust-lang/crates.io-index"
7264 checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
7265 dependencies = [
7266 "ring",
7267 "rustls-pki-types",
7268 "untrusted",
7269 ]
7270
7271 [[package]]
7272 name = "rustversion"
7273 version = "1.0.22"
7274 source = "registry+https://github.com/rust-lang/crates.io-index"
7275 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
7276
7277 [[package]]
7278 name = "rusty-fork"
7279 version = "0.3.1"
7280 source = "registry+https://github.com/rust-lang/crates.io-index"
7281 checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
7282 dependencies = [
7283 "fnv",
7284 "quick-error",
7285 "tempfile",
7286 "wait-timeout",
7287 ]
7288
7289 [[package]]
7290 name = "ruzstd"
7291 version = "0.7.3"
7292 source = "registry+https://github.com/rust-lang/crates.io-index"
7293 checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f"
7294 dependencies = [
7295 "twox-hash 1.6.3",
7296 ]
7297
7298 [[package]]
7299 name = "ruzstd"
7300 version = "0.8.3"
7301 source = "registry+https://github.com/rust-lang/crates.io-index"
7302 checksum = "a7c1c839d570d835527c9a5e4db7cb2198683a988cb9d7293fc8674e6bd58fc8"
7303 dependencies = [
7304 "twox-hash 2.1.2",
7305 ]
7306
7307 [[package]]
7308 name = "ryu"
7309 version = "1.0.23"
7310 source = "registry+https://github.com/rust-lang/crates.io-index"
7311 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
7312
7313 [[package]]
7314 name = "s3-storage"
7315 version = "0.1.1"
7316 dependencies = [
7317 "aws-config",
7318 "aws-sdk-s3",
7319 "aws-smithy-http-client",
7320 "bytes",
7321 "tokio",
7322 "tracing",
7323 ]
7324
7325 [[package]]
7326 name = "salsa20"
7327 version = "0.10.2"
7328 source = "registry+https://github.com/rust-lang/crates.io-index"
7329 checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
7330 dependencies = [
7331 "cipher 0.4.4",
7332 ]
7333
7334 [[package]]
7335 name = "same-file"
7336 version = "1.0.6"
7337 source = "registry+https://github.com/rust-lang/crates.io-index"
7338 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
7339 dependencies = [
7340 "winapi-util",
7341 ]
7342
7343 [[package]]
7344 name = "schannel"
7345 version = "0.1.29"
7346 source = "registry+https://github.com/rust-lang/crates.io-index"
7347 checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
7348 dependencies = [
7349 "windows-sys 0.61.2",
7350 ]
7351
7352 [[package]]
7353 name = "schemars"
7354 version = "0.9.0"
7355 source = "registry+https://github.com/rust-lang/crates.io-index"
7356 checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
7357 dependencies = [
7358 "dyn-clone",
7359 "ref-cast",
7360 "serde",
7361 "serde_json",
7362 ]
7363
7364 [[package]]
7365 name = "schemars"
7366 version = "1.2.2"
7367 source = "registry+https://github.com/rust-lang/crates.io-index"
7368 checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
7369 dependencies = [
7370 "dyn-clone",
7371 "ref-cast",
7372 "serde",
7373 "serde_json",
7374 ]
7375
7376 [[package]]
7377 name = "scoped-tls"
7378 version = "1.0.1"
7379 source = "registry+https://github.com/rust-lang/crates.io-index"
7380 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
7381
7382 [[package]]
7383 name = "scopeguard"
7384 version = "1.2.0"
7385 source = "registry+https://github.com/rust-lang/crates.io-index"
7386 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
7387
7388 [[package]]
7389 name = "scroll"
7390 version = "0.12.0"
7391 source = "registry+https://github.com/rust-lang/crates.io-index"
7392 checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
7393 dependencies = [
7394 "scroll_derive 0.12.1",
7395 ]
7396
7397 [[package]]
7398 name = "scroll"
7399 version = "0.13.0"
7400 source = "registry+https://github.com/rust-lang/crates.io-index"
7401 checksum = "c1257cd4248b4132760d6524d6dda4e053bc648c9070b960929bf50cfb1e7add"
7402 dependencies = [
7403 "scroll_derive 0.13.1",
7404 ]
7405
7406 [[package]]
7407 name = "scroll_derive"
7408 version = "0.12.1"
7409 source = "registry+https://github.com/rust-lang/crates.io-index"
7410 checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
7411 dependencies = [
7412 "proc-macro2",
7413 "quote",
7414 "syn 2.0.118",
7415 ]
7416
7417 [[package]]
7418 name = "scroll_derive"
7419 version = "0.13.1"
7420 source = "registry+https://github.com/rust-lang/crates.io-index"
7421 checksum = "ed76efe62313ab6610570951494bdaa81568026e0318eaa55f167de70eeea67d"
7422 dependencies = [
7423 "proc-macro2",
7424 "quote",
7425 "syn 2.0.118",
7426 ]
7427
7428 [[package]]
7429 name = "scrypt"
7430 version = "0.11.0"
7431 source = "registry+https://github.com/rust-lang/crates.io-index"
7432 checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
7433 dependencies = [
7434 "pbkdf2 0.12.2",
7435 "salsa20",
7436 "sha2 0.10.9",
7437 ]
7438
7439 [[package]]
7440 name = "sec1"
7441 version = "0.7.3"
7442 source = "registry+https://github.com/rust-lang/crates.io-index"
7443 checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
7444 dependencies = [
7445 "base16ct",
7446 "der",
7447 "generic-array",
7448 "pkcs8",
7449 "subtle",
7450 "zeroize",
7451 ]
7452
7453 [[package]]
7454 name = "security-framework"
7455 version = "2.11.1"
7456 source = "registry+https://github.com/rust-lang/crates.io-index"
7457 checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
7458 dependencies = [
7459 "bitflags 2.13.0",
7460 "core-foundation 0.9.4",
7461 "core-foundation-sys",
7462 "libc",
7463 "security-framework-sys",
7464 ]
7465
7466 [[package]]
7467 name = "security-framework"
7468 version = "3.7.0"
7469 source = "registry+https://github.com/rust-lang/crates.io-index"
7470 checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
7471 dependencies = [
7472 "bitflags 2.13.0",
7473 "core-foundation 0.10.1",
7474 "core-foundation-sys",
7475 "libc",
7476 "security-framework-sys",
7477 ]
7478
7479 [[package]]
7480 name = "security-framework-sys"
7481 version = "2.17.0"
7482 source = "registry+https://github.com/rust-lang/crates.io-index"
7483 checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
7484 dependencies = [
7485 "core-foundation-sys",
7486 "libc",
7487 ]
7488
7489 [[package]]
7490 name = "semver"
7491 version = "1.0.28"
7492 source = "registry+https://github.com/rust-lang/crates.io-index"
7493 checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
7494
7495 [[package]]
7496 name = "serde"
7497 version = "1.0.228"
7498 source = "registry+https://github.com/rust-lang/crates.io-index"
7499 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
7500 dependencies = [
7501 "serde_core",
7502 "serde_derive",
7503 ]
7504
7505 [[package]]
7506 name = "serde-xml-rs"
7507 version = "0.6.0"
7508 source = "registry+https://github.com/rust-lang/crates.io-index"
7509 checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782"
7510 dependencies = [
7511 "log",
7512 "serde",
7513 "thiserror 1.0.69",
7514 "xml-rs",
7515 ]
7516
7517 [[package]]
7518 name = "serde_bytes"
7519 version = "0.11.19"
7520 source = "registry+https://github.com/rust-lang/crates.io-index"
7521 checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
7522 dependencies = [
7523 "serde",
7524 "serde_core",
7525 ]
7526
7527 [[package]]
7528 name = "serde_cbor_2"
7529 version = "0.13.0"
7530 source = "registry+https://github.com/rust-lang/crates.io-index"
7531 checksum = "34aec2709de9078e077090abd848e967abab63c9fb3fdb5d4799ad359d8d482c"
7532 dependencies = [
7533 "half",
7534 "serde",
7535 ]
7536
7537 [[package]]
7538 name = "serde_core"
7539 version = "1.0.228"
7540 source = "registry+https://github.com/rust-lang/crates.io-index"
7541 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
7542 dependencies = [
7543 "serde_derive",
7544 ]
7545
7546 [[package]]
7547 name = "serde_derive"
7548 version = "1.0.228"
7549 source = "registry+https://github.com/rust-lang/crates.io-index"
7550 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
7551 dependencies = [
7552 "proc-macro2",
7553 "quote",
7554 "syn 2.0.118",
7555 ]
7556
7557 [[package]]
7558 name = "serde_html_form"
7559 version = "0.2.8"
7560 source = "registry+https://github.com/rust-lang/crates.io-index"
7561 checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
7562 dependencies = [
7563 "form_urlencoded",
7564 "indexmap 2.14.0",
7565 "itoa",
7566 "ryu",
7567 "serde_core",
7568 ]
7569
7570 [[package]]
7571 name = "serde_json"
7572 version = "1.0.150"
7573 source = "registry+https://github.com/rust-lang/crates.io-index"
7574 checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
7575 dependencies = [
7576 "indexmap 2.14.0",
7577 "itoa",
7578 "memchr",
7579 "serde",
7580 "serde_core",
7581 "zmij",
7582 ]
7583
7584 [[package]]
7585 name = "serde_path_to_error"
7586 version = "0.1.20"
7587 source = "registry+https://github.com/rust-lang/crates.io-index"
7588 checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
7589 dependencies = [
7590 "itoa",
7591 "serde",
7592 "serde_core",
7593 ]
7594
7595 [[package]]
7596 name = "serde_qs"
7597 version = "1.1.2"
7598 source = "registry+https://github.com/rust-lang/crates.io-index"
7599 checksum = "67d525c8ff68aa99e5818302259bdd02d86d0303710616f39c0f44846ff6d332"
7600 dependencies = [
7601 "itoa",
7602 "percent-encoding",
7603 "ryu",
7604 "serde",
7605 ]
7606
7607 [[package]]
7608 name = "serde_spanned"
7609 version = "0.6.9"
7610 source = "registry+https://github.com/rust-lang/crates.io-index"
7611 checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
7612 dependencies = [
7613 "serde",
7614 ]
7615
7616 [[package]]
7617 name = "serde_spanned"
7618 version = "1.1.1"
7619 source = "registry+https://github.com/rust-lang/crates.io-index"
7620 checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
7621 dependencies = [
7622 "serde_core",
7623 ]
7624
7625 [[package]]
7626 name = "serde_urlencoded"
7627 version = "0.7.1"
7628 source = "registry+https://github.com/rust-lang/crates.io-index"
7629 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
7630 dependencies = [
7631 "form_urlencoded",
7632 "itoa",
7633 "ryu",
7634 "serde",
7635 ]
7636
7637 [[package]]
7638 name = "serde_with"
7639 version = "3.21.0"
7640 source = "registry+https://github.com/rust-lang/crates.io-index"
7641 checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
7642 dependencies = [
7643 "base64 0.22.1",
7644 "bs58",
7645 "chrono",
7646 "hex",
7647 "indexmap 1.9.3",
7648 "indexmap 2.14.0",
7649 "schemars 0.9.0",
7650 "schemars 1.2.2",
7651 "serde_core",
7652 "serde_json",
7653 "serde_with_macros",
7654 "time",
7655 ]
7656
7657 [[package]]
7658 name = "serde_with_macros"
7659 version = "3.21.0"
7660 source = "registry+https://github.com/rust-lang/crates.io-index"
7661 checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
7662 dependencies = [
7663 "darling",
7664 "proc-macro2",
7665 "quote",
7666 "syn 2.0.118",
7667 ]
7668
7669 [[package]]
7670 name = "serde_yaml"
7671 version = "0.9.34+deprecated"
7672 source = "registry+https://github.com/rust-lang/crates.io-index"
7673 checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
7674 dependencies = [
7675 "indexmap 2.14.0",
7676 "itoa",
7677 "ryu",
7678 "serde",
7679 "unsafe-libyaml",
7680 ]
7681
7682 [[package]]
7683 name = "sha1"
7684 version = "0.10.6"
7685 source = "registry+https://github.com/rust-lang/crates.io-index"
7686 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
7687 dependencies = [
7688 "cfg-if",
7689 "cpufeatures 0.2.17",
7690 "digest 0.10.7",
7691 ]
7692
7693 [[package]]
7694 name = "sha1"
7695 version = "0.11.0"
7696 source = "registry+https://github.com/rust-lang/crates.io-index"
7697 checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
7698 dependencies = [
7699 "cfg-if",
7700 "cpufeatures 0.3.0",
7701 "digest 0.11.3",
7702 ]
7703
7704 [[package]]
7705 name = "sha1-checked"
7706 version = "0.10.0"
7707 source = "registry+https://github.com/rust-lang/crates.io-index"
7708 checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
7709 dependencies = [
7710 "digest 0.10.7",
7711 "sha1 0.10.6",
7712 ]
7713
7714 [[package]]
7715 name = "sha2"
7716 version = "0.10.9"
7717 source = "registry+https://github.com/rust-lang/crates.io-index"
7718 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
7719 dependencies = [
7720 "cfg-if",
7721 "cpufeatures 0.2.17",
7722 "digest 0.10.7",
7723 ]
7724
7725 [[package]]
7726 name = "sha2"
7727 version = "0.11.0"
7728 source = "registry+https://github.com/rust-lang/crates.io-index"
7729 checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
7730 dependencies = [
7731 "cfg-if",
7732 "cpufeatures 0.3.0",
7733 "digest 0.11.3",
7734 ]
7735
7736 [[package]]
7737 name = "sharded-slab"
7738 version = "0.1.7"
7739 source = "registry+https://github.com/rust-lang/crates.io-index"
7740 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
7741 dependencies = [
7742 "lazy_static",
7743 ]
7744
7745 [[package]]
7746 name = "shell-words"
7747 version = "1.1.1"
7748 source = "registry+https://github.com/rust-lang/crates.io-index"
7749 checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
7750
7751 [[package]]
7752 name = "shlex"
7753 version = "2.0.1"
7754 source = "registry+https://github.com/rust-lang/crates.io-index"
7755 checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
7756
7757 [[package]]
7758 name = "signal-hook-registry"
7759 version = "1.4.8"
7760 source = "registry+https://github.com/rust-lang/crates.io-index"
7761 checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
7762 dependencies = [
7763 "errno",
7764 "libc",
7765 ]
7766
7767 [[package]]
7768 name = "signature"
7769 version = "2.2.0"
7770 source = "registry+https://github.com/rust-lang/crates.io-index"
7771 checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
7772 dependencies = [
7773 "digest 0.10.7",
7774 "rand_core 0.6.4",
7775 ]
7776
7777 [[package]]
7778 name = "simd-adler32"
7779 version = "0.3.9"
7780 source = "registry+https://github.com/rust-lang/crates.io-index"
7781 checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
7782
7783 [[package]]
7784 name = "simd_cesu8"
7785 version = "1.1.1"
7786 source = "registry+https://github.com/rust-lang/crates.io-index"
7787 checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
7788 dependencies = [
7789 "rustc_version",
7790 "simdutf8",
7791 ]
7792
7793 [[package]]
7794 name = "simdutf8"
7795 version = "0.1.5"
7796 source = "registry+https://github.com/rust-lang/crates.io-index"
7797 checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
7798
7799 [[package]]
7800 name = "simple-file-manifest"
7801 version = "0.11.0"
7802 source = "registry+https://github.com/rust-lang/crates.io-index"
7803 checksum = "5dd19be0257552dd56d1bb6946f89f193c6e5b9f13cc9327c4bc84a357507c74"
7804
7805 [[package]]
7806 name = "simple_asn1"
7807 version = "0.6.4"
7808 source = "registry+https://github.com/rust-lang/crates.io-index"
7809 checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
7810 dependencies = [
7811 "num-bigint",
7812 "num-traits",
7813 "thiserror 2.0.18",
7814 "time",
7815 ]
7816
7817 [[package]]
7818 name = "siphasher"
7819 version = "1.0.3"
7820 source = "registry+https://github.com/rust-lang/crates.io-index"
7821 checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
7822
7823 [[package]]
7824 name = "sketches-ddsketch"
7825 version = "0.3.1"
7826 source = "registry+https://github.com/rust-lang/crates.io-index"
7827 checksum = "0c6f73aeb92d671e0cc4dca167e59b2deb6387c375391bc99ee743f326994a2b"
7828
7829 [[package]]
7830 name = "slab"
7831 version = "0.4.12"
7832 source = "registry+https://github.com/rust-lang/crates.io-index"
7833 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
7834
7835 [[package]]
7836 name = "smallvec"
7837 version = "1.15.2"
7838 source = "registry+https://github.com/rust-lang/crates.io-index"
7839 checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
7840 dependencies = [
7841 "serde",
7842 ]
7843
7844 [[package]]
7845 name = "smol_str"
7846 version = "0.3.2"
7847 source = "registry+https://github.com/rust-lang/crates.io-index"
7848 checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
7849 dependencies = [
7850 "borsh",
7851 "serde",
7852 ]
7853
7854 [[package]]
7855 name = "snafu"
7856 version = "0.8.9"
7857 source = "registry+https://github.com/rust-lang/crates.io-index"
7858 checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
7859 dependencies = [
7860 "snafu-derive",
7861 ]
7862
7863 [[package]]
7864 name = "snafu-derive"
7865 version = "0.8.9"
7866 source = "registry+https://github.com/rust-lang/crates.io-index"
7867 checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
7868 dependencies = [
7869 "heck",
7870 "proc-macro2",
7871 "quote",
7872 "syn 2.0.118",
7873 ]
7874
7875 [[package]]
7876 name = "socket2"
7877 version = "0.6.4"
7878 source = "registry+https://github.com/rust-lang/crates.io-index"
7879 checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
7880 dependencies = [
7881 "libc",
7882 "windows-sys 0.61.2",
7883 ]
7884
7885 [[package]]
7886 name = "spake2"
7887 version = "0.4.0"
7888 source = "registry+https://github.com/rust-lang/crates.io-index"
7889 checksum = "c5482afe85a0b6ce956c945401598dbc527593c77ba51d0a87a586938b1b893a"
7890 dependencies = [
7891 "curve25519-dalek",
7892 "hkdf",
7893 "rand_core 0.6.4",
7894 "sha2 0.10.9",
7895 ]
7896
7897 [[package]]
7898 name = "spin"
7899 version = "0.9.8"
7900 source = "registry+https://github.com/rust-lang/crates.io-index"
7901 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
7902 dependencies = [
7903 "lock_api",
7904 ]
7905
7906 [[package]]
7907 name = "spin"
7908 version = "0.10.0"
7909 source = "registry+https://github.com/rust-lang/crates.io-index"
7910 checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
7911
7912 [[package]]
7913 name = "spinning_top"
7914 version = "0.3.0"
7915 source = "registry+https://github.com/rust-lang/crates.io-index"
7916 checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
7917 dependencies = [
7918 "lock_api",
7919 ]
7920
7921 [[package]]
7922 name = "spki"
7923 version = "0.7.3"
7924 source = "registry+https://github.com/rust-lang/crates.io-index"
7925 checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
7926 dependencies = [
7927 "base64ct",
7928 "der",
7929 ]
7930
7931 [[package]]
7932 name = "sqlx"
7933 version = "0.8.6"
7934 source = "registry+https://github.com/rust-lang/crates.io-index"
7935 checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
7936 dependencies = [
7937 "sqlx-core",
7938 "sqlx-macros",
7939 "sqlx-mysql",
7940 "sqlx-postgres",
7941 "sqlx-sqlite",
7942 ]
7943
7944 [[package]]
7945 name = "sqlx-core"
7946 version = "0.8.6"
7947 source = "registry+https://github.com/rust-lang/crates.io-index"
7948 checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
7949 dependencies = [
7950 "base64 0.22.1",
7951 "bytes",
7952 "chrono",
7953 "crc",
7954 "crossbeam-queue",
7955 "either",
7956 "event-listener",
7957 "futures-core",
7958 "futures-intrusive",
7959 "futures-io",
7960 "futures-util",
7961 "hashbrown 0.15.5",
7962 "hashlink",
7963 "indexmap 2.14.0",
7964 "log",
7965 "memchr",
7966 "once_cell",
7967 "percent-encoding",
7968 "serde",
7969 "serde_json",
7970 "sha2 0.10.9",
7971 "smallvec",
7972 "thiserror 2.0.18",
7973 "time",
7974 "tokio",
7975 "tokio-stream",
7976 "tracing",
7977 "url",
7978 "uuid",
7979 ]
7980
7981 [[package]]
7982 name = "sqlx-macros"
7983 version = "0.8.6"
7984 source = "registry+https://github.com/rust-lang/crates.io-index"
7985 checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
7986 dependencies = [
7987 "proc-macro2",
7988 "quote",
7989 "sqlx-core",
7990 "sqlx-macros-core",
7991 "syn 2.0.118",
7992 ]
7993
7994 [[package]]
7995 name = "sqlx-macros-core"
7996 version = "0.8.6"
7997 source = "registry+https://github.com/rust-lang/crates.io-index"
7998 checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
7999 dependencies = [
8000 "dotenvy",
8001 "either",
8002 "heck",
8003 "hex",
8004 "once_cell",
8005 "proc-macro2",
8006 "quote",
8007 "serde",
8008 "serde_json",
8009 "sha2 0.10.9",
8010 "sqlx-core",
8011 "sqlx-mysql",
8012 "sqlx-postgres",
8013 "sqlx-sqlite",
8014 "syn 2.0.118",
8015 "tokio",
8016 "url",
8017 ]
8018
8019 [[package]]
8020 name = "sqlx-mysql"
8021 version = "0.8.6"
8022 source = "registry+https://github.com/rust-lang/crates.io-index"
8023 checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
8024 dependencies = [
8025 "atoi",
8026 "base64 0.22.1",
8027 "bitflags 2.13.0",
8028 "byteorder",
8029 "bytes",
8030 "chrono",
8031 "crc",
8032 "digest 0.10.7",
8033 "dotenvy",
8034 "either",
8035 "futures-channel",
8036 "futures-core",
8037 "futures-io",
8038 "futures-util",
8039 "generic-array",
8040 "hex",
8041 "hkdf",
8042 "hmac 0.12.1",
8043 "itoa",
8044 "log",
8045 "md-5 0.10.6",
8046 "memchr",
8047 "once_cell",
8048 "percent-encoding",
8049 "rand 0.8.6",
8050 "rsa",
8051 "serde",
8052 "sha1 0.10.6",
8053 "sha2 0.10.9",
8054 "smallvec",
8055 "sqlx-core",
8056 "stringprep",
8057 "thiserror 2.0.18",
8058 "time",
8059 "tracing",
8060 "uuid",
8061 "whoami",
8062 ]
8063
8064 [[package]]
8065 name = "sqlx-postgres"
8066 version = "0.8.6"
8067 source = "registry+https://github.com/rust-lang/crates.io-index"
8068 checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
8069 dependencies = [
8070 "atoi",
8071 "base64 0.22.1",
8072 "bitflags 2.13.0",
8073 "byteorder",
8074 "chrono",
8075 "crc",
8076 "dotenvy",
8077 "etcetera",
8078 "futures-channel",
8079 "futures-core",
8080 "futures-util",
8081 "hex",
8082 "hkdf",
8083 "hmac 0.12.1",
8084 "home",
8085 "itoa",
8086 "log",
8087 "md-5 0.10.6",
8088 "memchr",
8089 "once_cell",
8090 "rand 0.8.6",
8091 "serde",
8092 "serde_json",
8093 "sha2 0.10.9",
8094 "smallvec",
8095 "sqlx-core",
8096 "stringprep",
8097 "thiserror 2.0.18",
8098 "time",
8099 "tracing",
8100 "uuid",
8101 "whoami",
8102 ]
8103
8104 [[package]]
8105 name = "sqlx-sqlite"
8106 version = "0.8.6"
8107 source = "registry+https://github.com/rust-lang/crates.io-index"
8108 checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
8109 dependencies = [
8110 "atoi",
8111 "chrono",
8112 "flume",
8113 "futures-channel",
8114 "futures-core",
8115 "futures-executor",
8116 "futures-intrusive",
8117 "futures-util",
8118 "libsqlite3-sys",
8119 "log",
8120 "percent-encoding",
8121 "serde",
8122 "serde_urlencoded",
8123 "sqlx-core",
8124 "thiserror 2.0.18",
8125 "time",
8126 "tracing",
8127 "url",
8128 "uuid",
8129 ]
8130
8131 [[package]]
8132 name = "ssh-cipher"
8133 version = "0.2.0"
8134 source = "registry+https://github.com/rust-lang/crates.io-index"
8135 checksum = "caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f"
8136 dependencies = [
8137 "cipher 0.4.4",
8138 "ssh-encoding",
8139 ]
8140
8141 [[package]]
8142 name = "ssh-encoding"
8143 version = "0.2.0"
8144 source = "registry+https://github.com/rust-lang/crates.io-index"
8145 checksum = "eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15"
8146 dependencies = [
8147 "base64ct",
8148 "pem-rfc7468",
8149 "sha2 0.10.9",
8150 ]
8151
8152 [[package]]
8153 name = "ssh-key"
8154 version = "0.6.7"
8155 source = "registry+https://github.com/rust-lang/crates.io-index"
8156 checksum = "3b86f5297f0f04d08cabaa0f6bff7cb6aec4d9c3b49d87990d63da9d9156a8c3"
8157 dependencies = [
8158 "ed25519-dalek",
8159 "num-bigint-dig",
8160 "p256",
8161 "p384",
8162 "p521",
8163 "rand_core 0.6.4",
8164 "rsa",
8165 "sec1",
8166 "sha2 0.10.9",
8167 "signature",
8168 "ssh-cipher",
8169 "ssh-encoding",
8170 "subtle",
8171 "zeroize",
8172 ]
8173
8174 [[package]]
8175 name = "stable_deref_trait"
8176 version = "1.2.1"
8177 source = "registry+https://github.com/rust-lang/crates.io-index"
8178 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
8179
8180 [[package]]
8181 name = "static_assertions"
8182 version = "1.1.0"
8183 source = "registry+https://github.com/rust-lang/crates.io-index"
8184 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
8185
8186 [[package]]
8187 name = "string_cache"
8188 version = "0.9.0"
8189 source = "registry+https://github.com/rust-lang/crates.io-index"
8190 checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
8191 dependencies = [
8192 "new_debug_unreachable",
8193 "parking_lot",
8194 "phf_shared 0.13.1",
8195 "precomputed-hash",
8196 ]
8197
8198 [[package]]
8199 name = "string_cache_codegen"
8200 version = "0.6.1"
8201 source = "registry+https://github.com/rust-lang/crates.io-index"
8202 checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
8203 dependencies = [
8204 "phf_generator 0.13.1",
8205 "phf_shared 0.13.1",
8206 "proc-macro2",
8207 "quote",
8208 ]
8209
8210 [[package]]
8211 name = "stringprep"
8212 version = "0.1.5"
8213 source = "registry+https://github.com/rust-lang/crates.io-index"
8214 checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
8215 dependencies = [
8216 "unicode-bidi",
8217 "unicode-normalization",
8218 "unicode-properties",
8219 ]
8220
8221 [[package]]
8222 name = "strsim"
8223 version = "0.11.1"
8224 source = "registry+https://github.com/rust-lang/crates.io-index"
8225 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
8226
8227 [[package]]
8228 name = "strum_macros"
8229 version = "0.28.0"
8230 source = "registry+https://github.com/rust-lang/crates.io-index"
8231 checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
8232 dependencies = [
8233 "heck",
8234 "proc-macro2",
8235 "quote",
8236 "syn 2.0.118",
8237 ]
8238
8239 [[package]]
8240 name = "subst"
8241 version = "0.1.0"
8242 dependencies = [
8243 "regex-lite",
8244 ]
8245
8246 [[package]]
8247 name = "subtle"
8248 version = "2.6.1"
8249 source = "registry+https://github.com/rust-lang/crates.io-index"
8250 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
8251
8252 [[package]]
8253 name = "syn"
8254 version = "1.0.109"
8255 source = "registry+https://github.com/rust-lang/crates.io-index"
8256 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
8257 dependencies = [
8258 "proc-macro2",
8259 "quote",
8260 "unicode-ident",
8261 ]
8262
8263 [[package]]
8264 name = "syn"
8265 version = "2.0.118"
8266 source = "registry+https://github.com/rust-lang/crates.io-index"
8267 checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
8268 dependencies = [
8269 "proc-macro2",
8270 "quote",
8271 "unicode-ident",
8272 ]
8273
8274 [[package]]
8275 name = "syn"
8276 version = "3.0.3"
8277 source = "registry+https://github.com/rust-lang/crates.io-index"
8278 checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
8279 dependencies = [
8280 "proc-macro2",
8281 "quote",
8282 "unicode-ident",
8283 ]
8284
8285 [[package]]
8286 name = "sync_wrapper"
8287 version = "1.0.2"
8288 source = "registry+https://github.com/rust-lang/crates.io-index"
8289 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
8290 dependencies = [
8291 "futures-core",
8292 ]
8293
8294 [[package]]
8295 name = "synstructure"
8296 version = "0.13.2"
8297 source = "registry+https://github.com/rust-lang/crates.io-index"
8298 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
8299 dependencies = [
8300 "proc-macro2",
8301 "quote",
8302 "syn 2.0.118",
8303 ]
8304
8305 [[package]]
8306 name = "syntect"
8307 version = "5.3.0"
8308 source = "registry+https://github.com/rust-lang/crates.io-index"
8309 checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925"
8310 dependencies = [
8311 "bincode 1.3.3",
8312 "fancy-regex",
8313 "flate2",
8314 "fnv",
8315 "once_cell",
8316 "regex-syntax",
8317 "serde",
8318 "serde_derive",
8319 "thiserror 2.0.18",
8320 "walkdir",
8321 ]
8322
8323 [[package]]
8324 name = "system-configuration"
8325 version = "0.7.0"
8326 source = "registry+https://github.com/rust-lang/crates.io-index"
8327 checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
8328 dependencies = [
8329 "bitflags 2.13.0",
8330 "core-foundation 0.9.4",
8331 "system-configuration-sys",
8332 ]
8333
8334 [[package]]
8335 name = "system-configuration-sys"
8336 version = "0.6.0"
8337 source = "registry+https://github.com/rust-lang/crates.io-index"
8338 checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
8339 dependencies = [
8340 "core-foundation-sys",
8341 "libc",
8342 ]
8343
8344 [[package]]
8345 name = "tagtree"
8346 version = "0.4.0"
8347
8348 [[package]]
8349 name = "tap"
8350 version = "1.0.1"
8351 source = "registry+https://github.com/rust-lang/crates.io-index"
8352 checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
8353
8354 [[package]]
8355 name = "target-lexicon"
8356 version = "0.13.5"
8357 source = "registry+https://github.com/rust-lang/crates.io-index"
8358 checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
8359
8360 [[package]]
8361 name = "tempfile"
8362 version = "3.27.0"
8363 source = "registry+https://github.com/rust-lang/crates.io-index"
8364 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
8365 dependencies = [
8366 "fastrand",
8367 "getrandom 0.4.3",
8368 "once_cell",
8369 "rustix 1.1.4",
8370 "windows-sys 0.61.2",
8371 ]
8372
8373 [[package]]
8374 name = "tendril"
8375 version = "0.5.0"
8376 source = "registry+https://github.com/rust-lang/crates.io-index"
8377 checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24"
8378 dependencies = [
8379 "new_debug_unreachable",
8380 "utf-8",
8381 ]
8382
8383 [[package]]
8384 name = "termcolor"
8385 version = "1.4.1"
8386 source = "registry+https://github.com/rust-lang/crates.io-index"
8387 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
8388 dependencies = [
8389 "winapi-util",
8390 ]
8391
8392 [[package]]
8393 name = "text-size"
8394 version = "1.1.1"
8395 source = "registry+https://github.com/rust-lang/crates.io-index"
8396 checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
8397
8398 [[package]]
8399 name = "thiserror"
8400 version = "1.0.69"
8401 source = "registry+https://github.com/rust-lang/crates.io-index"
8402 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
8403 dependencies = [
8404 "thiserror-impl 1.0.69",
8405 ]
8406
8407 [[package]]
8408 name = "thiserror"
8409 version = "2.0.18"
8410 source = "registry+https://github.com/rust-lang/crates.io-index"
8411 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
8412 dependencies = [
8413 "thiserror-impl 2.0.18",
8414 ]
8415
8416 [[package]]
8417 name = "thiserror-impl"
8418 version = "1.0.69"
8419 source = "registry+https://github.com/rust-lang/crates.io-index"
8420 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
8421 dependencies = [
8422 "proc-macro2",
8423 "quote",
8424 "syn 2.0.118",
8425 ]
8426
8427 [[package]]
8428 name = "thiserror-impl"
8429 version = "2.0.18"
8430 source = "registry+https://github.com/rust-lang/crates.io-index"
8431 checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
8432 dependencies = [
8433 "proc-macro2",
8434 "quote",
8435 "syn 2.0.118",
8436 ]
8437
8438 [[package]]
8439 name = "thread_local"
8440 version = "1.1.9"
8441 source = "registry+https://github.com/rust-lang/crates.io-index"
8442 checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
8443 dependencies = [
8444 "cfg-if",
8445 ]
8446
8447 [[package]]
8448 name = "time"
8449 version = "0.3.53"
8450 source = "registry+https://github.com/rust-lang/crates.io-index"
8451 checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50"
8452 dependencies = [
8453 "deranged",
8454 "js-sys",
8455 "num-conv",
8456 "powerfmt",
8457 "serde_core",
8458 "time-core",
8459 "time-macros",
8460 ]
8461
8462 [[package]]
8463 name = "time-core"
8464 version = "0.1.9"
8465 source = "registry+https://github.com/rust-lang/crates.io-index"
8466 checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
8467
8468 [[package]]
8469 name = "time-macros"
8470 version = "0.2.31"
8471 source = "registry+https://github.com/rust-lang/crates.io-index"
8472 checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f"
8473 dependencies = [
8474 "num-conv",
8475 "time-core",
8476 ]
8477
8478 [[package]]
8479 name = "tinystr"
8480 version = "0.8.3"
8481 source = "registry+https://github.com/rust-lang/crates.io-index"
8482 checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
8483 dependencies = [
8484 "displaydoc",
8485 "zerovec",
8486 ]
8487
8488 [[package]]
8489 name = "tinyvec"
8490 version = "1.11.0"
8491 source = "registry+https://github.com/rust-lang/crates.io-index"
8492 checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
8493 dependencies = [
8494 "tinyvec_macros",
8495 ]
8496
8497 [[package]]
8498 name = "tinyvec_macros"
8499 version = "0.1.1"
8500 source = "registry+https://github.com/rust-lang/crates.io-index"
8501 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
8502
8503 [[package]]
8504 name = "tinyzip"
8505 version = "0.4.0"
8506 source = "registry+https://github.com/rust-lang/crates.io-index"
8507 checksum = "6847a2bf223d67c916a25d5fb8d197fc1c7c3205421e05d50f3373e092034146"
8508
8509 [[package]]
8510 name = "tls_codec"
8511 version = "0.4.2"
8512 source = "registry+https://github.com/rust-lang/crates.io-index"
8513 checksum = "0de2e01245e2bb89d6f05801c564fa27624dbd7b1846859876c7dad82e90bf6b"
8514 dependencies = [
8515 "tls_codec_derive",
8516 "zeroize",
8517 ]
8518
8519 [[package]]
8520 name = "tls_codec_derive"
8521 version = "0.4.2"
8522 source = "registry+https://github.com/rust-lang/crates.io-index"
8523 checksum = "2d2e76690929402faae40aebdda620a2c0e25dd6d3b9afe48867dfd95991f4bd"
8524 dependencies = [
8525 "proc-macro2",
8526 "quote",
8527 "syn 2.0.118",
8528 ]
8529
8530 [[package]]
8531 name = "tokio"
8532 version = "1.52.3"
8533 source = "registry+https://github.com/rust-lang/crates.io-index"
8534 checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
8535 dependencies = [
8536 "bytes",
8537 "libc",
8538 "mio",
8539 "pin-project-lite",
8540 "signal-hook-registry",
8541 "socket2",
8542 "tokio-macros",
8543 "windows-sys 0.61.2",
8544 ]
8545
8546 [[package]]
8547 name = "tokio-macros"
8548 version = "2.7.0"
8549 source = "registry+https://github.com/rust-lang/crates.io-index"
8550 checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
8551 dependencies = [
8552 "proc-macro2",
8553 "quote",
8554 "syn 2.0.118",
8555 ]
8556
8557 [[package]]
8558 name = "tokio-rustls"
8559 version = "0.26.4"
8560 source = "registry+https://github.com/rust-lang/crates.io-index"
8561 checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
8562 dependencies = [
8563 "rustls",
8564 "tokio",
8565 ]
8566
8567 [[package]]
8568 name = "tokio-stream"
8569 version = "0.1.18"
8570 source = "registry+https://github.com/rust-lang/crates.io-index"
8571 checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
8572 dependencies = [
8573 "futures-core",
8574 "pin-project-lite",
8575 "tokio",
8576 "tokio-util",
8577 ]
8578
8579 [[package]]
8580 name = "tokio-util"
8581 version = "0.7.18"
8582 source = "registry+https://github.com/rust-lang/crates.io-index"
8583 checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
8584 dependencies = [
8585 "bytes",
8586 "futures-core",
8587 "futures-sink",
8588 "pin-project-lite",
8589 "tokio",
8590 ]
8591
8592 [[package]]
8593 name = "toml"
8594 version = "0.8.23"
8595 source = "registry+https://github.com/rust-lang/crates.io-index"
8596 checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
8597 dependencies = [
8598 "serde",
8599 "serde_spanned 0.6.9",
8600 "toml_datetime 0.6.11",
8601 "toml_edit",
8602 ]
8603
8604 [[package]]
8605 name = "toml"
8606 version = "1.1.3+spec-1.1.0"
8607 source = "registry+https://github.com/rust-lang/crates.io-index"
8608 checksum = "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c"
8609 dependencies = [
8610 "indexmap 2.14.0",
8611 "serde_core",
8612 "serde_spanned 1.1.1",
8613 "toml_datetime 1.1.1+spec-1.1.0",
8614 "toml_parser",
8615 "toml_writer",
8616 "winnow 1.0.4",
8617 ]
8618
8619 [[package]]
8620 name = "toml_datetime"
8621 version = "0.6.11"
8622 source = "registry+https://github.com/rust-lang/crates.io-index"
8623 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
8624 dependencies = [
8625 "serde",
8626 ]
8627
8628 [[package]]
8629 name = "toml_datetime"
8630 version = "1.1.1+spec-1.1.0"
8631 source = "registry+https://github.com/rust-lang/crates.io-index"
8632 checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
8633 dependencies = [
8634 "serde_core",
8635 ]
8636
8637 [[package]]
8638 name = "toml_edit"
8639 version = "0.22.27"
8640 source = "registry+https://github.com/rust-lang/crates.io-index"
8641 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
8642 dependencies = [
8643 "indexmap 2.14.0",
8644 "serde",
8645 "serde_spanned 0.6.9",
8646 "toml_datetime 0.6.11",
8647 "toml_write",
8648 "winnow 0.7.15",
8649 ]
8650
8651 [[package]]
8652 name = "toml_parser"
8653 version = "1.1.2+spec-1.1.0"
8654 source = "registry+https://github.com/rust-lang/crates.io-index"
8655 checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
8656 dependencies = [
8657 "winnow 1.0.4",
8658 ]
8659
8660 [[package]]
8661 name = "toml_write"
8662 version = "0.1.2"
8663 source = "registry+https://github.com/rust-lang/crates.io-index"
8664 checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
8665
8666 [[package]]
8667 name = "toml_writer"
8668 version = "1.1.2+spec-1.1.0"
8669 source = "registry+https://github.com/rust-lang/crates.io-index"
8670 checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
8671
8672 [[package]]
8673 name = "tonic"
8674 version = "0.14.6"
8675 source = "registry+https://github.com/rust-lang/crates.io-index"
8676 checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef"
8677 dependencies = [
8678 "async-trait",
8679 "axum",
8680 "base64 0.22.1",
8681 "bytes",
8682 "h2",
8683 "http 1.4.2",
8684 "http-body 1.0.1",
8685 "http-body-util",
8686 "hyper",
8687 "hyper-timeout",
8688 "hyper-util",
8689 "percent-encoding",
8690 "pin-project",
8691 "socket2",
8692 "sync_wrapper",
8693 "tokio",
8694 "tokio-stream",
8695 "tower",
8696 "tower-layer",
8697 "tower-service",
8698 "tracing",
8699 ]
8700
8701 [[package]]
8702 name = "totp-rs"
8703 version = "5.7.2"
8704 source = "registry+https://github.com/rust-lang/crates.io-index"
8705 checksum = "50e69a15e21b2ff22c415446983978bded3244195f17d59cb113551c1e806f91"
8706 dependencies = [
8707 "base32",
8708 "constant_time_eq 0.3.1",
8709 "hmac 0.12.1",
8710 "qrcodegen-image",
8711 "sha1 0.10.6",
8712 "sha2 0.10.9",
8713 "url",
8714 "urlencoding",
8715 ]
8716
8717 [[package]]
8718 name = "tower"
8719 version = "0.5.3"
8720 source = "registry+https://github.com/rust-lang/crates.io-index"
8721 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
8722 dependencies = [
8723 "futures-core",
8724 "futures-util",
8725 "indexmap 2.14.0",
8726 "pin-project-lite",
8727 "slab",
8728 "sync_wrapper",
8729 "tokio",
8730 "tokio-util",
8731 "tower-layer",
8732 "tower-service",
8733 "tracing",
8734 ]
8735
8736 [[package]]
8737 name = "tower-cookies"
8738 version = "0.11.0"
8739 source = "registry+https://github.com/rust-lang/crates.io-index"
8740 checksum = "151b5a3e3c45df17466454bb74e9ecedecc955269bdedbf4d150dfa393b55a36"
8741 dependencies = [
8742 "axum-core",
8743 "cookie",
8744 "futures-util",
8745 "http 1.4.2",
8746 "parking_lot",
8747 "pin-project-lite",
8748 "tower-layer",
8749 "tower-service",
8750 ]
8751
8752 [[package]]
8753 name = "tower-http"
8754 version = "0.6.11"
8755 source = "registry+https://github.com/rust-lang/crates.io-index"
8756 checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
8757 dependencies = [
8758 "bitflags 2.13.0",
8759 "bytes",
8760 "futures-util",
8761 "http 1.4.2",
8762 "http-body 1.0.1",
8763 "pin-project-lite",
8764 "tower",
8765 "tower-layer",
8766 "tower-service",
8767 "url",
8768 ]
8769
8770 [[package]]
8771 name = "tower-http"
8772 version = "0.7.0"
8773 source = "registry+https://github.com/rust-lang/crates.io-index"
8774 checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
8775 dependencies = [
8776 "bitflags 2.13.0",
8777 "bytes",
8778 "futures-core",
8779 "futures-util",
8780 "http 1.4.2",
8781 "http-body 1.0.1",
8782 "http-body-util",
8783 "http-range-header",
8784 "httpdate",
8785 "mime",
8786 "mime_guess",
8787 "percent-encoding",
8788 "pin-project-lite",
8789 "tokio",
8790 "tokio-util",
8791 "tower-layer",
8792 "tower-service",
8793 "tracing",
8794 "uuid",
8795 ]
8796
8797 [[package]]
8798 name = "tower-layer"
8799 version = "0.3.3"
8800 source = "registry+https://github.com/rust-lang/crates.io-index"
8801 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
8802
8803 [[package]]
8804 name = "tower-service"
8805 version = "0.3.3"
8806 source = "registry+https://github.com/rust-lang/crates.io-index"
8807 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
8808
8809 [[package]]
8810 name = "tower-sessions"
8811 version = "0.14.0"
8812 source = "registry+https://github.com/rust-lang/crates.io-index"
8813 checksum = "43a05911f23e8fae446005fe9b7b97e66d95b6db589dc1c4d59f6a2d4d4927d3"
8814 dependencies = [
8815 "async-trait",
8816 "http 1.4.2",
8817 "time",
8818 "tokio",
8819 "tower-cookies",
8820 "tower-layer",
8821 "tower-service",
8822 "tower-sessions-core",
8823 "tower-sessions-memory-store",
8824 "tracing",
8825 ]
8826
8827 [[package]]
8828 name = "tower-sessions-core"
8829 version = "0.14.0"
8830 source = "registry+https://github.com/rust-lang/crates.io-index"
8831 checksum = "ce8cce604865576b7751b7a6bc3058f754569a60d689328bb74c52b1d87e355b"
8832 dependencies = [
8833 "async-trait",
8834 "axum-core",
8835 "base64 0.22.1",
8836 "futures",
8837 "http 1.4.2",
8838 "parking_lot",
8839 "rand 0.8.6",
8840 "serde",
8841 "serde_json",
8842 "thiserror 2.0.18",
8843 "time",
8844 "tokio",
8845 "tracing",
8846 ]
8847
8848 [[package]]
8849 name = "tower-sessions-memory-store"
8850 version = "0.14.0"
8851 source = "registry+https://github.com/rust-lang/crates.io-index"
8852 checksum = "fb05909f2e1420135a831dd5df9f5596d69196d0a64c3499ca474c4bd3d33242"
8853 dependencies = [
8854 "async-trait",
8855 "time",
8856 "tokio",
8857 "tower-sessions-core",
8858 ]
8859
8860 [[package]]
8861 name = "tower-sessions-sqlx-store"
8862 version = "0.15.0"
8863 source = "registry+https://github.com/rust-lang/crates.io-index"
8864 checksum = "e054622079f57fc1a7d6a6089c9334f963d62028fe21dc9eddd58af9a78480b3"
8865 dependencies = [
8866 "async-trait",
8867 "rmp-serde",
8868 "sqlx",
8869 "thiserror 1.0.69",
8870 "time",
8871 "tower-sessions-core",
8872 ]
8873
8874 [[package]]
8875 name = "tower_governor"
8876 version = "0.8.0"
8877 source = "registry+https://github.com/rust-lang/crates.io-index"
8878 checksum = "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6"
8879 dependencies = [
8880 "axum",
8881 "forwarded-header-value",
8882 "governor",
8883 "http 1.4.2",
8884 "pin-project",
8885 "thiserror 2.0.18",
8886 "tonic",
8887 "tower",
8888 "tracing",
8889 ]
8890
8891 [[package]]
8892 name = "tracing"
8893 version = "0.1.44"
8894 source = "registry+https://github.com/rust-lang/crates.io-index"
8895 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
8896 dependencies = [
8897 "log",
8898 "pin-project-lite",
8899 "tracing-attributes",
8900 "tracing-core",
8901 ]
8902
8903 [[package]]
8904 name = "tracing-attributes"
8905 version = "0.1.31"
8906 source = "registry+https://github.com/rust-lang/crates.io-index"
8907 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
8908 dependencies = [
8909 "proc-macro2",
8910 "quote",
8911 "syn 2.0.118",
8912 ]
8913
8914 [[package]]
8915 name = "tracing-core"
8916 version = "0.1.36"
8917 source = "registry+https://github.com/rust-lang/crates.io-index"
8918 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
8919 dependencies = [
8920 "once_cell",
8921 "valuable",
8922 ]
8923
8924 [[package]]
8925 name = "tracing-log"
8926 version = "0.2.0"
8927 source = "registry+https://github.com/rust-lang/crates.io-index"
8928 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
8929 dependencies = [
8930 "log",
8931 "once_cell",
8932 "tracing-core",
8933 ]
8934
8935 [[package]]
8936 name = "tracing-serde"
8937 version = "0.2.0"
8938 source = "registry+https://github.com/rust-lang/crates.io-index"
8939 checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
8940 dependencies = [
8941 "serde",
8942 "tracing-core",
8943 ]
8944
8945 [[package]]
8946 name = "tracing-subscriber"
8947 version = "0.3.23"
8948 source = "registry+https://github.com/rust-lang/crates.io-index"
8949 checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
8950 dependencies = [
8951 "matchers",
8952 "nu-ansi-term",
8953 "once_cell",
8954 "regex-automata",
8955 "serde",
8956 "serde_json",
8957 "sharded-slab",
8958 "smallvec",
8959 "thread_local",
8960 "tracing",
8961 "tracing-core",
8962 "tracing-log",
8963 "tracing-serde",
8964 ]
8965
8966 [[package]]
8967 name = "try-lock"
8968 version = "0.2.5"
8969 source = "registry+https://github.com/rust-lang/crates.io-index"
8970 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
8971
8972 [[package]]
8973 name = "tungstenite"
8974 version = "0.24.0"
8975 source = "registry+https://github.com/rust-lang/crates.io-index"
8976 checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
8977 dependencies = [
8978 "byteorder",
8979 "bytes",
8980 "data-encoding",
8981 "http 1.4.2",
8982 "httparse",
8983 "log",
8984 "rand 0.8.6",
8985 "rustls",
8986 "rustls-native-certs 0.7.3",
8987 "rustls-pki-types",
8988 "sha1 0.10.6",
8989 "thiserror 1.0.69",
8990 "utf-8",
8991 ]
8992
8993 [[package]]
8994 name = "twox-hash"
8995 version = "1.6.3"
8996 source = "registry+https://github.com/rust-lang/crates.io-index"
8997 checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
8998 dependencies = [
8999 "cfg-if",
9000 "static_assertions",
9001 ]
9002
9003 [[package]]
9004 name = "twox-hash"
9005 version = "2.1.2"
9006 source = "registry+https://github.com/rust-lang/crates.io-index"
9007 checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
9008
9009 [[package]]
9010 name = "typed-path"
9011 version = "0.12.3"
9012 source = "registry+https://github.com/rust-lang/crates.io-index"
9013 checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e"
9014
9015 [[package]]
9016 name = "typenum"
9017 version = "1.20.1"
9018 source = "registry+https://github.com/rust-lang/crates.io-index"
9019 checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
9020
9021 [[package]]
9022 name = "typewit"
9023 version = "1.15.2"
9024 source = "registry+https://github.com/rust-lang/crates.io-index"
9025 checksum = "214ca0b2191785cbc06209b9ca1861e048e39b5ba33574b3cedd58363d5bb5f6"
9026 dependencies = [
9027 "typewit_proc_macros",
9028 ]
9029
9030 [[package]]
9031 name = "typewit_proc_macros"
9032 version = "1.8.1"
9033 source = "registry+https://github.com/rust-lang/crates.io-index"
9034 checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6"
9035
9036 [[package]]
9037 name = "uluru"
9038 version = "3.1.0"
9039 source = "registry+https://github.com/rust-lang/crates.io-index"
9040 checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
9041 dependencies = [
9042 "arrayvec",
9043 ]
9044
9045 [[package]]
9046 name = "unarray"
9047 version = "0.1.4"
9048 source = "registry+https://github.com/rust-lang/crates.io-index"
9049 checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
9050
9051 [[package]]
9052 name = "uncased"
9053 version = "0.9.10"
9054 source = "registry+https://github.com/rust-lang/crates.io-index"
9055 checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
9056 dependencies = [
9057 "version_check",
9058 ]
9059
9060 [[package]]
9061 name = "unicase"
9062 version = "2.9.0"
9063 source = "registry+https://github.com/rust-lang/crates.io-index"
9064 checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
9065
9066 [[package]]
9067 name = "unicode-bidi"
9068 version = "0.3.18"
9069 source = "registry+https://github.com/rust-lang/crates.io-index"
9070 checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
9071
9072 [[package]]
9073 name = "unicode-bom"
9074 version = "2.0.3"
9075 source = "registry+https://github.com/rust-lang/crates.io-index"
9076 checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
9077
9078 [[package]]
9079 name = "unicode-ident"
9080 version = "1.0.24"
9081 source = "registry+https://github.com/rust-lang/crates.io-index"
9082 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
9083
9084 [[package]]
9085 name = "unicode-normalization"
9086 version = "0.1.25"
9087 source = "registry+https://github.com/rust-lang/crates.io-index"
9088 checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
9089 dependencies = [
9090 "tinyvec",
9091 ]
9092
9093 [[package]]
9094 name = "unicode-properties"
9095 version = "0.1.4"
9096 source = "registry+https://github.com/rust-lang/crates.io-index"
9097 checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
9098
9099 [[package]]
9100 name = "unicode-segmentation"
9101 version = "1.13.3"
9102 source = "registry+https://github.com/rust-lang/crates.io-index"
9103 checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
9104
9105 [[package]]
9106 name = "unicode-width"
9107 version = "0.2.2"
9108 source = "registry+https://github.com/rust-lang/crates.io-index"
9109 checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
9110
9111 [[package]]
9112 name = "universal-hash"
9113 version = "0.5.1"
9114 source = "registry+https://github.com/rust-lang/crates.io-index"
9115 checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
9116 dependencies = [
9117 "crypto-common 0.1.7",
9118 "subtle",
9119 ]
9120
9121 [[package]]
9122 name = "universal-hash"
9123 version = "0.6.1"
9124 source = "registry+https://github.com/rust-lang/crates.io-index"
9125 checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96"
9126 dependencies = [
9127 "crypto-common 0.2.2",
9128 "ctutils",
9129 ]
9130
9131 [[package]]
9132 name = "unsafe-libyaml"
9133 version = "0.2.11"
9134 source = "registry+https://github.com/rust-lang/crates.io-index"
9135 checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
9136
9137 [[package]]
9138 name = "untrusted"
9139 version = "0.9.0"
9140 source = "registry+https://github.com/rust-lang/crates.io-index"
9141 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
9142
9143 [[package]]
9144 name = "unty"
9145 version = "0.0.4"
9146 source = "registry+https://github.com/rust-lang/crates.io-index"
9147 checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
9148
9149 [[package]]
9150 name = "url"
9151 version = "2.5.8"
9152 source = "registry+https://github.com/rust-lang/crates.io-index"
9153 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
9154 dependencies = [
9155 "form_urlencoded",
9156 "idna",
9157 "percent-encoding",
9158 "serde",
9159 "serde_derive",
9160 ]
9161
9162 [[package]]
9163 name = "urlencoding"
9164 version = "2.1.3"
9165 source = "registry+https://github.com/rust-lang/crates.io-index"
9166 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
9167
9168 [[package]]
9169 name = "utf-8"
9170 version = "0.7.6"
9171 source = "registry+https://github.com/rust-lang/crates.io-index"
9172 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
9173
9174 [[package]]
9175 name = "utf8_iter"
9176 version = "1.0.4"
9177 source = "registry+https://github.com/rust-lang/crates.io-index"
9178 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
9179
9180 [[package]]
9181 name = "utf8parse"
9182 version = "0.2.2"
9183 source = "registry+https://github.com/rust-lang/crates.io-index"
9184 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
9185
9186 [[package]]
9187 name = "utoipa"
9188 version = "5.5.0"
9189 source = "registry+https://github.com/rust-lang/crates.io-index"
9190 checksum = "8bde15df68e80b16c7d16b9616e80770ad158988daa56a27dccd1e55558b0160"
9191 dependencies = [
9192 "indexmap 2.14.0",
9193 "serde",
9194 "serde_json",
9195 "utoipa-gen",
9196 ]
9197
9198 [[package]]
9199 name = "utoipa-axum"
9200 version = "0.2.0"
9201 source = "registry+https://github.com/rust-lang/crates.io-index"
9202 checksum = "7c25bae5bccc842449ec0c5ddc5cbb6a3a1eaeac4503895dc105a1138f8234a0"
9203 dependencies = [
9204 "axum",
9205 "paste",
9206 "tower-layer",
9207 "tower-service",
9208 "utoipa",
9209 ]
9210
9211 [[package]]
9212 name = "utoipa-gen"
9213 version = "5.5.0"
9214 source = "registry+https://github.com/rust-lang/crates.io-index"
9215 checksum = "6ba0b99ee52df3028635d93840c797102da61f8a7bb3cf751032455895b52ef8"
9216 dependencies = [
9217 "proc-macro2",
9218 "quote",
9219 "regex",
9220 "syn 2.0.118",
9221 "uuid",
9222 ]
9223
9224 [[package]]
9225 name = "utoipa-swagger-ui"
9226 version = "9.0.2"
9227 source = "registry+https://github.com/rust-lang/crates.io-index"
9228 checksum = "d047458f1b5b65237c2f6dc6db136945667f40a7668627b3490b9513a3d43a55"
9229 dependencies = [
9230 "axum",
9231 "base64 0.22.1",
9232 "mime_guess",
9233 "regex",
9234 "rust-embed",
9235 "serde",
9236 "serde_json",
9237 "url",
9238 "utoipa",
9239 "zip 3.0.0",
9240 ]
9241
9242 [[package]]
9243 name = "uuid"
9244 version = "1.23.4"
9245 source = "registry+https://github.com/rust-lang/crates.io-index"
9246 checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
9247 dependencies = [
9248 "getrandom 0.4.3",
9249 "js-sys",
9250 "serde_core",
9251 "wasm-bindgen",
9252 ]
9253
9254 [[package]]
9255 name = "valuable"
9256 version = "0.1.1"
9257 source = "registry+https://github.com/rust-lang/crates.io-index"
9258 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
9259
9260 [[package]]
9261 name = "vcpkg"
9262 version = "0.2.15"
9263 source = "registry+https://github.com/rust-lang/crates.io-index"
9264 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
9265
9266 [[package]]
9267 name = "version_check"
9268 version = "0.9.5"
9269 source = "registry+https://github.com/rust-lang/crates.io-index"
9270 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
9271
9272 [[package]]
9273 name = "virtue"
9274 version = "0.0.18"
9275 source = "registry+https://github.com/rust-lang/crates.io-index"
9276 checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
9277
9278 [[package]]
9279 name = "vsimd"
9280 version = "0.8.0"
9281 source = "registry+https://github.com/rust-lang/crates.io-index"
9282 checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
9283
9284 [[package]]
9285 name = "wait-timeout"
9286 version = "0.2.1"
9287 source = "registry+https://github.com/rust-lang/crates.io-index"
9288 checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
9289 dependencies = [
9290 "libc",
9291 ]
9292
9293 [[package]]
9294 name = "walkdir"
9295 version = "2.5.0"
9296 source = "registry+https://github.com/rust-lang/crates.io-index"
9297 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
9298 dependencies = [
9299 "same-file",
9300 "winapi-util",
9301 ]
9302
9303 [[package]]
9304 name = "walrus"
9305 version = "0.26.4"
9306 source = "registry+https://github.com/rust-lang/crates.io-index"
9307 checksum = "3bfa49767bb3a9e1afb02aa95bbcbde8d82f2db4ca377afae94d688f14f62378"
9308 dependencies = [
9309 "anyhow",
9310 "gimli 0.32.3",
9311 "id-arena",
9312 "leb128",
9313 "log",
9314 "walrus-macro",
9315 "wasm-encoder",
9316 "wasmparser",
9317 ]
9318
9319 [[package]]
9320 name = "walrus-macro"
9321 version = "0.26.0"
9322 source = "registry+https://github.com/rust-lang/crates.io-index"
9323 checksum = "1a9b0525d7ea6e5f906aca581a172e5c91b4c595290dfa8ad4a2bc9ffef33b44"
9324 dependencies = [
9325 "heck",
9326 "proc-macro2",
9327 "quote",
9328 "syn 2.0.118",
9329 ]
9330
9331 [[package]]
9332 name = "want"
9333 version = "0.3.1"
9334 source = "registry+https://github.com/rust-lang/crates.io-index"
9335 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
9336 dependencies = [
9337 "try-lock",
9338 ]
9339
9340 [[package]]
9341 name = "wasi"
9342 version = "0.11.1+wasi-snapshot-preview1"
9343 source = "registry+https://github.com/rust-lang/crates.io-index"
9344 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
9345
9346 [[package]]
9347 name = "wasip2"
9348 version = "1.0.4+wasi-0.2.12"
9349 source = "registry+https://github.com/rust-lang/crates.io-index"
9350 checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
9351 dependencies = [
9352 "wit-bindgen",
9353 ]
9354
9355 [[package]]
9356 name = "wasite"
9357 version = "0.1.0"
9358 source = "registry+https://github.com/rust-lang/crates.io-index"
9359 checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
9360
9361 [[package]]
9362 name = "wasm-bindgen"
9363 version = "0.2.126"
9364 source = "registry+https://github.com/rust-lang/crates.io-index"
9365 checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
9366 dependencies = [
9367 "cfg-if",
9368 "once_cell",
9369 "rustversion",
9370 "wasm-bindgen-macro",
9371 "wasm-bindgen-shared",
9372 ]
9373
9374 [[package]]
9375 name = "wasm-bindgen-futures"
9376 version = "0.4.76"
9377 source = "registry+https://github.com/rust-lang/crates.io-index"
9378 checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
9379 dependencies = [
9380 "js-sys",
9381 "wasm-bindgen",
9382 ]
9383
9384 [[package]]
9385 name = "wasm-bindgen-macro"
9386 version = "0.2.126"
9387 source = "registry+https://github.com/rust-lang/crates.io-index"
9388 checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
9389 dependencies = [
9390 "quote",
9391 "wasm-bindgen-macro-support",
9392 ]
9393
9394 [[package]]
9395 name = "wasm-bindgen-macro-support"
9396 version = "0.2.126"
9397 source = "registry+https://github.com/rust-lang/crates.io-index"
9398 checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
9399 dependencies = [
9400 "bumpalo",
9401 "proc-macro2",
9402 "quote",
9403 "syn 2.0.118",
9404 "wasm-bindgen-shared",
9405 ]
9406
9407 [[package]]
9408 name = "wasm-bindgen-shared"
9409 version = "0.2.126"
9410 source = "registry+https://github.com/rust-lang/crates.io-index"
9411 checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
9412 dependencies = [
9413 "unicode-ident",
9414 ]
9415
9416 [[package]]
9417 name = "wasm-encoder"
9418 version = "0.245.1"
9419 source = "registry+https://github.com/rust-lang/crates.io-index"
9420 checksum = "3f9dca005e69bf015e45577e415b9af8c67e8ee3c0e38b5b0add5aa92581ed5c"
9421 dependencies = [
9422 "leb128fmt",
9423 "wasmparser",
9424 ]
9425
9426 [[package]]
9427 name = "wasmparser"
9428 version = "0.245.1"
9429 source = "registry+https://github.com/rust-lang/crates.io-index"
9430 checksum = "4f08c9adee0428b7bddf3890fc27e015ac4b761cc608c822667102b8bfd6995e"
9431 dependencies = [
9432 "bitflags 2.13.0",
9433 "hashbrown 0.16.1",
9434 "indexmap 2.14.0",
9435 "semver",
9436 "serde",
9437 ]
9438
9439 [[package]]
9440 name = "wasmprinter"
9441 version = "0.245.1"
9442 source = "registry+https://github.com/rust-lang/crates.io-index"
9443 checksum = "5f41517a3716fbb8ccf46daa9c1325f760fcbff5168e75c7392288e410b91ac8"
9444 dependencies = [
9445 "anyhow",
9446 "termcolor",
9447 "wasmparser",
9448 ]
9449
9450 [[package]]
9451 name = "wasmtime"
9452 version = "43.0.2"
9453 source = "registry+https://github.com/rust-lang/crates.io-index"
9454 checksum = "efb1ed5899dde98357cfdcf647a4614498798719793898245b4b34e663addabf"
9455 dependencies = [
9456 "addr2line",
9457 "async-trait",
9458 "bitflags 2.13.0",
9459 "bumpalo",
9460 "cc",
9461 "cfg-if",
9462 "libc",
9463 "log",
9464 "mach2",
9465 "memfd",
9466 "object 0.38.1",
9467 "once_cell",
9468 "postcard",
9469 "pulley-interpreter",
9470 "rustix 1.1.4",
9471 "serde",
9472 "serde_derive",
9473 "smallvec",
9474 "target-lexicon",
9475 "wasmparser",
9476 "wasmtime-environ",
9477 "wasmtime-internal-core",
9478 "wasmtime-internal-cranelift",
9479 "wasmtime-internal-fiber",
9480 "wasmtime-internal-jit-debug",
9481 "wasmtime-internal-jit-icache-coherence",
9482 "wasmtime-internal-unwinder",
9483 "wasmtime-internal-versioned-export-macros",
9484 "windows-sys 0.61.2",
9485 ]
9486
9487 [[package]]
9488 name = "wasmtime-environ"
9489 version = "43.0.2"
9490 source = "registry+https://github.com/rust-lang/crates.io-index"
9491 checksum = "4172382dcc785c31d0e862c6780a18f5dd437914d22c4691351f965ef751c821"
9492 dependencies = [
9493 "anyhow",
9494 "cranelift-bforest",
9495 "cranelift-bitset",
9496 "cranelift-entity",
9497 "gimli 0.33.0",
9498 "hashbrown 0.16.1",
9499 "indexmap 2.14.0",
9500 "log",
9501 "object 0.38.1",
9502 "postcard",
9503 "serde",
9504 "serde_derive",
9505 "sha2 0.10.9",
9506 "smallvec",
9507 "target-lexicon",
9508 "wasm-encoder",
9509 "wasmparser",
9510 "wasmprinter",
9511 "wasmtime-internal-core",
9512 ]
9513
9514 [[package]]
9515 name = "wasmtime-internal-core"
9516 version = "43.0.2"
9517 source = "registry+https://github.com/rust-lang/crates.io-index"
9518 checksum = "9a3820b174f477d2a7083209d1ad5353fcdb11eaea434b2137b8681029460dd3"
9519 dependencies = [
9520 "hashbrown 0.16.1",
9521 "libm",
9522 "serde",
9523 ]
9524
9525 [[package]]
9526 name = "wasmtime-internal-cranelift"
9527 version = "43.0.2"
9528 source = "registry+https://github.com/rust-lang/crates.io-index"
9529 checksum = "d1679d205caf9766c6aa309d45bb3e7c634d7725e3164404df33824b9f7c4fb7"
9530 dependencies = [
9531 "cfg-if",
9532 "cranelift-codegen",
9533 "cranelift-control",
9534 "cranelift-entity",
9535 "cranelift-frontend",
9536 "cranelift-native",
9537 "gimli 0.33.0",
9538 "itertools 0.14.0",
9539 "log",
9540 "object 0.38.1",
9541 "pulley-interpreter",
9542 "smallvec",
9543 "target-lexicon",
9544 "thiserror 2.0.18",
9545 "wasmparser",
9546 "wasmtime-environ",
9547 "wasmtime-internal-core",
9548 "wasmtime-internal-unwinder",
9549 "wasmtime-internal-versioned-export-macros",
9550 ]
9551
9552 [[package]]
9553 name = "wasmtime-internal-fiber"
9554 version = "43.0.2"
9555 source = "registry+https://github.com/rust-lang/crates.io-index"
9556 checksum = "f1e505254058be5b0df458d670ee42d9eafe2349d04c1296e9dc01071dc20a85"
9557 dependencies = [
9558 "cc",
9559 "cfg-if",
9560 "libc",
9561 "rustix 1.1.4",
9562 "wasmtime-environ",
9563 "wasmtime-internal-versioned-export-macros",
9564 "windows-sys 0.61.2",
9565 ]
9566
9567 [[package]]
9568 name = "wasmtime-internal-jit-debug"
9569 version = "43.0.2"
9570 source = "registry+https://github.com/rust-lang/crates.io-index"
9571 checksum = "1c2e05b345f1773e59c20e6ad7298fd6857cdea245023d88bb659c96d8f0ea72"
9572 dependencies = [
9573 "cc",
9574 "wasmtime-internal-versioned-export-macros",
9575 ]
9576
9577 [[package]]
9578 name = "wasmtime-internal-jit-icache-coherence"
9579 version = "43.0.2"
9580 source = "registry+https://github.com/rust-lang/crates.io-index"
9581 checksum = "b86701b234a4643e3f111869aa792b3a05a06e02d486ee9cb6c04dae16b52dab"
9582 dependencies = [
9583 "cfg-if",
9584 "libc",
9585 "wasmtime-internal-core",
9586 "windows-sys 0.61.2",
9587 ]
9588
9589 [[package]]
9590 name = "wasmtime-internal-unwinder"
9591 version = "43.0.2"
9592 source = "registry+https://github.com/rust-lang/crates.io-index"
9593 checksum = "f63558d801beb83dde9b336eb4ae049019aee26627926edb32cd119d7e4c83cd"
9594 dependencies = [
9595 "cfg-if",
9596 "cranelift-codegen",
9597 "log",
9598 "object 0.38.1",
9599 "wasmtime-environ",
9600 ]
9601
9602 [[package]]
9603 name = "wasmtime-internal-versioned-export-macros"
9604 version = "43.0.2"
9605 source = "registry+https://github.com/rust-lang/crates.io-index"
9606 checksum = "737c4d956fc3a848541a064afb683dd2771132a6b125be5baaf95c4379aa47df"
9607 dependencies = [
9608 "proc-macro2",
9609 "quote",
9610 "syn 2.0.118",
9611 ]
9612
9613 [[package]]
9614 name = "web-sys"
9615 version = "0.3.103"
9616 source = "registry+https://github.com/rust-lang/crates.io-index"
9617 checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
9618 dependencies = [
9619 "js-sys",
9620 "wasm-bindgen",
9621 ]
9622
9623 [[package]]
9624 name = "web-time"
9625 version = "1.1.0"
9626 source = "registry+https://github.com/rust-lang/crates.io-index"
9627 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
9628 dependencies = [
9629 "js-sys",
9630 "wasm-bindgen",
9631 ]
9632
9633 [[package]]
9634 name = "web_atoms"
9635 version = "0.2.5"
9636 source = "registry+https://github.com/rust-lang/crates.io-index"
9637 checksum = "075474b12bcb3d2e3d4546580e9de478eeeead668a1761e2a8860c836b7ef297"
9638 dependencies = [
9639 "phf 0.13.1",
9640 "phf_codegen 0.13.1",
9641 "string_cache",
9642 "string_cache_codegen",
9643 ]
9644
9645 [[package]]
9646 name = "webauthn-attestation-ca"
9647 version = "0.6.1-dev"
9648 source = "registry+https://github.com/rust-lang/crates.io-index"
9649 checksum = "f756e22e0d79c05be2c61ce56e8a84062e82bd4039d98c27a6c35ca9bdd126f5"
9650 dependencies = [
9651 "crypto-glue",
9652 "serde",
9653 "serde_with",
9654 "tracing",
9655 "uuid",
9656 ]
9657
9658 [[package]]
9659 name = "webauthn-authenticator-rs"
9660 version = "0.6.1-dev"
9661 source = "registry+https://github.com/rust-lang/crates.io-index"
9662 checksum = "cd96e0e791a6748c1fd36bf8e10980ec22023466b10fa0bdb871aeb91be7a750"
9663 dependencies = [
9664 "async-stream",
9665 "async-trait",
9666 "base64 0.21.7",
9667 "bitflags 1.3.2",
9668 "crypto-glue",
9669 "futures",
9670 "hex",
9671 "nom 7.1.3",
9672 "num-derive",
9673 "num-traits",
9674 "serde",
9675 "serde_bytes",
9676 "serde_cbor_2",
9677 "serde_json",
9678 "thiserror 1.0.69",
9679 "tokio",
9680 "tokio-stream",
9681 "tracing",
9682 "unicode-normalization",
9683 "url",
9684 "uuid",
9685 "webauthn-rs-core",
9686 "webauthn-rs-proto",
9687 ]
9688
9689 [[package]]
9690 name = "webauthn-rs"
9691 version = "0.6.1-dev"
9692 source = "registry+https://github.com/rust-lang/crates.io-index"
9693 checksum = "70fccc5023feca68f60a70e6dc4f3312e65475de272890974dd70f0c0d299ac8"
9694 dependencies = [
9695 "serde",
9696 "tracing",
9697 "url",
9698 "uuid",
9699 "webauthn-rs-core",
9700 ]
9701
9702 [[package]]
9703 name = "webauthn-rs-core"
9704 version = "0.6.1-dev"
9705 source = "registry+https://github.com/rust-lang/crates.io-index"
9706 checksum = "4df5bb62f5cb2b5653bbdee8529d676b5e9df1b864f5d60fd9ea45b940415d10"
9707 dependencies = [
9708 "base64 0.21.7",
9709 "crypto-glue",
9710 "der-parser 9.0.0",
9711 "hex",
9712 "nom 7.1.3",
9713 "rand 0.9.4",
9714 "rand_chacha 0.9.0",
9715 "serde",
9716 "serde_cbor_2",
9717 "serde_json",
9718 "serde_with",
9719 "thiserror 1.0.69",
9720 "tracing",
9721 "url",
9722 "uuid",
9723 "webauthn-attestation-ca",
9724 "webauthn-rs-proto",
9725 "x509-parser 0.16.0",
9726 ]
9727
9728 [[package]]
9729 name = "webauthn-rs-proto"
9730 version = "0.6.1-dev"
9731 source = "registry+https://github.com/rust-lang/crates.io-index"
9732 checksum = "996291533cde7dc8c9b2ac6d1a169d545204cc1a1ea9de2f8c4abb74e4e133ad"
9733 dependencies = [
9734 "base64 0.21.7",
9735 "serde",
9736 "serde_json",
9737 "serde_with",
9738 "url",
9739 ]
9740
9741 [[package]]
9742 name = "webpki-root-certs"
9743 version = "1.0.9"
9744 source = "registry+https://github.com/rust-lang/crates.io-index"
9745 checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
9746 dependencies = [
9747 "rustls-pki-types",
9748 ]
9749
9750 [[package]]
9751 name = "webpki-roots"
9752 version = "1.0.8"
9753 source = "registry+https://github.com/rust-lang/crates.io-index"
9754 checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
9755 dependencies = [
9756 "rustls-pki-types",
9757 ]
9758
9759 [[package]]
9760 name = "which"
9761 version = "4.4.2"
9762 source = "registry+https://github.com/rust-lang/crates.io-index"
9763 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
9764 dependencies = [
9765 "either",
9766 "home",
9767 "once_cell",
9768 "rustix 0.38.44",
9769 ]
9770
9771 [[package]]
9772 name = "whoami"
9773 version = "1.6.1"
9774 source = "registry+https://github.com/rust-lang/crates.io-index"
9775 checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
9776 dependencies = [
9777 "libredox",
9778 "wasite",
9779 ]
9780
9781 [[package]]
9782 name = "widestring"
9783 version = "1.2.1"
9784 source = "registry+https://github.com/rust-lang/crates.io-index"
9785 checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
9786
9787 [[package]]
9788 name = "winapi"
9789 version = "0.3.9"
9790 source = "registry+https://github.com/rust-lang/crates.io-index"
9791 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
9792 dependencies = [
9793 "winapi-i686-pc-windows-gnu",
9794 "winapi-x86_64-pc-windows-gnu",
9795 ]
9796
9797 [[package]]
9798 name = "winapi-i686-pc-windows-gnu"
9799 version = "0.4.0"
9800 source = "registry+https://github.com/rust-lang/crates.io-index"
9801 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
9802
9803 [[package]]
9804 name = "winapi-util"
9805 version = "0.1.11"
9806 source = "registry+https://github.com/rust-lang/crates.io-index"
9807 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
9808 dependencies = [
9809 "windows-sys 0.61.2",
9810 ]
9811
9812 [[package]]
9813 name = "winapi-x86_64-pc-windows-gnu"
9814 version = "0.4.0"
9815 source = "registry+https://github.com/rust-lang/crates.io-index"
9816 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
9817
9818 [[package]]
9819 name = "windows-core"
9820 version = "0.62.2"
9821 source = "registry+https://github.com/rust-lang/crates.io-index"
9822 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
9823 dependencies = [
9824 "windows-implement",
9825 "windows-interface",
9826 "windows-link",
9827 "windows-result",
9828 "windows-strings",
9829 ]
9830
9831 [[package]]
9832 name = "windows-implement"
9833 version = "0.60.2"
9834 source = "registry+https://github.com/rust-lang/crates.io-index"
9835 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
9836 dependencies = [
9837 "proc-macro2",
9838 "quote",
9839 "syn 2.0.118",
9840 ]
9841
9842 [[package]]
9843 name = "windows-interface"
9844 version = "0.59.3"
9845 source = "registry+https://github.com/rust-lang/crates.io-index"
9846 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
9847 dependencies = [
9848 "proc-macro2",
9849 "quote",
9850 "syn 2.0.118",
9851 ]
9852
9853 [[package]]
9854 name = "windows-link"
9855 version = "0.2.1"
9856 source = "registry+https://github.com/rust-lang/crates.io-index"
9857 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
9858
9859 [[package]]
9860 name = "windows-registry"
9861 version = "0.6.1"
9862 source = "registry+https://github.com/rust-lang/crates.io-index"
9863 checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
9864 dependencies = [
9865 "windows-link",
9866 "windows-result",
9867 "windows-strings",
9868 ]
9869
9870 [[package]]
9871 name = "windows-result"
9872 version = "0.4.1"
9873 source = "registry+https://github.com/rust-lang/crates.io-index"
9874 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
9875 dependencies = [
9876 "windows-link",
9877 ]
9878
9879 [[package]]
9880 name = "windows-strings"
9881 version = "0.5.1"
9882 source = "registry+https://github.com/rust-lang/crates.io-index"
9883 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
9884 dependencies = [
9885 "windows-link",
9886 ]
9887
9888 [[package]]
9889 name = "windows-sys"
9890 version = "0.48.0"
9891 source = "registry+https://github.com/rust-lang/crates.io-index"
9892 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
9893 dependencies = [
9894 "windows-targets 0.48.5",
9895 ]
9896
9897 [[package]]
9898 name = "windows-sys"
9899 version = "0.52.0"
9900 source = "registry+https://github.com/rust-lang/crates.io-index"
9901 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
9902 dependencies = [
9903 "windows-targets 0.52.6",
9904 ]
9905
9906 [[package]]
9907 name = "windows-sys"
9908 version = "0.59.0"
9909 source = "registry+https://github.com/rust-lang/crates.io-index"
9910 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
9911 dependencies = [
9912 "windows-targets 0.52.6",
9913 ]
9914
9915 [[package]]
9916 name = "windows-sys"
9917 version = "0.60.2"
9918 source = "registry+https://github.com/rust-lang/crates.io-index"
9919 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
9920 dependencies = [
9921 "windows-targets 0.53.5",
9922 ]
9923
9924 [[package]]
9925 name = "windows-sys"
9926 version = "0.61.2"
9927 source = "registry+https://github.com/rust-lang/crates.io-index"
9928 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
9929 dependencies = [
9930 "windows-link",
9931 ]
9932
9933 [[package]]
9934 name = "windows-targets"
9935 version = "0.48.5"
9936 source = "registry+https://github.com/rust-lang/crates.io-index"
9937 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
9938 dependencies = [
9939 "windows_aarch64_gnullvm 0.48.5",
9940 "windows_aarch64_msvc 0.48.5",
9941 "windows_i686_gnu 0.48.5",
9942 "windows_i686_msvc 0.48.5",
9943 "windows_x86_64_gnu 0.48.5",
9944 "windows_x86_64_gnullvm 0.48.5",
9945 "windows_x86_64_msvc 0.48.5",
9946 ]
9947
9948 [[package]]
9949 name = "windows-targets"
9950 version = "0.52.6"
9951 source = "registry+https://github.com/rust-lang/crates.io-index"
9952 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
9953 dependencies = [
9954 "windows_aarch64_gnullvm 0.52.6",
9955 "windows_aarch64_msvc 0.52.6",
9956 "windows_i686_gnu 0.52.6",
9957 "windows_i686_gnullvm 0.52.6",
9958 "windows_i686_msvc 0.52.6",
9959 "windows_x86_64_gnu 0.52.6",
9960 "windows_x86_64_gnullvm 0.52.6",
9961 "windows_x86_64_msvc 0.52.6",
9962 ]
9963
9964 [[package]]
9965 name = "windows-targets"
9966 version = "0.53.5"
9967 source = "registry+https://github.com/rust-lang/crates.io-index"
9968 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
9969 dependencies = [
9970 "windows-link",
9971 "windows_aarch64_gnullvm 0.53.1",
9972 "windows_aarch64_msvc 0.53.1",
9973 "windows_i686_gnu 0.53.1",
9974 "windows_i686_gnullvm 0.53.1",
9975 "windows_i686_msvc 0.53.1",
9976 "windows_x86_64_gnu 0.53.1",
9977 "windows_x86_64_gnullvm 0.53.1",
9978 "windows_x86_64_msvc 0.53.1",
9979 ]
9980
9981 [[package]]
9982 name = "windows_aarch64_gnullvm"
9983 version = "0.48.5"
9984 source = "registry+https://github.com/rust-lang/crates.io-index"
9985 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
9986
9987 [[package]]
9988 name = "windows_aarch64_gnullvm"
9989 version = "0.52.6"
9990 source = "registry+https://github.com/rust-lang/crates.io-index"
9991 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
9992
9993 [[package]]
9994 name = "windows_aarch64_gnullvm"
9995 version = "0.53.1"
9996 source = "registry+https://github.com/rust-lang/crates.io-index"
9997 checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
9998
9999 [[package]]
10000 name = "windows_aarch64_msvc"
10001 version = "0.48.5"
10002 source = "registry+https://github.com/rust-lang/crates.io-index"
10003 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
10004
10005 [[package]]
10006 name = "windows_aarch64_msvc"
10007 version = "0.52.6"
10008 source = "registry+https://github.com/rust-lang/crates.io-index"
10009 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
10010
10011 [[package]]
10012 name = "windows_aarch64_msvc"
10013 version = "0.53.1"
10014 source = "registry+https://github.com/rust-lang/crates.io-index"
10015 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
10016
10017 [[package]]
10018 name = "windows_i686_gnu"
10019 version = "0.48.5"
10020 source = "registry+https://github.com/rust-lang/crates.io-index"
10021 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
10022
10023 [[package]]
10024 name = "windows_i686_gnu"
10025 version = "0.52.6"
10026 source = "registry+https://github.com/rust-lang/crates.io-index"
10027 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
10028
10029 [[package]]
10030 name = "windows_i686_gnu"
10031 version = "0.53.1"
10032 source = "registry+https://github.com/rust-lang/crates.io-index"
10033 checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
10034
10035 [[package]]
10036 name = "windows_i686_gnullvm"
10037 version = "0.52.6"
10038 source = "registry+https://github.com/rust-lang/crates.io-index"
10039 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
10040
10041 [[package]]
10042 name = "windows_i686_gnullvm"
10043 version = "0.53.1"
10044 source = "registry+https://github.com/rust-lang/crates.io-index"
10045 checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
10046
10047 [[package]]
10048 name = "windows_i686_msvc"
10049 version = "0.48.5"
10050 source = "registry+https://github.com/rust-lang/crates.io-index"
10051 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
10052
10053 [[package]]
10054 name = "windows_i686_msvc"
10055 version = "0.52.6"
10056 source = "registry+https://github.com/rust-lang/crates.io-index"
10057 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
10058
10059 [[package]]
10060 name = "windows_i686_msvc"
10061 version = "0.53.1"
10062 source = "registry+https://github.com/rust-lang/crates.io-index"
10063 checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
10064
10065 [[package]]
10066 name = "windows_x86_64_gnu"
10067 version = "0.48.5"
10068 source = "registry+https://github.com/rust-lang/crates.io-index"
10069 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
10070
10071 [[package]]
10072 name = "windows_x86_64_gnu"
10073 version = "0.52.6"
10074 source = "registry+https://github.com/rust-lang/crates.io-index"
10075 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
10076
10077 [[package]]
10078 name = "windows_x86_64_gnu"
10079 version = "0.53.1"
10080 source = "registry+https://github.com/rust-lang/crates.io-index"
10081 checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
10082
10083 [[package]]
10084 name = "windows_x86_64_gnullvm"
10085 version = "0.48.5"
10086 source = "registry+https://github.com/rust-lang/crates.io-index"
10087 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
10088
10089 [[package]]
10090 name = "windows_x86_64_gnullvm"
10091 version = "0.52.6"
10092 source = "registry+https://github.com/rust-lang/crates.io-index"
10093 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
10094
10095 [[package]]
10096 name = "windows_x86_64_gnullvm"
10097 version = "0.53.1"
10098 source = "registry+https://github.com/rust-lang/crates.io-index"
10099 checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
10100
10101 [[package]]
10102 name = "windows_x86_64_msvc"
10103 version = "0.48.5"
10104 source = "registry+https://github.com/rust-lang/crates.io-index"
10105 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
10106
10107 [[package]]
10108 name = "windows_x86_64_msvc"
10109 version = "0.52.6"
10110 source = "registry+https://github.com/rust-lang/crates.io-index"
10111 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
10112
10113 [[package]]
10114 name = "windows_x86_64_msvc"
10115 version = "0.53.1"
10116 source = "registry+https://github.com/rust-lang/crates.io-index"
10117 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
10118
10119 [[package]]
10120 name = "winnow"
10121 version = "0.7.15"
10122 source = "registry+https://github.com/rust-lang/crates.io-index"
10123 checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
10124 dependencies = [
10125 "memchr",
10126 ]
10127
10128 [[package]]
10129 name = "winnow"
10130 version = "1.0.4"
10131 source = "registry+https://github.com/rust-lang/crates.io-index"
10132 checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
10133 dependencies = [
10134 "memchr",
10135 ]
10136
10137 [[package]]
10138 name = "wiremock"
10139 version = "0.6.5"
10140 source = "registry+https://github.com/rust-lang/crates.io-index"
10141 checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
10142 dependencies = [
10143 "assert-json-diff",
10144 "base64 0.22.1",
10145 "deadpool",
10146 "futures",
10147 "http 1.4.2",
10148 "http-body-util",
10149 "hyper",
10150 "hyper-util",
10151 "log",
10152 "once_cell",
10153 "regex",
10154 "serde",
10155 "serde_json",
10156 "tokio",
10157 "url",
10158 ]
10159
10160 [[package]]
10161 name = "wit-bindgen"
10162 version = "0.57.1"
10163 source = "registry+https://github.com/rust-lang/crates.io-index"
10164 checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
10165
10166 [[package]]
10167 name = "writeable"
10168 version = "0.6.3"
10169 source = "registry+https://github.com/rust-lang/crates.io-index"
10170 checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
10171
10172 [[package]]
10173 name = "wyz"
10174 version = "0.5.1"
10175 source = "registry+https://github.com/rust-lang/crates.io-index"
10176 checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
10177 dependencies = [
10178 "tap",
10179 ]
10180
10181 [[package]]
10182 name = "x509"
10183 version = "0.2.0"
10184 source = "registry+https://github.com/rust-lang/crates.io-index"
10185 checksum = "ca3cec94c3999f31341553f358ef55f65fc031291a022cd42ec0ce7219560c76"
10186 dependencies = [
10187 "chrono",
10188 "cookie-factory",
10189 ]
10190
10191 [[package]]
10192 name = "x509-cert"
10193 version = "0.2.5"
10194 source = "registry+https://github.com/rust-lang/crates.io-index"
10195 checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94"
10196 dependencies = [
10197 "const-oid 0.9.6",
10198 "der",
10199 "sha1 0.10.6",
10200 "signature",
10201 "spki",
10202 "tls_codec",
10203 ]
10204
10205 [[package]]
10206 name = "x509-certificate"
10207 version = "0.24.0"
10208 source = "registry+https://github.com/rust-lang/crates.io-index"
10209 checksum = "e57b9f8bcae7c1f36479821ae826d75050c60ce55146fd86d3553ed2573e2762"
10210 dependencies = [
10211 "bcder",
10212 "bytes",
10213 "chrono",
10214 "der",
10215 "hex",
10216 "pem",
10217 "ring",
10218 "signature",
10219 "spki",
10220 "thiserror 1.0.69",
10221 "zeroize",
10222 ]
10223
10224 [[package]]
10225 name = "x509-parser"
10226 version = "0.16.0"
10227 source = "registry+https://github.com/rust-lang/crates.io-index"
10228 checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
10229 dependencies = [
10230 "asn1-rs 0.6.2",
10231 "data-encoding",
10232 "der-parser 9.0.0",
10233 "lazy_static",
10234 "nom 7.1.3",
10235 "oid-registry 0.7.1",
10236 "rusticata-macros",
10237 "thiserror 1.0.69",
10238 "time",
10239 ]
10240
10241 [[package]]
10242 name = "x509-parser"
10243 version = "0.18.1"
10244 source = "registry+https://github.com/rust-lang/crates.io-index"
10245 checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
10246 dependencies = [
10247 "asn1-rs 0.7.2",
10248 "data-encoding",
10249 "der-parser 10.0.0",
10250 "lazy_static",
10251 "nom 7.1.3",
10252 "oid-registry 0.8.1",
10253 "rusticata-macros",
10254 "thiserror 2.0.18",
10255 "time",
10256 ]
10257
10258 [[package]]
10259 name = "xml-rs"
10260 version = "0.8.28"
10261 source = "registry+https://github.com/rust-lang/crates.io-index"
10262 checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
10263
10264 [[package]]
10265 name = "xmlparser"
10266 version = "0.13.6"
10267 source = "registry+https://github.com/rust-lang/crates.io-index"
10268 checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
10269
10270 [[package]]
10271 name = "xz2"
10272 version = "0.1.7"
10273 source = "registry+https://github.com/rust-lang/crates.io-index"
10274 checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
10275 dependencies = [
10276 "lzma-sys",
10277 ]
10278
10279 [[package]]
10280 name = "yansi"
10281 version = "1.0.1"
10282 source = "registry+https://github.com/rust-lang/crates.io-index"
10283 checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
10284
10285 [[package]]
10286 name = "yara-x"
10287 version = "1.19.0"
10288 source = "registry+https://github.com/rust-lang/crates.io-index"
10289 checksum = "dd44924487d4d3d0bc42683fbfa35036406483f7fc455d820fff8f2f6b3507bd"
10290 dependencies = [
10291 "annotate-snippets",
10292 "anyhow",
10293 "base64 0.22.1",
10294 "bincode 2.0.1",
10295 "bitflags 2.13.0",
10296 "bitvec",
10297 "bstr",
10298 "const-oid 0.9.6",
10299 "crc32fast",
10300 "daachorse",
10301 "der-parser 10.0.0",
10302 "digest 0.10.7",
10303 "dsa",
10304 "ecdsa",
10305 "flate2",
10306 "getrandom 0.2.17",
10307 "globwalk",
10308 "hex",
10309 "indexmap 2.14.0",
10310 "intaglio",
10311 "inventory",
10312 "ipnet",
10313 "itertools 0.14.0",
10314 "js-sys",
10315 "md-5 0.10.6",
10316 "md2",
10317 "memchr",
10318 "memmap2",
10319 "nom 8.0.0",
10320 "num-derive",
10321 "num-traits",
10322 "p256",
10323 "p384",
10324 "protobuf",
10325 "protobuf-codegen",
10326 "protobuf-parse",
10327 "psl",
10328 "regex",
10329 "regex-automata",
10330 "regex-syntax",
10331 "roxmltree",
10332 "rsa",
10333 "rustc-hash 2.1.2",
10334 "serde",
10335 "serde_json",
10336 "sha1 0.10.6",
10337 "sha2 0.10.9",
10338 "simd-adler32",
10339 "simd_cesu8",
10340 "smallvec",
10341 "strum_macros",
10342 "thiserror 2.0.18",
10343 "tinyzip",
10344 "uuid",
10345 "walrus",
10346 "wasm-bindgen",
10347 "wasmtime",
10348 "x509-parser 0.18.1",
10349 "yara-x-macros",
10350 "yara-x-parser",
10351 "yara-x-proto",
10352 "zip 8.6.0",
10353 ]
10354
10355 [[package]]
10356 name = "yara-x-macros"
10357 version = "1.19.0"
10358 source = "registry+https://github.com/rust-lang/crates.io-index"
10359 checksum = "c77caafb677e73e130c13425863c49828c2206c29e8da6aa8fb08b89b3594bef"
10360 dependencies = [
10361 "darling",
10362 "proc-macro2",
10363 "quote",
10364 "syn 2.0.118",
10365 ]
10366
10367 [[package]]
10368 name = "yara-x-parser"
10369 version = "1.19.0"
10370 source = "registry+https://github.com/rust-lang/crates.io-index"
10371 checksum = "c5564d72253142774903eafc8f4c92bebef40d65c176a11d351258e80cc8a1c7"
10372 dependencies = [
10373 "ascii_tree",
10374 "bitflags 2.13.0",
10375 "bstr",
10376 "indexmap 2.14.0",
10377 "itertools 0.14.0",
10378 "logos",
10379 "num-traits",
10380 "rowan",
10381 "rustc-hash 2.1.2",
10382 "serde",
10383 ]
10384
10385 [[package]]
10386 name = "yara-x-proto"
10387 version = "1.19.0"
10388 source = "registry+https://github.com/rust-lang/crates.io-index"
10389 checksum = "01022f120b79da81aa097fa77d281b5edeebbdfef715b239e569abebe04a241d"
10390 dependencies = [
10391 "base64 0.22.1",
10392 "chrono",
10393 "itertools 0.14.0",
10394 "protobuf",
10395 "protobuf-codegen",
10396 "yansi",
10397 ]
10398
10399 [[package]]
10400 name = "yasna"
10401 version = "0.5.2"
10402 source = "registry+https://github.com/rust-lang/crates.io-index"
10403 checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
10404
10405 [[package]]
10406 name = "yoke"
10407 version = "0.8.3"
10408 source = "registry+https://github.com/rust-lang/crates.io-index"
10409 checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
10410 dependencies = [
10411 "stable_deref_trait",
10412 "yoke-derive",
10413 "zerofrom",
10414 ]
10415
10416 [[package]]
10417 name = "yoke-derive"
10418 version = "0.8.2"
10419 source = "registry+https://github.com/rust-lang/crates.io-index"
10420 checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
10421 dependencies = [
10422 "proc-macro2",
10423 "quote",
10424 "syn 2.0.118",
10425 "synstructure",
10426 ]
10427
10428 [[package]]
10429 name = "zerocopy"
10430 version = "0.8.52"
10431 source = "registry+https://github.com/rust-lang/crates.io-index"
10432 checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
10433 dependencies = [
10434 "zerocopy-derive",
10435 ]
10436
10437 [[package]]
10438 name = "zerocopy-derive"
10439 version = "0.8.52"
10440 source = "registry+https://github.com/rust-lang/crates.io-index"
10441 checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
10442 dependencies = [
10443 "proc-macro2",
10444 "quote",
10445 "syn 2.0.118",
10446 ]
10447
10448 [[package]]
10449 name = "zerofrom"
10450 version = "0.1.8"
10451 source = "registry+https://github.com/rust-lang/crates.io-index"
10452 checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
10453 dependencies = [
10454 "zerofrom-derive",
10455 ]
10456
10457 [[package]]
10458 name = "zerofrom-derive"
10459 version = "0.1.7"
10460 source = "registry+https://github.com/rust-lang/crates.io-index"
10461 checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
10462 dependencies = [
10463 "proc-macro2",
10464 "quote",
10465 "syn 2.0.118",
10466 "synstructure",
10467 ]
10468
10469 [[package]]
10470 name = "zeroize"
10471 version = "1.9.0"
10472 source = "registry+https://github.com/rust-lang/crates.io-index"
10473 checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
10474 dependencies = [
10475 "serde",
10476 "zeroize_derive",
10477 ]
10478
10479 [[package]]
10480 name = "zeroize_derive"
10481 version = "1.5.0"
10482 source = "registry+https://github.com/rust-lang/crates.io-index"
10483 checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
10484 dependencies = [
10485 "proc-macro2",
10486 "quote",
10487 "syn 2.0.118",
10488 ]
10489
10490 [[package]]
10491 name = "zerotrie"
10492 version = "0.2.4"
10493 source = "registry+https://github.com/rust-lang/crates.io-index"
10494 checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
10495 dependencies = [
10496 "displaydoc",
10497 "yoke",
10498 "zerofrom",
10499 ]
10500
10501 [[package]]
10502 name = "zerovec"
10503 version = "0.11.6"
10504 source = "registry+https://github.com/rust-lang/crates.io-index"
10505 checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
10506 dependencies = [
10507 "yoke",
10508 "zerofrom",
10509 "zerovec-derive",
10510 ]
10511
10512 [[package]]
10513 name = "zerovec-derive"
10514 version = "0.11.3"
10515 source = "registry+https://github.com/rust-lang/crates.io-index"
10516 checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
10517 dependencies = [
10518 "proc-macro2",
10519 "quote",
10520 "syn 2.0.118",
10521 ]
10522
10523 [[package]]
10524 name = "zip"
10525 version = "2.4.2"
10526 source = "registry+https://github.com/rust-lang/crates.io-index"
10527 checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
10528 dependencies = [
10529 "arbitrary",
10530 "crc32fast",
10531 "crossbeam-utils",
10532 "displaydoc",
10533 "flate2",
10534 "indexmap 2.14.0",
10535 "memchr",
10536 "thiserror 2.0.18",
10537 "zopfli",
10538 ]
10539
10540 [[package]]
10541 name = "zip"
10542 version = "3.0.0"
10543 source = "registry+https://github.com/rust-lang/crates.io-index"
10544 checksum = "12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308"
10545 dependencies = [
10546 "arbitrary",
10547 "crc32fast",
10548 "flate2",
10549 "indexmap 2.14.0",
10550 "memchr",
10551 "zopfli",
10552 ]
10553
10554 [[package]]
10555 name = "zip"
10556 version = "8.6.0"
10557 source = "registry+https://github.com/rust-lang/crates.io-index"
10558 checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b"
10559 dependencies = [
10560 "aes 0.9.1",
10561 "bzip2 0.6.1",
10562 "constant_time_eq 0.4.2",
10563 "crc32fast",
10564 "deflate64",
10565 "flate2",
10566 "getrandom 0.4.3",
10567 "hmac 0.13.0",
10568 "indexmap 2.14.0",
10569 "lzma-rust2",
10570 "memchr",
10571 "pbkdf2 0.13.0",
10572 "ppmd-rust",
10573 "sha1 0.11.0",
10574 "time",
10575 "typed-path",
10576 "zeroize",
10577 "zopfli",
10578 "zstd",
10579 ]
10580
10581 [[package]]
10582 name = "zip_structs"
10583 version = "0.2.1"
10584 source = "registry+https://github.com/rust-lang/crates.io-index"
10585 checksum = "ce824a6bfffe8942820fa36d24973b7c83a40896749a42e33de0abdd11750ee5"
10586 dependencies = [
10587 "byteorder",
10588 "bytesize",
10589 "thiserror 1.0.69",
10590 ]
10591
10592 [[package]]
10593 name = "zlib-rs"
10594 version = "0.6.5"
10595 source = "registry+https://github.com/rust-lang/crates.io-index"
10596 checksum = "5431d5661c32445236631278f27946e444ddafe4684cac70b185272d4f9c52d5"
10597
10598 [[package]]
10599 name = "zmij"
10600 version = "1.0.21"
10601 source = "registry+https://github.com/rust-lang/crates.io-index"
10602 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
10603
10604 [[package]]
10605 name = "zopfli"
10606 version = "0.8.3"
10607 source = "registry+https://github.com/rust-lang/crates.io-index"
10608 checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
10609 dependencies = [
10610 "bumpalo",
10611 "crc32fast",
10612 "log",
10613 "simd-adler32",
10614 ]
10615
10616 [[package]]
10617 name = "zstd"
10618 version = "0.13.3"
10619 source = "registry+https://github.com/rust-lang/crates.io-index"
10620 checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
10621 dependencies = [
10622 "zstd-safe",
10623 ]
10624
10625 [[package]]
10626 name = "zstd-safe"
10627 version = "7.2.4"
10628 source = "registry+https://github.com/rust-lang/crates.io-index"
10629 checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
10630 dependencies = [
10631 "zstd-sys",
10632 ]
10633
10634 [[package]]
10635 name = "zstd-sys"
10636 version = "2.0.16+zstd.1.5.7"
10637 source = "registry+https://github.com/rust-lang/crates.io-index"
10638 checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
10639 dependencies = [
10640 "cc",
10641 "pkg-config",
10642 ]
10643
10644 [[patch.unused]]
10645 name = "synckit-client"
10646 version = "0.8.0"
10647
10648 [[patch.unused]]
10649 name = "synckit-config"
10650 version = "0.2.0"
10651
10652 [[patch.unused]]
10653 name = "kberg"
10654 version = "0.1.0"
10655
10656 [[patch.unused]]
10657 name = "painhours"
10658 version = "0.1.0"
10659
10660 [[patch.unused]]
10661 name = "quasi-http"
10662 version = "0.1.0"
10663
10664 [[patch.unused]]
10665 name = "quasi-router"
10666 version = "0.1.0"
10667
10668 [[patch.unused]]
10669 name = "quasi-tauri"
10670 version = "0.1.0"
10671
10672 [[patch.unused]]
10673 name = "quasi-webview"
10674 version = "0.1.0"
10675