Skip to main content

max / makenotwork

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