TOMLCargo.lock -rw-r--r-- 154.1 KiB
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
20[[package]]
21name = "aes"
22version = "0.8.4"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
25dependencies = [
26 "cfg-if",
27 "cipher",
28 "cpufeatures",
29]
30
31[[package]]
32name = "ahash"
33version = "0.7.8"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
36dependencies = [
37 "getrandom",
38 "once_cell",
39 "version_check",
40]
41
42[[package]]
43name = "ahash"
44version = "0.8.11"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
47dependencies = [
48 "cfg-if",
49 "getrandom",
50 "once_cell",
51 "version_check",
52 "zerocopy",
53]
54
55[[package]]
56name = "aho-corasick"
57version = "0.7.20"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
60dependencies = [
61 "memchr",
62]
63
64[[package]]
65name = "aho-corasick"
66version = "1.1.3"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
69dependencies = [
70 "memchr",
71]
72
73[[package]]
74name = "allocator-api2"
75version = "0.2.18"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
78
79[[package]]
80name = "android-tzdata"
81version = "0.1.1"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
84
85[[package]]
86name = "android_system_properties"
87version = "0.1.5"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
90dependencies = [
91 "libc",
92]
93
94[[package]]
95name = "ansi_term"
96version = "0.12.1"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
99dependencies = [
100 "winapi",
101]
102
103[[package]]
104name = "anstream"
105version = "0.6.17"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338"
108dependencies = [
109 "anstyle",
110 "anstyle-parse",
111 "anstyle-query",
112 "anstyle-wincon",
113 "colorchoice",
114 "is_terminal_polyfill",
115 "utf8parse",
116]
117
118[[package]]
119name = "anstyle"
120version = "1.0.9"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
123
124[[package]]
125name = "anstyle-parse"
126version = "0.2.6"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
129dependencies = [
130 "utf8parse",
131]
132
133[[package]]
134name = "anstyle-query"
135version = "1.1.2"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
138dependencies = [
139 "windows-sys 0.59.0",
140]
141
142[[package]]
143name = "anstyle-wincon"
144version = "3.0.6"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
147dependencies = [
148 "anstyle",
149 "windows-sys 0.59.0",
150]
151
152[[package]]
153name = "anyhow"
154version = "1.0.91"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
157
158[[package]]
159name = "arbitrary"
160version = "1.3.2"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
163dependencies = [
164 "derive_arbitrary",
165]
166
167[[package]]
168name = "arrayvec"
169version = "0.7.6"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
172
173[[package]]
174name = "async-convert"
175version = "1.0.0"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae"
178dependencies = [
179 "async-trait",
180]
181
182[[package]]
183name = "async-trait"
184version = "0.1.83"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
187dependencies = [
188 "proc-macro2",
189 "quote",
190 "syn 2.0.85",
191]
192
193[[package]]
194name = "atoi"
195version = "2.0.0"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
198dependencies = [
199 "num-traits",
200]
201
202[[package]]
203name = "atom_syndication"
204version = "0.12.4"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "2a3a5ed3201df5658d1aa45060c5a57dc9dba8a8ada20d696d67cb0c479ee043"
207dependencies = [
208 "chrono",
209 "derive_builder",
210 "diligent-date-parser",
211 "never",
212 "quick-xml 0.36.2",
213]
214
215[[package]]
216name = "atomic-waker"
217version = "1.1.2"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
220
221[[package]]
222name = "atty"
223version = "0.2.14"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
226dependencies = [
227 "hermit-abi 0.1.19",
228 "libc",
229 "winapi",
230]
231
232[[package]]
233name = "autocfg"
234version = "1.4.0"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
237
238[[package]]
239name = "aws-lc-rs"
240version = "1.10.0"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d"
243dependencies = [
244 "aws-lc-sys",
245 "mirai-annotations",
246 "paste",
247 "zeroize",
248]
249
250[[package]]
251name = "aws-lc-sys"
252version = "0.22.0"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972"
255dependencies = [
256 "bindgen",
257 "cc",
258 "cmake",
259 "dunce",
260 "fs_extra",
261 "libc",
262 "paste",
263]
264
265[[package]]
266name = "axum"
267version = "0.7.7"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae"
270dependencies = [
271 "async-trait",
272 "axum-core",
273 "axum-macros",
274 "bytes",
275 "futures-util",
276 "http 1.1.0",
277 "http-body 1.0.1",
278 "http-body-util",
279 "hyper 1.5.0",
280 "hyper-util",
281 "itoa",
282 "matchit",
283 "memchr",
284 "mime",
285 "percent-encoding",
286 "pin-project-lite",
287 "rustversion",
288 "serde",
289 "serde_json",
290 "serde_path_to_error",
291 "serde_urlencoded",
292 "sync_wrapper 1.0.1",
293 "tokio",
294 "tower",
295 "tower-layer",
296 "tower-service",
297 "tracing",
298]
299
300[[package]]
301name = "axum-core"
302version = "0.4.5"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
305dependencies = [
306 "async-trait",
307 "bytes",
308 "futures-util",
309 "http 1.1.0",
310 "http-body 1.0.1",
311 "http-body-util",
312 "mime",
313 "pin-project-lite",
314 "rustversion",
315 "sync_wrapper 1.0.1",
316 "tower-layer",
317 "tower-service",
318 "tracing",
319]
320
321[[package]]
322name = "axum-extra"
323version = "0.9.4"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "73c3220b188aea709cf1b6c5f9b01c3bd936bb08bd2b5184a12b35ac8131b1f9"
326dependencies = [
327 "axum",
328 "axum-core",
329 "bytes",
330 "cookie",
331 "futures-util",
332 "headers",
333 "http 1.1.0",
334 "http-body 1.0.1",
335 "http-body-util",
336 "mime",
337 "pin-project-lite",
338 "serde",
339 "serde_html_form",
340 "tower",
341 "tower-layer",
342 "tower-service",
343 "tracing",
344]
345
346[[package]]
347name = "axum-macros"
348version = "0.4.2"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce"
351dependencies = [
352 "proc-macro2",
353 "quote",
354 "syn 2.0.85",
355]
356
357[[package]]
358name = "ayllu"
359version = "0.2.1"
360dependencies = [
361 "anyhow",
362 "async-trait",
363 "axum",
364 "axum-extra",
365 "ayllu_api",
366 "ayllu_config",
367 "ayllu_database",
368 "ayllu_git",
369 "ayllu_rpc",
370 "bytes",
371 "cc",
372 "clap 4.5.20",
373 "comrak",
374 "env_logger 0.11.5",
375 "file-mode",
376 "futures",
377 "git2",
378 "globwalk",
379 "headers",
380 "httparse",
381 "include_dir",
382 "lazy_static",
383 "libloading",
384 "libsqlite3-sys",
385 "lightningcss",
386 "log",
387 "mime",
388 "mime_guess",
389 "plotters",
390 "rand",
391 "rss",
392 "serde",
393 "serde_json",
394 "sqlx",
395 "sqlx-cli",
396 "tabwriter",
397 "tarpc",
398 "tera",
399 "thiserror",
400 "time",
401 "time-macros",
402 "tokei",
403 "tokio",
404 "tokio-stream",
405 "tokio-util",
406 "toml 0.8.19",
407 "tower",
408 "tower-http",
409 "tracing",
410 "tracing-subscriber",
411 "tree-sitter",
412 "tree-sitter-highlight",
413 "url",
414 "webfinger-rs",
415]
416
417[[package]]
418name = "ayllu-jobs"
419version = "0.1.0"
420dependencies = [
421 "anyhow",
422 "async-trait",
423 "axum",
424 "axum-extra",
425 "ayllu_api",
426 "ayllu_config",
427 "ayllu_database",
428 "ayllu_git",
429 "ayllu_rpc",
430 "bytes",
431 "clap 4.5.20",
432 "comrak",
433 "env_logger 0.11.5",
434 "file-mode",
435 "futures",
436 "git2",
437 "globwalk",
438 "headers",
439 "httparse",
440 "include_dir",
441 "lazy_static",
442 "libloading",
443 "log",
444 "mime",
445 "mime_guess",
446 "plotters",
447 "rand",
448 "rss",
449 "serde",
450 "serde_json",
451 "sqlx",
452 "tabwriter",
453 "tarpc",
454 "tera",
455 "thiserror",
456 "time",
457 "time-macros",
458 "timeutil",
459 "tokei",
460 "tokio",
461 "tokio-stream",
462 "tokio-util",
463 "toml 0.8.19",
464 "tower",
465 "tower-http",
466 "tracing",
467 "tracing-subscriber",
468 "tree-sitter",
469 "tree-sitter-highlight",
470 "url",
471 "webfinger",
472]
473
474[[package]]
475name = "ayllu-mail"
476version = "0.2.1"
477dependencies = [
478 "async-trait",
479 "axum",
480 "ayllu_config",
481 "ayllu_database",
482 "clap 4.5.20",
483 "clap_complete",
484 "futures",
485 "futures-util",
486 "mail-parser",
487 "maildir",
488 "maitred",
489 "serde",
490 "thiserror",
491 "tokio",
492 "tracing",
493 "tracing-subscriber",
494]
495
496[[package]]
497name = "ayllu_api"
498version = "0.2.1"
499dependencies = [
500 "serde",
501 "tarpc",
502 "thiserror",
503]
504
505[[package]]
506name = "ayllu_config"
507version = "0.2.1"
508dependencies = [
509 "clap 4.5.20",
510 "log",
511 "serde",
512 "serde_json",
513 "tempfile",
514 "thiserror",
515 "toml 0.8.19",
516 "toml_edit",
517]
518
519[[package]]
520name = "ayllu_database"
521version = "0.2.1"
522dependencies = [
523 "async-trait",
524 "futures",
525 "serde",
526 "sqlx",
527 "time",
528 "tracing",
529]
530
531[[package]]
532name = "ayllu_git"
533version = "0.2.1"
534dependencies = [
535 "git2",
536 "rand",
537 "serde",
538 "tokio",
539 "tracing",
540]
541
542[[package]]
543name = "ayllu_rpc"
544version = "0.2.1"
545dependencies = [
546 "async-trait",
547 "futures",
548 "tarpc",
549 "tokio",
550 "tokio-util",
551 "tracing",
552]
553
554[[package]]
555name = "ayllu_scheduler"
556version = "0.2.1"
557dependencies = [
558 "tracing",
559]
560
561[[package]]
562name = "backoff"
563version = "0.4.0"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
566dependencies = [
567 "futures-core",
568 "getrandom",
569 "instant",
570 "pin-project-lite",
571 "rand",
572 "tokio",
573]
574
575[[package]]
576name = "backtrace"
577version = "0.3.74"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
580dependencies = [
581 "addr2line",
582 "cfg-if",
583 "libc",
584 "miniz_oxide",
585 "object",
586 "rustc-demangle",
587 "windows-targets 0.52.6",
588]
589
590[[package]]
591name = "base64"
592version = "0.21.7"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
595
596[[package]]
597name = "base64"
598version = "0.22.1"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
601
602[[package]]
603name = "base64-simd"
604version = "0.7.0"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
607dependencies = [
608 "simd-abstraction",
609]
610
611[[package]]
612name = "base64ct"
613version = "1.6.0"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
616
617[[package]]
618name = "bincode"
619version = "1.3.3"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
622dependencies = [
623 "serde",
624]
625
626[[package]]
627name = "bindgen"
628version = "0.69.5"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
631dependencies = [
632 "bitflags 2.6.0",
633 "cexpr",
634 "clang-sys",
635 "itertools 0.12.1",
636 "lazy_static",
637 "lazycell",
638 "log",
639 "prettyplease",
640 "proc-macro2",
641 "quote",
642 "regex",
643 "rustc-hash",
644 "shlex",
645 "syn 2.0.85",
646 "which",
647]
648
649[[package]]
650name = "bit-set"
651version = "0.5.3"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
654dependencies = [
655 "bit-vec",
656]
657
658[[package]]
659name = "bit-vec"
660version = "0.6.3"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
663
664[[package]]
665name = "bitflags"
666version = "1.3.2"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
669
670[[package]]
671name = "bitflags"
672version = "2.6.0"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
675dependencies = [
676 "serde",
677]
678
679[[package]]
680name = "bitvec"
681version = "1.0.1"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
684dependencies = [
685 "funty",
686 "radium",
687 "tap",
688 "wyz",
689]
690
691[[package]]
692name = "block-buffer"
693version = "0.10.4"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
696dependencies = [
697 "generic-array",
698]
699
700[[package]]
701name = "bstr"
702version = "1.10.0"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
705dependencies = [
706 "memchr",
707 "serde",
708]
709
710[[package]]
711name = "bumpalo"
712version = "3.16.0"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
715
716[[package]]
717name = "bytecheck"
718version = "0.6.12"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
721dependencies = [
722 "bytecheck_derive",
723 "ptr_meta",
724 "simdutf8",
725]
726
727[[package]]
728name = "bytecheck_derive"
729version = "0.6.12"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
732dependencies = [
733 "proc-macro2",
734 "quote",
735 "syn 1.0.109",
736]
737
738[[package]]
739name = "bytemuck"
740version = "1.19.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d"
743
744[[package]]
745name = "byteorder"
746version = "1.5.0"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
749
750[[package]]
751name = "bytes"
752version = "1.8.0"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
755
756[[package]]
757name = "bzip2"
758version = "0.4.4"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
761dependencies = [
762 "bzip2-sys",
763 "libc",
764]
765
766[[package]]
767name = "bzip2-sys"
768version = "0.1.11+1.0.8"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
771dependencies = [
772 "cc",
773 "libc",
774 "pkg-config",
775]
776
777[[package]]
778name = "camino"
779version = "1.1.9"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
782dependencies = [
783 "serde",
784]
785
786[[package]]
787name = "cargo-platform"
788version = "0.1.8"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
791dependencies = [
792 "serde",
793]
794
795[[package]]
796name = "cargo_metadata"
797version = "0.18.1"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
800dependencies = [
801 "camino",
802 "cargo-platform",
803 "semver",
804 "serde",
805 "serde_json",
806 "thiserror",
807]
808
809[[package]]
810name = "caseless"
811version = "0.2.1"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "808dab3318747be122cb31d36de18d4d1c81277a76f8332a02b81a3d73463d7f"
814dependencies = [
815 "regex",
816 "unicode-normalization",
817]
818
819[[package]]
820name = "cc"
821version = "1.1.31"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
824dependencies = [
825 "jobserver",
826 "libc",
827 "shlex",
828]
829
830[[package]]
831name = "cexpr"
832version = "0.6.0"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
835dependencies = [
836 "nom",
837]
838
839[[package]]
840name = "cfg-if"
841version = "1.0.0"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
844
845[[package]]
846name = "charset"
847version = "0.1.5"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e"
850dependencies = [
851 "base64 0.22.1",
852 "encoding_rs",
853]
854
855[[package]]
856name = "chrono"
857version = "0.4.38"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
860dependencies = [
861 "android-tzdata",
862 "iana-time-zone",
863 "js-sys",
864 "num-traits",
865 "serde",
866 "wasm-bindgen",
867 "windows-targets 0.52.6",
868]
869
870[[package]]
871name = "chrono-tz"
872version = "0.9.0"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
875dependencies = [
876 "chrono",
877 "chrono-tz-build",
878 "phf 0.11.2",
879]
880
881[[package]]
882name = "chrono-tz-build"
883version = "0.3.0"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
886dependencies = [
887 "parse-zoneinfo",
888 "phf 0.11.2",
889 "phf_codegen 0.11.2",
890]
891
892[[package]]
893name = "cipher"
894version = "0.4.4"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
897dependencies = [
898 "crypto-common",
899 "inout",
900]
901
902[[package]]
903name = "clang-sys"
904version = "1.8.1"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
907dependencies = [
908 "glob",
909 "libc",
910 "libloading",
911]
912
913[[package]]
914name = "clap"
915version = "2.34.0"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
918dependencies = [
919 "ansi_term",
920 "atty",
921 "bitflags 1.3.2",
922 "strsim 0.8.0",
923 "textwrap",
924 "unicode-width",
925 "vec_map",
926]
927
928[[package]]
929name = "clap"
930version = "4.5.20"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
933dependencies = [
934 "clap_builder",
935 "clap_derive",
936]
937
938[[package]]
939name = "clap_builder"
940version = "4.5.20"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
943dependencies = [
944 "anstream",
945 "anstyle",
946 "clap_lex",
947 "strsim 0.11.1",
948 "terminal_size",
949]
950
951[[package]]
952name = "clap_complete"
953version = "4.5.35"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "07a13ab5b8cb13dbe35e68b83f6c12f9293b2f601797b71bc9f23befdb329feb"
956dependencies = [
957 "clap 4.5.20",
958]
959
960[[package]]
961name = "clap_derive"
962version = "4.5.18"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
965dependencies = [
966 "heck",
967 "proc-macro2",
968 "quote",
969 "syn 2.0.85",
970]
971
972[[package]]
973name = "clap_lex"
974version = "0.7.2"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
977
978[[package]]
979name = "clipboard-win"
980version = "4.5.0"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
983dependencies = [
984 "error-code",
985 "str-buf",
986 "winapi",
987]
988
989[[package]]
990name = "cmake"
991version = "0.1.51"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
994dependencies = [
995 "cc",
996]
997
998[[package]]
999name = "color_quant"
1000version = "1.1.0"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
1003
1004[[package]]
1005name = "colorchoice"
1006version = "1.0.3"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
1009
1010[[package]]
1011name = "comrak"
1012version = "0.29.0"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "d8c32ff8b21372fab0e9ecc4e42536055702dc5faa418362bffd1544f9d12637"
1015dependencies = [
1016 "caseless",
1017 "clap 4.5.20",
1018 "derive_builder",
1019 "entities",
1020 "memchr",
1021 "once_cell",
1022 "regex",
1023 "shell-words",
1024 "slug",
1025 "syntect",
1026 "typed-arena",
1027 "unicode_categories",
1028 "xdg",
1029]
1030
1031[[package]]
1032name = "concurrent-queue"
1033version = "2.5.0"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1036dependencies = [
1037 "crossbeam-utils",
1038]
1039
1040[[package]]
1041name = "console"
1042version = "0.15.8"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
1045dependencies = [
1046 "encode_unicode",
1047 "lazy_static",
1048 "libc",
1049 "unicode-width",
1050 "windows-sys 0.52.0",
1051]
1052
1053[[package]]
1054name = "const-oid"
1055version = "0.9.6"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1058
1059[[package]]
1060name = "const-str"
1061version = "0.3.2"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3"
1064dependencies = [
1065 "const-str-proc-macro",
1066]
1067
1068[[package]]
1069name = "const-str-proc-macro"
1070version = "0.3.2"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "5e1e0fdd2e5d3041e530e1b21158aeeef8b5d0e306bc5c1e3d6cf0930d10e25a"
1073dependencies = [
1074 "proc-macro2",
1075 "quote",
1076 "syn 1.0.109",
1077]
1078
1079[[package]]
1080name = "constant_time_eq"
1081version = "0.3.1"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
1084
1085[[package]]
1086name = "convert_case"
1087version = "0.6.0"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
1090dependencies = [
1091 "unicode-segmentation",
1092]
1093
1094[[package]]
1095name = "cookie"
1096version = "0.18.1"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
1099dependencies = [
1100 "percent-encoding",
1101 "time",
1102 "version_check",
1103]
1104
1105[[package]]
1106name = "core-foundation"
1107version = "0.9.4"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1110dependencies = [
1111 "core-foundation-sys",
1112 "libc",
1113]
1114
1115[[package]]
1116name = "core-foundation-sys"
1117version = "0.8.7"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1120
1121[[package]]
1122name = "core-graphics"
1123version = "0.23.2"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
1126dependencies = [
1127 "bitflags 1.3.2",
1128 "core-foundation",
1129 "core-graphics-types",
1130 "foreign-types 0.5.0",
1131 "libc",
1132]
1133
1134[[package]]
1135name = "core-graphics-types"
1136version = "0.1.3"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
1139dependencies = [
1140 "bitflags 1.3.2",
1141 "core-foundation",
1142 "libc",
1143]
1144
1145[[package]]
1146name = "core-text"
1147version = "20.1.0"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
1150dependencies = [
1151 "core-foundation",
1152 "core-graphics",
1153 "foreign-types 0.5.0",
1154 "libc",
1155]
1156
1157[[package]]
1158name = "cpufeatures"
1159version = "0.2.14"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
1162dependencies = [
1163 "libc",
1164]
1165
1166[[package]]
1167name = "crc"
1168version = "3.2.1"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
1171dependencies = [
1172 "crc-catalog",
1173]
1174
1175[[package]]
1176name = "crc-catalog"
1177version = "2.4.0"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
1180
1181[[package]]
1182name = "crc32fast"
1183version = "1.4.2"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
1186dependencies = [
1187 "cfg-if",
1188]
1189
1190[[package]]
1191name = "crossbeam-channel"
1192version = "0.5.13"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
1195dependencies = [
1196 "crossbeam-utils",
1197]
1198
1199[[package]]
1200name = "crossbeam-deque"
1201version = "0.8.5"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
1204dependencies = [
1205 "crossbeam-epoch",
1206 "crossbeam-utils",
1207]
1208
1209[[package]]
1210name = "crossbeam-epoch"
1211version = "0.9.18"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1214dependencies = [
1215 "crossbeam-utils",
1216]
1217
1218[[package]]
1219name = "crossbeam-queue"
1220version = "0.3.11"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
1223dependencies = [
1224 "crossbeam-utils",
1225]
1226
1227[[package]]
1228name = "crossbeam-utils"
1229version = "0.8.20"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
1232
1233[[package]]
1234name = "crypto-common"
1235version = "0.1.6"
1236source = "registry+https://github.com/rust-lang/crates.io-index"
1237checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1238dependencies = [
1239 "generic-array",
1240 "typenum",
1241]
1242
1243[[package]]
1244name = "cssparser"
1245version = "0.33.0"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e"
1248dependencies = [
1249 "cssparser-macros",
1250 "dtoa-short",
1251 "itoa",
1252 "phf 0.11.2",
1253 "smallvec",
1254]
1255
1256[[package]]
1257name = "cssparser-color"
1258version = "0.1.0"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "556c099a61d85989d7af52b692e35a8d68a57e7df8c6d07563dc0778b3960c9f"
1261dependencies = [
1262 "cssparser",
1263]
1264
1265[[package]]
1266name = "cssparser-macros"
1267version = "0.6.1"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
1270dependencies = [
1271 "quote",
1272 "syn 2.0.85",
1273]
1274
1275[[package]]
1276name = "darling"
1277version = "0.20.10"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
1280dependencies = [
1281 "darling_core",
1282 "darling_macro",
1283]
1284
1285[[package]]
1286name = "darling_core"
1287version = "0.20.10"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
1290dependencies = [
1291 "fnv",
1292 "ident_case",
1293 "proc-macro2",
1294 "quote",
1295 "strsim 0.11.1",
1296 "syn 2.0.85",
1297]
1298
1299[[package]]
1300name = "darling_macro"
1301version = "0.20.10"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
1304dependencies = [
1305 "darling_core",
1306 "quote",
1307 "syn 2.0.85",
1308]
1309
1310[[package]]
1311name = "dashmap"
1312version = "4.0.2"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
1315dependencies = [
1316 "cfg-if",
1317 "num_cpus",
1318 "serde",
1319]
1320
1321[[package]]
1322name = "dashmap"
1323version = "5.5.3"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
1326dependencies = [
1327 "cfg-if",
1328 "hashbrown 0.14.5",
1329 "lock_api",
1330 "once_cell",
1331 "parking_lot_core 0.9.10",
1332]
1333
1334[[package]]
1335name = "data-encoding"
1336version = "2.6.0"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
1339
1340[[package]]
1341name = "data-url"
1342version = "0.1.1"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
1345dependencies = [
1346 "matches",
1347]
1348
1349[[package]]
1350name = "deflate64"
1351version = "0.1.9"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
1354
1355[[package]]
1356name = "der"
1357version = "0.7.9"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
1360dependencies = [
1361 "const-oid",
1362 "pem-rfc7468",
1363 "zeroize",
1364]
1365
1366[[package]]
1367name = "deranged"
1368version = "0.3.11"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
1371dependencies = [
1372 "powerfmt",
1373 "serde",
1374]
1375
1376[[package]]
1377name = "derive_arbitrary"
1378version = "1.3.2"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
1381dependencies = [
1382 "proc-macro2",
1383 "quote",
1384 "syn 2.0.85",
1385]
1386
1387[[package]]
1388name = "derive_builder"
1389version = "0.20.2"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
1392dependencies = [
1393 "derive_builder_macro",
1394]
1395
1396[[package]]
1397name = "derive_builder_core"
1398version = "0.20.2"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
1401dependencies = [
1402 "darling",
1403 "proc-macro2",
1404 "quote",
1405 "syn 2.0.85",
1406]
1407
1408[[package]]
1409name = "derive_builder_macro"
1410version = "0.20.2"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
1413dependencies = [
1414 "derive_builder_core",
1415 "syn 2.0.85",
1416]
1417
1418[[package]]
1419name = "deunicode"
1420version = "1.6.0"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
1423
1424[[package]]
1425name = "digest"
1426version = "0.10.7"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1429dependencies = [
1430 "block-buffer",
1431 "const-oid",
1432 "crypto-common",
1433 "subtle",
1434]
1435
1436[[package]]
1437name = "diligent-date-parser"
1438version = "0.1.4"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182"
1441dependencies = [
1442 "chrono",
1443]
1444
1445[[package]]
1446name = "dirs"
1447version = "3.0.2"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
1450dependencies = [
1451 "dirs-sys 0.3.7",
1452]
1453
1454[[package]]
1455name = "dirs"
1456version = "5.0.1"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
1459dependencies = [
1460 "dirs-sys 0.4.1",
1461]
1462
1463[[package]]
1464name = "dirs-next"
1465version = "2.0.0"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1468dependencies = [
1469 "cfg-if",
1470 "dirs-sys-next",
1471]
1472
1473[[package]]
1474name = "dirs-sys"
1475version = "0.3.7"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
1478dependencies = [
1479 "libc",
1480 "redox_users",
1481 "winapi",
1482]
1483
1484[[package]]
1485name = "dirs-sys"
1486version = "0.4.1"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1489dependencies = [
1490 "libc",
1491 "option-ext",
1492 "redox_users",
1493 "windows-sys 0.48.0",
1494]
1495
1496[[package]]
1497name = "dirs-sys-next"
1498version = "0.1.2"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1501dependencies = [
1502 "libc",
1503 "redox_users",
1504 "winapi",
1505]
1506
1507[[package]]
1508name = "displaydoc"
1509version = "0.2.5"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1512dependencies = [
1513 "proc-macro2",
1514 "quote",
1515 "syn 2.0.85",
1516]
1517
1518[[package]]
1519name = "dlib"
1520version = "0.5.2"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
1523dependencies = [
1524 "libloading",
1525]
1526
1527[[package]]
1528name = "document-features"
1529version = "0.2.10"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0"
1532dependencies = [
1533 "litrs",
1534]
1535
1536[[package]]
1537name = "dotenvy"
1538version = "0.15.7"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1541
1542[[package]]
1543name = "dtoa"
1544version = "1.0.9"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
1547
1548[[package]]
1549name = "dtoa-short"
1550version = "0.3.5"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
1553dependencies = [
1554 "dtoa",
1555]
1556
1557[[package]]
1558name = "dunce"
1559version = "1.0.5"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1562
1563[[package]]
1564name = "dwrote"
1565version = "0.11.2"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
1568dependencies = [
1569 "lazy_static",
1570 "libc",
1571 "winapi",
1572 "wio",
1573]
1574
1575[[package]]
1576name = "educe"
1577version = "0.4.23"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "0f0042ff8246a363dbe77d2ceedb073339e85a804b9a47636c6e016a9a32c05f"
1580dependencies = [
1581 "enum-ordinalize",
1582 "proc-macro2",
1583 "quote",
1584 "syn 1.0.109",
1585]
1586
1587[[package]]
1588name = "either"
1589version = "1.13.0"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
1592dependencies = [
1593 "serde",
1594]
1595
1596[[package]]
1597name = "email_address"
1598version = "0.2.9"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
1601dependencies = [
1602 "serde",
1603]
1604
1605[[package]]
1606name = "encode_unicode"
1607version = "0.3.6"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1610
1611[[package]]
1612name = "encoding_rs"
1613version = "0.8.35"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1616dependencies = [
1617 "cfg-if",
1618]
1619
1620[[package]]
1621name = "encoding_rs_io"
1622version = "0.1.7"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
1625dependencies = [
1626 "encoding_rs",
1627]
1628
1629[[package]]
1630name = "endian-type"
1631version = "0.1.2"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
1634
1635[[package]]
1636name = "entities"
1637version = "1.0.1"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
1640
1641[[package]]
1642name = "enum-as-inner"
1643version = "0.6.1"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1646dependencies = [
1647 "heck",
1648 "proc-macro2",
1649 "quote",
1650 "syn 2.0.85",
1651]
1652
1653[[package]]
1654name = "enum-ordinalize"
1655version = "3.1.15"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "1bf1fa3f06bbff1ea5b1a9c7b14aa992a39657db60a2759457328d7e058f49ee"
1658dependencies = [
1659 "num-bigint",
1660 "num-traits",
1661 "proc-macro2",
1662 "quote",
1663 "syn 2.0.85",
1664]
1665
1666[[package]]
1667name = "env_filter"
1668version = "0.1.2"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
1671dependencies = [
1672 "log",
1673 "regex",
1674]
1675
1676[[package]]
1677name = "env_logger"
1678version = "0.8.4"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
1681dependencies = [
1682 "atty",
1683 "humantime",
1684 "log",
1685 "regex",
1686 "termcolor",
1687]
1688
1689[[package]]
1690name = "env_logger"
1691version = "0.11.5"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
1694dependencies = [
1695 "anstream",
1696 "anstyle",
1697 "env_filter",
1698 "humantime",
1699 "log",
1700]
1701
1702[[package]]
1703name = "equivalent"
1704version = "1.0.1"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1707
1708[[package]]
1709name = "errno"
1710version = "0.3.9"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
1713dependencies = [
1714 "libc",
1715 "windows-sys 0.52.0",
1716]
1717
1718[[package]]
1719name = "error-code"
1720version = "2.3.1"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
1723dependencies = [
1724 "libc",
1725 "str-buf",
1726]
1727
1728[[package]]
1729name = "etcetera"
1730version = "0.8.0"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
1733dependencies = [
1734 "cfg-if",
1735 "home",
1736 "windows-sys 0.48.0",
1737]
1738
1739[[package]]
1740name = "event-listener"
1741version = "5.3.1"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
1744dependencies = [
1745 "concurrent-queue",
1746 "parking",
1747 "pin-project-lite",
1748]
1749
1750[[package]]
1751name = "fancy-regex"
1752version = "0.11.0"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
1755dependencies = [
1756 "bit-set",
1757 "regex",
1758]
1759
1760[[package]]
1761name = "fastrand"
1762version = "2.1.1"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
1765
1766[[package]]
1767name = "fd-lock"
1768version = "3.0.13"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5"
1771dependencies = [
1772 "cfg-if",
1773 "rustix",
1774 "windows-sys 0.48.0",
1775]
1776
1777[[package]]
1778name = "fdeflate"
1779version = "0.3.5"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab"
1782dependencies = [
1783 "simd-adler32",
1784]
1785
1786[[package]]
1787name = "file-mode"
1788version = "0.1.2"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "773ea145485772b8d354624b32adbe20e776353d3e48c7b03ef44e3455e9815c"
1791dependencies = [
1792 "libc",
1793]
1794
1795[[package]]
1796name = "filetime"
1797version = "0.2.25"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
1800dependencies = [
1801 "cfg-if",
1802 "libc",
1803 "libredox",
1804 "windows-sys 0.59.0",
1805]
1806
1807[[package]]
1808name = "flate2"
1809version = "1.0.34"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
1812dependencies = [
1813 "crc32fast",
1814 "miniz_oxide",
1815]
1816
1817[[package]]
1818name = "float-ord"
1819version = "0.3.2"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
1822
1823[[package]]
1824name = "flume"
1825version = "0.11.1"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
1828dependencies = [
1829 "futures-core",
1830 "futures-sink",
1831 "spin 0.9.8",
1832]
1833
1834[[package]]
1835name = "fnv"
1836version = "1.0.7"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1839
1840[[package]]
1841name = "font-kit"
1842version = "0.14.2"
1843source = "registry+https://github.com/rust-lang/crates.io-index"
1844checksum = "b64b34f4efd515f905952d91bc185039863705592c0c53ae6d979805dd154520"
1845dependencies = [
1846 "bitflags 2.6.0",
1847 "byteorder",
1848 "core-foundation",
1849 "core-graphics",
1850 "core-text",
1851 "dirs 5.0.1",
1852 "dwrote",
1853 "float-ord",
1854 "freetype-sys",
1855 "lazy_static",
1856 "libc",
1857 "log",
1858 "pathfinder_geometry",
1859 "pathfinder_simd",
1860 "walkdir",
1861 "winapi",
1862 "yeslogic-fontconfig-sys",
1863]
1864
1865[[package]]
1866name = "foreign-types"
1867version = "0.3.2"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1870dependencies = [
1871 "foreign-types-shared 0.1.1",
1872]
1873
1874[[package]]
1875name = "foreign-types"
1876version = "0.5.0"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1879dependencies = [
1880 "foreign-types-macros",
1881 "foreign-types-shared 0.3.1",
1882]
1883
1884[[package]]
1885name = "foreign-types-macros"
1886version = "0.2.3"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
1889dependencies = [
1890 "proc-macro2",
1891 "quote",
1892 "syn 2.0.85",
1893]
1894
1895[[package]]
1896name = "foreign-types-shared"
1897version = "0.1.1"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1900
1901[[package]]
1902name = "foreign-types-shared"
1903version = "0.3.1"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1906
1907[[package]]
1908name = "form_urlencoded"
1909version = "1.2.1"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1912dependencies = [
1913 "percent-encoding",
1914]
1915
1916[[package]]
1917name = "freetype-sys"
1918version = "0.20.1"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
1921dependencies = [
1922 "cc",
1923 "libc",
1924 "pkg-config",
1925]
1926
1927[[package]]
1928name = "fs_extra"
1929version = "1.3.0"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1932
1933[[package]]
1934name = "funty"
1935version = "2.0.0"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
1938
1939[[package]]
1940name = "futures"
1941version = "0.3.31"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1944dependencies = [
1945 "futures-channel",
1946 "futures-core",
1947 "futures-executor",
1948 "futures-io",
1949 "futures-sink",
1950 "futures-task",
1951 "futures-util",
1952]
1953
1954[[package]]
1955name = "futures-channel"
1956version = "0.3.31"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1959dependencies = [
1960 "futures-core",
1961 "futures-sink",
1962]
1963
1964[[package]]
1965name = "futures-core"
1966version = "0.3.31"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1969
1970[[package]]
1971name = "futures-executor"
1972version = "0.3.31"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1975dependencies = [
1976 "futures-core",
1977 "futures-task",
1978 "futures-util",
1979]
1980
1981[[package]]
1982name = "futures-intrusive"
1983version = "0.5.0"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
1986dependencies = [
1987 "futures-core",
1988 "lock_api",
1989 "parking_lot 0.12.3",
1990]
1991
1992[[package]]
1993name = "futures-io"
1994version = "0.3.31"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1997
1998[[package]]
1999name = "futures-macro"
2000version = "0.3.31"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
2003dependencies = [
2004 "proc-macro2",
2005 "quote",
2006 "syn 2.0.85",
2007]
2008
2009[[package]]
2010name = "futures-sink"
2011version = "0.3.31"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2014
2015[[package]]
2016name = "futures-task"
2017version = "0.3.31"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2020
2021[[package]]
2022name = "futures-util"
2023version = "0.3.31"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2026dependencies = [
2027 "futures-channel",
2028 "futures-core",
2029 "futures-io",
2030 "futures-macro",
2031 "futures-sink",
2032 "futures-task",
2033 "memchr",
2034 "pin-project-lite",
2035 "pin-utils",
2036 "slab",
2037]
2038
2039[[package]]
2040name = "fxhash"
2041version = "0.2.1"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2044dependencies = [
2045 "byteorder",
2046]
2047
2048[[package]]
2049name = "generic-array"
2050version = "0.14.7"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2053dependencies = [
2054 "typenum",
2055 "version_check",
2056]
2057
2058[[package]]
2059name = "gethostname"
2060version = "0.2.3"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
2063dependencies = [
2064 "libc",
2065 "winapi",
2066]
2067
2068[[package]]
2069name = "gethostname"
2070version = "0.4.3"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
2073dependencies = [
2074 "libc",
2075 "windows-targets 0.48.5",
2076]
2077
2078[[package]]
2079name = "getrandom"
2080version = "0.2.15"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2083dependencies = [
2084 "cfg-if",
2085 "libc",
2086 "wasi",
2087]
2088
2089[[package]]
2090name = "gif"
2091version = "0.12.0"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
2094dependencies = [
2095 "color_quant",
2096 "weezl",
2097]
2098
2099[[package]]
2100name = "gimli"
2101version = "0.31.1"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2104
2105[[package]]
2106name = "git2"
2107version = "0.19.0"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
2110dependencies = [
2111 "bitflags 2.6.0",
2112 "libc",
2113 "libgit2-sys",
2114 "log",
2115 "openssl-probe",
2116 "openssl-sys",
2117 "url",
2118]
2119
2120[[package]]
2121name = "glob"
2122version = "0.3.1"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2125
2126[[package]]
2127name = "globset"
2128version = "0.4.15"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
2131dependencies = [
2132 "aho-corasick 1.1.3",
2133 "bstr",
2134 "log",
2135 "regex-automata 0.4.8",
2136 "regex-syntax 0.8.5",
2137]
2138
2139[[package]]
2140name = "globwalk"
2141version = "0.9.1"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
2144dependencies = [
2145 "bitflags 2.6.0",
2146 "ignore",
2147 "walkdir",
2148]
2149
2150[[package]]
2151name = "grep-matcher"
2152version = "0.1.7"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "47a3141a10a43acfedc7c98a60a834d7ba00dfe7bec9071cbfc19b55b292ac02"
2155dependencies = [
2156 "memchr",
2157]
2158
2159[[package]]
2160name = "grep-searcher"
2161version = "0.1.14"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "b9b6c14b3fc2e0a107d6604d3231dec0509e691e62447104bc385a46a7892cda"
2164dependencies = [
2165 "bstr",
2166 "encoding_rs",
2167 "encoding_rs_io",
2168 "grep-matcher",
2169 "log",
2170 "memchr",
2171 "memmap2",
2172]
2173
2174[[package]]
2175name = "h2"
2176version = "0.3.26"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2179dependencies = [
2180 "bytes",
2181 "fnv",
2182 "futures-core",
2183 "futures-sink",
2184 "futures-util",
2185 "http 0.2.12",
2186 "indexmap 2.6.0",
2187 "slab",
2188 "tokio",
2189 "tokio-util",
2190 "tracing",
2191]
2192
2193[[package]]
2194name = "h2"
2195version = "0.4.6"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
2198dependencies = [
2199 "atomic-waker",
2200 "bytes",
2201 "fnv",
2202 "futures-core",
2203 "futures-sink",
2204 "http 1.1.0",
2205 "indexmap 2.6.0",
2206 "slab",
2207 "tokio",
2208 "tokio-util",
2209 "tracing",
2210]
2211
2212[[package]]
2213name = "hashbrown"
2214version = "0.12.3"
2215source = "registry+https://github.com/rust-lang/crates.io-index"
2216checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2217dependencies = [
2218 "ahash 0.7.8",
2219]
2220
2221[[package]]
2222name = "hashbrown"
2223version = "0.14.5"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2226dependencies = [
2227 "ahash 0.8.11",
2228 "allocator-api2",
2229]
2230
2231[[package]]
2232name = "hashbrown"
2233version = "0.15.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
2236
2237[[package]]
2238name = "hashlink"
2239version = "0.9.1"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
2242dependencies = [
2243 "hashbrown 0.14.5",
2244]
2245
2246[[package]]
2247name = "headers"
2248version = "0.4.0"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
2251dependencies = [
2252 "base64 0.21.7",
2253 "bytes",
2254 "headers-core",
2255 "http 1.1.0",
2256 "httpdate",
2257 "mime",
2258 "sha1",
2259]
2260
2261[[package]]
2262name = "headers-core"
2263version = "0.3.0"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
2266dependencies = [
2267 "http 1.1.0",
2268]
2269
2270[[package]]
2271name = "heck"
2272version = "0.5.0"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2275
2276[[package]]
2277name = "hermit-abi"
2278version = "0.1.19"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2281dependencies = [
2282 "libc",
2283]
2284
2285[[package]]
2286name = "hermit-abi"
2287version = "0.3.9"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2290
2291[[package]]
2292name = "hex"
2293version = "0.4.3"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2296
2297[[package]]
2298name = "hickory-proto"
2299version = "0.24.1"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
2302dependencies = [
2303 "async-trait",
2304 "cfg-if",
2305 "data-encoding",
2306 "enum-as-inner",
2307 "futures-channel",
2308 "futures-io",
2309 "futures-util",
2310 "idna 0.4.0",
2311 "ipnet",
2312 "once_cell",
2313 "rand",
2314 "ring 0.16.20",
2315 "rustls 0.21.12",
2316 "rustls-pemfile 1.0.4",
2317 "thiserror",
2318 "tinyvec",
2319 "tokio",
2320 "tokio-rustls 0.24.1",
2321 "tracing",
2322 "url",
2323]
2324
2325[[package]]
2326name = "hickory-resolver"
2327version = "0.24.1"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243"
2330dependencies = [
2331 "cfg-if",
2332 "futures-util",
2333 "hickory-proto",
2334 "ipconfig",
2335 "lru-cache",
2336 "once_cell",
2337 "parking_lot 0.12.3",
2338 "rand",
2339 "resolv-conf",
2340 "rustls 0.21.12",
2341 "smallvec",
2342 "thiserror",
2343 "tokio",
2344 "tokio-rustls 0.24.1",
2345 "tracing",
2346]
2347
2348[[package]]
2349name = "hkdf"
2350version = "0.12.4"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2353dependencies = [
2354 "hmac",
2355]
2356
2357[[package]]
2358name = "hmac"
2359version = "0.12.1"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2362dependencies = [
2363 "digest",
2364]
2365
2366[[package]]
2367name = "home"
2368version = "0.5.9"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2371dependencies = [
2372 "windows-sys 0.52.0",
2373]
2374
2375[[package]]
2376name = "hostname"
2377version = "0.3.1"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
2380dependencies = [
2381 "libc",
2382 "match_cfg",
2383 "winapi",
2384]
2385
2386[[package]]
2387name = "http"
2388version = "0.2.12"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2391dependencies = [
2392 "bytes",
2393 "fnv",
2394 "itoa",
2395]
2396
2397[[package]]
2398name = "http"
2399version = "1.1.0"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2402dependencies = [
2403 "bytes",
2404 "fnv",
2405 "itoa",
2406]
2407
2408[[package]]
2409name = "http-body"
2410version = "0.4.6"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2413dependencies = [
2414 "bytes",
2415 "http 0.2.12",
2416 "pin-project-lite",
2417]
2418
2419[[package]]
2420name = "http-body"
2421version = "1.0.1"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2424dependencies = [
2425 "bytes",
2426 "http 1.1.0",
2427]
2428
2429[[package]]
2430name = "http-body-util"
2431version = "0.1.2"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2434dependencies = [
2435 "bytes",
2436 "futures-util",
2437 "http 1.1.0",
2438 "http-body 1.0.1",
2439 "pin-project-lite",
2440]
2441
2442[[package]]
2443name = "httparse"
2444version = "1.9.5"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
2447
2448[[package]]
2449name = "httpdate"
2450version = "1.0.3"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2453
2454[[package]]
2455name = "humansize"
2456version = "2.1.3"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
2459dependencies = [
2460 "libm",
2461]
2462
2463[[package]]
2464name = "humantime"
2465version = "2.1.0"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2468
2469[[package]]
2470name = "hyper"
2471version = "0.14.31"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
2474dependencies = [
2475 "bytes",
2476 "futures-channel",
2477 "futures-core",
2478 "futures-util",
2479 "h2 0.3.26",
2480 "http 0.2.12",
2481 "http-body 0.4.6",
2482 "httparse",
2483 "httpdate",
2484 "itoa",
2485 "pin-project-lite",
2486 "socket2",
2487 "tokio",
2488 "tower-service",
2489 "tracing",
2490 "want",
2491]
2492
2493[[package]]
2494name = "hyper"
2495version = "1.5.0"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
2498dependencies = [
2499 "bytes",
2500 "futures-channel",
2501 "futures-util",
2502 "h2 0.4.6",
2503 "http 1.1.0",
2504 "http-body 1.0.1",
2505 "httparse",
2506 "httpdate",
2507 "itoa",
2508 "pin-project-lite",
2509 "smallvec",
2510 "tokio",
2511 "want",
2512]
2513
2514[[package]]
2515name = "hyper-rustls"
2516version = "0.27.3"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
2519dependencies = [
2520 "futures-util",
2521 "http 1.1.0",
2522 "hyper 1.5.0",
2523 "hyper-util",
2524 "rustls 0.23.15",
2525 "rustls-pki-types",
2526 "tokio",
2527 "tokio-rustls 0.26.0",
2528 "tower-service",
2529]
2530
2531[[package]]
2532name = "hyper-tls"
2533version = "0.5.0"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
2536dependencies = [
2537 "bytes",
2538 "hyper 0.14.31",
2539 "native-tls",
2540 "tokio",
2541 "tokio-native-tls",
2542]
2543
2544[[package]]
2545name = "hyper-tls"
2546version = "0.6.0"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2549dependencies = [
2550 "bytes",
2551 "http-body-util",
2552 "hyper 1.5.0",
2553 "hyper-util",
2554 "native-tls",
2555 "tokio",
2556 "tokio-native-tls",
2557 "tower-service",
2558]
2559
2560[[package]]
2561name = "hyper-util"
2562version = "0.1.9"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
2565dependencies = [
2566 "bytes",
2567 "futures-channel",
2568 "futures-util",
2569 "http 1.1.0",
2570 "http-body 1.0.1",
2571 "hyper 1.5.0",
2572 "pin-project-lite",
2573 "socket2",
2574 "tokio",
2575 "tower-service",
2576 "tracing",
2577]
2578
2579[[package]]
2580name = "iana-time-zone"
2581version = "0.1.61"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
2584dependencies = [
2585 "android_system_properties",
2586 "core-foundation-sys",
2587 "iana-time-zone-haiku",
2588 "js-sys",
2589 "wasm-bindgen",
2590 "windows-core",
2591]
2592
2593[[package]]
2594name = "iana-time-zone-haiku"
2595version = "0.1.2"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2598dependencies = [
2599 "cc",
2600]
2601
2602[[package]]
2603name = "ident_case"
2604version = "1.0.1"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2607
2608[[package]]
2609name = "idna"
2610version = "0.4.0"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2613dependencies = [
2614 "unicode-bidi",
2615 "unicode-normalization",
2616]
2617
2618[[package]]
2619name = "idna"
2620version = "0.5.0"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2623dependencies = [
2624 "unicode-bidi",
2625 "unicode-normalization",
2626]
2627
2628[[package]]
2629name = "ignore"
2630version = "0.4.23"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
2633dependencies = [
2634 "crossbeam-deque",
2635 "globset",
2636 "log",
2637 "memchr",
2638 "regex-automata 0.4.8",
2639 "same-file",
2640 "walkdir",
2641 "winapi-util",
2642]
2643
2644[[package]]
2645name = "image"
2646version = "0.24.9"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
2649dependencies = [
2650 "bytemuck",
2651 "byteorder",
2652 "color_quant",
2653 "jpeg-decoder",
2654 "num-traits",
2655 "png",
2656]
2657
2658[[package]]
2659name = "include_dir"
2660version = "0.7.4"
2661source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
2663dependencies = [
2664 "glob",
2665 "include_dir_macros",
2666]
2667
2668[[package]]
2669name = "include_dir_macros"
2670version = "0.7.4"
2671source = "registry+https://github.com/rust-lang/crates.io-index"
2672checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
2673dependencies = [
2674 "proc-macro2",
2675 "quote",
2676]
2677
2678[[package]]
2679name = "indexmap"
2680version = "1.9.3"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2683dependencies = [
2684 "autocfg",
2685 "hashbrown 0.12.3",
2686 "serde",
2687]
2688
2689[[package]]
2690name = "indexmap"
2691version = "2.6.0"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
2694dependencies = [
2695 "equivalent",
2696 "hashbrown 0.15.0",
2697 "serde",
2698]
2699
2700[[package]]
2701name = "inout"
2702version = "0.1.3"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2705dependencies = [
2706 "generic-array",
2707]
2708
2709[[package]]
2710name = "instant"
2711version = "0.1.13"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2714dependencies = [
2715 "cfg-if",
2716]
2717
2718[[package]]
2719name = "ipconfig"
2720version = "0.3.2"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
2723dependencies = [
2724 "socket2",
2725 "widestring",
2726 "windows-sys 0.48.0",
2727 "winreg",
2728]
2729
2730[[package]]
2731name = "ipnet"
2732version = "2.10.1"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
2735
2736[[package]]
2737name = "is_terminal_polyfill"
2738version = "1.70.1"
2739source = "registry+https://github.com/rust-lang/crates.io-index"
2740checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2741
2742[[package]]
2743name = "itertools"
2744version = "0.10.5"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2747dependencies = [
2748 "either",
2749]
2750
2751[[package]]
2752name = "itertools"
2753version = "0.12.1"
2754source = "registry+https://github.com/rust-lang/crates.io-index"
2755checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2756dependencies = [
2757 "either",
2758]
2759
2760[[package]]
2761name = "itoa"
2762version = "1.0.11"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2765
2766[[package]]
2767name = "jobserver"
2768version = "0.1.32"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2771dependencies = [
2772 "libc",
2773]
2774
2775[[package]]
2776name = "jpeg-decoder"
2777version = "0.3.1"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
2780
2781[[package]]
2782name = "js-sys"
2783version = "0.3.72"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
2786dependencies = [
2787 "wasm-bindgen",
2788]
2789
2790[[package]]
2791name = "kinded"
2792version = "0.3.0"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "ce4bdbb2f423660b19f0e9f7115182214732d8dd5f840cd0a3aee3e22562f34c"
2795dependencies = [
2796 "kinded_macros",
2797]
2798
2799[[package]]
2800name = "kinded_macros"
2801version = "0.3.0"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "a13b4ddc5dcb32f45dac3d6f606da2a52fdb9964a18427e63cd5ef6c0d13288d"
2804dependencies = [
2805 "convert_case",
2806 "proc-macro2",
2807 "quote",
2808 "syn 2.0.85",
2809]
2810
2811[[package]]
2812name = "lazy_static"
2813version = "1.5.0"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2816dependencies = [
2817 "spin 0.9.8",
2818]
2819
2820[[package]]
2821name = "lazycell"
2822version = "1.3.0"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2825
2826[[package]]
2827name = "libc"
2828version = "0.2.161"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
2831
2832[[package]]
2833name = "libgit2-sys"
2834version = "0.17.0+1.8.1"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
2837dependencies = [
2838 "cc",
2839 "libc",
2840 "libssh2-sys",
2841 "libz-sys",
2842 "openssl-sys",
2843 "pkg-config",
2844]
2845
2846[[package]]
2847name = "libloading"
2848version = "0.8.5"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
2851dependencies = [
2852 "cfg-if",
2853 "windows-targets 0.52.6",
2854]
2855
2856[[package]]
2857name = "libm"
2858version = "0.2.8"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2861
2862[[package]]
2863name = "libredox"
2864version = "0.1.3"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2867dependencies = [
2868 "bitflags 2.6.0",
2869 "libc",
2870 "redox_syscall 0.5.7",
2871]
2872
2873[[package]]
2874name = "libsqlite3-sys"
2875version = "0.30.1"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
2878dependencies = [
2879 "cc",
2880 "pkg-config",
2881 "vcpkg",
2882]
2883
2884[[package]]
2885name = "libssh2-sys"
2886version = "0.3.0"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
2889dependencies = [
2890 "cc",
2891 "libc",
2892 "libz-sys",
2893 "openssl-sys",
2894 "pkg-config",
2895 "vcpkg",
2896]
2897
2898[[package]]
2899name = "libz-sys"
2900version = "1.1.20"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
2903dependencies = [
2904 "cc",
2905 "libc",
2906 "pkg-config",
2907 "vcpkg",
2908]
2909
2910[[package]]
2911name = "lightningcss"
2912version = "1.0.0-alpha.59"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "53e225b3fa0a8bd5562c8833b1a32afa88761c4e661d3177b8cdc4e13cbf078e"
2915dependencies = [
2916 "ahash 0.8.11",
2917 "bitflags 2.6.0",
2918 "const-str",
2919 "cssparser",
2920 "cssparser-color",
2921 "dashmap 5.5.3",
2922 "data-encoding",
2923 "getrandom",
2924 "itertools 0.10.5",
2925 "lazy_static",
2926 "lightningcss-derive",
2927 "parcel_selectors",
2928 "parcel_sourcemap",
2929 "paste",
2930 "pathdiff",
2931 "rayon",
2932 "serde",
2933 "smallvec",
2934]
2935
2936[[package]]
2937name = "lightningcss-derive"
2938version = "1.0.0-alpha.43"
2939source = "registry+https://github.com/rust-lang/crates.io-index"
2940checksum = "84c12744d1279367caed41739ef094c325d53fb0ffcd4f9b84a368796f870252"
2941dependencies = [
2942 "convert_case",
2943 "proc-macro2",
2944 "quote",
2945 "syn 1.0.109",
2946]
2947
2948[[package]]
2949name = "linked-hash-map"
2950version = "0.5.6"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2953
2954[[package]]
2955name = "linux-raw-sys"
2956version = "0.4.14"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2959
2960[[package]]
2961name = "litrs"
2962version = "0.4.1"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
2965
2966[[package]]
2967name = "lock_api"
2968version = "0.4.12"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2971dependencies = [
2972 "autocfg",
2973 "scopeguard",
2974]
2975
2976[[package]]
2977name = "lockfree-object-pool"
2978version = "0.1.6"
2979source = "registry+https://github.com/rust-lang/crates.io-index"
2980checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
2981
2982[[package]]
2983name = "log"
2984version = "0.4.22"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2987
2988[[package]]
2989name = "lru-cache"
2990version = "0.1.2"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2993dependencies = [
2994 "linked-hash-map",
2995]
2996
2997[[package]]
2998name = "lzma-rs"
2999version = "0.3.0"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
3002dependencies = [
3003 "byteorder",
3004 "crc",
3005]
3006
3007[[package]]
3008name = "mail-auth"
3009version = "0.5.0"
3010source = "git+https://github.com/stalwartlabs/mail-auth.git?branch=main#9cadc33fc096545f003399ca5169543539cd1434"
3011dependencies = [
3012 "ahash 0.8.11",
3013 "flate2",
3014 "hickory-resolver",
3015 "lru-cache",
3016 "mail-builder",
3017 "mail-parser",
3018 "parking_lot 0.12.3",
3019 "ring 0.17.8",
3020 "rustls-pemfile 2.2.0",
3021 "serde",
3022 "serde_json",
3023 "zip",
3024]
3025
3026[[package]]
3027name = "mail-builder"
3028version = "0.3.2"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "25f5871d5270ed80f2ee750b95600c8d69b05f8653ad3be913b2ad2e924fefcb"
3031dependencies = [
3032 "gethostname 0.4.3",
3033]
3034
3035[[package]]
3036name = "mail-parser"
3037version = "0.9.4"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "93c3b9e5d8b17faf573330bbc43b37d6e918c0a3bf8a88e7d0a220ebc84af9fc"
3040dependencies = [
3041 "encoding_rs",
3042 "serde",
3043]
3044
3045[[package]]
3046name = "maildir"
3047version = "0.6.4"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "879a6ae6743ab8219fdee64a569094485bfe18434e82b78b27fac5cce09e1437"
3050dependencies = [
3051 "gethostname 0.2.3",
3052 "mailparse",
3053]
3054
3055[[package]]
3056name = "mailparse"
3057version = "0.14.1"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "2d096594926cab442e054e047eb8c1402f7d5b2272573b97ba68aa40629f9757"
3060dependencies = [
3061 "charset",
3062 "data-encoding",
3063 "quoted_printable",
3064]
3065
3066[[package]]
3067name = "maitred"
3068version = "0.1.0"
3069source = "git+https://ayllu-forge.org/ayllu/maitred?branch=main#87fff6c5a73e751a916ea97ec7e689ebd7ec71e3"
3070dependencies = [
3071 "async-trait",
3072 "base64 0.22.1",
3073 "bytes",
3074 "crossbeam-deque",
3075 "email_address",
3076 "futures",
3077 "mail-auth",
3078 "mail-builder",
3079 "mail-parser",
3080 "maildir",
3081 "md5",
3082 "proxy-header",
3083 "rustls 0.23.15",
3084 "rustls-pemfile 2.2.0",
3085 "smtp-proto",
3086 "stringprep",
3087 "thiserror",
3088 "tokio",
3089 "tokio-rustls 0.26.0",
3090 "tokio-stream",
3091 "tokio-util",
3092 "tracing",
3093 "url",
3094]
3095
3096[[package]]
3097name = "match_cfg"
3098version = "0.1.0"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
3101
3102[[package]]
3103name = "matchers"
3104version = "0.1.0"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
3107dependencies = [
3108 "regex-automata 0.1.10",
3109]
3110
3111[[package]]
3112name = "matches"
3113version = "0.1.10"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
3116
3117[[package]]
3118name = "matchit"
3119version = "0.7.3"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
3122
3123[[package]]
3124name = "md-5"
3125version = "0.10.6"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
3128dependencies = [
3129 "cfg-if",
3130 "digest",
3131]
3132
3133[[package]]
3134name = "md5"
3135version = "0.7.0"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
3138
3139[[package]]
3140name = "memchr"
3141version = "2.7.4"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
3144
3145[[package]]
3146name = "memmap2"
3147version = "0.9.5"
3148source = "registry+https://github.com/rust-lang/crates.io-index"
3149checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
3150dependencies = [
3151 "libc",
3152]
3153
3154[[package]]
3155name = "memoffset"
3156version = "0.6.5"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
3159dependencies = [
3160 "autocfg",
3161]
3162
3163[[package]]
3164name = "mime"
3165version = "0.3.17"
3166source = "registry+https://github.com/rust-lang/crates.io-index"
3167checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3168
3169[[package]]
3170name = "mime_guess"
3171version = "2.0.5"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
3174dependencies = [
3175 "mime",
3176 "unicase",
3177]
3178
3179[[package]]
3180name = "minimal-lexical"
3181version = "0.2.1"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3184
3185[[package]]
3186name = "miniz_oxide"
3187version = "0.8.0"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
3190dependencies = [
3191 "adler2",
3192 "simd-adler32",
3193]
3194
3195[[package]]
3196name = "mio"
3197version = "1.0.2"
3198source = "registry+https://github.com/rust-lang/crates.io-index"
3199checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
3200dependencies = [
3201 "hermit-abi 0.3.9",
3202 "libc",
3203 "wasi",
3204 "windows-sys 0.52.0",
3205]
3206
3207[[package]]
3208name = "mirai-annotations"
3209version = "1.12.0"
3210source = "registry+https://github.com/rust-lang/crates.io-index"
3211checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
3212
3213[[package]]
3214name = "native-tls"
3215version = "0.2.12"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
3218dependencies = [
3219 "libc",
3220 "log",
3221 "openssl",
3222 "openssl-probe",
3223 "openssl-sys",
3224 "schannel",
3225 "security-framework",
3226 "security-framework-sys",
3227 "tempfile",
3228]
3229
3230[[package]]
3231name = "never"
3232version = "0.1.0"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
3235
3236[[package]]
3237name = "nibble_vec"
3238version = "0.1.0"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
3241dependencies = [
3242 "smallvec",
3243]
3244
3245[[package]]
3246name = "nix"
3247version = "0.23.2"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
3250dependencies = [
3251 "bitflags 1.3.2",
3252 "cc",
3253 "cfg-if",
3254 "libc",
3255 "memoffset",
3256]
3257
3258[[package]]
3259name = "nom"
3260version = "7.1.3"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3263dependencies = [
3264 "memchr",
3265 "minimal-lexical",
3266]
3267
3268[[package]]
3269name = "nu-ansi-term"
3270version = "0.46.0"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
3273dependencies = [
3274 "overload",
3275 "winapi",
3276]
3277
3278[[package]]
3279name = "num-bigint"
3280version = "0.4.6"
3281source = "registry+https://github.com/rust-lang/crates.io-index"
3282checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3283dependencies = [
3284 "num-integer",
3285 "num-traits",
3286]
3287
3288[[package]]
3289name = "num-bigint-dig"
3290version = "0.8.4"
3291source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
3293dependencies = [
3294 "byteorder",
3295 "lazy_static",
3296 "libm",
3297 "num-integer",
3298 "num-iter",
3299 "num-traits",
3300 "rand",
3301 "smallvec",
3302 "zeroize",
3303]
3304
3305[[package]]
3306name = "num-conv"
3307version = "0.1.0"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3310
3311[[package]]
3312name = "num-format"
3313version = "0.4.4"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
3316dependencies = [
3317 "arrayvec",
3318 "itoa",
3319]
3320
3321[[package]]
3322name = "num-integer"
3323version = "0.1.46"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3326dependencies = [
3327 "num-traits",
3328]
3329
3330[[package]]
3331name = "num-iter"
3332version = "0.1.45"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
3335dependencies = [
3336 "autocfg",
3337 "num-integer",
3338 "num-traits",
3339]
3340
3341[[package]]
3342name = "num-traits"
3343version = "0.2.19"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3346dependencies = [
3347 "autocfg",
3348 "libm",
3349]
3350
3351[[package]]
3352name = "num_cpus"
3353version = "1.16.0"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
3356dependencies = [
3357 "hermit-abi 0.3.9",
3358 "libc",
3359]
3360
3361[[package]]
3362name = "nutype"
3363version = "0.5.0"
3364source = "registry+https://github.com/rust-lang/crates.io-index"
3365checksum = "d8789358e2d6cdffb0cb170c7802ee7548beb8067ed643f3122fa36c335f3c64"
3366dependencies = [
3367 "nutype_macros",
3368]
3369
3370[[package]]
3371name = "nutype_macros"
3372version = "0.5.0"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "93a3e222ba1f06a03552910fe89a232a1661dcf8ad4c837531fb199828d0916b"
3375dependencies = [
3376 "cfg-if",
3377 "kinded",
3378 "proc-macro2",
3379 "quote",
3380 "syn 2.0.85",
3381 "urlencoding",
3382]
3383
3384[[package]]
3385name = "object"
3386version = "0.36.5"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
3389dependencies = [
3390 "memchr",
3391]
3392
3393[[package]]
3394name = "once_cell"
3395version = "1.20.2"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
3398
3399[[package]]
3400name = "onig"
3401version = "6.4.0"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
3404dependencies = [
3405 "bitflags 1.3.2",
3406 "libc",
3407 "once_cell",
3408 "onig_sys",
3409]
3410
3411[[package]]
3412name = "onig_sys"
3413version = "69.8.1"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
3416dependencies = [
3417 "cc",
3418 "pkg-config",
3419]
3420
3421[[package]]
3422name = "openssl"
3423version = "0.10.68"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
3426dependencies = [
3427 "bitflags 2.6.0",
3428 "cfg-if",
3429 "foreign-types 0.3.2",
3430 "libc",
3431 "once_cell",
3432 "openssl-macros",
3433 "openssl-sys",
3434]
3435
3436[[package]]
3437name = "openssl-macros"
3438version = "0.1.1"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3441dependencies = [
3442 "proc-macro2",
3443 "quote",
3444 "syn 2.0.85",
3445]
3446
3447[[package]]
3448name = "openssl-probe"
3449version = "0.1.5"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
3452
3453[[package]]
3454name = "openssl-sys"
3455version = "0.9.104"
3456source = "registry+https://github.com/rust-lang/crates.io-index"
3457checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
3458dependencies = [
3459 "cc",
3460 "libc",
3461 "pkg-config",
3462 "vcpkg",
3463]
3464
3465[[package]]
3466name = "opentelemetry"
3467version = "0.18.0"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e"
3470dependencies = [
3471 "opentelemetry_api",
3472 "opentelemetry_sdk",
3473]
3474
3475[[package]]
3476name = "opentelemetry_api"
3477version = "0.18.0"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22"
3480dependencies = [
3481 "futures-channel",
3482 "futures-util",
3483 "indexmap 1.9.3",
3484 "js-sys",
3485 "once_cell",
3486 "pin-project-lite",
3487 "thiserror",
3488]
3489
3490[[package]]
3491name = "opentelemetry_sdk"
3492version = "0.18.0"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113"
3495dependencies = [
3496 "async-trait",
3497 "crossbeam-channel",
3498 "futures-channel",
3499 "futures-executor",
3500 "futures-util",
3501 "once_cell",
3502 "opentelemetry_api",
3503 "percent-encoding",
3504 "rand",
3505 "thiserror",
3506]
3507
3508[[package]]
3509name = "option-ext"
3510version = "0.2.0"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
3513
3514[[package]]
3515name = "outref"
3516version = "0.1.0"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4"
3519
3520[[package]]
3521name = "overload"
3522version = "0.1.1"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
3525
3526[[package]]
3527name = "parcel_selectors"
3528version = "0.27.0"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "1f4d26c18a8377a64728c04bf3b2e48ec43b0c77e687a18e03eb837d65e08a14"
3531dependencies = [
3532 "bitflags 2.6.0",
3533 "cssparser",
3534 "fxhash",
3535 "log",
3536 "phf 0.10.1",
3537 "phf_codegen 0.10.0",
3538 "precomputed-hash",
3539 "smallvec",
3540]
3541
3542[[package]]
3543name = "parcel_sourcemap"
3544version = "2.1.1"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "485b74d7218068b2b7c0e3ff12fbc61ae11d57cb5d8224f525bd304c6be05bbb"
3547dependencies = [
3548 "base64-simd",
3549 "data-url",
3550 "rkyv",
3551 "serde",
3552 "serde_json",
3553 "vlq",
3554]
3555
3556[[package]]
3557name = "parking"
3558version = "2.2.1"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3561
3562[[package]]
3563name = "parking_lot"
3564version = "0.11.2"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
3567dependencies = [
3568 "instant",
3569 "lock_api",
3570 "parking_lot_core 0.8.6",
3571]
3572
3573[[package]]
3574name = "parking_lot"
3575version = "0.12.3"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
3578dependencies = [
3579 "lock_api",
3580 "parking_lot_core 0.9.10",
3581]
3582
3583[[package]]
3584name = "parking_lot_core"
3585version = "0.8.6"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
3588dependencies = [
3589 "cfg-if",
3590 "instant",
3591 "libc",
3592 "redox_syscall 0.2.16",
3593 "smallvec",
3594 "winapi",
3595]
3596
3597[[package]]
3598name = "parking_lot_core"
3599version = "0.9.10"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
3602dependencies = [
3603 "cfg-if",
3604 "libc",
3605 "redox_syscall 0.5.7",
3606 "smallvec",
3607 "windows-targets 0.52.6",
3608]
3609
3610[[package]]
3611name = "parse-zoneinfo"
3612version = "0.3.1"
3613source = "registry+https://github.com/rust-lang/crates.io-index"
3614checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
3615dependencies = [
3616 "regex",
3617]
3618
3619[[package]]
3620name = "paste"
3621version = "1.0.15"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3624
3625[[package]]
3626name = "pathdiff"
3627version = "0.2.2"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
3630
3631[[package]]
3632name = "pathfinder_geometry"
3633version = "0.5.1"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
3636dependencies = [
3637 "log",
3638 "pathfinder_simd",
3639]
3640
3641[[package]]
3642name = "pathfinder_simd"
3643version = "0.5.4"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
3646dependencies = [
3647 "rustc_version",
3648]
3649
3650[[package]]
3651name = "pbkdf2"
3652version = "0.12.2"
3653source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
3655dependencies = [
3656 "digest",
3657 "hmac",
3658]
3659
3660[[package]]
3661name = "pem-rfc7468"
3662version = "0.7.0"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3665dependencies = [
3666 "base64ct",
3667]
3668
3669[[package]]
3670name = "percent-encoding"
3671version = "2.3.1"
3672source = "registry+https://github.com/rust-lang/crates.io-index"
3673checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
3674
3675[[package]]
3676name = "pest"
3677version = "2.7.14"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442"
3680dependencies = [
3681 "memchr",
3682 "thiserror",
3683 "ucd-trie",
3684]
3685
3686[[package]]
3687name = "pest_derive"
3688version = "2.7.14"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd"
3691dependencies = [
3692 "pest",
3693 "pest_generator",
3694]
3695
3696[[package]]
3697name = "pest_generator"
3698version = "2.7.14"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e"
3701dependencies = [
3702 "pest",
3703 "pest_meta",
3704 "proc-macro2",
3705 "quote",
3706 "syn 2.0.85",
3707]
3708
3709[[package]]
3710name = "pest_meta"
3711version = "2.7.14"
3712source = "registry+https://github.com/rust-lang/crates.io-index"
3713checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d"
3714dependencies = [
3715 "once_cell",
3716 "pest",
3717 "sha2",
3718]
3719
3720[[package]]
3721name = "phf"
3722version = "0.10.1"
3723source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
3725dependencies = [
3726 "phf_shared 0.10.0",
3727]
3728
3729[[package]]
3730name = "phf"
3731version = "0.11.2"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
3734dependencies = [
3735 "phf_macros",
3736 "phf_shared 0.11.2",
3737]
3738
3739[[package]]
3740name = "phf_codegen"
3741version = "0.10.0"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
3744dependencies = [
3745 "phf_generator 0.10.0",
3746 "phf_shared 0.10.0",
3747]
3748
3749[[package]]
3750name = "phf_codegen"
3751version = "0.11.2"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
3754dependencies = [
3755 "phf_generator 0.11.2",
3756 "phf_shared 0.11.2",
3757]
3758
3759[[package]]
3760name = "phf_generator"
3761version = "0.10.0"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
3764dependencies = [
3765 "phf_shared 0.10.0",
3766 "rand",
3767]
3768
3769[[package]]
3770name = "phf_generator"
3771version = "0.11.2"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
3774dependencies = [
3775 "phf_shared 0.11.2",
3776 "rand",
3777]
3778
3779[[package]]
3780name = "phf_macros"
3781version = "0.11.2"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
3784dependencies = [
3785 "phf_generator 0.11.2",
3786 "phf_shared 0.11.2",
3787 "proc-macro2",
3788 "quote",
3789 "syn 2.0.85",
3790]
3791
3792[[package]]
3793name = "phf_shared"
3794version = "0.10.0"
3795source = "registry+https://github.com/rust-lang/crates.io-index"
3796checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
3797dependencies = [
3798 "siphasher",
3799]
3800
3801[[package]]
3802name = "phf_shared"
3803version = "0.11.2"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
3806dependencies = [
3807 "siphasher",
3808]
3809
3810[[package]]
3811name = "pin-project"
3812version = "1.1.7"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
3815dependencies = [
3816 "pin-project-internal",
3817]
3818
3819[[package]]
3820name = "pin-project-internal"
3821version = "1.1.7"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
3824dependencies = [
3825 "proc-macro2",
3826 "quote",
3827 "syn 2.0.85",
3828]
3829
3830[[package]]
3831name = "pin-project-lite"
3832version = "0.2.15"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
3835
3836[[package]]
3837name = "pin-utils"
3838version = "0.1.0"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3841
3842[[package]]
3843name = "pkcs1"
3844version = "0.7.5"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3847dependencies = [
3848 "der",
3849 "pkcs8",
3850 "spki",
3851]
3852
3853[[package]]
3854name = "pkcs8"
3855version = "0.10.2"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3858dependencies = [
3859 "der",
3860 "spki",
3861]
3862
3863[[package]]
3864name = "pkg-config"
3865version = "0.3.31"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
3868
3869[[package]]
3870name = "plist"
3871version = "1.7.0"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
3874dependencies = [
3875 "base64 0.22.1",
3876 "indexmap 2.6.0",
3877 "quick-xml 0.32.0",
3878 "serde",
3879 "time",
3880]
3881
3882[[package]]
3883name = "plotters"
3884version = "0.3.7"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
3887dependencies = [
3888 "chrono",
3889 "font-kit",
3890 "image",
3891 "lazy_static",
3892 "num-traits",
3893 "pathfinder_geometry",
3894 "plotters-backend",
3895 "plotters-bitmap",
3896 "plotters-svg",
3897 "ttf-parser",
3898 "wasm-bindgen",
3899 "web-sys",
3900]
3901
3902[[package]]
3903name = "plotters-backend"
3904version = "0.3.7"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
3907
3908[[package]]
3909name = "plotters-bitmap"
3910version = "0.3.7"
3911source = "registry+https://github.com/rust-lang/crates.io-index"
3912checksum = "72ce181e3f6bf82d6c1dc569103ca7b1bd964c60ba03d7e6cdfbb3e3eb7f7405"
3913dependencies = [
3914 "gif",
3915 "image",
3916 "plotters-backend",
3917]
3918
3919[[package]]
3920name = "plotters-svg"
3921version = "0.3.7"
3922source = "registry+https://github.com/rust-lang/crates.io-index"
3923checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
3924dependencies = [
3925 "plotters-backend",
3926]
3927
3928[[package]]
3929name = "png"
3930version = "0.17.14"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0"
3933dependencies = [
3934 "bitflags 1.3.2",
3935 "crc32fast",
3936 "fdeflate",
3937 "flate2",
3938 "miniz_oxide",
3939]
3940
3941[[package]]
3942name = "powerfmt"
3943version = "0.2.0"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3946
3947[[package]]
3948name = "ppv-lite86"
3949version = "0.2.20"
3950source = "registry+https://github.com/rust-lang/crates.io-index"
3951checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
3952dependencies = [
3953 "zerocopy",
3954]
3955
3956[[package]]
3957name = "precomputed-hash"
3958version = "0.1.1"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
3961
3962[[package]]
3963name = "prettyplease"
3964version = "0.2.25"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
3967dependencies = [
3968 "proc-macro2",
3969 "syn 2.0.85",
3970]
3971
3972[[package]]
3973name = "proc-macro2"
3974version = "1.0.89"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
3977dependencies = [
3978 "unicode-ident",
3979]
3980
3981[[package]]
3982name = "promptly"
3983version = "0.3.1"
3984source = "registry+https://github.com/rust-lang/crates.io-index"
3985checksum = "9acbc6c5a5b029fe58342f58445acb00ccfe24624e538894bc2f04ce112980ba"
3986dependencies = [
3987 "rustyline",
3988]
3989
3990[[package]]
3991name = "proxy-header"
3992version = "0.1.2"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "dc1493f63ddddfba840c3169e997c2905d09538ace72d64e84af6324c6e0e065"
3995
3996[[package]]
3997name = "ptr_meta"
3998version = "0.1.4"
3999source = "registry+https://github.com/rust-lang/crates.io-index"
4000checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
4001dependencies = [
4002 "ptr_meta_derive",
4003]
4004
4005[[package]]
4006name = "ptr_meta_derive"
4007version = "0.1.4"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
4010dependencies = [
4011 "proc-macro2",
4012 "quote",
4013 "syn 1.0.109",
4014]
4015
4016[[package]]
4017name = "quick-error"
4018version = "1.2.3"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
4021
4022[[package]]
4023name = "quick-xml"
4024version = "0.32.0"
4025source = "registry+https://github.com/rust-lang/crates.io-index"
4026checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
4027dependencies = [
4028 "memchr",
4029]
4030
4031[[package]]
4032name = "quick-xml"
4033version = "0.36.2"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
4036dependencies = [
4037 "encoding_rs",
4038 "memchr",
4039]
4040
4041[[package]]
4042name = "quipu"
4043version = "0.2.1"
4044dependencies = [
4045 "ayllu_api",
4046 "ayllu_config",
4047 "ayllu_git",
4048 "ayllu_rpc",
4049 "clap 4.5.20",
4050 "clap_complete",
4051 "reqwest 0.12.8",
4052 "serde",
4053 "thiserror",
4054 "tokio",
4055 "tracing",
4056 "tracing-subscriber",
4057 "url",
4058 "webfinger-rs",
4059]
4060
4061[[package]]
4062name = "quote"
4063version = "1.0.37"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
4066dependencies = [
4067 "proc-macro2",
4068]
4069
4070[[package]]
4071name = "quoted_printable"
4072version = "0.5.1"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73"
4075
4076[[package]]
4077name = "radium"
4078version = "0.7.0"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
4081
4082[[package]]
4083name = "radix_trie"
4084version = "0.2.1"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
4087dependencies = [
4088 "endian-type",
4089 "nibble_vec",
4090]
4091
4092[[package]]
4093name = "rand"
4094version = "0.8.5"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4097dependencies = [
4098 "libc",
4099 "rand_chacha",
4100 "rand_core",
4101]
4102
4103[[package]]
4104name = "rand_chacha"
4105version = "0.3.1"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4108dependencies = [
4109 "ppv-lite86",
4110 "rand_core",
4111]
4112
4113[[package]]
4114name = "rand_core"
4115version = "0.6.4"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4118dependencies = [
4119 "getrandom",
4120]
4121
4122[[package]]
4123name = "rayon"
4124version = "1.10.0"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
4127dependencies = [
4128 "either",
4129 "rayon-core",
4130]
4131
4132[[package]]
4133name = "rayon-core"
4134version = "1.12.1"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
4137dependencies = [
4138 "crossbeam-deque",
4139 "crossbeam-utils",
4140]
4141
4142[[package]]
4143name = "redox_syscall"
4144version = "0.2.16"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
4147dependencies = [
4148 "bitflags 1.3.2",
4149]
4150
4151[[package]]
4152name = "redox_syscall"
4153version = "0.5.7"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
4156dependencies = [
4157 "bitflags 2.6.0",
4158]
4159
4160[[package]]
4161name = "redox_users"
4162version = "0.4.6"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
4165dependencies = [
4166 "getrandom",
4167 "libredox",
4168 "thiserror",
4169]
4170
4171[[package]]
4172name = "regex"
4173version = "1.11.1"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
4176dependencies = [
4177 "aho-corasick 1.1.3",
4178 "memchr",
4179 "regex-automata 0.4.8",
4180 "regex-syntax 0.8.5",
4181]
4182
4183[[package]]
4184name = "regex-automata"
4185version = "0.1.10"
4186source = "registry+https://github.com/rust-lang/crates.io-index"
4187checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
4188dependencies = [
4189 "regex-syntax 0.6.29",
4190]
4191
4192[[package]]
4193name = "regex-automata"
4194version = "0.4.8"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
4197dependencies = [
4198 "aho-corasick 1.1.3",
4199 "memchr",
4200 "regex-syntax 0.8.5",
4201]
4202
4203[[package]]
4204name = "regex-syntax"
4205version = "0.6.29"
4206source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
4208
4209[[package]]
4210name = "regex-syntax"
4211version = "0.8.5"
4212source = "registry+https://github.com/rust-lang/crates.io-index"
4213checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
4214
4215[[package]]
4216name = "rend"
4217version = "0.4.2"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
4220dependencies = [
4221 "bytecheck",
4222]
4223
4224[[package]]
4225name = "reqwest"
4226version = "0.11.27"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
4229dependencies = [
4230 "base64 0.21.7",
4231 "bytes",
4232 "encoding_rs",
4233 "futures-core",
4234 "futures-util",
4235 "h2 0.3.26",
4236 "http 0.2.12",
4237 "http-body 0.4.6",
4238 "hyper 0.14.31",
4239 "hyper-tls 0.5.0",
4240 "ipnet",
4241 "js-sys",
4242 "log",
4243 "mime",
4244 "native-tls",
4245 "once_cell",
4246 "percent-encoding",
4247 "pin-project-lite",
4248 "rustls-pemfile 1.0.4",
4249 "serde",
4250 "serde_json",
4251 "serde_urlencoded",
4252 "sync_wrapper 0.1.2",
4253 "system-configuration 0.5.1",
4254 "tokio",
4255 "tokio-native-tls",
4256 "tower-service",
4257 "url",
4258 "wasm-bindgen",
4259 "wasm-bindgen-futures",
4260 "web-sys",
4261 "winreg",
4262]
4263
4264[[package]]
4265name = "reqwest"
4266version = "0.12.8"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b"
4269dependencies = [
4270 "base64 0.22.1",
4271 "bytes",
4272 "encoding_rs",
4273 "futures-core",
4274 "futures-util",
4275 "h2 0.4.6",
4276 "http 1.1.0",
4277 "http-body 1.0.1",
4278 "http-body-util",
4279 "hyper 1.5.0",
4280 "hyper-rustls",
4281 "hyper-tls 0.6.0",
4282 "hyper-util",
4283 "ipnet",
4284 "js-sys",
4285 "log",
4286 "mime",
4287 "native-tls",
4288 "once_cell",
4289 "percent-encoding",
4290 "pin-project-lite",
4291 "rustls-pemfile 2.2.0",
4292 "serde",
4293 "serde_json",
4294 "serde_urlencoded",
4295 "sync_wrapper 1.0.1",
4296 "system-configuration 0.6.1",
4297 "tokio",
4298 "tokio-native-tls",
4299 "tower-service",
4300 "url",
4301 "wasm-bindgen",
4302 "wasm-bindgen-futures",
4303 "web-sys",
4304 "windows-registry",
4305]
4306
4307[[package]]
4308name = "resolv-conf"
4309version = "0.7.0"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
4312dependencies = [
4313 "hostname",
4314 "quick-error",
4315]
4316
4317[[package]]
4318name = "ring"
4319version = "0.16.20"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
4322dependencies = [
4323 "cc",
4324 "libc",
4325 "once_cell",
4326 "spin 0.5.2",
4327 "untrusted 0.7.1",
4328 "web-sys",
4329 "winapi",
4330]
4331
4332[[package]]
4333name = "ring"
4334version = "0.17.8"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
4337dependencies = [
4338 "cc",
4339 "cfg-if",
4340 "getrandom",
4341 "libc",
4342 "spin 0.9.8",
4343 "untrusted 0.9.0",
4344 "windows-sys 0.52.0",
4345]
4346
4347[[package]]
4348name = "rkyv"
4349version = "0.7.45"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
4352dependencies = [
4353 "bitvec",
4354 "bytecheck",
4355 "bytes",
4356 "hashbrown 0.12.3",
4357 "ptr_meta",
4358 "rend",
4359 "rkyv_derive",
4360 "seahash",
4361 "tinyvec",
4362 "uuid",
4363]
4364
4365[[package]]
4366name = "rkyv_derive"
4367version = "0.7.45"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
4370dependencies = [
4371 "proc-macro2",
4372 "quote",
4373 "syn 1.0.109",
4374]
4375
4376[[package]]
4377name = "rsa"
4378version = "0.9.6"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
4381dependencies = [
4382 "const-oid",
4383 "digest",
4384 "num-bigint-dig",
4385 "num-integer",
4386 "num-traits",
4387 "pkcs1",
4388 "pkcs8",
4389 "rand_core",
4390 "signature",
4391 "spki",
4392 "subtle",
4393 "zeroize",
4394]
4395
4396[[package]]
4397name = "rss"
4398version = "2.0.9"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "27e92048f840d98c6d6dd870af9101610ea9ff413f11f1bcebf4f4c31d96d957"
4401dependencies = [
4402 "atom_syndication",
4403 "derive_builder",
4404 "never",
4405 "quick-xml 0.36.2",
4406]
4407
4408[[package]]
4409name = "rustc-demangle"
4410version = "0.1.24"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
4413
4414[[package]]
4415name = "rustc-hash"
4416version = "1.1.0"
4417source = "registry+https://github.com/rust-lang/crates.io-index"
4418checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
4419
4420[[package]]
4421name = "rustc_version"
4422version = "0.4.1"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
4425dependencies = [
4426 "semver",
4427]
4428
4429[[package]]
4430name = "rustix"
4431version = "0.38.37"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
4434dependencies = [
4435 "bitflags 2.6.0",
4436 "errno",
4437 "libc",
4438 "linux-raw-sys",
4439 "windows-sys 0.52.0",
4440]
4441
4442[[package]]
4443name = "rustls"
4444version = "0.21.12"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
4447dependencies = [
4448 "log",
4449 "ring 0.17.8",
4450 "rustls-webpki 0.101.7",
4451 "sct",
4452]
4453
4454[[package]]
4455name = "rustls"
4456version = "0.23.15"
4457source = "registry+https://github.com/rust-lang/crates.io-index"
4458checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
4459dependencies = [
4460 "aws-lc-rs",
4461 "log",
4462 "once_cell",
4463 "ring 0.17.8",
4464 "rustls-pki-types",
4465 "rustls-webpki 0.102.8",
4466 "subtle",
4467 "zeroize",
4468]
4469
4470[[package]]
4471name = "rustls-pemfile"
4472version = "1.0.4"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
4475dependencies = [
4476 "base64 0.21.7",
4477]
4478
4479[[package]]
4480name = "rustls-pemfile"
4481version = "2.2.0"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
4484dependencies = [
4485 "rustls-pki-types",
4486]
4487
4488[[package]]
4489name = "rustls-pki-types"
4490version = "1.10.0"
4491source = "registry+https://github.com/rust-lang/crates.io-index"
4492checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
4493
4494[[package]]
4495name = "rustls-webpki"
4496version = "0.101.7"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
4499dependencies = [
4500 "ring 0.17.8",
4501 "untrusted 0.9.0",
4502]
4503
4504[[package]]
4505name = "rustls-webpki"
4506version = "0.102.8"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
4509dependencies = [
4510 "aws-lc-rs",
4511 "ring 0.17.8",
4512 "rustls-pki-types",
4513 "untrusted 0.9.0",
4514]
4515
4516[[package]]
4517name = "rustversion"
4518version = "1.0.18"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
4521
4522[[package]]
4523name = "rustyline"
4524version = "9.1.2"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039"
4527dependencies = [
4528 "bitflags 1.3.2",
4529 "cfg-if",
4530 "clipboard-win",
4531 "dirs-next",
4532 "fd-lock",
4533 "libc",
4534 "log",
4535 "memchr",
4536 "nix",
4537 "radix_trie",
4538 "scopeguard",
4539 "smallvec",
4540 "unicode-segmentation",
4541 "unicode-width",
4542 "utf8parse",
4543 "winapi",
4544]
4545
4546[[package]]
4547name = "ryu"
4548version = "1.0.18"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
4551
4552[[package]]
4553name = "same-file"
4554version = "1.0.6"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4557dependencies = [
4558 "winapi-util",
4559]
4560
4561[[package]]
4562name = "schannel"
4563version = "0.1.26"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
4566dependencies = [
4567 "windows-sys 0.59.0",
4568]
4569
4570[[package]]
4571name = "scopeguard"
4572version = "1.2.0"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4575
4576[[package]]
4577name = "sct"
4578version = "0.7.1"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
4581dependencies = [
4582 "ring 0.17.8",
4583 "untrusted 0.9.0",
4584]
4585
4586[[package]]
4587name = "seahash"
4588version = "4.1.0"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
4591
4592[[package]]
4593name = "security-framework"
4594version = "2.11.1"
4595source = "registry+https://github.com/rust-lang/crates.io-index"
4596checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
4597dependencies = [
4598 "bitflags 2.6.0",
4599 "core-foundation",
4600 "core-foundation-sys",
4601 "libc",
4602 "security-framework-sys",
4603]
4604
4605[[package]]
4606name = "security-framework-sys"
4607version = "2.12.0"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
4610dependencies = [
4611 "core-foundation-sys",
4612 "libc",
4613]
4614
4615[[package]]
4616name = "semver"
4617version = "1.0.23"
4618source = "registry+https://github.com/rust-lang/crates.io-index"
4619checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
4620dependencies = [
4621 "serde",
4622]
4623
4624[[package]]
4625name = "serde"
4626version = "1.0.213"
4627source = "registry+https://github.com/rust-lang/crates.io-index"
4628checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
4629dependencies = [
4630 "serde_derive",
4631]
4632
4633[[package]]
4634name = "serde_derive"
4635version = "1.0.213"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
4638dependencies = [
4639 "proc-macro2",
4640 "quote",
4641 "syn 2.0.85",
4642]
4643
4644[[package]]
4645name = "serde_html_form"
4646version = "0.2.6"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "8de514ef58196f1fc96dcaef80fe6170a1ce6215df9687a93fe8300e773fefc5"
4649dependencies = [
4650 "form_urlencoded",
4651 "indexmap 2.6.0",
4652 "itoa",
4653 "ryu",
4654 "serde",
4655]
4656
4657[[package]]
4658name = "serde_json"
4659version = "1.0.132"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
4662dependencies = [
4663 "itoa",
4664 "memchr",
4665 "ryu",
4666 "serde",
4667]
4668
4669[[package]]
4670name = "serde_path_to_error"
4671version = "0.1.16"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
4674dependencies = [
4675 "itoa",
4676 "serde",
4677]
4678
4679[[package]]
4680name = "serde_spanned"
4681version = "0.6.8"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
4684dependencies = [
4685 "serde",
4686]
4687
4688[[package]]
4689name = "serde_urlencoded"
4690version = "0.7.1"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4693dependencies = [
4694 "form_urlencoded",
4695 "itoa",
4696 "ryu",
4697 "serde",
4698]
4699
4700[[package]]
4701name = "serde_with"
4702version = "3.11.0"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817"
4705dependencies = [
4706 "base64 0.22.1",
4707 "chrono",
4708 "hex",
4709 "indexmap 1.9.3",
4710 "indexmap 2.6.0",
4711 "serde",
4712 "serde_derive",
4713 "serde_json",
4714 "serde_with_macros",
4715 "time",
4716]
4717
4718[[package]]
4719name = "serde_with_macros"
4720version = "3.11.0"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d"
4723dependencies = [
4724 "darling",
4725 "proc-macro2",
4726 "quote",
4727 "syn 2.0.85",
4728]
4729
4730[[package]]
4731name = "sha1"
4732version = "0.10.6"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4735dependencies = [
4736 "cfg-if",
4737 "cpufeatures",
4738 "digest",
4739]
4740
4741[[package]]
4742name = "sha2"
4743version = "0.10.8"
4744source = "registry+https://github.com/rust-lang/crates.io-index"
4745checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
4746dependencies = [
4747 "cfg-if",
4748 "cpufeatures",
4749 "digest",
4750]
4751
4752[[package]]
4753name = "sharded-slab"
4754version = "0.1.7"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4757dependencies = [
4758 "lazy_static",
4759]
4760
4761[[package]]
4762name = "shell-words"
4763version = "1.1.0"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
4766
4767[[package]]
4768name = "shlex"
4769version = "1.3.0"
4770source = "registry+https://github.com/rust-lang/crates.io-index"
4771checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4772
4773[[package]]
4774name = "signal-hook-registry"
4775version = "1.4.2"
4776source = "registry+https://github.com/rust-lang/crates.io-index"
4777checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
4778dependencies = [
4779 "libc",
4780]
4781
4782[[package]]
4783name = "signature"
4784version = "2.2.0"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
4787dependencies = [
4788 "digest",
4789 "rand_core",
4790]
4791
4792[[package]]
4793name = "simd-abstraction"
4794version = "0.7.1"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987"
4797dependencies = [
4798 "outref",
4799]
4800
4801[[package]]
4802name = "simd-adler32"
4803version = "0.3.7"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
4806
4807[[package]]
4808name = "simdutf8"
4809version = "0.1.5"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
4812
4813[[package]]
4814name = "siphasher"
4815version = "0.3.11"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
4818
4819[[package]]
4820name = "slab"
4821version = "0.4.9"
4822source = "registry+https://github.com/rust-lang/crates.io-index"
4823checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
4824dependencies = [
4825 "autocfg",
4826]
4827
4828[[package]]
4829name = "slug"
4830version = "0.1.6"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
4833dependencies = [
4834 "deunicode",
4835 "wasm-bindgen",
4836]
4837
4838[[package]]
4839name = "smallvec"
4840version = "1.13.2"
4841source = "registry+https://github.com/rust-lang/crates.io-index"
4842checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
4843dependencies = [
4844 "serde",
4845]
4846
4847[[package]]
4848name = "smtp-proto"
4849version = "0.1.5"
4850source = "registry+https://github.com/rust-lang/crates.io-index"
4851checksum = "51b8ad3dd187f0d4debab02ad65405a9919d6a4f7bce25bd64a258781063a53a"
4852dependencies = [
4853 "serde",
4854]
4855
4856[[package]]
4857name = "socket2"
4858version = "0.5.7"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
4861dependencies = [
4862 "libc",
4863 "windows-sys 0.52.0",
4864]
4865
4866[[package]]
4867name = "spin"
4868version = "0.5.2"
4869source = "registry+https://github.com/rust-lang/crates.io-index"
4870checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
4871
4872[[package]]
4873name = "spin"
4874version = "0.9.8"
4875source = "registry+https://github.com/rust-lang/crates.io-index"
4876checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4877dependencies = [
4878 "lock_api",
4879]
4880
4881[[package]]
4882name = "spki"
4883version = "0.7.3"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
4886dependencies = [
4887 "base64ct",
4888 "der",
4889]
4890
4891[[package]]
4892name = "sqlformat"
4893version = "0.2.6"
4894source = "registry+https://github.com/rust-lang/crates.io-index"
4895checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
4896dependencies = [
4897 "nom",
4898 "unicode_categories",
4899]
4900
4901[[package]]
4902name = "sqlx"
4903version = "0.8.2"
4904source = "registry+https://github.com/rust-lang/crates.io-index"
4905checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
4906dependencies = [
4907 "sqlx-core",
4908 "sqlx-macros",
4909 "sqlx-mysql",
4910 "sqlx-postgres",
4911 "sqlx-sqlite",
4912]
4913
4914[[package]]
4915name = "sqlx-cli"
4916version = "0.8.2"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "cf9619dcec86d94bab751591c4b0859260a26d70a7d114005521c92f47f922dc"
4919dependencies = [
4920 "anyhow",
4921 "async-trait",
4922 "backoff",
4923 "cargo_metadata",
4924 "chrono",
4925 "clap 4.5.20",
4926 "clap_complete",
4927 "console",
4928 "dotenvy",
4929 "filetime",
4930 "futures",
4931 "glob",
4932 "promptly",
4933 "serde",
4934 "serde_json",
4935 "sqlx",
4936 "tokio",
4937 "url",
4938]
4939
4940[[package]]
4941name = "sqlx-core"
4942version = "0.8.2"
4943source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
4945dependencies = [
4946 "atoi",
4947 "byteorder",
4948 "bytes",
4949 "crc",
4950 "crossbeam-queue",
4951 "either",
4952 "event-listener",
4953 "futures-channel",
4954 "futures-core",
4955 "futures-intrusive",
4956 "futures-io",
4957 "futures-util",
4958 "hashbrown 0.14.5",
4959 "hashlink",
4960 "hex",
4961 "indexmap 2.6.0",
4962 "log",
4963 "memchr",
4964 "native-tls",
4965 "once_cell",
4966 "paste",
4967 "percent-encoding",
4968 "rustls 0.23.15",
4969 "rustls-pemfile 2.2.0",
4970 "serde",
4971 "serde_json",
4972 "sha2",
4973 "smallvec",
4974 "sqlformat",
4975 "thiserror",
4976 "time",
4977 "tokio",
4978 "tokio-stream",
4979 "tracing",
4980 "url",
4981 "webpki-roots",
4982]
4983
4984[[package]]
4985name = "sqlx-macros"
4986version = "0.8.2"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
4989dependencies = [
4990 "proc-macro2",
4991 "quote",
4992 "sqlx-core",
4993 "sqlx-macros-core",
4994 "syn 2.0.85",
4995]
4996
4997[[package]]
4998name = "sqlx-macros-core"
4999version = "0.8.2"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
5002dependencies = [
5003 "dotenvy",
5004 "either",
5005 "heck",
5006 "hex",
5007 "once_cell",
5008 "proc-macro2",
5009 "quote",
5010 "serde",
5011 "serde_json",
5012 "sha2",
5013 "sqlx-core",
5014 "sqlx-mysql",
5015 "sqlx-postgres",
5016 "sqlx-sqlite",
5017 "syn 2.0.85",
5018 "tempfile",
5019 "tokio",
5020 "url",
5021]
5022
5023[[package]]
5024name = "sqlx-mysql"
5025version = "0.8.2"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
5028dependencies = [
5029 "atoi",
5030 "base64 0.22.1",
5031 "bitflags 2.6.0",
5032 "byteorder",
5033 "bytes",
5034 "crc",
5035 "digest",
5036 "dotenvy",
5037 "either",
5038 "futures-channel",
5039 "futures-core",
5040 "futures-io",
5041 "futures-util",
5042 "generic-array",
5043 "hex",
5044 "hkdf",
5045 "hmac",
5046 "itoa",
5047 "log",
5048 "md-5",
5049 "memchr",
5050 "once_cell",
5051 "percent-encoding",
5052 "rand",
5053 "rsa",
5054 "serde",
5055 "sha1",
5056 "sha2",
5057 "smallvec",
5058 "sqlx-core",
5059 "stringprep",
5060 "thiserror",
5061 "time",
5062 "tracing",
5063 "whoami",
5064]
5065
5066[[package]]
5067name = "sqlx-postgres"
5068version = "0.8.2"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
5071dependencies = [
5072 "atoi",
5073 "base64 0.22.1",
5074 "bitflags 2.6.0",
5075 "byteorder",
5076 "crc",
5077 "dotenvy",
5078 "etcetera",
5079 "futures-channel",
5080 "futures-core",
5081 "futures-io",
5082 "futures-util",
5083 "hex",
5084 "hkdf",
5085 "hmac",
5086 "home",
5087 "itoa",
5088 "log",
5089 "md-5",
5090 "memchr",
5091 "once_cell",
5092 "rand",
5093 "serde",
5094 "serde_json",
5095 "sha2",
5096 "smallvec",
5097 "sqlx-core",
5098 "stringprep",
5099 "thiserror",
5100 "time",
5101 "tracing",
5102 "whoami",
5103]
5104
5105[[package]]
5106name = "sqlx-sqlite"
5107version = "0.8.2"
5108source = "registry+https://github.com/rust-lang/crates.io-index"
5109checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
5110dependencies = [
5111 "atoi",
5112 "flume",
5113 "futures-channel",
5114 "futures-core",
5115 "futures-executor",
5116 "futures-intrusive",
5117 "futures-util",
5118 "libsqlite3-sys",
5119 "log",
5120 "percent-encoding",
5121 "serde",
5122 "serde_urlencoded",
5123 "sqlx-core",
5124 "time",
5125 "tracing",
5126 "url",
5127]
5128
5129[[package]]
5130name = "static_assertions"
5131version = "1.1.0"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5134
5135[[package]]
5136name = "str-buf"
5137version = "1.0.6"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
5140
5141[[package]]
5142name = "streaming-iterator"
5143version = "0.1.9"
5144source = "registry+https://github.com/rust-lang/crates.io-index"
5145checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
5146
5147[[package]]
5148name = "stringprep"
5149version = "0.1.5"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
5152dependencies = [
5153 "unicode-bidi",
5154 "unicode-normalization",
5155 "unicode-properties",
5156]
5157
5158[[package]]
5159name = "strsim"
5160version = "0.8.0"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
5163
5164[[package]]
5165name = "strsim"
5166version = "0.11.1"
5167source = "registry+https://github.com/rust-lang/crates.io-index"
5168checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
5169
5170[[package]]
5171name = "subtle"
5172version = "2.6.1"
5173source = "registry+https://github.com/rust-lang/crates.io-index"
5174checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
5175
5176[[package]]
5177name = "syn"
5178version = "1.0.109"
5179source = "registry+https://github.com/rust-lang/crates.io-index"
5180checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
5181dependencies = [
5182 "proc-macro2",
5183 "quote",
5184 "unicode-ident",
5185]
5186
5187[[package]]
5188name = "syn"
5189version = "2.0.85"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
5192dependencies = [
5193 "proc-macro2",
5194 "quote",
5195 "unicode-ident",
5196]
5197
5198[[package]]
5199name = "sync_wrapper"
5200version = "0.1.2"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
5203
5204[[package]]
5205name = "sync_wrapper"
5206version = "1.0.1"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
5209dependencies = [
5210 "futures-core",
5211]
5212
5213[[package]]
5214name = "syntect"
5215version = "5.2.0"
5216source = "registry+https://github.com/rust-lang/crates.io-index"
5217checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
5218dependencies = [
5219 "bincode",
5220 "bitflags 1.3.2",
5221 "fancy-regex",
5222 "flate2",
5223 "fnv",
5224 "once_cell",
5225 "onig",
5226 "plist",
5227 "regex-syntax 0.8.5",
5228 "serde",
5229 "serde_derive",
5230 "serde_json",
5231 "thiserror",
5232 "walkdir",
5233 "yaml-rust",
5234]
5235
5236[[package]]
5237name = "system-configuration"
5238version = "0.5.1"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
5241dependencies = [
5242 "bitflags 1.3.2",
5243 "core-foundation",
5244 "system-configuration-sys 0.5.0",
5245]
5246
5247[[package]]
5248name = "system-configuration"
5249version = "0.6.1"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
5252dependencies = [
5253 "bitflags 2.6.0",
5254 "core-foundation",
5255 "system-configuration-sys 0.6.0",
5256]
5257
5258[[package]]
5259name = "system-configuration-sys"
5260version = "0.5.0"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
5263dependencies = [
5264 "core-foundation-sys",
5265 "libc",
5266]
5267
5268[[package]]
5269name = "system-configuration-sys"
5270version = "0.6.0"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
5273dependencies = [
5274 "core-foundation-sys",
5275 "libc",
5276]
5277
5278[[package]]
5279name = "tabwriter"
5280version = "1.4.0"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "a327282c4f64f6dc37e3bba4c2b6842cc3a992f204fa58d917696a89f691e5f6"
5283dependencies = [
5284 "unicode-width",
5285]
5286
5287[[package]]
5288name = "tap"
5289version = "1.0.1"
5290source = "registry+https://github.com/rust-lang/crates.io-index"
5291checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
5292
5293[[package]]
5294name = "tarpc"
5295version = "0.34.0"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "93a1870169fb9490fb3b37df7f50782986475c33cb90955f9f9b9ae659124200"
5298dependencies = [
5299 "anyhow",
5300 "fnv",
5301 "futures",
5302 "humantime",
5303 "opentelemetry",
5304 "pin-project",
5305 "rand",
5306 "serde",
5307 "static_assertions",
5308 "tarpc-plugins",
5309 "thiserror",
5310 "tokio",
5311 "tokio-serde",
5312 "tokio-util",
5313 "tracing",
5314 "tracing-opentelemetry",
5315]
5316
5317[[package]]
5318name = "tarpc-plugins"
5319version = "0.13.1"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "ad8302bea2fb8a2b01b025d23414b0b4ed32a783b95e5d818c3320a8bc4baada"
5322dependencies = [
5323 "proc-macro2",
5324 "quote",
5325 "syn 1.0.109",
5326]
5327
5328[[package]]
5329name = "tempfile"
5330version = "3.13.0"
5331source = "registry+https://github.com/rust-lang/crates.io-index"
5332checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
5333dependencies = [
5334 "cfg-if",
5335 "fastrand",
5336 "once_cell",
5337 "rustix",
5338 "windows-sys 0.59.0",
5339]
5340
5341[[package]]
5342name = "tera"
5343version = "1.20.0"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "ab9d851b45e865f178319da0abdbfe6acbc4328759ff18dafc3a41c16b4cd2ee"
5346dependencies = [
5347 "chrono",
5348 "chrono-tz",
5349 "globwalk",
5350 "humansize",
5351 "lazy_static",
5352 "percent-encoding",
5353 "pest",
5354 "pest_derive",
5355 "rand",
5356 "regex",
5357 "serde",
5358 "serde_json",
5359 "slug",
5360 "unic-segment",
5361]
5362
5363[[package]]
5364name = "term_size"
5365version = "0.3.2"
5366source = "registry+https://github.com/rust-lang/crates.io-index"
5367checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
5368dependencies = [
5369 "libc",
5370 "winapi",
5371]
5372
5373[[package]]
5374name = "termcolor"
5375version = "1.4.1"
5376source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
5378dependencies = [
5379 "winapi-util",
5380]
5381
5382[[package]]
5383name = "terminal_size"
5384version = "0.4.0"
5385source = "registry+https://github.com/rust-lang/crates.io-index"
5386checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
5387dependencies = [
5388 "rustix",
5389 "windows-sys 0.59.0",
5390]
5391
5392[[package]]
5393name = "textwrap"
5394version = "0.11.0"
5395source = "registry+https://github.com/rust-lang/crates.io-index"
5396checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
5397dependencies = [
5398 "unicode-width",
5399]
5400
5401[[package]]
5402name = "thiserror"
5403version = "1.0.65"
5404source = "registry+https://github.com/rust-lang/crates.io-index"
5405checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
5406dependencies = [
5407 "thiserror-impl",
5408]
5409
5410[[package]]
5411name = "thiserror-impl"
5412version = "1.0.65"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
5415dependencies = [
5416 "proc-macro2",
5417 "quote",
5418 "syn 2.0.85",
5419]
5420
5421[[package]]
5422name = "thread_local"
5423version = "1.1.8"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
5426dependencies = [
5427 "cfg-if",
5428 "once_cell",
5429]
5430
5431[[package]]
5432name = "time"
5433version = "0.3.36"
5434source = "registry+https://github.com/rust-lang/crates.io-index"
5435checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
5436dependencies = [
5437 "deranged",
5438 "itoa",
5439 "num-conv",
5440 "powerfmt",
5441 "serde",
5442 "time-core",
5443 "time-macros",
5444]
5445
5446[[package]]
5447name = "time-core"
5448version = "0.1.2"
5449source = "registry+https://github.com/rust-lang/crates.io-index"
5450checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
5451
5452[[package]]
5453name = "time-macros"
5454version = "0.2.18"
5455source = "registry+https://github.com/rust-lang/crates.io-index"
5456checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
5457dependencies = [
5458 "num-conv",
5459 "time-core",
5460]
5461
5462[[package]]
5463name = "timeutil"
5464version = "0.1.0"
5465
5466[[package]]
5467name = "tinyvec"
5468version = "1.8.0"
5469source = "registry+https://github.com/rust-lang/crates.io-index"
5470checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
5471dependencies = [
5472 "tinyvec_macros",
5473]
5474
5475[[package]]
5476name = "tinyvec_macros"
5477version = "0.1.1"
5478source = "registry+https://github.com/rust-lang/crates.io-index"
5479checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5480
5481[[package]]
5482name = "tokei"
5483version = "12.1.2"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "a41f915e075a8a98ad64a5f7be6b7cc1710fc835c5f07e4a3efcaeb013291c00"
5486dependencies = [
5487 "aho-corasick 0.7.20",
5488 "clap 2.34.0",
5489 "crossbeam-channel",
5490 "dashmap 4.0.2",
5491 "dirs 3.0.2",
5492 "encoding_rs_io",
5493 "env_logger 0.8.4",
5494 "grep-searcher",
5495 "ignore",
5496 "log",
5497 "num-format",
5498 "once_cell",
5499 "parking_lot 0.11.2",
5500 "rayon",
5501 "regex",
5502 "serde",
5503 "serde_json",
5504 "tera",
5505 "term_size",
5506 "toml 0.5.11",
5507]
5508
5509[[package]]
5510name = "tokio"
5511version = "1.41.0"
5512source = "registry+https://github.com/rust-lang/crates.io-index"
5513checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
5514dependencies = [
5515 "backtrace",
5516 "bytes",
5517 "libc",
5518 "mio",
5519 "parking_lot 0.12.3",
5520 "pin-project-lite",
5521 "signal-hook-registry",
5522 "socket2",
5523 "tokio-macros",
5524 "windows-sys 0.52.0",
5525]
5526
5527[[package]]
5528name = "tokio-macros"
5529version = "2.4.0"
5530source = "registry+https://github.com/rust-lang/crates.io-index"
5531checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
5532dependencies = [
5533 "proc-macro2",
5534 "quote",
5535 "syn 2.0.85",
5536]
5537
5538[[package]]
5539name = "tokio-native-tls"
5540version = "0.3.1"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5543dependencies = [
5544 "native-tls",
5545 "tokio",
5546]
5547
5548[[package]]
5549name = "tokio-rustls"
5550version = "0.24.1"
5551source = "registry+https://github.com/rust-lang/crates.io-index"
5552checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
5553dependencies = [
5554 "rustls 0.21.12",
5555 "tokio",
5556]
5557
5558[[package]]
5559name = "tokio-rustls"
5560version = "0.26.0"
5561source = "registry+https://github.com/rust-lang/crates.io-index"
5562checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
5563dependencies = [
5564 "rustls 0.23.15",
5565 "rustls-pki-types",
5566 "tokio",
5567]
5568
5569[[package]]
5570name = "tokio-serde"
5571version = "0.8.0"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466"
5574dependencies = [
5575 "bincode",
5576 "bytes",
5577 "educe",
5578 "futures-core",
5579 "futures-sink",
5580 "pin-project",
5581 "serde",
5582 "serde_json",
5583]
5584
5585[[package]]
5586name = "tokio-stream"
5587version = "0.1.16"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
5590dependencies = [
5591 "futures-core",
5592 "pin-project-lite",
5593 "tokio",
5594 "tokio-util",
5595]
5596
5597[[package]]
5598name = "tokio-util"
5599version = "0.7.12"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
5602dependencies = [
5603 "bytes",
5604 "futures-core",
5605 "futures-io",
5606 "futures-sink",
5607 "futures-util",
5608 "hashbrown 0.14.5",
5609 "pin-project-lite",
5610 "slab",
5611 "tokio",
5612]
5613
5614[[package]]
5615name = "toml"
5616version = "0.5.11"
5617source = "registry+https://github.com/rust-lang/crates.io-index"
5618checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
5619dependencies = [
5620 "serde",
5621]
5622
5623[[package]]
5624name = "toml"
5625version = "0.8.19"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
5628dependencies = [
5629 "serde",
5630 "serde_spanned",
5631 "toml_datetime",
5632 "toml_edit",
5633]
5634
5635[[package]]
5636name = "toml_datetime"
5637version = "0.6.8"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
5640dependencies = [
5641 "serde",
5642]
5643
5644[[package]]
5645name = "toml_edit"
5646version = "0.22.22"
5647source = "registry+https://github.com/rust-lang/crates.io-index"
5648checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
5649dependencies = [
5650 "indexmap 2.6.0",
5651 "serde",
5652 "serde_spanned",
5653 "toml_datetime",
5654 "winnow",
5655]
5656
5657[[package]]
5658name = "tower"
5659version = "0.5.1"
5660source = "registry+https://github.com/rust-lang/crates.io-index"
5661checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
5662dependencies = [
5663 "futures-core",
5664 "futures-util",
5665 "pin-project-lite",
5666 "sync_wrapper 0.1.2",
5667 "tokio",
5668 "tower-layer",
5669 "tower-service",
5670 "tracing",
5671]
5672
5673[[package]]
5674name = "tower-http"
5675version = "0.6.1"
5676source = "registry+https://github.com/rust-lang/crates.io-index"
5677checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97"
5678dependencies = [
5679 "bitflags 2.6.0",
5680 "bytes",
5681 "http 1.1.0",
5682 "http-body 1.0.1",
5683 "pin-project-lite",
5684 "tower-layer",
5685 "tower-service",
5686 "tracing",
5687]
5688
5689[[package]]
5690name = "tower-layer"
5691version = "0.3.3"
5692source = "registry+https://github.com/rust-lang/crates.io-index"
5693checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
5694
5695[[package]]
5696name = "tower-service"
5697version = "0.3.3"
5698source = "registry+https://github.com/rust-lang/crates.io-index"
5699checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
5700
5701[[package]]
5702name = "tracing"
5703version = "0.1.40"
5704source = "registry+https://github.com/rust-lang/crates.io-index"
5705checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
5706dependencies = [
5707 "log",
5708 "pin-project-lite",
5709 "tracing-attributes",
5710 "tracing-core",
5711]
5712
5713[[package]]
5714name = "tracing-attributes"
5715version = "0.1.27"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
5718dependencies = [
5719 "proc-macro2",
5720 "quote",
5721 "syn 2.0.85",
5722]
5723
5724[[package]]
5725name = "tracing-core"
5726version = "0.1.32"
5727source = "registry+https://github.com/rust-lang/crates.io-index"
5728checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
5729dependencies = [
5730 "once_cell",
5731 "valuable",
5732]
5733
5734[[package]]
5735name = "tracing-log"
5736version = "0.2.0"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5739dependencies = [
5740 "log",
5741 "once_cell",
5742 "tracing-core",
5743]
5744
5745[[package]]
5746name = "tracing-opentelemetry"
5747version = "0.18.0"
5748source = "registry+https://github.com/rust-lang/crates.io-index"
5749checksum = "21ebb87a95ea13271332df069020513ab70bdb5637ca42d6e492dc3bbbad48de"
5750dependencies = [
5751 "once_cell",
5752 "opentelemetry",
5753 "tracing",
5754 "tracing-core",
5755 "tracing-subscriber",
5756]
5757
5758[[package]]
5759name = "tracing-subscriber"
5760version = "0.3.18"
5761source = "registry+https://github.com/rust-lang/crates.io-index"
5762checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
5763dependencies = [
5764 "matchers",
5765 "nu-ansi-term",
5766 "once_cell",
5767 "regex",
5768 "sharded-slab",
5769 "smallvec",
5770 "thread_local",
5771 "tracing",
5772 "tracing-core",
5773 "tracing-log",
5774]
5775
5776[[package]]
5777name = "tree-sitter"
5778version = "0.24.3"
5779source = "registry+https://github.com/rust-lang/crates.io-index"
5780checksum = "f9871f16d6cf5c4757dcf30d5d2172a2df6987c510c017bbb7abfb7f9aa24d06"
5781dependencies = [
5782 "cc",
5783 "regex",
5784 "regex-syntax 0.8.5",
5785 "streaming-iterator",
5786 "tree-sitter-language",
5787]
5788
5789[[package]]
5790name = "tree-sitter-highlight"
5791version = "0.24.3"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "48859aa39513716018d81904220960f415dbb72e071234a721304d20bf245e4c"
5794dependencies = [
5795 "lazy_static",
5796 "regex",
5797 "streaming-iterator",
5798 "thiserror",
5799 "tree-sitter",
5800]
5801
5802[[package]]
5803name = "tree-sitter-language"
5804version = "0.1.2"
5805source = "registry+https://github.com/rust-lang/crates.io-index"
5806checksum = "e8ddffe35a0e5eeeadf13ff7350af564c6e73993a24db62caee1822b185c2600"
5807
5808[[package]]
5809name = "try-lock"
5810version = "0.2.5"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5813
5814[[package]]
5815name = "ttf-parser"
5816version = "0.20.0"
5817source = "registry+https://github.com/rust-lang/crates.io-index"
5818checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
5819
5820[[package]]
5821name = "typed-arena"
5822version = "2.0.2"
5823source = "registry+https://github.com/rust-lang/crates.io-index"
5824checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
5825
5826[[package]]
5827name = "typenum"
5828version = "1.17.0"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
5831
5832[[package]]
5833name = "ucd-trie"
5834version = "0.1.7"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
5837
5838[[package]]
5839name = "unic-char-property"
5840version = "0.9.0"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5843dependencies = [
5844 "unic-char-range",
5845]
5846
5847[[package]]
5848name = "unic-char-range"
5849version = "0.9.0"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5852
5853[[package]]
5854name = "unic-common"
5855version = "0.9.0"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5858
5859[[package]]
5860name = "unic-segment"
5861version = "0.9.0"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
5864dependencies = [
5865 "unic-ucd-segment",
5866]
5867
5868[[package]]
5869name = "unic-ucd-segment"
5870version = "0.9.0"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
5873dependencies = [
5874 "unic-char-property",
5875 "unic-char-range",
5876 "unic-ucd-version",
5877]
5878
5879[[package]]
5880name = "unic-ucd-version"
5881version = "0.9.0"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5884dependencies = [
5885 "unic-common",
5886]
5887
5888[[package]]
5889name = "unicase"
5890version = "2.8.0"
5891source = "registry+https://github.com/rust-lang/crates.io-index"
5892checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
5893
5894[[package]]
5895name = "unicode-bidi"
5896version = "0.3.17"
5897source = "registry+https://github.com/rust-lang/crates.io-index"
5898checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
5899
5900[[package]]
5901name = "unicode-ident"
5902version = "1.0.13"
5903source = "registry+https://github.com/rust-lang/crates.io-index"
5904checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
5905
5906[[package]]
5907name = "unicode-normalization"
5908version = "0.1.24"
5909source = "registry+https://github.com/rust-lang/crates.io-index"
5910checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
5911dependencies = [
5912 "tinyvec",
5913]
5914
5915[[package]]
5916name = "unicode-properties"
5917version = "0.1.3"
5918source = "registry+https://github.com/rust-lang/crates.io-index"
5919checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
5920
5921[[package]]
5922name = "unicode-segmentation"
5923version = "1.12.0"
5924source = "registry+https://github.com/rust-lang/crates.io-index"
5925checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
5926
5927[[package]]
5928name = "unicode-width"
5929version = "0.1.14"
5930source = "registry+https://github.com/rust-lang/crates.io-index"
5931checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
5932
5933[[package]]
5934name = "unicode_categories"
5935version = "0.1.1"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
5938
5939[[package]]
5940name = "untrusted"
5941version = "0.7.1"
5942source = "registry+https://github.com/rust-lang/crates.io-index"
5943checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
5944
5945[[package]]
5946name = "untrusted"
5947version = "0.9.0"
5948source = "registry+https://github.com/rust-lang/crates.io-index"
5949checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5950
5951[[package]]
5952name = "url"
5953version = "2.5.2"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
5956dependencies = [
5957 "form_urlencoded",
5958 "idna 0.5.0",
5959 "percent-encoding",
5960 "serde",
5961]
5962
5963[[package]]
5964name = "urlencoding"
5965version = "2.1.3"
5966source = "registry+https://github.com/rust-lang/crates.io-index"
5967checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
5968
5969[[package]]
5970name = "utf8parse"
5971version = "0.2.2"
5972source = "registry+https://github.com/rust-lang/crates.io-index"
5973checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
5974
5975[[package]]
5976name = "uuid"
5977version = "1.11.0"
5978source = "registry+https://github.com/rust-lang/crates.io-index"
5979checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
5980
5981[[package]]
5982name = "valuable"
5983version = "0.1.0"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5986
5987[[package]]
5988name = "vcpkg"
5989version = "0.2.15"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
5992
5993[[package]]
5994name = "vec_map"
5995version = "0.8.2"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5998
5999[[package]]
6000name = "version_check"
6001version = "0.9.5"
6002source = "registry+https://github.com/rust-lang/crates.io-index"
6003checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
6004
6005[[package]]
6006name = "vlq"
6007version = "0.5.1"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff"
6010
6011[[package]]
6012name = "walkdir"
6013version = "2.5.0"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
6016dependencies = [
6017 "same-file",
6018 "winapi-util",
6019]
6020
6021[[package]]
6022name = "want"
6023version = "0.3.1"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
6026dependencies = [
6027 "try-lock",
6028]
6029
6030[[package]]
6031name = "wasi"
6032version = "0.11.0+wasi-snapshot-preview1"
6033source