Skip to main content

max / pom

87.7 KB · 3673 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 = "aho-corasick"
7 version = "1.1.4"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10 dependencies = [
11 "memchr",
12 ]
13
14 [[package]]
15 name = "allocator-api2"
16 version = "0.2.21"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
20 [[package]]
21 name = "android_system_properties"
22 version = "0.1.5"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
25 dependencies = [
26 "libc",
27 ]
28
29 [[package]]
30 name = "anstream"
31 version = "0.6.21"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
34 dependencies = [
35 "anstyle",
36 "anstyle-parse",
37 "anstyle-query",
38 "anstyle-wincon",
39 "colorchoice",
40 "is_terminal_polyfill",
41 "utf8parse",
42 ]
43
44 [[package]]
45 name = "anstyle"
46 version = "1.0.13"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
49
50 [[package]]
51 name = "anstyle-parse"
52 version = "0.2.7"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
55 dependencies = [
56 "utf8parse",
57 ]
58
59 [[package]]
60 name = "anstyle-query"
61 version = "1.1.5"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
64 dependencies = [
65 "windows-sys 0.61.2",
66 ]
67
68 [[package]]
69 name = "anstyle-wincon"
70 version = "3.0.11"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
73 dependencies = [
74 "anstyle",
75 "once_cell_polyfill",
76 "windows-sys 0.61.2",
77 ]
78
79 [[package]]
80 name = "anyhow"
81 version = "1.0.102"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
83 checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
84
85 [[package]]
86 name = "asn1-rs"
87 version = "0.6.2"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048"
90 dependencies = [
91 "asn1-rs-derive 0.5.1",
92 "asn1-rs-impl",
93 "displaydoc",
94 "nom",
95 "num-traits",
96 "rusticata-macros",
97 "thiserror 1.0.69",
98 "time",
99 ]
100
101 [[package]]
102 name = "asn1-rs"
103 version = "0.7.1"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60"
106 dependencies = [
107 "asn1-rs-derive 0.6.0",
108 "asn1-rs-impl",
109 "displaydoc",
110 "nom",
111 "num-traits",
112 "rusticata-macros",
113 "thiserror 2.0.18",
114 "time",
115 ]
116
117 [[package]]
118 name = "asn1-rs-derive"
119 version = "0.5.1"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490"
122 dependencies = [
123 "proc-macro2",
124 "quote",
125 "syn",
126 "synstructure",
127 ]
128
129 [[package]]
130 name = "asn1-rs-derive"
131 version = "0.6.0"
132 source = "registry+https://github.com/rust-lang/crates.io-index"
133 checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
134 dependencies = [
135 "proc-macro2",
136 "quote",
137 "syn",
138 "synstructure",
139 ]
140
141 [[package]]
142 name = "asn1-rs-impl"
143 version = "0.2.0"
144 source = "registry+https://github.com/rust-lang/crates.io-index"
145 checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
146 dependencies = [
147 "proc-macro2",
148 "quote",
149 "syn",
150 ]
151
152 [[package]]
153 name = "async-trait"
154 version = "0.1.89"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
157 dependencies = [
158 "proc-macro2",
159 "quote",
160 "syn",
161 ]
162
163 [[package]]
164 name = "atoi"
165 version = "2.0.0"
166 source = "registry+https://github.com/rust-lang/crates.io-index"
167 checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
168 dependencies = [
169 "num-traits",
170 ]
171
172 [[package]]
173 name = "atomic-waker"
174 version = "1.1.2"
175 source = "registry+https://github.com/rust-lang/crates.io-index"
176 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
177
178 [[package]]
179 name = "autocfg"
180 version = "1.5.0"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
183
184 [[package]]
185 name = "aws-lc-rs"
186 version = "1.16.1"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
188 checksum = "94bffc006df10ac2a68c83692d734a465f8ee6c5b384d8545a636f81d858f4bf"
189 dependencies = [
190 "aws-lc-sys",
191 "zeroize",
192 ]
193
194 [[package]]
195 name = "aws-lc-sys"
196 version = "0.38.0"
197 source = "registry+https://github.com/rust-lang/crates.io-index"
198 checksum = "4321e568ed89bb5a7d291a7f37997c2c0df89809d7b6d12062c81ddb54aa782e"
199 dependencies = [
200 "cc",
201 "cmake",
202 "dunce",
203 "fs_extra",
204 ]
205
206 [[package]]
207 name = "axum"
208 version = "0.8.8"
209 source = "registry+https://github.com/rust-lang/crates.io-index"
210 checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
211 dependencies = [
212 "axum-core",
213 "bytes",
214 "form_urlencoded",
215 "futures-util",
216 "http",
217 "http-body",
218 "http-body-util",
219 "hyper",
220 "hyper-util",
221 "itoa",
222 "matchit",
223 "memchr",
224 "mime",
225 "percent-encoding",
226 "pin-project-lite",
227 "serde_core",
228 "serde_json",
229 "serde_path_to_error",
230 "serde_urlencoded",
231 "sync_wrapper",
232 "tokio",
233 "tower",
234 "tower-layer",
235 "tower-service",
236 ]
237
238 [[package]]
239 name = "axum-core"
240 version = "0.5.6"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
243 dependencies = [
244 "bytes",
245 "futures-core",
246 "http",
247 "http-body",
248 "http-body-util",
249 "mime",
250 "pin-project-lite",
251 "sync_wrapper",
252 "tower-layer",
253 "tower-service",
254 ]
255
256 [[package]]
257 name = "base64"
258 version = "0.21.7"
259 source = "registry+https://github.com/rust-lang/crates.io-index"
260 checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
261
262 [[package]]
263 name = "base64"
264 version = "0.22.1"
265 source = "registry+https://github.com/rust-lang/crates.io-index"
266 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
267
268 [[package]]
269 name = "base64ct"
270 version = "1.8.3"
271 source = "registry+https://github.com/rust-lang/crates.io-index"
272 checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
273
274 [[package]]
275 name = "bitflags"
276 version = "2.11.0"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
279 dependencies = [
280 "serde_core",
281 ]
282
283 [[package]]
284 name = "block-buffer"
285 version = "0.10.4"
286 source = "registry+https://github.com/rust-lang/crates.io-index"
287 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
288 dependencies = [
289 "generic-array",
290 ]
291
292 [[package]]
293 name = "bumpalo"
294 version = "3.20.2"
295 source = "registry+https://github.com/rust-lang/crates.io-index"
296 checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
297
298 [[package]]
299 name = "byteorder"
300 version = "1.5.0"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
303
304 [[package]]
305 name = "bytes"
306 version = "1.11.1"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
309
310 [[package]]
311 name = "cc"
312 version = "1.2.56"
313 source = "registry+https://github.com/rust-lang/crates.io-index"
314 checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
315 dependencies = [
316 "find-msvc-tools",
317 "jobserver",
318 "libc",
319 "shlex",
320 ]
321
322 [[package]]
323 name = "cfg-if"
324 version = "1.0.4"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
326 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
327
328 [[package]]
329 name = "cfg_aliases"
330 version = "0.2.1"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
333
334 [[package]]
335 name = "chrono"
336 version = "0.4.44"
337 source = "registry+https://github.com/rust-lang/crates.io-index"
338 checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
339 dependencies = [
340 "iana-time-zone",
341 "js-sys",
342 "num-traits",
343 "serde",
344 "wasm-bindgen",
345 "windows-link",
346 ]
347
348 [[package]]
349 name = "clap"
350 version = "4.5.60"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
353 dependencies = [
354 "clap_builder",
355 "clap_derive",
356 ]
357
358 [[package]]
359 name = "clap_builder"
360 version = "4.5.60"
361 source = "registry+https://github.com/rust-lang/crates.io-index"
362 checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
363 dependencies = [
364 "anstream",
365 "anstyle",
366 "clap_lex",
367 "strsim",
368 ]
369
370 [[package]]
371 name = "clap_derive"
372 version = "4.5.55"
373 source = "registry+https://github.com/rust-lang/crates.io-index"
374 checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
375 dependencies = [
376 "heck",
377 "proc-macro2",
378 "quote",
379 "syn",
380 ]
381
382 [[package]]
383 name = "clap_lex"
384 version = "1.0.0"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
387
388 [[package]]
389 name = "cmake"
390 version = "0.1.57"
391 source = "registry+https://github.com/rust-lang/crates.io-index"
392 checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
393 dependencies = [
394 "cc",
395 ]
396
397 [[package]]
398 name = "colorchoice"
399 version = "1.0.4"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
401 checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
402
403 [[package]]
404 name = "concurrent-queue"
405 version = "2.5.0"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
408 dependencies = [
409 "crossbeam-utils",
410 ]
411
412 [[package]]
413 name = "const-oid"
414 version = "0.9.6"
415 source = "registry+https://github.com/rust-lang/crates.io-index"
416 checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
417
418 [[package]]
419 name = "core-foundation-sys"
420 version = "0.8.7"
421 source = "registry+https://github.com/rust-lang/crates.io-index"
422 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
423
424 [[package]]
425 name = "cpufeatures"
426 version = "0.2.17"
427 source = "registry+https://github.com/rust-lang/crates.io-index"
428 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
429 dependencies = [
430 "libc",
431 ]
432
433 [[package]]
434 name = "crc"
435 version = "3.4.0"
436 source = "registry+https://github.com/rust-lang/crates.io-index"
437 checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
438 dependencies = [
439 "crc-catalog",
440 ]
441
442 [[package]]
443 name = "crc-catalog"
444 version = "2.4.0"
445 source = "registry+https://github.com/rust-lang/crates.io-index"
446 checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
447
448 [[package]]
449 name = "critical-section"
450 version = "1.2.0"
451 source = "registry+https://github.com/rust-lang/crates.io-index"
452 checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
453
454 [[package]]
455 name = "crossbeam-channel"
456 version = "0.5.15"
457 source = "registry+https://github.com/rust-lang/crates.io-index"
458 checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
459 dependencies = [
460 "crossbeam-utils",
461 ]
462
463 [[package]]
464 name = "crossbeam-epoch"
465 version = "0.9.18"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
467 checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
468 dependencies = [
469 "crossbeam-utils",
470 ]
471
472 [[package]]
473 name = "crossbeam-queue"
474 version = "0.3.12"
475 source = "registry+https://github.com/rust-lang/crates.io-index"
476 checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
477 dependencies = [
478 "crossbeam-utils",
479 ]
480
481 [[package]]
482 name = "crossbeam-utils"
483 version = "0.8.21"
484 source = "registry+https://github.com/rust-lang/crates.io-index"
485 checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
486
487 [[package]]
488 name = "crypto-common"
489 version = "0.1.7"
490 source = "registry+https://github.com/rust-lang/crates.io-index"
491 checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
492 dependencies = [
493 "generic-array",
494 "typenum",
495 ]
496
497 [[package]]
498 name = "data-encoding"
499 version = "2.10.0"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
501 checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
502
503 [[package]]
504 name = "der"
505 version = "0.7.10"
506 source = "registry+https://github.com/rust-lang/crates.io-index"
507 checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
508 dependencies = [
509 "const-oid",
510 "pem-rfc7468",
511 "zeroize",
512 ]
513
514 [[package]]
515 name = "der-parser"
516 version = "9.0.0"
517 source = "registry+https://github.com/rust-lang/crates.io-index"
518 checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
519 dependencies = [
520 "asn1-rs 0.6.2",
521 "displaydoc",
522 "nom",
523 "num-bigint",
524 "num-traits",
525 "rusticata-macros",
526 ]
527
528 [[package]]
529 name = "der-parser"
530 version = "10.0.0"
531 source = "registry+https://github.com/rust-lang/crates.io-index"
532 checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
533 dependencies = [
534 "asn1-rs 0.7.1",
535 "displaydoc",
536 "nom",
537 "num-bigint",
538 "num-traits",
539 "rusticata-macros",
540 ]
541
542 [[package]]
543 name = "deranged"
544 version = "0.5.8"
545 source = "registry+https://github.com/rust-lang/crates.io-index"
546 checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
547 dependencies = [
548 "powerfmt",
549 ]
550
551 [[package]]
552 name = "digest"
553 version = "0.10.7"
554 source = "registry+https://github.com/rust-lang/crates.io-index"
555 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
556 dependencies = [
557 "block-buffer",
558 "const-oid",
559 "crypto-common",
560 "subtle",
561 ]
562
563 [[package]]
564 name = "dirs"
565 version = "6.0.0"
566 source = "registry+https://github.com/rust-lang/crates.io-index"
567 checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
568 dependencies = [
569 "dirs-sys",
570 ]
571
572 [[package]]
573 name = "dirs-sys"
574 version = "0.5.0"
575 source = "registry+https://github.com/rust-lang/crates.io-index"
576 checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
577 dependencies = [
578 "libc",
579 "option-ext",
580 "redox_users",
581 "windows-sys 0.61.2",
582 ]
583
584 [[package]]
585 name = "displaydoc"
586 version = "0.2.5"
587 source = "registry+https://github.com/rust-lang/crates.io-index"
588 checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
589 dependencies = [
590 "proc-macro2",
591 "quote",
592 "syn",
593 ]
594
595 [[package]]
596 name = "dotenvy"
597 version = "0.15.7"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
599 checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
600
601 [[package]]
602 name = "dunce"
603 version = "1.0.5"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
605 checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
606
607 [[package]]
608 name = "dyn-clone"
609 version = "1.0.20"
610 source = "registry+https://github.com/rust-lang/crates.io-index"
611 checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
612
613 [[package]]
614 name = "either"
615 version = "1.15.0"
616 source = "registry+https://github.com/rust-lang/crates.io-index"
617 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
618 dependencies = [
619 "serde",
620 ]
621
622 [[package]]
623 name = "enum-as-inner"
624 version = "0.6.1"
625 source = "registry+https://github.com/rust-lang/crates.io-index"
626 checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
627 dependencies = [
628 "heck",
629 "proc-macro2",
630 "quote",
631 "syn",
632 ]
633
634 [[package]]
635 name = "equivalent"
636 version = "1.0.2"
637 source = "registry+https://github.com/rust-lang/crates.io-index"
638 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
639
640 [[package]]
641 name = "errno"
642 version = "0.3.14"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
644 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
645 dependencies = [
646 "libc",
647 "windows-sys 0.61.2",
648 ]
649
650 [[package]]
651 name = "etcetera"
652 version = "0.8.0"
653 source = "registry+https://github.com/rust-lang/crates.io-index"
654 checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
655 dependencies = [
656 "cfg-if",
657 "home",
658 "windows-sys 0.48.0",
659 ]
660
661 [[package]]
662 name = "event-listener"
663 version = "5.4.1"
664 source = "registry+https://github.com/rust-lang/crates.io-index"
665 checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
666 dependencies = [
667 "concurrent-queue",
668 "parking",
669 "pin-project-lite",
670 ]
671
672 [[package]]
673 name = "find-msvc-tools"
674 version = "0.1.9"
675 source = "registry+https://github.com/rust-lang/crates.io-index"
676 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
677
678 [[package]]
679 name = "flume"
680 version = "0.11.1"
681 source = "registry+https://github.com/rust-lang/crates.io-index"
682 checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
683 dependencies = [
684 "futures-core",
685 "futures-sink",
686 "spin",
687 ]
688
689 [[package]]
690 name = "foldhash"
691 version = "0.1.5"
692 source = "registry+https://github.com/rust-lang/crates.io-index"
693 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
694
695 [[package]]
696 name = "form_urlencoded"
697 version = "1.2.2"
698 source = "registry+https://github.com/rust-lang/crates.io-index"
699 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
700 dependencies = [
701 "percent-encoding",
702 ]
703
704 [[package]]
705 name = "fs_extra"
706 version = "1.3.0"
707 source = "registry+https://github.com/rust-lang/crates.io-index"
708 checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
709
710 [[package]]
711 name = "futures"
712 version = "0.3.32"
713 source = "registry+https://github.com/rust-lang/crates.io-index"
714 checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
715 dependencies = [
716 "futures-channel",
717 "futures-core",
718 "futures-executor",
719 "futures-io",
720 "futures-sink",
721 "futures-task",
722 "futures-util",
723 ]
724
725 [[package]]
726 name = "futures-channel"
727 version = "0.3.32"
728 source = "registry+https://github.com/rust-lang/crates.io-index"
729 checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
730 dependencies = [
731 "futures-core",
732 "futures-sink",
733 ]
734
735 [[package]]
736 name = "futures-core"
737 version = "0.3.32"
738 source = "registry+https://github.com/rust-lang/crates.io-index"
739 checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
740
741 [[package]]
742 name = "futures-executor"
743 version = "0.3.32"
744 source = "registry+https://github.com/rust-lang/crates.io-index"
745 checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
746 dependencies = [
747 "futures-core",
748 "futures-task",
749 "futures-util",
750 ]
751
752 [[package]]
753 name = "futures-intrusive"
754 version = "0.5.0"
755 source = "registry+https://github.com/rust-lang/crates.io-index"
756 checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
757 dependencies = [
758 "futures-core",
759 "lock_api",
760 "parking_lot",
761 ]
762
763 [[package]]
764 name = "futures-io"
765 version = "0.3.32"
766 source = "registry+https://github.com/rust-lang/crates.io-index"
767 checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
768
769 [[package]]
770 name = "futures-macro"
771 version = "0.3.32"
772 source = "registry+https://github.com/rust-lang/crates.io-index"
773 checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
774 dependencies = [
775 "proc-macro2",
776 "quote",
777 "syn",
778 ]
779
780 [[package]]
781 name = "futures-sink"
782 version = "0.3.32"
783 source = "registry+https://github.com/rust-lang/crates.io-index"
784 checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
785
786 [[package]]
787 name = "futures-task"
788 version = "0.3.32"
789 source = "registry+https://github.com/rust-lang/crates.io-index"
790 checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
791
792 [[package]]
793 name = "futures-util"
794 version = "0.3.32"
795 source = "registry+https://github.com/rust-lang/crates.io-index"
796 checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
797 dependencies = [
798 "futures-channel",
799 "futures-core",
800 "futures-io",
801 "futures-macro",
802 "futures-sink",
803 "futures-task",
804 "memchr",
805 "pin-project-lite",
806 "slab",
807 ]
808
809 [[package]]
810 name = "generic-array"
811 version = "0.14.7"
812 source = "registry+https://github.com/rust-lang/crates.io-index"
813 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
814 dependencies = [
815 "typenum",
816 "version_check",
817 ]
818
819 [[package]]
820 name = "getrandom"
821 version = "0.2.17"
822 source = "registry+https://github.com/rust-lang/crates.io-index"
823 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
824 dependencies = [
825 "cfg-if",
826 "js-sys",
827 "libc",
828 "wasi",
829 "wasm-bindgen",
830 ]
831
832 [[package]]
833 name = "getrandom"
834 version = "0.3.4"
835 source = "registry+https://github.com/rust-lang/crates.io-index"
836 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
837 dependencies = [
838 "cfg-if",
839 "js-sys",
840 "libc",
841 "r-efi 5.3.0",
842 "wasip2",
843 "wasm-bindgen",
844 ]
845
846 [[package]]
847 name = "getrandom"
848 version = "0.4.2"
849 source = "registry+https://github.com/rust-lang/crates.io-index"
850 checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
851 dependencies = [
852 "cfg-if",
853 "libc",
854 "r-efi 6.0.0",
855 "wasip2",
856 "wasip3",
857 ]
858
859 [[package]]
860 name = "hashbrown"
861 version = "0.15.5"
862 source = "registry+https://github.com/rust-lang/crates.io-index"
863 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
864 dependencies = [
865 "allocator-api2",
866 "equivalent",
867 "foldhash",
868 ]
869
870 [[package]]
871 name = "hashbrown"
872 version = "0.16.1"
873 source = "registry+https://github.com/rust-lang/crates.io-index"
874 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
875
876 [[package]]
877 name = "hashlink"
878 version = "0.10.0"
879 source = "registry+https://github.com/rust-lang/crates.io-index"
880 checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
881 dependencies = [
882 "hashbrown 0.15.5",
883 ]
884
885 [[package]]
886 name = "heck"
887 version = "0.5.0"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
889 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
890
891 [[package]]
892 name = "hex"
893 version = "0.4.3"
894 source = "registry+https://github.com/rust-lang/crates.io-index"
895 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
896
897 [[package]]
898 name = "hickory-proto"
899 version = "0.25.2"
900 source = "registry+https://github.com/rust-lang/crates.io-index"
901 checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
902 dependencies = [
903 "async-trait",
904 "cfg-if",
905 "data-encoding",
906 "enum-as-inner",
907 "futures-channel",
908 "futures-io",
909 "futures-util",
910 "idna",
911 "ipnet",
912 "once_cell",
913 "rand 0.9.2",
914 "ring",
915 "thiserror 2.0.18",
916 "tinyvec",
917 "tokio",
918 "tracing",
919 "url",
920 ]
921
922 [[package]]
923 name = "hickory-resolver"
924 version = "0.25.2"
925 source = "registry+https://github.com/rust-lang/crates.io-index"
926 checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
927 dependencies = [
928 "cfg-if",
929 "futures-util",
930 "hickory-proto",
931 "ipconfig",
932 "moka",
933 "once_cell",
934 "parking_lot",
935 "rand 0.9.2",
936 "resolv-conf",
937 "smallvec",
938 "thiserror 2.0.18",
939 "tokio",
940 "tracing",
941 ]
942
943 [[package]]
944 name = "hkdf"
945 version = "0.12.4"
946 source = "registry+https://github.com/rust-lang/crates.io-index"
947 checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
948 dependencies = [
949 "hmac",
950 ]
951
952 [[package]]
953 name = "hmac"
954 version = "0.12.1"
955 source = "registry+https://github.com/rust-lang/crates.io-index"
956 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
957 dependencies = [
958 "digest",
959 ]
960
961 [[package]]
962 name = "home"
963 version = "0.5.12"
964 source = "registry+https://github.com/rust-lang/crates.io-index"
965 checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
966 dependencies = [
967 "windows-sys 0.61.2",
968 ]
969
970 [[package]]
971 name = "hostname"
972 version = "0.4.2"
973 source = "registry+https://github.com/rust-lang/crates.io-index"
974 checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd"
975 dependencies = [
976 "cfg-if",
977 "libc",
978 "windows-link",
979 ]
980
981 [[package]]
982 name = "http"
983 version = "1.4.0"
984 source = "registry+https://github.com/rust-lang/crates.io-index"
985 checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
986 dependencies = [
987 "bytes",
988 "itoa",
989 ]
990
991 [[package]]
992 name = "http-body"
993 version = "1.0.1"
994 source = "registry+https://github.com/rust-lang/crates.io-index"
995 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
996 dependencies = [
997 "bytes",
998 "http",
999 ]
1000
1001 [[package]]
1002 name = "http-body-util"
1003 version = "0.1.3"
1004 source = "registry+https://github.com/rust-lang/crates.io-index"
1005 checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1006 dependencies = [
1007 "bytes",
1008 "futures-core",
1009 "http",
1010 "http-body",
1011 "pin-project-lite",
1012 ]
1013
1014 [[package]]
1015 name = "httparse"
1016 version = "1.10.1"
1017 source = "registry+https://github.com/rust-lang/crates.io-index"
1018 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1019
1020 [[package]]
1021 name = "httpdate"
1022 version = "1.0.3"
1023 source = "registry+https://github.com/rust-lang/crates.io-index"
1024 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1025
1026 [[package]]
1027 name = "hyper"
1028 version = "1.8.1"
1029 source = "registry+https://github.com/rust-lang/crates.io-index"
1030 checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1031 dependencies = [
1032 "atomic-waker",
1033 "bytes",
1034 "futures-channel",
1035 "futures-core",
1036 "http",
1037 "http-body",
1038 "httparse",
1039 "httpdate",
1040 "itoa",
1041 "pin-project-lite",
1042 "pin-utils",
1043 "smallvec",
1044 "tokio",
1045 "want",
1046 ]
1047
1048 [[package]]
1049 name = "hyper-rustls"
1050 version = "0.27.7"
1051 source = "registry+https://github.com/rust-lang/crates.io-index"
1052 checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1053 dependencies = [
1054 "http",
1055 "hyper",
1056 "hyper-util",
1057 "rustls",
1058 "rustls-pki-types",
1059 "tokio",
1060 "tokio-rustls",
1061 "tower-service",
1062 "webpki-roots",
1063 ]
1064
1065 [[package]]
1066 name = "hyper-util"
1067 version = "0.1.20"
1068 source = "registry+https://github.com/rust-lang/crates.io-index"
1069 checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1070 dependencies = [
1071 "base64 0.22.1",
1072 "bytes",
1073 "futures-channel",
1074 "futures-util",
1075 "http",
1076 "http-body",
1077 "hyper",
1078 "ipnet",
1079 "libc",
1080 "percent-encoding",
1081 "pin-project-lite",
1082 "socket2 0.6.3",
1083 "tokio",
1084 "tower-service",
1085 "tracing",
1086 ]
1087
1088 [[package]]
1089 name = "iana-time-zone"
1090 version = "0.1.65"
1091 source = "registry+https://github.com/rust-lang/crates.io-index"
1092 checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1093 dependencies = [
1094 "android_system_properties",
1095 "core-foundation-sys",
1096 "iana-time-zone-haiku",
1097 "js-sys",
1098 "log",
1099 "wasm-bindgen",
1100 "windows-core",
1101 ]
1102
1103 [[package]]
1104 name = "iana-time-zone-haiku"
1105 version = "0.1.2"
1106 source = "registry+https://github.com/rust-lang/crates.io-index"
1107 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1108 dependencies = [
1109 "cc",
1110 ]
1111
1112 [[package]]
1113 name = "icu_collections"
1114 version = "2.1.1"
1115 source = "registry+https://github.com/rust-lang/crates.io-index"
1116 checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1117 dependencies = [
1118 "displaydoc",
1119 "potential_utf",
1120 "yoke",
1121 "zerofrom",
1122 "zerovec",
1123 ]
1124
1125 [[package]]
1126 name = "icu_locale_core"
1127 version = "2.1.1"
1128 source = "registry+https://github.com/rust-lang/crates.io-index"
1129 checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1130 dependencies = [
1131 "displaydoc",
1132 "litemap",
1133 "tinystr",
1134 "writeable",
1135 "zerovec",
1136 ]
1137
1138 [[package]]
1139 name = "icu_normalizer"
1140 version = "2.1.1"
1141 source = "registry+https://github.com/rust-lang/crates.io-index"
1142 checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1143 dependencies = [
1144 "icu_collections",
1145 "icu_normalizer_data",
1146 "icu_properties",
1147 "icu_provider",
1148 "smallvec",
1149 "zerovec",
1150 ]
1151
1152 [[package]]
1153 name = "icu_normalizer_data"
1154 version = "2.1.1"
1155 source = "registry+https://github.com/rust-lang/crates.io-index"
1156 checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1157
1158 [[package]]
1159 name = "icu_properties"
1160 version = "2.1.2"
1161 source = "registry+https://github.com/rust-lang/crates.io-index"
1162 checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1163 dependencies = [
1164 "icu_collections",
1165 "icu_locale_core",
1166 "icu_properties_data",
1167 "icu_provider",
1168 "zerotrie",
1169 "zerovec",
1170 ]
1171
1172 [[package]]
1173 name = "icu_properties_data"
1174 version = "2.1.2"
1175 source = "registry+https://github.com/rust-lang/crates.io-index"
1176 checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1177
1178 [[package]]
1179 name = "icu_provider"
1180 version = "2.1.1"
1181 source = "registry+https://github.com/rust-lang/crates.io-index"
1182 checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1183 dependencies = [
1184 "displaydoc",
1185 "icu_locale_core",
1186 "writeable",
1187 "yoke",
1188 "zerofrom",
1189 "zerotrie",
1190 "zerovec",
1191 ]
1192
1193 [[package]]
1194 name = "id-arena"
1195 version = "2.3.0"
1196 source = "registry+https://github.com/rust-lang/crates.io-index"
1197 checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1198
1199 [[package]]
1200 name = "idna"
1201 version = "1.1.0"
1202 source = "registry+https://github.com/rust-lang/crates.io-index"
1203 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1204 dependencies = [
1205 "idna_adapter",
1206 "smallvec",
1207 "utf8_iter",
1208 ]
1209
1210 [[package]]
1211 name = "idna_adapter"
1212 version = "1.2.1"
1213 source = "registry+https://github.com/rust-lang/crates.io-index"
1214 checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1215 dependencies = [
1216 "icu_normalizer",
1217 "icu_properties",
1218 ]
1219
1220 [[package]]
1221 name = "indexmap"
1222 version = "2.13.0"
1223 source = "registry+https://github.com/rust-lang/crates.io-index"
1224 checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1225 dependencies = [
1226 "equivalent",
1227 "hashbrown 0.16.1",
1228 "serde",
1229 "serde_core",
1230 ]
1231
1232 [[package]]
1233 name = "ipconfig"
1234 version = "0.3.2"
1235 source = "registry+https://github.com/rust-lang/crates.io-index"
1236 checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1237 dependencies = [
1238 "socket2 0.5.10",
1239 "widestring",
1240 "windows-sys 0.48.0",
1241 "winreg",
1242 ]
1243
1244 [[package]]
1245 name = "ipnet"
1246 version = "2.12.0"
1247 source = "registry+https://github.com/rust-lang/crates.io-index"
1248 checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1249
1250 [[package]]
1251 name = "iri-string"
1252 version = "0.7.10"
1253 source = "registry+https://github.com/rust-lang/crates.io-index"
1254 checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1255 dependencies = [
1256 "memchr",
1257 "serde",
1258 ]
1259
1260 [[package]]
1261 name = "is_terminal_polyfill"
1262 version = "1.70.2"
1263 source = "registry+https://github.com/rust-lang/crates.io-index"
1264 checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1265
1266 [[package]]
1267 name = "itoa"
1268 version = "1.0.17"
1269 source = "registry+https://github.com/rust-lang/crates.io-index"
1270 checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1271
1272 [[package]]
1273 name = "jobserver"
1274 version = "0.1.34"
1275 source = "registry+https://github.com/rust-lang/crates.io-index"
1276 checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1277 dependencies = [
1278 "getrandom 0.3.4",
1279 "libc",
1280 ]
1281
1282 [[package]]
1283 name = "js-sys"
1284 version = "0.3.91"
1285 source = "registry+https://github.com/rust-lang/crates.io-index"
1286 checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
1287 dependencies = [
1288 "once_cell",
1289 "wasm-bindgen",
1290 ]
1291
1292 [[package]]
1293 name = "lazy_static"
1294 version = "1.5.0"
1295 source = "registry+https://github.com/rust-lang/crates.io-index"
1296 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1297 dependencies = [
1298 "spin",
1299 ]
1300
1301 [[package]]
1302 name = "leb128fmt"
1303 version = "0.1.0"
1304 source = "registry+https://github.com/rust-lang/crates.io-index"
1305 checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1306
1307 [[package]]
1308 name = "libc"
1309 version = "0.2.183"
1310 source = "registry+https://github.com/rust-lang/crates.io-index"
1311 checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
1312
1313 [[package]]
1314 name = "libm"
1315 version = "0.2.16"
1316 source = "registry+https://github.com/rust-lang/crates.io-index"
1317 checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1318
1319 [[package]]
1320 name = "libredox"
1321 version = "0.1.14"
1322 source = "registry+https://github.com/rust-lang/crates.io-index"
1323 checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a"
1324 dependencies = [
1325 "bitflags",
1326 "libc",
1327 "plain",
1328 "redox_syscall 0.7.3",
1329 ]
1330
1331 [[package]]
1332 name = "libsqlite3-sys"
1333 version = "0.30.1"
1334 source = "registry+https://github.com/rust-lang/crates.io-index"
1335 checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1336 dependencies = [
1337 "cc",
1338 "pkg-config",
1339 "vcpkg",
1340 ]
1341
1342 [[package]]
1343 name = "litemap"
1344 version = "0.8.1"
1345 source = "registry+https://github.com/rust-lang/crates.io-index"
1346 checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1347
1348 [[package]]
1349 name = "lock_api"
1350 version = "0.4.14"
1351 source = "registry+https://github.com/rust-lang/crates.io-index"
1352 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1353 dependencies = [
1354 "scopeguard",
1355 ]
1356
1357 [[package]]
1358 name = "log"
1359 version = "0.4.29"
1360 source = "registry+https://github.com/rust-lang/crates.io-index"
1361 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1362
1363 [[package]]
1364 name = "lru-slab"
1365 version = "0.1.2"
1366 source = "registry+https://github.com/rust-lang/crates.io-index"
1367 checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1368
1369 [[package]]
1370 name = "matchers"
1371 version = "0.2.0"
1372 source = "registry+https://github.com/rust-lang/crates.io-index"
1373 checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1374 dependencies = [
1375 "regex-automata",
1376 ]
1377
1378 [[package]]
1379 name = "matchit"
1380 version = "0.8.4"
1381 source = "registry+https://github.com/rust-lang/crates.io-index"
1382 checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1383
1384 [[package]]
1385 name = "md-5"
1386 version = "0.10.6"
1387 source = "registry+https://github.com/rust-lang/crates.io-index"
1388 checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1389 dependencies = [
1390 "cfg-if",
1391 "digest",
1392 ]
1393
1394 [[package]]
1395 name = "memchr"
1396 version = "2.8.0"
1397 source = "registry+https://github.com/rust-lang/crates.io-index"
1398 checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1399
1400 [[package]]
1401 name = "mime"
1402 version = "0.3.17"
1403 source = "registry+https://github.com/rust-lang/crates.io-index"
1404 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1405
1406 [[package]]
1407 name = "minimal-lexical"
1408 version = "0.2.1"
1409 source = "registry+https://github.com/rust-lang/crates.io-index"
1410 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1411
1412 [[package]]
1413 name = "mio"
1414 version = "1.1.1"
1415 source = "registry+https://github.com/rust-lang/crates.io-index"
1416 checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1417 dependencies = [
1418 "libc",
1419 "wasi",
1420 "windows-sys 0.61.2",
1421 ]
1422
1423 [[package]]
1424 name = "moka"
1425 version = "0.12.14"
1426 source = "registry+https://github.com/rust-lang/crates.io-index"
1427 checksum = "85f8024e1c8e71c778968af91d43700ce1d11b219d127d79fb2934153b82b42b"
1428 dependencies = [
1429 "crossbeam-channel",
1430 "crossbeam-epoch",
1431 "crossbeam-utils",
1432 "equivalent",
1433 "parking_lot",
1434 "portable-atomic",
1435 "smallvec",
1436 "tagptr",
1437 "uuid",
1438 ]
1439
1440 [[package]]
1441 name = "nom"
1442 version = "7.1.3"
1443 source = "registry+https://github.com/rust-lang/crates.io-index"
1444 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1445 dependencies = [
1446 "memchr",
1447 "minimal-lexical",
1448 ]
1449
1450 [[package]]
1451 name = "nu-ansi-term"
1452 version = "0.50.3"
1453 source = "registry+https://github.com/rust-lang/crates.io-index"
1454 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1455 dependencies = [
1456 "windows-sys 0.61.2",
1457 ]
1458
1459 [[package]]
1460 name = "num-bigint"
1461 version = "0.4.6"
1462 source = "registry+https://github.com/rust-lang/crates.io-index"
1463 checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1464 dependencies = [
1465 "num-integer",
1466 "num-traits",
1467 ]
1468
1469 [[package]]
1470 name = "num-bigint-dig"
1471 version = "0.8.6"
1472 source = "registry+https://github.com/rust-lang/crates.io-index"
1473 checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
1474 dependencies = [
1475 "lazy_static",
1476 "libm",
1477 "num-integer",
1478 "num-iter",
1479 "num-traits",
1480 "rand 0.8.5",
1481 "smallvec",
1482 "zeroize",
1483 ]
1484
1485 [[package]]
1486 name = "num-conv"
1487 version = "0.2.0"
1488 source = "registry+https://github.com/rust-lang/crates.io-index"
1489 checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
1490
1491 [[package]]
1492 name = "num-integer"
1493 version = "0.1.46"
1494 source = "registry+https://github.com/rust-lang/crates.io-index"
1495 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1496 dependencies = [
1497 "num-traits",
1498 ]
1499
1500 [[package]]
1501 name = "num-iter"
1502 version = "0.1.45"
1503 source = "registry+https://github.com/rust-lang/crates.io-index"
1504 checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1505 dependencies = [
1506 "autocfg",
1507 "num-integer",
1508 "num-traits",
1509 ]
1510
1511 [[package]]
1512 name = "num-traits"
1513 version = "0.2.19"
1514 source = "registry+https://github.com/rust-lang/crates.io-index"
1515 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1516 dependencies = [
1517 "autocfg",
1518 "libm",
1519 ]
1520
1521 [[package]]
1522 name = "oid-registry"
1523 version = "0.7.1"
1524 source = "registry+https://github.com/rust-lang/crates.io-index"
1525 checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
1526 dependencies = [
1527 "asn1-rs 0.6.2",
1528 ]
1529
1530 [[package]]
1531 name = "oid-registry"
1532 version = "0.8.1"
1533 source = "registry+https://github.com/rust-lang/crates.io-index"
1534 checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
1535 dependencies = [
1536 "asn1-rs 0.7.1",
1537 ]
1538
1539 [[package]]
1540 name = "once_cell"
1541 version = "1.21.3"
1542 source = "registry+https://github.com/rust-lang/crates.io-index"
1543 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1544 dependencies = [
1545 "critical-section",
1546 "portable-atomic",
1547 ]
1548
1549 [[package]]
1550 name = "once_cell_polyfill"
1551 version = "1.70.2"
1552 source = "registry+https://github.com/rust-lang/crates.io-index"
1553 checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1554
1555 [[package]]
1556 name = "option-ext"
1557 version = "0.2.0"
1558 source = "registry+https://github.com/rust-lang/crates.io-index"
1559 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1560
1561 [[package]]
1562 name = "parking"
1563 version = "2.2.1"
1564 source = "registry+https://github.com/rust-lang/crates.io-index"
1565 checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1566
1567 [[package]]
1568 name = "parking_lot"
1569 version = "0.12.5"
1570 source = "registry+https://github.com/rust-lang/crates.io-index"
1571 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1572 dependencies = [
1573 "lock_api",
1574 "parking_lot_core",
1575 ]
1576
1577 [[package]]
1578 name = "parking_lot_core"
1579 version = "0.9.12"
1580 source = "registry+https://github.com/rust-lang/crates.io-index"
1581 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1582 dependencies = [
1583 "cfg-if",
1584 "libc",
1585 "redox_syscall 0.5.18",
1586 "smallvec",
1587 "windows-link",
1588 ]
1589
1590 [[package]]
1591 name = "paste"
1592 version = "1.0.15"
1593 source = "registry+https://github.com/rust-lang/crates.io-index"
1594 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1595
1596 [[package]]
1597 name = "pem"
1598 version = "3.0.6"
1599 source = "registry+https://github.com/rust-lang/crates.io-index"
1600 checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
1601 dependencies = [
1602 "base64 0.22.1",
1603 "serde_core",
1604 ]
1605
1606 [[package]]
1607 name = "pem-rfc7468"
1608 version = "0.7.0"
1609 source = "registry+https://github.com/rust-lang/crates.io-index"
1610 checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1611 dependencies = [
1612 "base64ct",
1613 ]
1614
1615 [[package]]
1616 name = "percent-encoding"
1617 version = "2.3.2"
1618 source = "registry+https://github.com/rust-lang/crates.io-index"
1619 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1620
1621 [[package]]
1622 name = "pin-project-lite"
1623 version = "0.2.17"
1624 source = "registry+https://github.com/rust-lang/crates.io-index"
1625 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1626
1627 [[package]]
1628 name = "pin-utils"
1629 version = "0.1.0"
1630 source = "registry+https://github.com/rust-lang/crates.io-index"
1631 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1632
1633 [[package]]
1634 name = "pkcs1"
1635 version = "0.7.5"
1636 source = "registry+https://github.com/rust-lang/crates.io-index"
1637 checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1638 dependencies = [
1639 "der",
1640 "pkcs8",
1641 "spki",
1642 ]
1643
1644 [[package]]
1645 name = "pkcs8"
1646 version = "0.10.2"
1647 source = "registry+https://github.com/rust-lang/crates.io-index"
1648 checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1649 dependencies = [
1650 "der",
1651 "spki",
1652 ]
1653
1654 [[package]]
1655 name = "pkg-config"
1656 version = "0.3.32"
1657 source = "registry+https://github.com/rust-lang/crates.io-index"
1658 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1659
1660 [[package]]
1661 name = "plain"
1662 version = "0.2.3"
1663 source = "registry+https://github.com/rust-lang/crates.io-index"
1664 checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1665
1666 [[package]]
1667 name = "pom"
1668 version = "0.3.3"
1669 dependencies = [
1670 "axum",
1671 "chrono",
1672 "clap",
1673 "dirs",
1674 "hickory-resolver",
1675 "hostname",
1676 "http-body-util",
1677 "rcgen",
1678 "reqwest",
1679 "rmcp",
1680 "rustls-pki-types",
1681 "schemars",
1682 "serde",
1683 "serde_json",
1684 "sqlx",
1685 "subtle",
1686 "thiserror 2.0.18",
1687 "tokio",
1688 "tokio-rustls",
1689 "tokio-util",
1690 "toml",
1691 "tower",
1692 "tracing",
1693 "tracing-subscriber",
1694 "uuid",
1695 "webpki-roots",
1696 "x509-parser 0.16.0",
1697 ]
1698
1699 [[package]]
1700 name = "portable-atomic"
1701 version = "1.13.1"
1702 source = "registry+https://github.com/rust-lang/crates.io-index"
1703 checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1704
1705 [[package]]
1706 name = "potential_utf"
1707 version = "0.1.4"
1708 source = "registry+https://github.com/rust-lang/crates.io-index"
1709 checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1710 dependencies = [
1711 "zerovec",
1712 ]
1713
1714 [[package]]
1715 name = "powerfmt"
1716 version = "0.2.0"
1717 source = "registry+https://github.com/rust-lang/crates.io-index"
1718 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1719
1720 [[package]]
1721 name = "ppv-lite86"
1722 version = "0.2.21"
1723 source = "registry+https://github.com/rust-lang/crates.io-index"
1724 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1725 dependencies = [
1726 "zerocopy",
1727 ]
1728
1729 [[package]]
1730 name = "prettyplease"
1731 version = "0.2.37"
1732 source = "registry+https://github.com/rust-lang/crates.io-index"
1733 checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1734 dependencies = [
1735 "proc-macro2",
1736 "syn",
1737 ]
1738
1739 [[package]]
1740 name = "proc-macro2"
1741 version = "1.0.106"
1742 source = "registry+https://github.com/rust-lang/crates.io-index"
1743 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1744 dependencies = [
1745 "unicode-ident",
1746 ]
1747
1748 [[package]]
1749 name = "quinn"
1750 version = "0.11.9"
1751 source = "registry+https://github.com/rust-lang/crates.io-index"
1752 checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1753 dependencies = [
1754 "bytes",
1755 "cfg_aliases",
1756 "pin-project-lite",
1757 "quinn-proto",
1758 "quinn-udp",
1759 "rustc-hash",
1760 "rustls",
1761 "socket2 0.6.3",
1762 "thiserror 2.0.18",
1763 "tokio",
1764 "tracing",
1765 "web-time",
1766 ]
1767
1768 [[package]]
1769 name = "quinn-proto"
1770 version = "0.11.14"
1771 source = "registry+https://github.com/rust-lang/crates.io-index"
1772 checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1773 dependencies = [
1774 "bytes",
1775 "getrandom 0.3.4",
1776 "lru-slab",
1777 "rand 0.9.2",
1778 "ring",
1779 "rustc-hash",
1780 "rustls",
1781 "rustls-pki-types",
1782 "slab",
1783 "thiserror 2.0.18",
1784 "tinyvec",
1785 "tracing",
1786 "web-time",
1787 ]
1788
1789 [[package]]
1790 name = "quinn-udp"
1791 version = "0.5.14"
1792 source = "registry+https://github.com/rust-lang/crates.io-index"
1793 checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1794 dependencies = [
1795 "cfg_aliases",
1796 "libc",
1797 "once_cell",
1798 "socket2 0.6.3",
1799 "tracing",
1800 "windows-sys 0.52.0",
1801 ]
1802
1803 [[package]]
1804 name = "quote"
1805 version = "1.0.45"
1806 source = "registry+https://github.com/rust-lang/crates.io-index"
1807 checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1808 dependencies = [
1809 "proc-macro2",
1810 ]
1811
1812 [[package]]
1813 name = "r-efi"
1814 version = "5.3.0"
1815 source = "registry+https://github.com/rust-lang/crates.io-index"
1816 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1817
1818 [[package]]
1819 name = "r-efi"
1820 version = "6.0.0"
1821 source = "registry+https://github.com/rust-lang/crates.io-index"
1822 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1823
1824 [[package]]
1825 name = "rand"
1826 version = "0.8.5"
1827 source = "registry+https://github.com/rust-lang/crates.io-index"
1828 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1829 dependencies = [
1830 "libc",
1831 "rand_chacha 0.3.1",
1832 "rand_core 0.6.4",
1833 ]
1834
1835 [[package]]
1836 name = "rand"
1837 version = "0.9.2"
1838 source = "registry+https://github.com/rust-lang/crates.io-index"
1839 checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1840 dependencies = [
1841 "rand_chacha 0.9.0",
1842 "rand_core 0.9.5",
1843 ]
1844
1845 [[package]]
1846 name = "rand_chacha"
1847 version = "0.3.1"
1848 source = "registry+https://github.com/rust-lang/crates.io-index"
1849 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1850 dependencies = [
1851 "ppv-lite86",
1852 "rand_core 0.6.4",
1853 ]
1854
1855 [[package]]
1856 name = "rand_chacha"
1857 version = "0.9.0"
1858 source = "registry+https://github.com/rust-lang/crates.io-index"
1859 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1860 dependencies = [
1861 "ppv-lite86",
1862 "rand_core 0.9.5",
1863 ]
1864
1865 [[package]]
1866 name = "rand_core"
1867 version = "0.6.4"
1868 source = "registry+https://github.com/rust-lang/crates.io-index"
1869 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1870 dependencies = [
1871 "getrandom 0.2.17",
1872 ]
1873
1874 [[package]]
1875 name = "rand_core"
1876 version = "0.9.5"
1877 source = "registry+https://github.com/rust-lang/crates.io-index"
1878 checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1879 dependencies = [
1880 "getrandom 0.3.4",
1881 ]
1882
1883 [[package]]
1884 name = "rcgen"
1885 version = "0.14.7"
1886 source = "registry+https://github.com/rust-lang/crates.io-index"
1887 checksum = "10b99e0098aa4082912d4c649628623db6aba77335e4f4569ff5083a6448b32e"
1888 dependencies = [
1889 "pem",
1890 "ring",
1891 "rustls-pki-types",
1892 "time",
1893 "x509-parser 0.18.1",
1894 "yasna",
1895 ]
1896
1897 [[package]]
1898 name = "redox_syscall"
1899 version = "0.5.18"
1900 source = "registry+https://github.com/rust-lang/crates.io-index"
1901 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1902 dependencies = [
1903 "bitflags",
1904 ]
1905
1906 [[package]]
1907 name = "redox_syscall"
1908 version = "0.7.3"
1909 source = "registry+https://github.com/rust-lang/crates.io-index"
1910 checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16"
1911 dependencies = [
1912 "bitflags",
1913 ]
1914
1915 [[package]]
1916 name = "redox_users"
1917 version = "0.5.2"
1918 source = "registry+https://github.com/rust-lang/crates.io-index"
1919 checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
1920 dependencies = [
1921 "getrandom 0.2.17",
1922 "libredox",
1923 "thiserror 2.0.18",
1924 ]
1925
1926 [[package]]
1927 name = "regex-automata"
1928 version = "0.4.14"
1929 source = "registry+https://github.com/rust-lang/crates.io-index"
1930 checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1931 dependencies = [
1932 "aho-corasick",
1933 "memchr",
1934 "regex-syntax",
1935 ]
1936
1937 [[package]]
1938 name = "regex-syntax"
1939 version = "0.8.10"
1940 source = "registry+https://github.com/rust-lang/crates.io-index"
1941 checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1942
1943 [[package]]
1944 name = "reqwest"
1945 version = "0.12.28"
1946 source = "registry+https://github.com/rust-lang/crates.io-index"
1947 checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1948 dependencies = [
1949 "base64 0.22.1",
1950 "bytes",
1951 "futures-core",
1952 "http",
1953 "http-body",
1954 "http-body-util",
1955 "hyper",
1956 "hyper-rustls",
1957 "hyper-util",
1958 "js-sys",
1959 "log",
1960 "percent-encoding",
1961 "pin-project-lite",
1962 "quinn",
1963 "rustls",
1964 "rustls-pki-types",
1965 "serde",
1966 "serde_json",
1967 "serde_urlencoded",
1968 "sync_wrapper",
1969 "tokio",
1970 "tokio-rustls",
1971 "tower",
1972 "tower-http",
1973 "tower-service",
1974 "url",
1975 "wasm-bindgen",
1976 "wasm-bindgen-futures",
1977 "web-sys",
1978 "webpki-roots",
1979 ]
1980
1981 [[package]]
1982 name = "resolv-conf"
1983 version = "0.7.6"
1984 source = "registry+https://github.com/rust-lang/crates.io-index"
1985 checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
1986
1987 [[package]]
1988 name = "ring"
1989 version = "0.17.14"
1990 source = "registry+https://github.com/rust-lang/crates.io-index"
1991 checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1992 dependencies = [
1993 "cc",
1994 "cfg-if",
1995 "getrandom 0.2.17",
1996 "libc",
1997 "untrusted",
1998 "windows-sys 0.52.0",
1999 ]
2000
2001 [[package]]
2002 name = "rmcp"
2003 version = "0.1.5"
2004 source = "registry+https://github.com/rust-lang/crates.io-index"
2005 checksum = "33a0110d28bd076f39e14bfd5b0340216dd18effeb5d02b43215944cc3e5c751"
2006 dependencies = [
2007 "base64 0.21.7",
2008 "chrono",
2009 "futures",
2010 "paste",
2011 "pin-project-lite",
2012 "rmcp-macros",
2013 "schemars",
2014 "serde",
2015 "serde_json",
2016 "thiserror 2.0.18",
2017 "tokio",
2018 "tokio-util",
2019 "tracing",
2020 ]
2021
2022 [[package]]
2023 name = "rmcp-macros"
2024 version = "0.1.5"
2025 source = "registry+https://github.com/rust-lang/crates.io-index"
2026 checksum = "a6e2b2fd7497540489fa2db285edd43b7ed14c49157157438664278da6e42a7a"
2027 dependencies = [
2028 "proc-macro2",
2029 "quote",
2030 "syn",
2031 ]
2032
2033 [[package]]
2034 name = "rsa"
2035 version = "0.9.10"
2036 source = "registry+https://github.com/rust-lang/crates.io-index"
2037 checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
2038 dependencies = [
2039 "const-oid",
2040 "digest",
2041 "num-bigint-dig",
2042 "num-integer",
2043 "num-traits",
2044 "pkcs1",
2045 "pkcs8",
2046 "rand_core 0.6.4",
2047 "signature",
2048 "spki",
2049 "subtle",
2050 "zeroize",
2051 ]
2052
2053 [[package]]
2054 name = "rustc-hash"
2055 version = "2.1.1"
2056 source = "registry+https://github.com/rust-lang/crates.io-index"
2057 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2058
2059 [[package]]
2060 name = "rusticata-macros"
2061 version = "4.1.0"
2062 source = "registry+https://github.com/rust-lang/crates.io-index"
2063 checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
2064 dependencies = [
2065 "nom",
2066 ]
2067
2068 [[package]]
2069 name = "rustls"
2070 version = "0.23.37"
2071 source = "registry+https://github.com/rust-lang/crates.io-index"
2072 checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
2073 dependencies = [
2074 "aws-lc-rs",
2075 "log",
2076 "once_cell",
2077 "ring",
2078 "rustls-pki-types",
2079 "rustls-webpki",
2080 "subtle",
2081 "zeroize",
2082 ]
2083
2084 [[package]]
2085 name = "rustls-pki-types"
2086 version = "1.14.0"
2087 source = "registry+https://github.com/rust-lang/crates.io-index"
2088 checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2089 dependencies = [
2090 "web-time",
2091 "zeroize",
2092 ]
2093
2094 [[package]]
2095 name = "rustls-webpki"
2096 version = "0.103.9"
2097 source = "registry+https://github.com/rust-lang/crates.io-index"
2098 checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
2099 dependencies = [
2100 "aws-lc-rs",
2101 "ring",
2102 "rustls-pki-types",
2103 "untrusted",
2104 ]
2105
2106 [[package]]
2107 name = "rustversion"
2108 version = "1.0.22"
2109 source = "registry+https://github.com/rust-lang/crates.io-index"
2110 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2111
2112 [[package]]
2113 name = "ryu"
2114 version = "1.0.23"
2115 source = "registry+https://github.com/rust-lang/crates.io-index"
2116 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2117
2118 [[package]]
2119 name = "schemars"
2120 version = "0.8.22"
2121 source = "registry+https://github.com/rust-lang/crates.io-index"
2122 checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
2123 dependencies = [
2124 "dyn-clone",
2125 "schemars_derive",
2126 "serde",
2127 "serde_json",
2128 ]
2129
2130 [[package]]
2131 name = "schemars_derive"
2132 version = "0.8.22"
2133 source = "registry+https://github.com/rust-lang/crates.io-index"
2134 checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
2135 dependencies = [
2136 "proc-macro2",
2137 "quote",
2138 "serde_derive_internals",
2139 "syn",
2140 ]
2141
2142 [[package]]
2143 name = "scopeguard"
2144 version = "1.2.0"
2145 source = "registry+https://github.com/rust-lang/crates.io-index"
2146 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2147
2148 [[package]]
2149 name = "semver"
2150 version = "1.0.27"
2151 source = "registry+https://github.com/rust-lang/crates.io-index"
2152 checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2153
2154 [[package]]
2155 name = "serde"
2156 version = "1.0.228"
2157 source = "registry+https://github.com/rust-lang/crates.io-index"
2158 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2159 dependencies = [
2160 "serde_core",
2161 "serde_derive",
2162 ]
2163
2164 [[package]]
2165 name = "serde_core"
2166 version = "1.0.228"
2167 source = "registry+https://github.com/rust-lang/crates.io-index"
2168 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2169 dependencies = [
2170 "serde_derive",
2171 ]
2172
2173 [[package]]
2174 name = "serde_derive"
2175 version = "1.0.228"
2176 source = "registry+https://github.com/rust-lang/crates.io-index"
2177 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2178 dependencies = [
2179 "proc-macro2",
2180 "quote",
2181 "syn",
2182 ]
2183
2184 [[package]]
2185 name = "serde_derive_internals"
2186 version = "0.29.1"
2187 source = "registry+https://github.com/rust-lang/crates.io-index"
2188 checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
2189 dependencies = [
2190 "proc-macro2",
2191 "quote",
2192 "syn",
2193 ]
2194
2195 [[package]]
2196 name = "serde_json"
2197 version = "1.0.149"
2198 source = "registry+https://github.com/rust-lang/crates.io-index"
2199 checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2200 dependencies = [
2201 "itoa",
2202 "memchr",
2203 "serde",
2204 "serde_core",
2205 "zmij",
2206 ]
2207
2208 [[package]]
2209 name = "serde_path_to_error"
2210 version = "0.1.20"
2211 source = "registry+https://github.com/rust-lang/crates.io-index"
2212 checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2213 dependencies = [
2214 "itoa",
2215 "serde",
2216 "serde_core",
2217 ]
2218
2219 [[package]]
2220 name = "serde_spanned"
2221 version = "0.6.9"
2222 source = "registry+https://github.com/rust-lang/crates.io-index"
2223 checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2224 dependencies = [
2225 "serde",
2226 ]
2227
2228 [[package]]
2229 name = "serde_urlencoded"
2230 version = "0.7.1"
2231 source = "registry+https://github.com/rust-lang/crates.io-index"
2232 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2233 dependencies = [
2234 "form_urlencoded",
2235 "itoa",
2236 "ryu",
2237 "serde",
2238 ]
2239
2240 [[package]]
2241 name = "sha1"
2242 version = "0.10.6"
2243 source = "registry+https://github.com/rust-lang/crates.io-index"
2244 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2245 dependencies = [
2246 "cfg-if",
2247 "cpufeatures",
2248 "digest",
2249 ]
2250
2251 [[package]]
2252 name = "sha2"
2253 version = "0.10.9"
2254 source = "registry+https://github.com/rust-lang/crates.io-index"
2255 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2256 dependencies = [
2257 "cfg-if",
2258 "cpufeatures",
2259 "digest",
2260 ]
2261
2262 [[package]]
2263 name = "sharded-slab"
2264 version = "0.1.7"
2265 source = "registry+https://github.com/rust-lang/crates.io-index"
2266 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2267 dependencies = [
2268 "lazy_static",
2269 ]
2270
2271 [[package]]
2272 name = "shlex"
2273 version = "1.3.0"
2274 source = "registry+https://github.com/rust-lang/crates.io-index"
2275 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2276
2277 [[package]]
2278 name = "signal-hook-registry"
2279 version = "1.4.8"
2280 source = "registry+https://github.com/rust-lang/crates.io-index"
2281 checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2282 dependencies = [
2283 "errno",
2284 "libc",
2285 ]
2286
2287 [[package]]
2288 name = "signature"
2289 version = "2.2.0"
2290 source = "registry+https://github.com/rust-lang/crates.io-index"
2291 checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2292 dependencies = [
2293 "digest",
2294 "rand_core 0.6.4",
2295 ]
2296
2297 [[package]]
2298 name = "slab"
2299 version = "0.4.12"
2300 source = "registry+https://github.com/rust-lang/crates.io-index"
2301 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2302
2303 [[package]]
2304 name = "smallvec"
2305 version = "1.15.1"
2306 source = "registry+https://github.com/rust-lang/crates.io-index"
2307 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2308 dependencies = [
2309 "serde",
2310 ]
2311
2312 [[package]]
2313 name = "socket2"
2314 version = "0.5.10"
2315 source = "registry+https://github.com/rust-lang/crates.io-index"
2316 checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2317 dependencies = [
2318 "libc",
2319 "windows-sys 0.52.0",
2320 ]
2321
2322 [[package]]
2323 name = "socket2"
2324 version = "0.6.3"
2325 source = "registry+https://github.com/rust-lang/crates.io-index"
2326 checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2327 dependencies = [
2328 "libc",
2329 "windows-sys 0.61.2",
2330 ]
2331
2332 [[package]]
2333 name = "spin"
2334 version = "0.9.8"
2335 source = "registry+https://github.com/rust-lang/crates.io-index"
2336 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2337 dependencies = [
2338 "lock_api",
2339 ]
2340
2341 [[package]]
2342 name = "spki"
2343 version = "0.7.3"
2344 source = "registry+https://github.com/rust-lang/crates.io-index"
2345 checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2346 dependencies = [
2347 "base64ct",
2348 "der",
2349 ]
2350
2351 [[package]]
2352 name = "sqlx"
2353 version = "0.8.6"
2354 source = "registry+https://github.com/rust-lang/crates.io-index"
2355 checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
2356 dependencies = [
2357 "sqlx-core",
2358 "sqlx-macros",
2359 "sqlx-mysql",
2360 "sqlx-postgres",
2361 "sqlx-sqlite",
2362 ]
2363
2364 [[package]]
2365 name = "sqlx-core"
2366 version = "0.8.6"
2367 source = "registry+https://github.com/rust-lang/crates.io-index"
2368 checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
2369 dependencies = [
2370 "base64 0.22.1",
2371 "bytes",
2372 "crc",
2373 "crossbeam-queue",
2374 "either",
2375 "event-listener",
2376 "futures-core",
2377 "futures-intrusive",
2378 "futures-io",
2379 "futures-util",
2380 "hashbrown 0.15.5",
2381 "hashlink",
2382 "indexmap",
2383 "log",
2384 "memchr",
2385 "once_cell",
2386 "percent-encoding",
2387 "serde",
2388 "serde_json",
2389 "sha2",
2390 "smallvec",
2391 "thiserror 2.0.18",
2392 "tokio",
2393 "tokio-stream",
2394 "tracing",
2395 "url",
2396 ]
2397
2398 [[package]]
2399 name = "sqlx-macros"
2400 version = "0.8.6"
2401 source = "registry+https://github.com/rust-lang/crates.io-index"
2402 checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
2403 dependencies = [
2404 "proc-macro2",
2405 "quote",
2406 "sqlx-core",
2407 "sqlx-macros-core",
2408 "syn",
2409 ]
2410
2411 [[package]]
2412 name = "sqlx-macros-core"
2413 version = "0.8.6"
2414 source = "registry+https://github.com/rust-lang/crates.io-index"
2415 checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
2416 dependencies = [
2417 "dotenvy",
2418 "either",
2419 "heck",
2420 "hex",
2421 "once_cell",
2422 "proc-macro2",
2423 "quote",
2424 "serde",
2425 "serde_json",
2426 "sha2",
2427 "sqlx-core",
2428 "sqlx-mysql",
2429 "sqlx-postgres",
2430 "sqlx-sqlite",
2431 "syn",
2432 "tokio",
2433 "url",
2434 ]
2435
2436 [[package]]
2437 name = "sqlx-mysql"
2438 version = "0.8.6"
2439 source = "registry+https://github.com/rust-lang/crates.io-index"
2440 checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
2441 dependencies = [
2442 "atoi",
2443 "base64 0.22.1",
2444 "bitflags",
2445 "byteorder",
2446 "bytes",
2447 "crc",
2448 "digest",
2449 "dotenvy",
2450 "either",
2451 "futures-channel",
2452 "futures-core",
2453 "futures-io",
2454 "futures-util",
2455 "generic-array",
2456 "hex",
2457 "hkdf",
2458 "hmac",
2459 "itoa",
2460 "log",
2461 "md-5",
2462 "memchr",
2463 "once_cell",
2464 "percent-encoding",
2465 "rand 0.8.5",
2466 "rsa",
2467 "serde",
2468 "sha1",
2469 "sha2",
2470 "smallvec",
2471 "sqlx-core",
2472 "stringprep",
2473 "thiserror 2.0.18",
2474 "tracing",
2475 "whoami",
2476 ]
2477
2478 [[package]]
2479 name = "sqlx-postgres"
2480 version = "0.8.6"
2481 source = "registry+https://github.com/rust-lang/crates.io-index"
2482 checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
2483 dependencies = [
2484 "atoi",
2485 "base64 0.22.1",
2486 "bitflags",
2487 "byteorder",
2488 "crc",
2489 "dotenvy",
2490 "etcetera",
2491 "futures-channel",
2492 "futures-core",
2493 "futures-util",
2494 "hex",
2495 "hkdf",
2496 "hmac",
2497 "home",
2498 "itoa",
2499 "log",
2500 "md-5",
2501 "memchr",
2502 "once_cell",
2503 "rand 0.8.5",
2504 "serde",
2505 "serde_json",
2506 "sha2",
2507 "smallvec",
2508 "sqlx-core",
2509 "stringprep",
2510 "thiserror 2.0.18",
2511 "tracing",
2512 "whoami",
2513 ]
2514
2515 [[package]]
2516 name = "sqlx-sqlite"
2517 version = "0.8.6"
2518 source = "registry+https://github.com/rust-lang/crates.io-index"
2519 checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
2520 dependencies = [
2521 "atoi",
2522 "flume",
2523 "futures-channel",
2524 "futures-core",
2525 "futures-executor",
2526 "futures-intrusive",
2527 "futures-util",
2528 "libsqlite3-sys",
2529 "log",
2530 "percent-encoding",
2531 "serde",
2532 "serde_urlencoded",
2533 "sqlx-core",
2534 "thiserror 2.0.18",
2535 "tracing",
2536 "url",
2537 ]
2538
2539 [[package]]
2540 name = "stable_deref_trait"
2541 version = "1.2.1"
2542 source = "registry+https://github.com/rust-lang/crates.io-index"
2543 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2544
2545 [[package]]
2546 name = "stringprep"
2547 version = "0.1.5"
2548 source = "registry+https://github.com/rust-lang/crates.io-index"
2549 checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2550 dependencies = [
2551 "unicode-bidi",
2552 "unicode-normalization",
2553 "unicode-properties",
2554 ]
2555
2556 [[package]]
2557 name = "strsim"
2558 version = "0.11.1"
2559 source = "registry+https://github.com/rust-lang/crates.io-index"
2560 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2561
2562 [[package]]
2563 name = "subtle"
2564 version = "2.6.1"
2565 source = "registry+https://github.com/rust-lang/crates.io-index"
2566 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2567
2568 [[package]]
2569 name = "syn"
2570 version = "2.0.117"
2571 source = "registry+https://github.com/rust-lang/crates.io-index"
2572 checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2573 dependencies = [
2574 "proc-macro2",
2575 "quote",
2576 "unicode-ident",
2577 ]
2578
2579 [[package]]
2580 name = "sync_wrapper"
2581 version = "1.0.2"
2582 source = "registry+https://github.com/rust-lang/crates.io-index"
2583 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2584 dependencies = [
2585 "futures-core",
2586 ]
2587
2588 [[package]]
2589 name = "synstructure"
2590 version = "0.13.2"
2591 source = "registry+https://github.com/rust-lang/crates.io-index"
2592 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2593 dependencies = [
2594 "proc-macro2",
2595 "quote",
2596 "syn",
2597 ]
2598
2599 [[package]]
2600 name = "tagptr"
2601 version = "0.2.0"
2602 source = "registry+https://github.com/rust-lang/crates.io-index"
2603 checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2604
2605 [[package]]
2606 name = "thiserror"
2607 version = "1.0.69"
2608 source = "registry+https://github.com/rust-lang/crates.io-index"
2609 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2610 dependencies = [
2611 "thiserror-impl 1.0.69",
2612 ]
2613
2614 [[package]]
2615 name = "thiserror"
2616 version = "2.0.18"
2617 source = "registry+https://github.com/rust-lang/crates.io-index"
2618 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2619 dependencies = [
2620 "thiserror-impl 2.0.18",
2621 ]
2622
2623 [[package]]
2624 name = "thiserror-impl"
2625 version = "1.0.69"
2626 source = "registry+https://github.com/rust-lang/crates.io-index"
2627 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2628 dependencies = [
2629 "proc-macro2",
2630 "quote",
2631 "syn",
2632 ]
2633
2634 [[package]]
2635 name = "thiserror-impl"
2636 version = "2.0.18"
2637 source = "registry+https://github.com/rust-lang/crates.io-index"
2638 checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2639 dependencies = [
2640 "proc-macro2",
2641 "quote",
2642 "syn",
2643 ]
2644
2645 [[package]]
2646 name = "thread_local"
2647 version = "1.1.9"
2648 source = "registry+https://github.com/rust-lang/crates.io-index"
2649 checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2650 dependencies = [
2651 "cfg-if",
2652 ]
2653
2654 [[package]]
2655 name = "time"
2656 version = "0.3.47"
2657 source = "registry+https://github.com/rust-lang/crates.io-index"
2658 checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2659 dependencies = [
2660 "deranged",
2661 "itoa",
2662 "num-conv",
2663 "powerfmt",
2664 "serde_core",
2665 "time-core",
2666 "time-macros",
2667 ]
2668
2669 [[package]]
2670 name = "time-core"
2671 version = "0.1.8"
2672 source = "registry+https://github.com/rust-lang/crates.io-index"
2673 checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2674
2675 [[package]]
2676 name = "time-macros"
2677 version = "0.2.27"
2678 source = "registry+https://github.com/rust-lang/crates.io-index"
2679 checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
2680 dependencies = [
2681 "num-conv",
2682 "time-core",
2683 ]
2684
2685 [[package]]
2686 name = "tinystr"
2687 version = "0.8.2"
2688 source = "registry+https://github.com/rust-lang/crates.io-index"
2689 checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2690 dependencies = [
2691 "displaydoc",
2692 "zerovec",
2693 ]
2694
2695 [[package]]
2696 name = "tinyvec"
2697 version = "1.10.0"
2698 source = "registry+https://github.com/rust-lang/crates.io-index"
2699 checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2700 dependencies = [
2701 "tinyvec_macros",
2702 ]
2703
2704 [[package]]
2705 name = "tinyvec_macros"
2706 version = "0.1.1"
2707 source = "registry+https://github.com/rust-lang/crates.io-index"
2708 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2709
2710 [[package]]
2711 name = "tokio"
2712 version = "1.50.0"
2713 source = "registry+https://github.com/rust-lang/crates.io-index"
2714 checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
2715 dependencies = [
2716 "bytes",
2717 "libc",
2718 "mio",
2719 "pin-project-lite",
2720 "signal-hook-registry",
2721 "socket2 0.6.3",
2722 "tokio-macros",
2723 "windows-sys 0.61.2",
2724 ]
2725
2726 [[package]]
2727 name = "tokio-macros"
2728 version = "2.6.1"
2729 source = "registry+https://github.com/rust-lang/crates.io-index"
2730 checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
2731 dependencies = [
2732 "proc-macro2",
2733 "quote",
2734 "syn",
2735 ]
2736
2737 [[package]]
2738 name = "tokio-rustls"
2739 version = "0.26.4"
2740 source = "registry+https://github.com/rust-lang/crates.io-index"
2741 checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2742 dependencies = [
2743 "rustls",
2744 "tokio",
2745 ]
2746
2747 [[package]]
2748 name = "tokio-stream"
2749 version = "0.1.18"
2750 source = "registry+https://github.com/rust-lang/crates.io-index"
2751 checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
2752 dependencies = [
2753 "futures-core",
2754 "pin-project-lite",
2755 "tokio",
2756 ]
2757
2758 [[package]]
2759 name = "tokio-util"
2760 version = "0.7.18"
2761 source = "registry+https://github.com/rust-lang/crates.io-index"
2762 checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2763 dependencies = [
2764 "bytes",
2765 "futures-core",
2766 "futures-sink",
2767 "futures-util",
2768 "pin-project-lite",
2769 "tokio",
2770 ]
2771
2772 [[package]]
2773 name = "toml"
2774 version = "0.8.23"
2775 source = "registry+https://github.com/rust-lang/crates.io-index"
2776 checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
2777 dependencies = [
2778 "serde",
2779 "serde_spanned",
2780 "toml_datetime",
2781 "toml_edit",
2782 ]
2783
2784 [[package]]
2785 name = "toml_datetime"
2786 version = "0.6.11"
2787 source = "registry+https://github.com/rust-lang/crates.io-index"
2788 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
2789 dependencies = [
2790 "serde",
2791 ]
2792
2793 [[package]]
2794 name = "toml_edit"
2795 version = "0.22.27"
2796 source = "registry+https://github.com/rust-lang/crates.io-index"
2797 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
2798 dependencies = [
2799 "indexmap",
2800 "serde",
2801 "serde_spanned",
2802 "toml_datetime",
2803 "toml_write",
2804 "winnow",
2805 ]
2806
2807 [[package]]
2808 name = "toml_write"
2809 version = "0.1.2"
2810 source = "registry+https://github.com/rust-lang/crates.io-index"
2811 checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
2812
2813 [[package]]
2814 name = "tower"
2815 version = "0.5.3"
2816 source = "registry+https://github.com/rust-lang/crates.io-index"
2817 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2818 dependencies = [
2819 "futures-core",
2820 "futures-util",
2821 "pin-project-lite",
2822 "sync_wrapper",
2823 "tokio",
2824 "tower-layer",
2825 "tower-service",
2826 ]
2827
2828 [[package]]
2829 name = "tower-http"
2830 version = "0.6.8"
2831 source = "registry+https://github.com/rust-lang/crates.io-index"
2832 checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2833 dependencies = [
2834 "bitflags",
2835 "bytes",
2836 "futures-util",
2837 "http",
2838 "http-body",
2839 "iri-string",
2840 "pin-project-lite",
2841 "tower",
2842 "tower-layer",
2843 "tower-service",
2844 ]
2845
2846 [[package]]
2847 name = "tower-layer"
2848 version = "0.3.3"
2849 source = "registry+https://github.com/rust-lang/crates.io-index"
2850 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2851
2852 [[package]]
2853 name = "tower-service"
2854 version = "0.3.3"
2855 source = "registry+https://github.com/rust-lang/crates.io-index"
2856 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2857
2858 [[package]]
2859 name = "tracing"
2860 version = "0.1.44"
2861 source = "registry+https://github.com/rust-lang/crates.io-index"
2862 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2863 dependencies = [
2864 "log",
2865 "pin-project-lite",
2866 "tracing-attributes",
2867 "tracing-core",
2868 ]
2869
2870 [[package]]
2871 name = "tracing-attributes"
2872 version = "0.1.31"
2873 source = "registry+https://github.com/rust-lang/crates.io-index"
2874 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2875 dependencies = [
2876 "proc-macro2",
2877 "quote",
2878 "syn",
2879 ]
2880
2881 [[package]]
2882 name = "tracing-core"
2883 version = "0.1.36"
2884 source = "registry+https://github.com/rust-lang/crates.io-index"
2885 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2886 dependencies = [
2887 "once_cell",
2888 "valuable",
2889 ]
2890
2891 [[package]]
2892 name = "tracing-log"
2893 version = "0.2.0"
2894 source = "registry+https://github.com/rust-lang/crates.io-index"
2895 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2896 dependencies = [
2897 "log",
2898 "once_cell",
2899 "tracing-core",
2900 ]
2901
2902 [[package]]
2903 name = "tracing-subscriber"
2904 version = "0.3.22"
2905 source = "registry+https://github.com/rust-lang/crates.io-index"
2906 checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
2907 dependencies = [
2908 "matchers",
2909 "nu-ansi-term",
2910 "once_cell",
2911 "regex-automata",
2912 "sharded-slab",
2913 "smallvec",
2914 "thread_local",
2915 "tracing",
2916 "tracing-core",
2917 "tracing-log",
2918 ]
2919
2920 [[package]]
2921 name = "try-lock"
2922 version = "0.2.5"
2923 source = "registry+https://github.com/rust-lang/crates.io-index"
2924 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2925
2926 [[package]]
2927 name = "typenum"
2928 version = "1.19.0"
2929 source = "registry+https://github.com/rust-lang/crates.io-index"
2930 checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2931
2932 [[package]]
2933 name = "unicode-bidi"
2934 version = "0.3.18"
2935 source = "registry+https://github.com/rust-lang/crates.io-index"
2936 checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2937
2938 [[package]]
2939 name = "unicode-ident"
2940 version = "1.0.24"
2941 source = "registry+https://github.com/rust-lang/crates.io-index"
2942 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2943
2944 [[package]]
2945 name = "unicode-normalization"
2946 version = "0.1.25"
2947 source = "registry+https://github.com/rust-lang/crates.io-index"
2948 checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2949 dependencies = [
2950 "tinyvec",
2951 ]
2952
2953 [[package]]
2954 name = "unicode-properties"
2955 version = "0.1.4"
2956 source = "registry+https://github.com/rust-lang/crates.io-index"
2957 checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
2958
2959 [[package]]
2960 name = "unicode-xid"
2961 version = "0.2.6"
2962 source = "registry+https://github.com/rust-lang/crates.io-index"
2963 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2964
2965 [[package]]
2966 name = "untrusted"
2967 version = "0.9.0"
2968 source = "registry+https://github.com/rust-lang/crates.io-index"
2969 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2970
2971 [[package]]
2972 name = "url"
2973 version = "2.5.8"
2974 source = "registry+https://github.com/rust-lang/crates.io-index"
2975 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2976 dependencies = [
2977 "form_urlencoded",
2978 "idna",
2979 "percent-encoding",
2980 "serde",
2981 ]
2982
2983 [[package]]
2984 name = "utf8_iter"
2985 version = "1.0.4"
2986 source = "registry+https://github.com/rust-lang/crates.io-index"
2987 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2988
2989 [[package]]
2990 name = "utf8parse"
2991 version = "0.2.2"
2992 source = "registry+https://github.com/rust-lang/crates.io-index"
2993 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2994
2995 [[package]]
2996 name = "uuid"
2997 version = "1.22.0"
2998 source = "registry+https://github.com/rust-lang/crates.io-index"
2999 checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
3000 dependencies = [
3001 "getrandom 0.4.2",
3002 "js-sys",
3003 "wasm-bindgen",
3004 ]
3005
3006 [[package]]
3007 name = "valuable"
3008 version = "0.1.1"
3009 source = "registry+https://github.com/rust-lang/crates.io-index"
3010 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3011
3012 [[package]]
3013 name = "vcpkg"
3014 version = "0.2.15"
3015 source = "registry+https://github.com/rust-lang/crates.io-index"
3016 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3017
3018 [[package]]
3019 name = "version_check"
3020 version = "0.9.5"
3021 source = "registry+https://github.com/rust-lang/crates.io-index"
3022 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3023
3024 [[package]]
3025 name = "want"
3026 version = "0.3.1"
3027 source = "registry+https://github.com/rust-lang/crates.io-index"
3028 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3029 dependencies = [
3030 "try-lock",
3031 ]
3032
3033 [[package]]
3034 name = "wasi"
3035 version = "0.11.1+wasi-snapshot-preview1"
3036 source = "registry+https://github.com/rust-lang/crates.io-index"
3037 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3038
3039 [[package]]
3040 name = "wasip2"
3041 version = "1.0.2+wasi-0.2.9"
3042 source = "registry+https://github.com/rust-lang/crates.io-index"
3043 checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
3044 dependencies = [
3045 "wit-bindgen",
3046 ]
3047
3048 [[package]]
3049 name = "wasip3"
3050 version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
3051 source = "registry+https://github.com/rust-lang/crates.io-index"
3052 checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
3053 dependencies = [
3054 "wit-bindgen",
3055 ]
3056
3057 [[package]]
3058 name = "wasite"
3059 version = "0.1.0"
3060 source = "registry+https://github.com/rust-lang/crates.io-index"
3061 checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3062
3063 [[package]]
3064 name = "wasm-bindgen"
3065 version = "0.2.114"
3066 source = "registry+https://github.com/rust-lang/crates.io-index"
3067 checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
3068 dependencies = [
3069 "cfg-if",
3070 "once_cell",
3071 "rustversion",
3072 "wasm-bindgen-macro",
3073 "wasm-bindgen-shared",
3074 ]
3075
3076 [[package]]
3077 name = "wasm-bindgen-futures"
3078 version = "0.4.64"
3079 source = "registry+https://github.com/rust-lang/crates.io-index"
3080 checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
3081 dependencies = [
3082 "cfg-if",
3083 "futures-util",
3084 "js-sys",
3085 "once_cell",
3086 "wasm-bindgen",
3087 "web-sys",
3088 ]
3089
3090 [[package]]
3091 name = "wasm-bindgen-macro"
3092 version = "0.2.114"
3093 source = "registry+https://github.com/rust-lang/crates.io-index"
3094 checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
3095 dependencies = [
3096 "quote",
3097 "wasm-bindgen-macro-support",
3098 ]
3099
3100 [[package]]
3101 name = "wasm-bindgen-macro-support"
3102 version = "0.2.114"
3103 source = "registry+https://github.com/rust-lang/crates.io-index"
3104 checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
3105 dependencies = [
3106 "bumpalo",
3107 "proc-macro2",
3108 "quote",
3109 "syn",
3110 "wasm-bindgen-shared",
3111 ]
3112
3113 [[package]]
3114 name = "wasm-bindgen-shared"
3115 version = "0.2.114"
3116 source = "registry+https://github.com/rust-lang/crates.io-index"
3117 checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
3118 dependencies = [
3119 "unicode-ident",
3120 ]
3121
3122 [[package]]
3123 name = "wasm-encoder"
3124 version = "0.244.0"
3125 source = "registry+https://github.com/rust-lang/crates.io-index"
3126 checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
3127 dependencies = [
3128 "leb128fmt",
3129 "wasmparser",
3130 ]
3131
3132 [[package]]
3133 name = "wasm-metadata"
3134 version = "0.244.0"
3135 source = "registry+https://github.com/rust-lang/crates.io-index"
3136 checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
3137 dependencies = [
3138 "anyhow",
3139 "indexmap",
3140 "wasm-encoder",
3141 "wasmparser",
3142 ]
3143
3144 [[package]]
3145 name = "wasmparser"
3146 version = "0.244.0"
3147 source = "registry+https://github.com/rust-lang/crates.io-index"
3148 checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
3149 dependencies = [
3150 "bitflags",
3151 "hashbrown 0.15.5",
3152 "indexmap",
3153 "semver",
3154 ]
3155
3156 [[package]]
3157 name = "web-sys"
3158 version = "0.3.91"
3159 source = "registry+https://github.com/rust-lang/crates.io-index"
3160 checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
3161 dependencies = [
3162 "js-sys",
3163 "wasm-bindgen",
3164 ]
3165
3166 [[package]]
3167 name = "web-time"
3168 version = "1.1.0"
3169 source = "registry+https://github.com/rust-lang/crates.io-index"
3170 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3171 dependencies = [
3172 "js-sys",
3173 "wasm-bindgen",
3174 ]
3175
3176 [[package]]
3177 name = "webpki-roots"
3178 version = "1.0.6"
3179 source = "registry+https://github.com/rust-lang/crates.io-index"
3180 checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
3181 dependencies = [
3182 "rustls-pki-types",
3183 ]
3184
3185 [[package]]
3186 name = "whoami"
3187 version = "1.6.1"
3188 source = "registry+https://github.com/rust-lang/crates.io-index"
3189 checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
3190 dependencies = [
3191 "libredox",
3192 "wasite",
3193 ]
3194
3195 [[package]]
3196 name = "widestring"
3197 version = "1.2.1"
3198 source = "registry+https://github.com/rust-lang/crates.io-index"
3199 checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
3200
3201 [[package]]
3202 name = "windows-core"
3203 version = "0.62.2"
3204 source = "registry+https://github.com/rust-lang/crates.io-index"
3205 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3206 dependencies = [
3207 "windows-implement",
3208 "windows-interface",
3209 "windows-link",
3210 "windows-result",
3211 "windows-strings",
3212 ]
3213
3214 [[package]]
3215 name = "windows-implement"
3216 version = "0.60.2"
3217 source = "registry+https://github.com/rust-lang/crates.io-index"
3218 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3219 dependencies = [
3220 "proc-macro2",
3221 "quote",
3222 "syn",
3223 ]
3224
3225 [[package]]
3226 name = "windows-interface"
3227 version = "0.59.3"
3228 source = "registry+https://github.com/rust-lang/crates.io-index"
3229 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3230 dependencies = [
3231 "proc-macro2",
3232 "quote",
3233 "syn",
3234 ]
3235
3236 [[package]]
3237 name = "windows-link"
3238 version = "0.2.1"
3239 source = "registry+https://github.com/rust-lang/crates.io-index"
3240 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3241
3242 [[package]]
3243 name = "windows-result"
3244 version = "0.4.1"
3245 source = "registry+https://github.com/rust-lang/crates.io-index"
3246 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3247 dependencies = [
3248 "windows-link",
3249 ]
3250
3251 [[package]]
3252 name = "windows-strings"
3253 version = "0.5.1"
3254 source = "registry+https://github.com/rust-lang/crates.io-index"
3255 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3256 dependencies = [
3257 "windows-link",
3258 ]
3259
3260 [[package]]
3261 name = "windows-sys"
3262 version = "0.48.0"
3263 source = "registry+https://github.com/rust-lang/crates.io-index"
3264 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3265 dependencies = [
3266 "windows-targets 0.48.5",
3267 ]
3268
3269 [[package]]
3270 name = "windows-sys"
3271 version = "0.52.0"
3272 source = "registry+https://github.com/rust-lang/crates.io-index"
3273 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3274 dependencies = [
3275 "windows-targets 0.52.6",
3276 ]
3277
3278 [[package]]
3279 name = "windows-sys"
3280 version = "0.61.2"
3281 source = "registry+https://github.com/rust-lang/crates.io-index"
3282 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3283 dependencies = [
3284 "windows-link",
3285 ]
3286
3287 [[package]]
3288 name = "windows-targets"
3289 version = "0.48.5"
3290 source = "registry+https://github.com/rust-lang/crates.io-index"
3291 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3292 dependencies = [
3293 "windows_aarch64_gnullvm 0.48.5",
3294 "windows_aarch64_msvc 0.48.5",
3295 "windows_i686_gnu 0.48.5",
3296 "windows_i686_msvc 0.48.5",
3297 "windows_x86_64_gnu 0.48.5",
3298 "windows_x86_64_gnullvm 0.48.5",
3299 "windows_x86_64_msvc 0.48.5",
3300 ]
3301
3302 [[package]]
3303 name = "windows-targets"
3304 version = "0.52.6"
3305 source = "registry+https://github.com/rust-lang/crates.io-index"
3306 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3307 dependencies = [
3308 "windows_aarch64_gnullvm 0.52.6",
3309 "windows_aarch64_msvc 0.52.6",
3310 "windows_i686_gnu 0.52.6",
3311 "windows_i686_gnullvm",
3312 "windows_i686_msvc 0.52.6",
3313 "windows_x86_64_gnu 0.52.6",
3314 "windows_x86_64_gnullvm 0.52.6",
3315 "windows_x86_64_msvc 0.52.6",
3316 ]
3317
3318 [[package]]
3319 name = "windows_aarch64_gnullvm"
3320 version = "0.48.5"
3321 source = "registry+https://github.com/rust-lang/crates.io-index"
3322 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3323
3324 [[package]]
3325 name = "windows_aarch64_gnullvm"
3326 version = "0.52.6"
3327 source = "registry+https://github.com/rust-lang/crates.io-index"
3328 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3329
3330 [[package]]
3331 name = "windows_aarch64_msvc"
3332 version = "0.48.5"
3333 source = "registry+https://github.com/rust-lang/crates.io-index"
3334 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3335
3336 [[package]]
3337 name = "windows_aarch64_msvc"
3338 version = "0.52.6"
3339 source = "registry+https://github.com/rust-lang/crates.io-index"
3340 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3341
3342 [[package]]
3343 name = "windows_i686_gnu"
3344 version = "0.48.5"
3345 source = "registry+https://github.com/rust-lang/crates.io-index"
3346 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3347
3348 [[package]]
3349 name = "windows_i686_gnu"
3350 version = "0.52.6"
3351 source = "registry+https://github.com/rust-lang/crates.io-index"
3352 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3353
3354 [[package]]
3355 name = "windows_i686_gnullvm"
3356 version = "0.52.6"
3357 source = "registry+https://github.com/rust-lang/crates.io-index"
3358 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3359
3360 [[package]]
3361 name = "windows_i686_msvc"
3362 version = "0.48.5"
3363 source = "registry+https://github.com/rust-lang/crates.io-index"
3364 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3365
3366 [[package]]
3367 name = "windows_i686_msvc"
3368 version = "0.52.6"
3369 source = "registry+https://github.com/rust-lang/crates.io-index"
3370 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3371
3372 [[package]]
3373 name = "windows_x86_64_gnu"
3374 version = "0.48.5"
3375 source = "registry+https://github.com/rust-lang/crates.io-index"
3376 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3377
3378 [[package]]
3379 name = "windows_x86_64_gnu"
3380 version = "0.52.6"
3381 source = "registry+https://github.com/rust-lang/crates.io-index"
3382 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3383
3384 [[package]]
3385 name = "windows_x86_64_gnullvm"
3386 version = "0.48.5"
3387 source = "registry+https://github.com/rust-lang/crates.io-index"
3388 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3389
3390 [[package]]
3391 name = "windows_x86_64_gnullvm"
3392 version = "0.52.6"
3393 source = "registry+https://github.com/rust-lang/crates.io-index"
3394 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3395
3396 [[package]]
3397 name = "windows_x86_64_msvc"
3398 version = "0.48.5"
3399 source = "registry+https://github.com/rust-lang/crates.io-index"
3400 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3401
3402 [[package]]
3403 name = "windows_x86_64_msvc"
3404 version = "0.52.6"
3405 source = "registry+https://github.com/rust-lang/crates.io-index"
3406 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3407
3408 [[package]]
3409 name = "winnow"
3410 version = "0.7.15"
3411 source = "registry+https://github.com/rust-lang/crates.io-index"
3412 checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
3413 dependencies = [
3414 "memchr",
3415 ]
3416
3417 [[package]]
3418 name = "winreg"
3419 version = "0.50.0"
3420 source = "registry+https://github.com/rust-lang/crates.io-index"
3421 checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
3422 dependencies = [
3423 "cfg-if",
3424 "windows-sys 0.48.0",
3425 ]
3426
3427 [[package]]
3428 name = "wit-bindgen"
3429 version = "0.51.0"
3430 source = "registry+https://github.com/rust-lang/crates.io-index"
3431 checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3432 dependencies = [
3433 "wit-bindgen-rust-macro",
3434 ]
3435
3436 [[package]]
3437 name = "wit-bindgen-core"
3438 version = "0.51.0"
3439 source = "registry+https://github.com/rust-lang/crates.io-index"
3440 checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
3441 dependencies = [
3442 "anyhow",
3443 "heck",
3444 "wit-parser",
3445 ]
3446
3447 [[package]]
3448 name = "wit-bindgen-rust"
3449 version = "0.51.0"
3450 source = "registry+https://github.com/rust-lang/crates.io-index"
3451 checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
3452 dependencies = [
3453 "anyhow",
3454 "heck",
3455 "indexmap",
3456 "prettyplease",
3457 "syn",
3458 "wasm-metadata",
3459 "wit-bindgen-core",
3460 "wit-component",
3461 ]
3462
3463 [[package]]
3464 name = "wit-bindgen-rust-macro"
3465 version = "0.51.0"
3466 source = "registry+https://github.com/rust-lang/crates.io-index"
3467 checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
3468 dependencies = [
3469 "anyhow",
3470 "prettyplease",
3471 "proc-macro2",
3472 "quote",
3473 "syn",
3474 "wit-bindgen-core",
3475 "wit-bindgen-rust",
3476 ]
3477
3478 [[package]]
3479 name = "wit-component"
3480 version = "0.244.0"
3481 source = "registry+https://github.com/rust-lang/crates.io-index"
3482 checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
3483 dependencies = [
3484 "anyhow",
3485 "bitflags",
3486 "indexmap",
3487 "log",
3488 "serde",
3489 "serde_derive",
3490 "serde_json",
3491 "wasm-encoder",
3492 "wasm-metadata",
3493 "wasmparser",
3494 "wit-parser",
3495 ]
3496
3497 [[package]]
3498 name = "wit-parser"
3499 version = "0.244.0"
3500 source = "registry+https://github.com/rust-lang/crates.io-index"
3501 checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
3502 dependencies = [
3503 "anyhow",
3504 "id-arena",
3505 "indexmap",
3506 "log",
3507 "semver",
3508 "serde",
3509 "serde_derive",
3510 "serde_json",
3511 "unicode-xid",
3512 "wasmparser",
3513 ]
3514
3515 [[package]]
3516 name = "writeable"
3517 version = "0.6.2"
3518 source = "registry+https://github.com/rust-lang/crates.io-index"
3519 checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3520
3521 [[package]]
3522 name = "x509-parser"
3523 version = "0.16.0"
3524 source = "registry+https://github.com/rust-lang/crates.io-index"
3525 checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
3526 dependencies = [
3527 "asn1-rs 0.6.2",
3528 "data-encoding",
3529 "der-parser 9.0.0",
3530 "lazy_static",
3531 "nom",
3532 "oid-registry 0.7.1",
3533 "rusticata-macros",
3534 "thiserror 1.0.69",
3535 "time",
3536 ]
3537
3538 [[package]]
3539 name = "x509-parser"
3540 version = "0.18.1"
3541 source = "registry+https://github.com/rust-lang/crates.io-index"
3542 checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
3543 dependencies = [
3544 "asn1-rs 0.7.1",
3545 "data-encoding",
3546 "der-parser 10.0.0",
3547 "lazy_static",
3548 "nom",
3549 "oid-registry 0.8.1",
3550 "ring",
3551 "rusticata-macros",
3552 "thiserror 2.0.18",
3553 "time",
3554 ]
3555
3556 [[package]]
3557 name = "yasna"
3558 version = "0.5.2"
3559 source = "registry+https://github.com/rust-lang/crates.io-index"
3560 checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
3561 dependencies = [
3562 "time",
3563 ]
3564
3565 [[package]]
3566 name = "yoke"
3567 version = "0.8.1"
3568 source = "registry+https://github.com/rust-lang/crates.io-index"
3569 checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3570 dependencies = [
3571 "stable_deref_trait",
3572 "yoke-derive",
3573 "zerofrom",
3574 ]
3575
3576 [[package]]
3577 name = "yoke-derive"
3578 version = "0.8.1"
3579 source = "registry+https://github.com/rust-lang/crates.io-index"
3580 checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3581 dependencies = [
3582 "proc-macro2",
3583 "quote",
3584 "syn",
3585 "synstructure",
3586 ]
3587
3588 [[package]]
3589 name = "zerocopy"
3590 version = "0.8.42"
3591 source = "registry+https://github.com/rust-lang/crates.io-index"
3592 checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
3593 dependencies = [
3594 "zerocopy-derive",
3595 ]
3596
3597 [[package]]
3598 name = "zerocopy-derive"
3599 version = "0.8.42"
3600 source = "registry+https://github.com/rust-lang/crates.io-index"
3601 checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
3602 dependencies = [
3603 "proc-macro2",
3604 "quote",
3605 "syn",
3606 ]
3607
3608 [[package]]
3609 name = "zerofrom"
3610 version = "0.1.6"
3611 source = "registry+https://github.com/rust-lang/crates.io-index"
3612 checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3613 dependencies = [
3614 "zerofrom-derive",
3615 ]
3616
3617 [[package]]
3618 name = "zerofrom-derive"
3619 version = "0.1.6"
3620 source = "registry+https://github.com/rust-lang/crates.io-index"
3621 checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3622 dependencies = [
3623 "proc-macro2",
3624 "quote",
3625 "syn",
3626 "synstructure",
3627 ]
3628
3629 [[package]]
3630 name = "zeroize"
3631 version = "1.8.2"
3632 source = "registry+https://github.com/rust-lang/crates.io-index"
3633 checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3634
3635 [[package]]
3636 name = "zerotrie"
3637 version = "0.2.3"
3638 source = "registry+https://github.com/rust-lang/crates.io-index"
3639 checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3640 dependencies = [
3641 "displaydoc",
3642 "yoke",
3643 "zerofrom",
3644 ]
3645
3646 [[package]]
3647 name = "zerovec"
3648 version = "0.11.5"
3649 source = "registry+https://github.com/rust-lang/crates.io-index"
3650 checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3651 dependencies = [
3652 "yoke",
3653 "zerofrom",
3654 "zerovec-derive",
3655 ]
3656
3657 [[package]]
3658 name = "zerovec-derive"
3659 version = "0.11.2"
3660 source = "registry+https://github.com/rust-lang/crates.io-index"
3661 checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3662 dependencies = [
3663 "proc-macro2",
3664 "quote",
3665 "syn",
3666 ]
3667
3668 [[package]]
3669 name = "zmij"
3670 version = "1.0.21"
3671 source = "registry+https://github.com/rust-lang/crates.io-index"
3672 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
3673