Skip to main content

max / makenotwork

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