Cargo.lock
-rw-r--r-- 97.2 KiB
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "allocator-api2"
16version = "0.2.21"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
20[[package]]
21name = "android-tzdata"
22version = "0.1.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
25
26[[package]]
27name = "android_system_properties"
28version = "0.1.5"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
31dependencies = [
32 "libc",
33]
34
35[[package]]
36name = "anstream"
37version = "0.6.21"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
40dependencies = [
41 "anstyle",
42 "anstyle-parse",
43 "anstyle-query",
44 "anstyle-wincon",
45 "colorchoice",
46 "is_terminal_polyfill",
47 "utf8parse",
48]
49
50[[package]]
51name = "anstyle"
52version = "1.0.13"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
55
56[[package]]
57name = "anstyle-parse"
58version = "0.2.7"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
61dependencies = [
62 "utf8parse",
63]
64
65[[package]]
66name = "anstyle-query"
67version = "1.1.5"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
70dependencies = [
71 "windows-sys 0.61.2",
72]
73
74[[package]]
75name = "anstyle-wincon"
76version = "3.0.9"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
79dependencies = [
80 "anstyle",
81 "once_cell_polyfill",
82 "windows-sys 0.59.0",
83]
84
85[[package]]
86name = "askama"
87version = "0.14.0"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4"
90dependencies = [
91 "askama_derive",
92 "itoa",
93 "percent-encoding",
94 "serde",
95 "serde_json",
96]
97
98[[package]]
99name = "askama_derive"
100version = "0.14.0"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f"
103dependencies = [
104 "askama_parser",
105 "basic-toml",
106 "memchr",
107 "proc-macro2",
108 "quote",
109 "rustc-hash",
110 "serde",
111 "serde_derive",
112 "syn",
113]
114
115[[package]]
116name = "askama_parser"
117version = "0.14.0"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358"
120dependencies = [
121 "memchr",
122 "serde",
123 "serde_derive",
124 "winnow",
125]
126
127[[package]]
128name = "async-convert"
129version = "1.0.0"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae"
132dependencies = [
133 "async-trait",
134]
135
136[[package]]
137name = "async-trait"
138version = "0.1.89"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
141dependencies = [
142 "proc-macro2",
143 "quote",
144 "syn",
145]
146
147[[package]]
148name = "atoi"
149version = "2.0.0"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
152dependencies = [
153 "num-traits",
154]
155
156[[package]]
157name = "atom_syndication"
158version = "0.12.7"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "d2f68d23e2cb4fd958c705b91a6b4c80ceeaf27a9e11651272a8389d5ce1a4a3"
161dependencies = [
162 "chrono",
163 "derive_builder",
164 "diligent-date-parser",
165 "never",
166 "quick-xml",
167]
168
169[[package]]
170name = "atomic-waker"
171version = "1.1.2"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
174
175[[package]]
176name = "autocfg"
177version = "1.5.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
180
181[[package]]
182name = "axum"
183version = "0.8.8"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
186dependencies = [
187 "axum-core",
188 "axum-macros",
189 "bytes",
190 "form_urlencoded",
191 "futures-util",
192 "http",
193 "http-body",
194 "http-body-util",
195 "hyper",
196 "hyper-util",
197 "itoa",
198 "matchit",
199 "memchr",
200 "mime",
201 "percent-encoding",
202 "pin-project-lite",
203 "serde_core",
204 "serde_json",
205 "serde_path_to_error",
206 "serde_urlencoded",
207 "sync_wrapper",
208 "tokio",
209 "tower",
210 "tower-layer",
211 "tower-service",
212 "tracing",
213]
214
215[[package]]
216name = "axum-core"
217version = "0.5.6"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
220dependencies = [
221 "bytes",
222 "futures-core",
223 "http",
224 "http-body",
225 "http-body-util",
226 "mime",
227 "pin-project-lite",
228 "sync_wrapper",
229 "tower-layer",
230 "tower-service",
231 "tracing",
232]
233
234[[package]]
235name = "axum-extra"
236version = "0.10.3"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96"
239dependencies = [
240 "axum",
241 "axum-core",
242 "bytes",
243 "cookie",
244 "form_urlencoded",
245 "futures-util",
246 "headers",
247 "http",
248 "http-body",
249 "http-body-util",
250 "mime",
251 "pin-project-lite",
252 "rustversion",
253 "serde_core",
254 "serde_html_form",
255 "serde_path_to_error",
256 "tower-layer",
257 "tower-service",
258 "tracing",
259]
260
261[[package]]
262name = "axum-macros"
263version = "0.5.0"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
266dependencies = [
267 "proc-macro2",
268 "quote",
269 "syn",
270]
271
272[[package]]
273name = "ayllu"
274version = "0.5.1"
275dependencies = [
276 "askama",
277 "axum",
278 "axum-extra",
279 "ayllu_api",
280 "ayllu_cmd",
281 "ayllu_config",
282 "ayllu_database",
283 "ayllu_git",
284 "ayllu_identity",
285 "bytes",
286 "comrak",
287 "const-css-minify",
288 "file-mode",
289 "futures",
290 "git2",
291 "headers",
292 "httparse",
293 "layout-rs",
294 "lazy_static",
295 "libloading",
296 "mime",
297 "mime_guess",
298 "petgraph",
299 "rss",
300 "rustc_version",
301 "serde",
302 "serde_json",
303 "tempfile",
304 "thiserror 2.0.18",
305 "time",
306 "timeutil",
307 "tokio",
308 "tokio-stream",
309 "tokio-util",
310 "tower",
311 "tower-http",
312 "tracing",
313 "tracing-subscriber",
314 "tree-sitter",
315 "tree-sitter-highlight",
316 "url",
317 "webfinger-rs",
318]
319
320[[package]]
321name = "ayllu-build"
322version = "0.2.1"
323dependencies = [
324 "async-trait",
325 "ayllu_api",
326 "ayllu_cmd",
327 "ayllu_config",
328 "ayllu_database",
329 "ayllu_git",
330 "ayllu_logging",
331 "petgraph",
332 "serde",
333 "serde_json",
334 "tokio",
335 "tracing",
336]
337
338[[package]]
339name = "ayllu-keys"
340version = "0.5.1"
341dependencies = [
342 "ayllu_cmd",
343 "ayllu_config",
344 "ayllu_identity",
345 "serde",
346]
347
348[[package]]
349name = "ayllu-migrate"
350version = "0.1.0"
351dependencies = [
352 "ayllu_cmd",
353 "ayllu_config",
354 "ayllu_database",
355 "ayllu_logging",
356 "serde",
357 "tokio",
358 "tracing",
359]
360
361[[package]]
362name = "ayllu-shell"
363version = "0.5.1"
364dependencies = [
365 "ayllu_cmd",
366 "ayllu_config",
367 "ayllu_git",
368 "ayllu_identity",
369 "dialoguer",
370 "serde",
371 "thiserror 2.0.18",
372]
373
374[[package]]
375name = "ayllu_api"
376version = "0.2.1"
377dependencies = [
378 "serde",
379 "thiserror 2.0.18",
380]
381
382[[package]]
383name = "ayllu_cmd"
384version = "0.1.0"
385dependencies = [
386 "ayllu_config",
387 "clap",
388 "tracing",
389 "url",
390]
391
392[[package]]
393name = "ayllu_config"
394version = "0.2.1"
395dependencies = [
396 "clap",
397 "serde",
398 "serde_json",
399 "tempfile",
400 "thiserror 2.0.18",
401 "toml",
402 "toml_edit",
403]
404
405[[package]]
406name = "ayllu_database"
407version = "0.2.1"
408dependencies = [
409 "async-trait",
410 "futures",
411 "serde",
412 "serde_json",
413 "sqlx",
414 "time",
415 "tracing",
416]
417
418[[package]]
419name = "ayllu_git"
420version = "0.2.1"
421dependencies = [
422 "git2",
423 "rand 0.9.2",
424 "serde",
425 "tempfile",
426 "tokio",
427 "tracing",
428]
429
430[[package]]
431name = "ayllu_identity"
432version = "0.1.0"
433dependencies = [
434 "openssh-keys",
435 "serde",
436 "url",
437]
438
439[[package]]
440name = "ayllu_logging"
441version = "0.1.0"
442dependencies = [
443 "tracing",
444 "tracing-subscriber",
445]
446
447[[package]]
448name = "base64"
449version = "0.21.7"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
452
453[[package]]
454name = "base64"
455version = "0.22.1"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
458
459[[package]]
460name = "base64ct"
461version = "1.8.0"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
464
465[[package]]
466name = "basic-toml"
467version = "0.1.10"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
470dependencies = [
471 "serde",
472]
473
474[[package]]
475name = "bitflags"
476version = "2.10.0"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
479dependencies = [
480 "serde_core",
481]
482
483[[package]]
484name = "block-buffer"
485version = "0.10.4"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
488dependencies = [
489 "generic-array",
490]
491
492[[package]]
493name = "bumpalo"
494version = "3.19.1"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
497
498[[package]]
499name = "byteorder"
500version = "1.5.0"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
503
504[[package]]
505name = "bytes"
506version = "1.11.1"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
509
510[[package]]
511name = "caseless"
512version = "0.2.2"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
515dependencies = [
516 "unicode-normalization",
517]
518
519[[package]]
520name = "cc"
521version = "1.2.53"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932"
524dependencies = [
525 "find-msvc-tools",
526 "jobserver",
527 "libc",
528 "shlex",
529]
530
531[[package]]
532name = "cfg-if"
533version = "1.0.4"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
536
537[[package]]
538name = "chrono"
539version = "0.4.41"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
542dependencies = [
543 "android-tzdata",
544 "iana-time-zone",
545 "num-traits",
546 "serde",
547 "windows-link 0.1.3",
548]
549
550[[package]]
551name = "clap"
552version = "4.5.57"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
555dependencies = [
556 "clap_builder",
557 "clap_derive",
558]
559
560[[package]]
561name = "clap_builder"
562version = "4.5.57"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
565dependencies = [
566 "anstream",
567 "anstyle",
568 "clap_lex",
569 "strsim",
570]
571
572[[package]]
573name = "clap_derive"
574version = "4.5.55"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
577dependencies = [
578 "heck",
579 "proc-macro2",
580 "quote",
581 "syn",
582]
583
584[[package]]
585name = "clap_lex"
586version = "0.7.7"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
589
590[[package]]
591name = "clap_mangen"
592version = "0.2.31"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "439ea63a92086df93893164221ad4f24142086d535b3a0957b9b9bea2dc86301"
595dependencies = [
596 "clap",
597 "roff",
598]
599
600[[package]]
601name = "colorchoice"
602version = "1.0.4"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
605
606[[package]]
607name = "comrak"
608version = "0.39.1"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5"
611dependencies = [
612 "caseless",
613 "entities",
614 "memchr",
615 "slug",
616 "typed-arena",
617 "unicode_categories",
618]
619
620[[package]]
621name = "concurrent-queue"
622version = "2.5.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
625dependencies = [
626 "crossbeam-utils",
627]
628
629[[package]]
630name = "console"
631version = "0.15.11"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
634dependencies = [
635 "encode_unicode",
636 "libc",
637 "once_cell",
638 "unicode-width",
639 "windows-sys 0.59.0",
640]
641
642[[package]]
643name = "const-css-minify"
644version = "1.0.0"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "cb16320721f6441f979feff82c8b4fe789a5423f48e4e724d124211c44be43af"
647
648[[package]]
649name = "const-oid"
650version = "0.9.6"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
653
654[[package]]
655name = "convert_case"
656version = "0.6.0"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
659dependencies = [
660 "unicode-segmentation",
661]
662
663[[package]]
664name = "cookie"
665version = "0.18.1"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
668dependencies = [
669 "percent-encoding",
670 "time",
671 "version_check",
672]
673
674[[package]]
675name = "core-foundation"
676version = "0.9.4"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
679dependencies = [
680 "core-foundation-sys",
681 "libc",
682]
683
684[[package]]
685name = "core-foundation-sys"
686version = "0.8.7"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
689
690[[package]]
691name = "cpufeatures"
692version = "0.2.17"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
695dependencies = [
696 "libc",
697]
698
699[[package]]
700name = "crc"
701version = "3.3.0"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
704dependencies = [
705 "crc-catalog",
706]
707
708[[package]]
709name = "crc-catalog"
710version = "2.4.0"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
713
714[[package]]
715name = "crossbeam-queue"
716version = "0.3.12"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
719dependencies = [
720 "crossbeam-utils",
721]
722
723[[package]]
724name = "crossbeam-utils"
725version = "0.8.21"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
728
729[[package]]
730name = "crypto-common"
731version = "0.1.6"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
734dependencies = [
735 "generic-array",
736 "typenum",
737]
738
739[[package]]
740name = "darling"
741version = "0.20.11"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
744dependencies = [
745 "darling_core",
746 "darling_macro",
747]
748
749[[package]]
750name = "darling_core"
751version = "0.20.11"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
754dependencies = [
755 "fnv",
756 "ident_case",
757 "proc-macro2",
758 "quote",
759 "strsim",
760 "syn",
761]
762
763[[package]]
764name = "darling_macro"
765version = "0.20.11"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
768dependencies = [
769 "darling_core",
770 "quote",
771 "syn",
772]
773
774[[package]]
775name = "der"
776version = "0.7.10"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
779dependencies = [
780 "const-oid",
781 "pem-rfc7468",
782 "zeroize",
783]
784
785[[package]]
786name = "deranged"
787version = "0.5.5"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
790dependencies = [
791 "powerfmt",
792 "serde_core",
793]
794
795[[package]]
796name = "derive_builder"
797version = "0.20.2"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
800dependencies = [
801 "derive_builder_macro",
802]
803
804[[package]]
805name = "derive_builder_core"
806version = "0.20.2"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
809dependencies = [
810 "darling",
811 "proc-macro2",
812 "quote",
813 "syn",
814]
815
816[[package]]
817name = "derive_builder_macro"
818version = "0.20.2"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
821dependencies = [
822 "derive_builder_core",
823 "syn",
824]
825
826[[package]]
827name = "deunicode"
828version = "1.6.2"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
831
832[[package]]
833name = "dialoguer"
834version = "0.11.0"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
837dependencies = [
838 "console",
839 "shell-words",
840 "thiserror 1.0.69",
841]
842
843[[package]]
844name = "digest"
845version = "0.10.7"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
848dependencies = [
849 "block-buffer",
850 "const-oid",
851 "crypto-common",
852 "subtle",
853]
854
855[[package]]
856name = "diligent-date-parser"
857version = "0.1.5"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9"
860dependencies = [
861 "chrono",
862]
863
864[[package]]
865name = "displaydoc"
866version = "0.2.5"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
869dependencies = [
870 "proc-macro2",
871 "quote",
872 "syn",
873]
874
875[[package]]
876name = "dotenvy"
877version = "0.15.7"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
880
881[[package]]
882name = "dyn-clone"
883version = "1.0.19"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
886
887[[package]]
888name = "either"
889version = "1.15.0"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
892dependencies = [
893 "serde",
894]
895
896[[package]]
897name = "encode_unicode"
898version = "1.0.0"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
901
902[[package]]
903name = "encoding_rs"
904version = "0.8.35"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
907dependencies = [
908 "cfg-if",
909]
910
911[[package]]
912name = "entities"
913version = "1.0.1"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
916
917[[package]]
918name = "equivalent"
919version = "1.0.2"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
922
923[[package]]
924name = "errno"
925version = "0.3.14"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
928dependencies = [
929 "libc",
930 "windows-sys 0.61.2",
931]
932
933[[package]]
934name = "etcetera"
935version = "0.8.0"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
938dependencies = [
939 "cfg-if",
940 "home",
941 "windows-sys 0.48.0",
942]
943
944[[package]]
945name = "event-listener"
946version = "5.4.1"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
949dependencies = [
950 "concurrent-queue",
951 "parking",
952 "pin-project-lite",
953]
954
955[[package]]
956name = "fastrand"
957version = "2.3.0"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
960
961[[package]]
962name = "file-mode"
963version = "0.1.2"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "773ea145485772b8d354624b32adbe20e776353d3e48c7b03ef44e3455e9815c"
966dependencies = [
967 "libc",
968]
969
970[[package]]
971name = "find-msvc-tools"
972version = "0.1.8"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
975
976[[package]]
977name = "fixedbitset"
978version = "0.4.2"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
981
982[[package]]
983name = "flume"
984version = "0.11.1"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
987dependencies = [
988 "futures-core",
989 "futures-sink",
990 "spin",
991]
992
993[[package]]
994name = "fnv"
995version = "1.0.7"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
998
999[[package]]
1000name = "foldhash"
1001version = "0.1.5"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1004
1005[[package]]
1006name = "foreign-types"
1007version = "0.3.2"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1010dependencies = [
1011 "foreign-types-shared",
1012]
1013
1014[[package]]
1015name = "foreign-types-shared"
1016version = "0.1.1"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1019
1020[[package]]
1021name = "form_urlencoded"
1022version = "1.2.2"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1025dependencies = [
1026 "percent-encoding",
1027]
1028
1029[[package]]
1030name = "futures"
1031version = "0.3.31"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1034dependencies = [
1035 "futures-channel",
1036 "futures-core",
1037 "futures-executor",
1038 "futures-io",
1039 "futures-sink",
1040 "futures-task",
1041 "futures-util",
1042]
1043
1044[[package]]
1045name = "futures-channel"
1046version = "0.3.31"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1049dependencies = [
1050 "futures-core",
1051 "futures-sink",
1052]
1053
1054[[package]]
1055name = "futures-core"
1056version = "0.3.31"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1059
1060[[package]]
1061name = "futures-executor"
1062version = "0.3.31"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1065dependencies = [
1066 "futures-core",
1067 "futures-task",
1068 "futures-util",
1069]
1070
1071[[package]]
1072name = "futures-intrusive"
1073version = "0.5.0"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
1076dependencies = [
1077 "futures-core",
1078 "lock_api",
1079 "parking_lot",
1080]
1081
1082[[package]]
1083name = "futures-io"
1084version = "0.3.31"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1087
1088[[package]]
1089name = "futures-macro"
1090version = "0.3.31"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1093dependencies = [
1094 "proc-macro2",
1095 "quote",
1096 "syn",
1097]
1098
1099[[package]]
1100name = "futures-sink"
1101version = "0.3.31"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1104
1105[[package]]
1106name = "futures-task"
1107version = "0.3.31"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1110
1111[[package]]
1112name = "futures-util"
1113version = "0.3.31"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1116dependencies = [
1117 "futures-channel",
1118 "futures-core",
1119 "futures-io",
1120 "futures-macro",
1121 "futures-sink",
1122 "futures-task",
1123 "memchr",
1124 "pin-project-lite",
1125 "pin-utils",
1126 "slab",
1127]
1128
1129[[package]]
1130name = "generic-array"
1131version = "0.14.9"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1134dependencies = [
1135 "typenum",
1136 "version_check",
1137]
1138
1139[[package]]
1140name = "getrandom"
1141version = "0.2.17"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1144dependencies = [
1145 "cfg-if",
1146 "libc",
1147 "wasi",
1148]
1149
1150[[package]]
1151name = "getrandom"
1152version = "0.3.4"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1155dependencies = [
1156 "cfg-if",
1157 "libc",
1158 "r-efi",
1159 "wasip2",
1160]
1161
1162[[package]]
1163name = "git2"
1164version = "0.20.4"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
1167dependencies = [
1168 "bitflags",
1169 "libc",
1170 "libgit2-sys",
1171 "log",
1172 "url",
1173]
1174
1175[[package]]
1176name = "h2"
1177version = "0.4.13"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
1180dependencies = [
1181 "atomic-waker",
1182 "bytes",
1183 "fnv",
1184 "futures-core",
1185 "futures-sink",
1186 "http",
1187 "indexmap 2.13.0",
1188 "slab",
1189 "tokio",
1190 "tokio-util",
1191 "tracing",
1192]
1193
1194[[package]]
1195name = "hashbrown"
1196version = "0.12.3"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1199
1200[[package]]
1201name = "hashbrown"
1202version = "0.15.5"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1205dependencies = [
1206 "allocator-api2",
1207 "equivalent",
1208 "foldhash",
1209]
1210
1211[[package]]
1212name = "hashbrown"
1213version = "0.16.1"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1216
1217[[package]]
1218name = "hashlink"
1219version = "0.10.0"
1220source = "registry+https://github.com/rust-lang/crates.io-index"
1221checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1222dependencies = [
1223 "hashbrown 0.15.5",
1224]
1225
1226[[package]]
1227name = "headers"
1228version = "0.4.1"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
1231dependencies = [
1232 "base64 0.22.1",
1233 "bytes",
1234 "headers-core",
1235 "http",
1236 "httpdate",
1237 "mime",
1238 "sha1",
1239]
1240
1241[[package]]
1242name = "headers-core"
1243version = "0.3.0"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
1246dependencies = [
1247 "http",
1248]
1249
1250[[package]]
1251name = "heck"
1252version = "0.5.0"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1255
1256[[package]]
1257name = "hex"
1258version = "0.4.3"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1261
1262[[package]]
1263name = "hkdf"
1264version = "0.12.4"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1267dependencies = [
1268 "hmac",
1269]
1270
1271[[package]]
1272name = "hmac"
1273version = "0.12.1"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1276dependencies = [
1277 "digest",
1278]
1279
1280[[package]]
1281name = "home"
1282version = "0.5.11"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1285dependencies = [
1286 "windows-sys 0.59.0",
1287]
1288
1289[[package]]
1290name = "http"
1291version = "1.4.0"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1294dependencies = [
1295 "bytes",
1296 "itoa",
1297]
1298
1299[[package]]
1300name = "http-body"
1301version = "1.0.1"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1304dependencies = [
1305 "bytes",
1306 "http",
1307]
1308
1309[[package]]
1310name = "http-body-util"
1311version = "0.1.3"
1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1314dependencies = [
1315 "bytes",
1316 "futures-core",
1317 "http",
1318 "http-body",
1319 "pin-project-lite",
1320]
1321
1322[[package]]
1323name = "httparse"
1324version = "1.10.1"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1327
1328[[package]]
1329name = "httpdate"
1330version = "1.0.3"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1333
1334[[package]]
1335name = "hyper"
1336version = "1.8.1"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1339dependencies = [
1340 "atomic-waker",
1341 "bytes",
1342 "futures-channel",
1343 "futures-core",
1344 "h2",
1345 "http",
1346 "http-body",
1347 "httparse",
1348 "httpdate",
1349 "itoa",
1350 "pin-project-lite",
1351 "pin-utils",
1352 "smallvec",
1353 "tokio",
1354 "want",
1355]
1356
1357[[package]]
1358name = "hyper-rustls"
1359version = "0.27.7"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1362dependencies = [
1363 "http",
1364 "hyper",
1365 "hyper-util",
1366 "rustls",
1367 "rustls-pki-types",
1368 "tokio",
1369 "tokio-rustls",
1370 "tower-service",
1371]
1372
1373[[package]]
1374name = "hyper-tls"
1375version = "0.6.0"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1378dependencies = [
1379 "bytes",
1380 "http-body-util",
1381 "hyper",
1382 "hyper-util",
1383 "native-tls",
1384 "tokio",
1385 "tokio-native-tls",
1386 "tower-service",
1387]
1388
1389[[package]]
1390name = "hyper-util"
1391version = "0.1.19"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
1394dependencies = [
1395 "base64 0.22.1",
1396 "bytes",
1397 "futures-channel",
1398 "futures-core",
1399 "futures-util",
1400 "http",
1401 "http-body",
1402 "hyper",
1403 "ipnet",
1404 "libc",
1405 "percent-encoding",
1406 "pin-project-lite",
1407 "socket2",
1408 "system-configuration",
1409 "tokio",
1410 "tower-service",
1411 "tracing",
1412 "windows-registry",
1413]
1414
1415[[package]]
1416name = "iana-time-zone"
1417version = "0.1.63"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
1420dependencies = [
1421 "android_system_properties",
1422 "core-foundation-sys",
1423 "iana-time-zone-haiku",
1424 "js-sys",
1425 "log",
1426 "wasm-bindgen",
1427 "windows-core",
1428]
1429
1430[[package]]
1431name = "iana-time-zone-haiku"
1432version = "0.1.2"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1435dependencies = [
1436 "cc",
1437]
1438
1439[[package]]
1440name = "icu_collections"
1441version = "2.1.1"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1444dependencies = [
1445 "displaydoc",
1446 "potential_utf",
1447 "yoke",
1448 "zerofrom",
1449 "zerovec",
1450]
1451
1452[[package]]
1453name = "icu_locale_core"
1454version = "2.1.1"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1457dependencies = [
1458 "displaydoc",
1459 "litemap",
1460 "tinystr",
1461 "writeable",
1462 "zerovec",
1463]
1464
1465[[package]]
1466name = "icu_normalizer"
1467version = "2.1.1"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1470dependencies = [
1471 "icu_collections",
1472 "icu_normalizer_data",
1473 "icu_properties",
1474 "icu_provider",
1475 "smallvec",
1476 "zerovec",
1477]
1478
1479[[package]]
1480name = "icu_normalizer_data"
1481version = "2.1.1"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1484
1485[[package]]
1486name = "icu_properties"
1487version = "2.1.2"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1490dependencies = [
1491 "icu_collections",
1492 "icu_locale_core",
1493 "icu_properties_data",
1494 "icu_provider",
1495 "zerotrie",
1496 "zerovec",
1497]
1498
1499[[package]]
1500name = "icu_properties_data"
1501version = "2.1.2"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1504
1505[[package]]
1506name = "icu_provider"
1507version = "2.1.1"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1510dependencies = [
1511 "displaydoc",
1512 "icu_locale_core",
1513 "writeable",
1514 "yoke",
1515 "zerofrom",
1516 "zerotrie",
1517 "zerovec",
1518]
1519
1520[[package]]
1521name = "ident_case"
1522version = "1.0.1"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1525
1526[[package]]
1527name = "idna"
1528version = "1.1.0"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1531dependencies = [
1532 "idna_adapter",
1533 "smallvec",
1534 "utf8_iter",
1535]
1536
1537[[package]]
1538name = "idna_adapter"
1539version = "1.2.1"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1542dependencies = [
1543 "icu_normalizer",
1544 "icu_properties",
1545]
1546
1547[[package]]
1548name = "indexmap"
1549version = "1.9.3"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1552dependencies = [
1553 "autocfg",
1554 "hashbrown 0.12.3",
1555 "serde",
1556]
1557
1558[[package]]
1559name = "indexmap"
1560version = "2.13.0"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1563dependencies = [
1564 "equivalent",
1565 "hashbrown 0.16.1",
1566 "serde",
1567 "serde_core",
1568]
1569
1570[[package]]
1571name = "ipnet"
1572version = "2.11.0"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1575
1576[[package]]
1577name = "iri-string"
1578version = "0.7.10"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1581dependencies = [
1582 "memchr",
1583 "serde",
1584]
1585
1586[[package]]
1587name = "is_terminal_polyfill"
1588version = "1.70.2"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1591
1592[[package]]
1593name = "itoa"
1594version = "1.0.17"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1597
1598[[package]]
1599name = "jobserver"
1600version = "0.1.34"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1603dependencies = [
1604 "getrandom 0.3.4",
1605 "libc",
1606]
1607
1608[[package]]
1609name = "js-sys"
1610version = "0.3.77"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1613dependencies = [
1614 "once_cell",
1615 "wasm-bindgen",
1616]
1617
1618[[package]]
1619name = "kinded"
1620version = "0.3.0"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "ce4bdbb2f423660b19f0e9f7115182214732d8dd5f840cd0a3aee3e22562f34c"
1623dependencies = [
1624 "kinded_macros",
1625]
1626
1627[[package]]
1628name = "kinded_macros"
1629version = "0.3.0"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "a13b4ddc5dcb32f45dac3d6f606da2a52fdb9964a18427e63cd5ef6c0d13288d"
1632dependencies = [
1633 "convert_case",
1634 "proc-macro2",
1635 "quote",
1636 "syn",
1637]
1638
1639[[package]]
1640name = "layout-rs"
1641version = "0.1.3"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "5b8b38bc67665e362eb770c6b6ae88b48d040d94a0a10c4904c37bc79d263b95"
1644
1645[[package]]
1646name = "lazy_static"
1647version = "1.5.0"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1650dependencies = [
1651 "spin",
1652]
1653
1654[[package]]
1655name = "libc"
1656version = "0.2.180"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
1659
1660[[package]]
1661name = "libgit2-sys"
1662version = "0.18.3+1.9.2"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
1665dependencies = [
1666 "cc",
1667 "libc",
1668 "libz-sys",
1669 "pkg-config",
1670]
1671
1672[[package]]
1673name = "libloading"
1674version = "0.8.9"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1677dependencies = [
1678 "cfg-if",
1679 "windows-link 0.2.1",
1680]
1681
1682[[package]]
1683name = "libm"
1684version = "0.2.15"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1687
1688[[package]]
1689name = "libredox"
1690version = "0.1.10"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
1693dependencies = [
1694 "bitflags",
1695 "libc",
1696 "redox_syscall",
1697]
1698
1699[[package]]
1700name = "libsqlite3-sys"
1701version = "0.30.1"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1704dependencies = [
1705 "cc",
1706 "pkg-config",
1707 "vcpkg",
1708]
1709
1710[[package]]
1711name = "libz-sys"
1712version = "1.1.22"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
1715dependencies = [
1716 "cc",
1717 "libc",
1718 "pkg-config",
1719 "vcpkg",
1720]
1721
1722[[package]]
1723name = "linux-raw-sys"
1724version = "0.11.0"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1727
1728[[package]]
1729name = "litemap"
1730version = "0.8.1"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1733
1734[[package]]
1735name = "lock_api"
1736version = "0.4.14"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1739dependencies = [
1740 "scopeguard",
1741]
1742
1743[[package]]
1744name = "log"
1745version = "0.4.29"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1748
1749[[package]]
1750name = "matchers"
1751version = "0.2.0"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1754dependencies = [
1755 "regex-automata",
1756]
1757
1758[[package]]
1759name = "matchit"
1760version = "0.8.4"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1763
1764[[package]]
1765name = "md-5"
1766version = "0.10.6"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1769dependencies = [
1770 "cfg-if",
1771 "digest",
1772]
1773
1774[[package]]
1775name = "memchr"
1776version = "2.7.6"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1779
1780[[package]]
1781name = "mime"
1782version = "0.3.17"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1785
1786[[package]]
1787name = "mime_guess"
1788version = "2.0.5"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1791dependencies = [
1792 "mime",
1793 "unicase",
1794]
1795
1796[[package]]
1797name = "mio"
1798version = "1.1.1"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1801dependencies = [
1802 "libc",
1803 "wasi",
1804 "windows-sys 0.61.2",
1805]
1806
1807[[package]]
1808name = "native-tls"
1809version = "0.2.14"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1812dependencies = [
1813 "libc",
1814 "log",
1815 "openssl",
1816 "openssl-probe",
1817 "openssl-sys",
1818 "schannel",
1819 "security-framework",
1820 "security-framework-sys",
1821 "tempfile",
1822]
1823
1824[[package]]
1825name = "never"
1826version = "0.1.0"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
1829
1830[[package]]
1831name = "nu-ansi-term"
1832version = "0.50.3"
1833source = "registry+https://github.com/rust-lang/crates.io-index"
1834checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1835dependencies = [
1836 "windows-sys 0.61.2",
1837]
1838
1839[[package]]
1840name = "num-bigint-dig"
1841version = "0.8.4"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
1844dependencies = [
1845 "byteorder",
1846 "lazy_static",
1847 "libm",
1848 "num-integer",
1849 "num-iter",
1850 "num-traits",
1851 "rand 0.8.5",
1852 "smallvec",
1853 "zeroize",
1854]
1855
1856[[package]]
1857name = "num-conv"
1858version = "0.2.0"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
1861
1862[[package]]
1863name = "num-integer"
1864version = "0.1.46"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1867dependencies = [
1868 "num-traits",
1869]
1870
1871[[package]]
1872name = "num-iter"
1873version = "0.1.45"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1876dependencies = [
1877 "autocfg",
1878 "num-integer",
1879 "num-traits",
1880]
1881
1882[[package]]
1883name = "num-traits"
1884version = "0.2.19"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1887dependencies = [
1888 "autocfg",
1889 "libm",
1890]
1891
1892[[package]]
1893name = "nutype"
1894version = "0.6.1"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "3340cb6773b0794ecb3f62ff66631d580f57151d9415c10ee8a27a357aeb998b"
1897dependencies = [
1898 "nutype_macros",
1899]
1900
1901[[package]]
1902name = "nutype_macros"
1903version = "0.6.1"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "35c955e27d02868fe90b9c2dc901661fd7ed67ec382782bdc67c6aa8d2e957a9"
1906dependencies = [
1907 "cfg-if",
1908 "kinded",
1909 "proc-macro2",
1910 "quote",
1911 "rustc_version",
1912 "syn",
1913 "urlencoding",
1914]
1915
1916[[package]]
1917name = "once_cell"
1918version = "1.21.3"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1921
1922[[package]]
1923name = "once_cell_polyfill"
1924version = "1.70.1"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
1927
1928[[package]]
1929name = "openssh-keys"
1930version = "0.6.5"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "351339c4d45e6bdf2defef3ef1ce0b153810bd59b171b92b6a42e7bb0f32a4ad"
1933dependencies = [
1934 "base64 0.21.7",
1935 "byteorder",
1936 "md-5",
1937 "sha2",
1938 "thiserror 1.0.69",
1939]
1940
1941[[package]]
1942name = "openssl"
1943version = "0.10.75"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
1946dependencies = [
1947 "bitflags",
1948 "cfg-if",
1949 "foreign-types",
1950 "libc",
1951 "once_cell",
1952 "openssl-macros",
1953 "openssl-sys",
1954]
1955
1956[[package]]
1957name = "openssl-macros"
1958version = "0.1.1"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1961dependencies = [
1962 "proc-macro2",
1963 "quote",
1964 "syn",
1965]
1966
1967[[package]]
1968name = "openssl-probe"
1969version = "0.1.6"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1972
1973[[package]]
1974name = "openssl-sys"
1975version = "0.9.111"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
1978dependencies = [
1979 "cc",
1980 "libc",
1981 "pkg-config",
1982 "vcpkg",
1983]
1984
1985[[package]]
1986name = "parking"
1987version = "2.2.1"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1990
1991[[package]]
1992name = "parking_lot"
1993version = "0.12.5"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1996dependencies = [
1997 "lock_api",
1998 "parking_lot_core",
1999]
2000
2001[[package]]
2002name = "parking_lot_core"
2003version = "0.9.12"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2006dependencies = [
2007 "cfg-if",
2008 "libc",
2009 "redox_syscall",
2010 "smallvec",
2011 "windows-link 0.2.1",
2012]
2013
2014[[package]]
2015name = "pem-rfc7468"
2016version = "0.7.0"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2019dependencies = [
2020 "base64ct",
2021]
2022
2023[[package]]
2024name = "percent-encoding"
2025version = "2.3.2"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2028
2029[[package]]
2030name = "petgraph"
2031version = "0.6.5"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2034dependencies = [
2035 "fixedbitset",
2036 "indexmap 2.13.0",
2037 "serde",
2038 "serde_derive",
2039]
2040
2041[[package]]
2042name = "pin-project-lite"
2043version = "0.2.16"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2046
2047[[package]]
2048name = "pin-utils"
2049version = "0.1.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2052
2053[[package]]
2054name = "pkcs1"
2055version = "0.7.5"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2058dependencies = [
2059 "der",
2060 "pkcs8",
2061 "spki",
2062]
2063
2064[[package]]
2065name = "pkcs8"
2066version = "0.10.2"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2069dependencies = [
2070 "der",
2071 "spki",
2072]
2073
2074[[package]]
2075name = "pkg-config"
2076version = "0.3.32"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2079
2080[[package]]
2081name = "potential_utf"
2082version = "0.1.4"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2085dependencies = [
2086 "zerovec",
2087]
2088
2089[[package]]
2090name = "powerfmt"
2091version = "0.2.0"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2094
2095[[package]]
2096name = "ppv-lite86"
2097version = "0.2.21"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2100dependencies = [
2101 "zerocopy",
2102]
2103
2104[[package]]
2105name = "proc-macro2"
2106version = "1.0.105"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
2109dependencies = [
2110 "unicode-ident",
2111]
2112
2113[[package]]
2114name = "quick-xml"
2115version = "0.37.5"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
2118dependencies = [
2119 "encoding_rs",
2120 "memchr",
2121]
2122
2123[[package]]
2124name = "quipu"
2125version = "0.5.1"
2126dependencies = [
2127 "ayllu_api",
2128 "ayllu_cmd",
2129 "ayllu_config",
2130 "reqwest",
2131 "serde",
2132 "thiserror 2.0.18",
2133 "tokio",
2134 "tracing",
2135 "tracing-subscriber",
2136 "url",
2137 "webfinger-rs",
2138]
2139
2140[[package]]
2141name = "quote"
2142version = "1.0.43"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
2145dependencies = [
2146 "proc-macro2",
2147]
2148
2149[[package]]
2150name = "r-efi"
2151version = "5.3.0"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2154
2155[[package]]
2156name = "rand"
2157version = "0.8.5"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2160dependencies = [
2161 "libc",
2162 "rand_chacha 0.3.1",
2163 "rand_core 0.6.4",
2164]
2165
2166[[package]]
2167name = "rand"
2168version = "0.9.2"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2171dependencies = [
2172 "rand_chacha 0.9.0",
2173 "rand_core 0.9.5",
2174]
2175
2176[[package]]
2177name = "rand_chacha"
2178version = "0.3.1"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2181dependencies = [
2182 "ppv-lite86",
2183 "rand_core 0.6.4",
2184]
2185
2186[[package]]
2187name = "rand_chacha"
2188version = "0.9.0"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2191dependencies = [
2192 "ppv-lite86",
2193 "rand_core 0.9.5",
2194]
2195
2196[[package]]
2197name = "rand_core"
2198version = "0.6.4"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2201dependencies = [
2202 "getrandom 0.2.17",
2203]
2204
2205[[package]]
2206name = "rand_core"
2207version = "0.9.5"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2210dependencies = [
2211 "getrandom 0.3.4",
2212]
2213
2214[[package]]
2215name = "redox_syscall"
2216version = "0.5.16"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792"
2219dependencies = [
2220 "bitflags",
2221]
2222
2223[[package]]
2224name = "ref-cast"
2225version = "1.0.24"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
2228dependencies = [
2229 "ref-cast-impl",
2230]
2231
2232[[package]]
2233name = "ref-cast-impl"
2234version = "1.0.24"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
2237dependencies = [
2238 "proc-macro2",
2239 "quote",
2240 "syn",
2241]
2242
2243[[package]]
2244name = "regex"
2245version = "1.12.2"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
2248dependencies = [
2249 "aho-corasick",
2250 "memchr",
2251 "regex-automata",
2252 "regex-syntax",
2253]
2254
2255[[package]]
2256name = "regex-automata"
2257version = "0.4.13"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
2260dependencies = [
2261 "aho-corasick",
2262 "memchr",
2263 "regex-syntax",
2264]
2265
2266[[package]]
2267name = "regex-syntax"
2268version = "0.8.8"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
2271
2272[[package]]
2273name = "reqwest"
2274version = "0.12.28"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2277dependencies = [
2278 "base64 0.22.1",
2279 "bytes",
2280 "encoding_rs",
2281 "futures-core",
2282 "h2",
2283 "http",
2284 "http-body",
2285 "http-body-util",
2286 "hyper",
2287 "hyper-rustls",
2288 "hyper-tls",
2289 "hyper-util",
2290 "js-sys",
2291 "log",
2292 "mime",
2293 "native-tls",
2294 "percent-encoding",
2295 "pin-project-lite",
2296 "rustls-pki-types",
2297 "serde",
2298 "serde_json",
2299 "serde_urlencoded",
2300 "sync_wrapper",
2301 "tokio",
2302 "tokio-native-tls",
2303 "tower",
2304 "tower-http",
2305 "tower-service",
2306 "url",
2307 "wasm-bindgen",
2308 "wasm-bindgen-futures",
2309 "web-sys",
2310]
2311
2312[[package]]
2313name = "ring"
2314version = "0.17.14"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2317dependencies = [
2318 "cc",
2319 "cfg-if",
2320 "getrandom 0.2.17",
2321 "libc",
2322 "untrusted",
2323 "windows-sys 0.52.0",
2324]
2325
2326[[package]]
2327name = "roff"
2328version = "0.2.2"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
2331
2332[[package]]
2333name = "rsa"
2334version = "0.9.8"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
2337dependencies = [
2338 "const-oid",
2339 "digest",
2340 "num-bigint-dig",
2341 "num-integer",
2342 "num-traits",
2343 "pkcs1",
2344 "pkcs8",
2345 "rand_core 0.6.4",
2346 "signature",
2347 "spki",
2348 "subtle",
2349 "zeroize",
2350]
2351
2352[[package]]
2353name = "rss"
2354version = "2.0.12"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "b2107738f003660f0a91f56fd3e3bd3ab5d918b2ddaf1e1ec2136fb1c46f71bf"
2357dependencies = [
2358 "atom_syndication",
2359 "derive_builder",
2360 "never",
2361 "quick-xml",
2362]
2363
2364[[package]]
2365name = "rustc-hash"
2366version = "2.1.1"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2369
2370[[package]]
2371name = "rustc_version"
2372version = "0.4.1"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2375dependencies = [
2376 "semver",
2377]
2378
2379[[package]]
2380name = "rustix"
2381version = "1.1.3"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
2384dependencies = [
2385 "bitflags",
2386 "errno",
2387 "libc",
2388 "linux-raw-sys",
2389 "windows-sys 0.61.2",
2390]
2391
2392[[package]]
2393name = "rustls"
2394version = "0.23.36"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
2397dependencies = [
2398 "once_cell",
2399 "rustls-pki-types",
2400 "rustls-webpki",
2401 "subtle",
2402 "zeroize",
2403]
2404
2405[[package]]
2406name = "rustls-pki-types"
2407version = "1.14.0"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2410dependencies = [
2411 "zeroize",
2412]
2413
2414[[package]]
2415name = "rustls-webpki"
2416version = "0.103.9"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
2419dependencies = [
2420 "ring",
2421 "rustls-pki-types",
2422 "untrusted",
2423]
2424
2425[[package]]
2426name = "rustversion"
2427version = "1.0.22"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2430
2431[[package]]
2432name = "ryu"
2433version = "1.0.22"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
2436
2437[[package]]
2438name = "schannel"
2439version = "0.1.27"
2440source = "registry+https://github.com/rust-lang/crates.io-index"
2441checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2442dependencies = [
2443 "windows-sys 0.59.0",
2444]
2445
2446[[package]]
2447name = "schemars"
2448version = "0.9.0"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
2451dependencies = [
2452 "dyn-clone",
2453 "ref-cast",
2454 "serde",
2455 "serde_json",
2456]
2457
2458[[package]]
2459name = "schemars"
2460version = "1.0.4"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
2463dependencies = [
2464 "dyn-clone",
2465 "ref-cast",
2466 "serde",
2467 "serde_json",
2468]
2469
2470[[package]]
2471name = "scopeguard"
2472version = "1.2.0"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2475
2476[[package]]
2477name = "security-framework"
2478version = "2.11.1"
2479source = "registry+https://github.com/rust-lang/crates.io-index"
2480checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2481dependencies = [
2482 "bitflags",
2483 "core-foundation",
2484 "core-foundation-sys",
2485 "libc",
2486 "security-framework-sys",
2487]
2488
2489[[package]]
2490name = "security-framework-sys"
2491version = "2.14.0"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2494dependencies = [
2495 "core-foundation-sys",
2496 "libc",
2497]
2498
2499[[package]]
2500name = "semver"
2501version = "1.0.26"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
2504
2505[[package]]
2506name = "serde"
2507version = "1.0.228"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2510dependencies = [
2511 "serde_core",
2512 "serde_derive",
2513]
2514
2515[[package]]
2516name = "serde_core"
2517version = "1.0.228"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2520dependencies = [
2521 "serde_derive",
2522]
2523
2524[[package]]
2525name = "serde_derive"
2526version = "1.0.228"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2529dependencies = [
2530 "proc-macro2",
2531 "quote",
2532 "syn",
2533]
2534
2535[[package]]
2536name = "serde_html_form"
2537version = "0.2.7"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4"
2540dependencies = [
2541 "form_urlencoded",
2542 "indexmap 2.13.0",
2543 "itoa",
2544 "ryu",
2545 "serde",
2546]
2547
2548[[package]]
2549name = "serde_json"
2550version = "1.0.149"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2553dependencies = [
2554 "indexmap 2.13.0",
2555 "itoa",
2556 "memchr",
2557 "serde",
2558 "serde_core",
2559 "zmij",
2560]
2561
2562[[package]]
2563name = "serde_path_to_error"
2564version = "0.1.20"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2567dependencies = [
2568 "itoa",
2569 "serde",
2570 "serde_core",
2571]
2572
2573[[package]]
2574name = "serde_spanned"
2575version = "0.6.9"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2578dependencies = [
2579 "serde",
2580]
2581
2582[[package]]
2583name = "serde_urlencoded"
2584version = "0.7.1"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2587dependencies = [
2588 "form_urlencoded",
2589 "itoa",
2590 "ryu",
2591 "serde",
2592]
2593
2594[[package]]
2595name = "serde_with"
2596version = "3.14.0"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
2599dependencies = [
2600 "base64 0.22.1",
2601 "chrono",
2602 "hex",
2603 "indexmap 1.9.3",
2604 "indexmap 2.13.0",
2605 "schemars 0.9.0",
2606 "schemars 1.0.4",
2607 "serde",
2608 "serde_derive",
2609 "serde_json",
2610 "serde_with_macros",
2611 "time",
2612]
2613
2614[[package]]
2615name = "serde_with_macros"
2616version = "3.14.0"
2617source = "registry+https://github.com/rust-lang/crates.io-index"
2618checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
2619dependencies = [
2620 "darling",
2621 "proc-macro2",
2622 "quote",
2623 "syn",
2624]
2625
2626[[package]]
2627name = "sha1"
2628version = "0.10.6"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2631dependencies = [
2632 "cfg-if",
2633 "cpufeatures",
2634 "digest",
2635]
2636
2637[[package]]
2638name = "sha2"
2639version = "0.10.9"
2640source = "registry+https://github.com/rust-lang/crates.io-index"
2641checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2642dependencies = [
2643 "cfg-if",
2644 "cpufeatures",
2645 "digest",
2646]
2647
2648[[package]]
2649name = "sharded-slab"
2650version = "0.1.7"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2653dependencies = [
2654 "lazy_static",
2655]
2656
2657[[package]]
2658name = "shell-words"
2659version = "1.1.0"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2662
2663[[package]]
2664name = "shlex"
2665version = "1.3.0"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2668
2669[[package]]
2670name = "signal-hook-registry"
2671version = "1.4.8"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2674dependencies = [
2675 "errno",
2676 "libc",
2677]
2678
2679[[package]]
2680name = "signature"
2681version = "2.2.0"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2684dependencies = [
2685 "digest",
2686 "rand_core 0.6.4",
2687]
2688
2689[[package]]
2690name = "slab"
2691version = "0.4.11"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2694
2695[[package]]
2696name = "slug"
2697version = "0.1.6"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
2700dependencies = [
2701 "deunicode",
2702 "wasm-bindgen",
2703]
2704
2705[[package]]
2706name = "smallvec"
2707version = "1.15.1"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2710dependencies = [
2711 "serde",
2712]
2713
2714[[package]]
2715name = "socket2"
2716version = "0.6.1"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
2719dependencies = [
2720 "libc",
2721 "windows-sys 0.60.2",
2722]
2723
2724[[package]]
2725name = "spin"
2726version = "0.9.8"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2729dependencies = [
2730 "lock_api",
2731]
2732
2733[[package]]
2734name = "spki"
2735version = "0.7.3"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2738dependencies = [
2739 "base64ct",
2740 "der",
2741]
2742
2743[[package]]
2744name = "sqlx"
2745version = "0.8.6"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
2748dependencies = [
2749 "sqlx-core",
2750 "sqlx-macros",
2751 "sqlx-mysql",
2752 "sqlx-postgres",
2753 "sqlx-sqlite",
2754]
2755
2756[[package]]
2757name = "sqlx-core"
2758version = "0.8.6"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
2761dependencies = [
2762 "base64 0.22.1",
2763 "bytes",
2764 "crc",
2765 "crossbeam-queue",
2766 "either",
2767 "event-listener",
2768 "futures-core",
2769 "futures-intrusive",
2770 "futures-io",
2771 "futures-util",
2772 "hashbrown 0.15.5",
2773 "hashlink",
2774 "indexmap 2.13.0",
2775 "log",
2776 "memchr",
2777 "once_cell",
2778 "percent-encoding",
2779 "serde",
2780 "serde_json",
2781 "sha2",
2782 "smallvec",
2783 "thiserror 2.0.18",
2784 "tokio",
2785 "tokio-stream",
2786 "tracing",
2787 "url",
2788]
2789
2790[[package]]
2791name = "sqlx-macros"
2792version = "0.8.6"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
2795dependencies = [
2796 "proc-macro2",
2797 "quote",
2798 "sqlx-core",
2799 "sqlx-macros-core",
2800 "syn",
2801]
2802
2803[[package]]
2804name = "sqlx-macros-core"
2805version = "0.8.6"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
2808dependencies = [
2809 "dotenvy",
2810 "either",
2811 "heck",
2812 "hex",
2813 "once_cell",
2814 "proc-macro2",
2815 "quote",
2816 "serde",
2817 "serde_json",
2818 "sha2",
2819 "sqlx-core",
2820 "sqlx-mysql",
2821 "sqlx-postgres",
2822 "sqlx-sqlite",
2823 "syn",
2824 "tokio",
2825 "url",
2826]
2827
2828[[package]]
2829name = "sqlx-mysql"
2830version = "0.8.6"
2831source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
2833dependencies = [
2834 "atoi",
2835 "base64 0.22.1",
2836 "bitflags",
2837 "byteorder",
2838 "bytes",
2839 "crc",
2840 "digest",
2841 "dotenvy",
2842 "either",
2843 "futures-channel",
2844 "futures-core",
2845 "futures-io",
2846 "futures-util",
2847 "generic-array",
2848 "hex",
2849 "hkdf",
2850 "hmac",
2851 "itoa",
2852 "log",
2853 "md-5",
2854 "memchr",
2855 "once_cell",
2856 "percent-encoding",
2857 "rand 0.8.5",
2858 "rsa",
2859 "serde",
2860 "sha1",
2861 "sha2",
2862 "smallvec",
2863 "sqlx-core",
2864 "stringprep",
2865 "thiserror 2.0.18",
2866 "tracing",
2867 "whoami",
2868]
2869
2870[[package]]
2871name = "sqlx-postgres"
2872version = "0.8.6"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
2875dependencies = [
2876 "atoi",
2877 "base64 0.22.1",
2878 "bitflags",
2879 "byteorder",
2880 "crc",
2881 "dotenvy",
2882 "etcetera",
2883 "futures-channel",
2884 "futures-core",
2885 "futures-util",
2886 "hex",
2887 "hkdf",
2888 "hmac",
2889 "home",
2890 "itoa",
2891 "log",
2892 "md-5",
2893 "memchr",
2894 "once_cell",
2895 "rand 0.8.5",
2896 "serde",
2897 "serde_json",
2898 "sha2",
2899 "smallvec",
2900 "sqlx-core",
2901 "stringprep",
2902 "thiserror 2.0.18",
2903 "tracing",
2904 "whoami",
2905]
2906
2907[[package]]
2908name = "sqlx-sqlite"
2909version = "0.8.6"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
2912dependencies = [
2913 "atoi",
2914 "flume",
2915 "futures-channel",
2916 "futures-core",
2917 "futures-executor",
2918 "futures-intrusive",
2919 "futures-util",
2920 "libsqlite3-sys",
2921 "log",
2922 "percent-encoding",
2923 "serde",
2924 "serde_urlencoded",
2925 "sqlx-core",
2926 "thiserror 2.0.18",
2927 "tracing",
2928 "url",
2929]
2930
2931[[package]]
2932name = "stable_deref_trait"
2933version = "1.2.1"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2936
2937[[package]]
2938name = "streaming-iterator"
2939version = "0.1.9"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
2942
2943[[package]]
2944name = "stringprep"
2945version = "0.1.5"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2948dependencies = [
2949 "unicode-bidi",
2950 "unicode-normalization",
2951 "unicode-properties",
2952]
2953
2954[[package]]
2955name = "strsim"
2956version = "0.11.1"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2959
2960[[package]]
2961name = "subtle"
2962version = "2.6.1"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2965
2966[[package]]
2967name = "syn"
2968version = "2.0.114"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
2971dependencies = [
2972 "proc-macro2",
2973 "quote",
2974 "unicode-ident",
2975]
2976
2977[[package]]
2978name = "sync_wrapper"
2979version = "1.0.2"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2982dependencies = [
2983 "futures-core",
2984]
2985
2986[[package]]
2987name = "synstructure"
2988version = "0.13.2"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2991dependencies = [
2992 "proc-macro2",
2993 "quote",
2994 "syn",
2995]
2996
2997[[package]]
2998name = "system-configuration"
2999version = "0.6.1"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
3002dependencies = [
3003 "bitflags",
3004 "core-foundation",
3005 "system-configuration-sys",
3006]
3007
3008[[package]]
3009name = "system-configuration-sys"
3010version = "0.6.0"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3013dependencies = [
3014 "core-foundation-sys",
3015 "libc",
3016]
3017
3018[[package]]
3019name = "tempfile"
3020version = "3.24.0"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
3023dependencies = [
3024 "fastrand",
3025 "getrandom 0.3.4",
3026 "once_cell",
3027 "rustix",
3028 "windows-sys 0.61.2",
3029]
3030
3031[[package]]
3032name = "thiserror"
3033version = "1.0.69"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3036dependencies = [
3037 "thiserror-impl 1.0.69",
3038]
3039
3040[[package]]
3041name = "thiserror"
3042version = "2.0.18"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3045dependencies = [
3046 "thiserror-impl 2.0.18",
3047]
3048
3049[[package]]
3050name = "thiserror-impl"
3051version = "1.0.69"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3054dependencies = [
3055 "proc-macro2",
3056 "quote",
3057 "syn",
3058]
3059
3060[[package]]
3061name = "thiserror-impl"
3062version = "2.0.18"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3065dependencies = [
3066 "proc-macro2",
3067 "quote",
3068 "syn",
3069]
3070
3071[[package]]
3072name = "thread_local"
3073version = "1.1.9"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3076dependencies = [
3077 "cfg-if",
3078]
3079
3080[[package]]
3081name = "time"
3082version = "0.3.47"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
3085dependencies = [
3086 "deranged",
3087 "itoa",
3088 "num-conv",
3089 "powerfmt",
3090 "serde_core",
3091 "time-core",
3092 "time-macros",
3093]
3094
3095[[package]]
3096name = "time-core"
3097version = "0.1.8"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
3100
3101[[package]]
3102name = "time-macros"
3103version = "0.2.27"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
3106dependencies = [
3107 "num-conv",
3108 "time-core",
3109]
3110
3111[[package]]
3112name = "timeutil"
3113version = "0.1.0"
3114dependencies = [
3115 "time",
3116]
3117
3118[[package]]
3119name = "tinystr"
3120version = "0.8.2"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3123dependencies = [
3124 "displaydoc",
3125 "zerovec",
3126]
3127
3128[[package]]
3129name = "tinyvec"
3130version = "1.9.0"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
3133dependencies = [
3134 "tinyvec_macros",
3135]
3136
3137[[package]]
3138name = "tinyvec_macros"
3139version = "0.1.1"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3142
3143[[package]]
3144name = "tokio"
3145version = "1.49.0"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
3148dependencies = [
3149 "bytes",
3150 "libc",
3151 "mio",
3152 "parking_lot",
3153 "pin-project-lite",
3154 "signal-hook-registry",
3155 "socket2",
3156 "tokio-macros",
3157 "windows-sys 0.61.2",
3158]
3159
3160[[package]]
3161name = "tokio-macros"
3162version = "2.6.0"
3163source = "registry+https://github.com/rust-lang/crates.io-index"
3164checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
3165dependencies = [
3166 "proc-macro2",
3167 "quote",
3168 "syn",
3169]
3170
3171[[package]]
3172name = "tokio-native-tls"
3173version = "0.3.1"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3176dependencies = [
3177 "native-tls",
3178 "tokio",
3179]
3180
3181[[package]]
3182name = "tokio-rustls"
3183version = "0.26.4"
3184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3186dependencies = [
3187 "rustls",
3188 "tokio",
3189]
3190
3191[[package]]
3192name = "tokio-stream"
3193version = "0.1.18"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
3196dependencies = [
3197 "futures-core",
3198 "pin-project-lite",
3199 "tokio",
3200]
3201
3202[[package]]
3203name = "tokio-util"
3204version = "0.7.18"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3207dependencies = [
3208 "bytes",
3209 "futures-core",
3210 "futures-io",
3211 "futures-sink",
3212 "pin-project-lite",
3213 "tokio",
3214]
3215
3216[[package]]
3217name = "toml"
3218version = "0.8.23"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
3221dependencies = [
3222 "serde",
3223 "serde_spanned",
3224 "toml_datetime",
3225 "toml_edit",
3226]
3227
3228[[package]]
3229name = "toml_datetime"
3230version = "0.6.11"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
3233dependencies = [
3234 "serde",
3235]
3236
3237[[package]]
3238name = "toml_edit"
3239version = "0.22.27"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
3242dependencies = [
3243 "indexmap 2.13.0",
3244 "serde",
3245 "serde_spanned",
3246 "toml_datetime",
3247 "toml_write",
3248 "winnow",
3249]
3250
3251[[package]]
3252name = "toml_write"
3253version = "0.1.2"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
3256
3257[[package]]
3258name = "tower"
3259version = "0.5.3"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3262dependencies = [
3263 "futures-core",
3264 "futures-util",
3265 "pin-project-lite",
3266 "sync_wrapper",
3267 "tokio",
3268 "tower-layer",
3269 "tower-service",
3270 "tracing",
3271]
3272
3273[[package]]
3274name = "tower-http"
3275version = "0.6.8"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
3278dependencies = [
3279 "bitflags",
3280 "bytes",
3281 "futures-util",
3282 "http",
3283 "http-body",
3284 "iri-string",
3285 "pin-project-lite",
3286 "tower",
3287 "tower-layer",
3288 "tower-service",
3289 "tracing",
3290]
3291
3292[[package]]
3293name = "tower-layer"
3294version = "0.3.3"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3297
3298[[package]]
3299name = "tower-service"
3300version = "0.3.3"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3303
3304[[package]]
3305name = "tracing"
3306version = "0.1.44"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3309dependencies = [
3310 "log",
3311 "pin-project-lite",
3312 "tracing-attributes",
3313 "tracing-core",
3314]
3315
3316[[package]]
3317name = "tracing-attributes"
3318version = "0.1.31"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3321dependencies = [
3322 "proc-macro2",
3323 "quote",
3324 "syn",
3325]
3326
3327[[package]]
3328name = "tracing-core"
3329version = "0.1.36"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3332dependencies = [
3333 "once_cell",
3334 "valuable",
3335]
3336
3337[[package]]
3338name = "tracing-log"
3339version = "0.2.0"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3342dependencies = [
3343 "log",
3344 "once_cell",
3345 "tracing-core",
3346]
3347
3348[[package]]
3349name = "tracing-subscriber"
3350version = "0.3.22"
3351source = "registry+https://github.com/rust-lang/crates.io-index"
3352checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
3353dependencies = [
3354 "matchers",
3355 "nu-ansi-term",
3356 "once_cell",
3357 "regex-automata",
3358 "sharded-slab",
3359 "smallvec",
3360 "thread_local",
3361 "tracing",
3362 "tracing-core",
3363 "tracing-log",
3364]
3365
3366[[package]]
3367name = "tree-sitter"
3368version = "0.25.10"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
3371dependencies = [
3372 "cc",
3373 "regex",
3374 "regex-syntax",
3375 "serde_json",
3376 "streaming-iterator",
3377 "tree-sitter-language",
3378]
3379
3380[[package]]
3381name = "tree-sitter-highlight"
3382version = "0.25.10"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "adc5f880ad8d8f94e88cb81c3557024cf1a8b75e3b504c50481ed4f5a6006ff3"
3385dependencies = [
3386 "regex",
3387 "streaming-iterator",
3388 "thiserror 2.0.18",
3389 "tree-sitter",
3390]
3391
3392[[package]]
3393name = "tree-sitter-language"
3394version = "0.1.5"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
3397
3398[[package]]
3399name = "try-lock"
3400version = "0.2.5"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3403
3404[[package]]
3405name = "typed-arena"
3406version = "2.0.2"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
3409
3410[[package]]
3411name = "typenum"
3412version = "1.19.0"
3413source = "registry+https://github.com/rust-lang/crates.io-index"
3414checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3415
3416[[package]]
3417name = "unicase"
3418version = "2.8.1"
3419source = "registry+https://github.com/rust-lang/crates.io-index"
3420checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
3421
3422[[package]]
3423name = "unicode-bidi"
3424version = "0.3.18"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3427
3428[[package]]
3429name = "unicode-ident"
3430version = "1.0.22"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
3433
3434[[package]]
3435name = "unicode-normalization"
3436version = "0.1.24"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
3439dependencies = [
3440 "tinyvec",
3441]
3442
3443[[package]]
3444name = "unicode-properties"
3445version = "0.1.3"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
3448
3449[[package]]
3450name = "unicode-segmentation"
3451version = "1.12.0"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3454
3455[[package]]
3456name = "unicode-width"
3457version = "0.2.1"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
3460
3461[[package]]
3462name = "unicode_categories"
3463version = "0.1.1"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
3466
3467[[package]]
3468name = "untrusted"
3469version = "0.9.0"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3472
3473[[package]]
3474name = "url"
3475version = "2.5.8"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3478dependencies = [
3479 "form_urlencoded",
3480 "idna",
3481 "percent-encoding",
3482 "serde",
3483 "serde_derive",
3484]
3485
3486[[package]]
3487name = "urlencoding"
3488version = "2.1.3"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3491
3492[[package]]
3493name = "utf8_iter"
3494version = "1.0.4"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3497
3498[[package]]
3499name = "utf8parse"
3500version = "0.2.2"
3501source = "registry+https://github.com/rust-lang/crates.io-index"
3502checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3503
3504[[package]]
3505name = "valuable"
3506version = "0.1.1"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3509
3510[[package]]
3511name = "vcpkg"
3512version = "0.2.15"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3515
3516[[package]]
3517name = "version_check"
3518version = "0.9.5"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3521
3522[[package]]
3523name = "want"
3524version = "0.3.1"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3527dependencies = [
3528 "try-lock",
3529]
3530
3531[[package]]
3532name = "wasi"
3533version = "0.11.1+wasi-snapshot-preview1"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3536
3537[[package]]
3538name = "wasip2"
3539version = "1.0.2+wasi-0.2.9"
3540source = "registry+https://github.com/rust-lang/crates.io-index"
3541checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
3542dependencies = [
3543 "wit-bindgen",
3544]
3545
3546[[package]]
3547name = "wasite"
3548version = "0.1.0"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3551
3552[[package]]
3553name = "wasm-bindgen"
3554version = "0.2.100"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
3557dependencies = [
3558 "cfg-if",
3559 "once_cell",
3560 "rustversion",
3561 "wasm-bindgen-macro",
3562]
3563
3564[[package]]
3565name = "wasm-bindgen-backend"
3566version = "0.2.100"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
3569dependencies = [
3570 "bumpalo",
3571 "log",
3572 "proc-macro2",
3573 "quote",
3574 "syn",
3575 "wasm-bindgen-shared",
3576]
3577
3578[[package]]
3579name = "wasm-bindgen-futures"
3580version = "0.4.50"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
3583dependencies = [
3584 "cfg-if",
3585 "js-sys",
3586 "once_cell",
3587 "wasm-bindgen",
3588 "web-sys",
3589]
3590
3591[[package]]
3592name = "wasm-bindgen-macro"
3593version = "0.2.100"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
3596dependencies = [
3597 "quote",
3598 "wasm-bindgen-macro-support",
3599]
3600
3601[[package]]
3602name = "wasm-bindgen-macro-support"
3603version = "0.2.100"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
3606dependencies = [
3607 "proc-macro2",
3608 "quote",
3609 "syn",
3610 "wasm-bindgen-backend",
3611 "wasm-bindgen-shared",
3612]
3613
3614[[package]]
3615name = "wasm-bindgen-shared"
3616version = "0.2.100"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
3619dependencies = [
3620 "unicode-ident",
3621]
3622
3623[[package]]
3624name = "web-sys"
3625version = "0.3.77"
3626source = "registry+https://github.com/rust-lang/crates.io-index"
3627checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
3628dependencies = [
3629 "js-sys",
3630 "wasm-bindgen",
3631]
3632
3633[[package]]
3634name = "webfinger-rs"
3635version = "0.0.20"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "6c136a6626cec37738c562cab4ac5ee19c9e26fc9d2de79b54148ca82f8689bf"
3638dependencies = [
3639 "async-convert",
3640 "axum",
3641 "axum-extra",
3642 "http",
3643 "nutype",
3644 "percent-encoding",
3645 "reqwest",
3646 "serde",
3647 "serde_json",
3648 "serde_with",
3649 "thiserror 2.0.18",
3650 "tracing",
3651]
3652
3653[[package]]
3654name = "whoami"
3655version = "1.6.1"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
3658dependencies = [
3659 "libredox",
3660 "wasite",
3661]
3662
3663[[package]]
3664name = "windows-core"
3665version = "0.61.2"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
3668dependencies = [
3669 "windows-implement",
3670 "windows-interface",
3671 "windows-link 0.1.3",
3672 "windows-result",
3673 "windows-strings",
3674]
3675
3676[[package]]
3677name = "windows-implement"
3678version = "0.60.0"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
3681dependencies = [
3682 "proc-macro2",
3683 "quote",
3684 "syn",
3685]
3686
3687[[package]]
3688name = "windows-interface"
3689version = "0.59.1"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
3692dependencies = [
3693 "proc-macro2",
3694 "quote",
3695 "syn",
3696]
3697
3698[[package]]
3699name = "windows-link"
3700version = "0.1.3"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
3703
3704[[package]]
3705name = "windows-link"
3706version = "0.2.1"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3709
3710[[package]]
3711name = "windows-registry"
3712version = "0.5.3"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
3715dependencies = [
3716 "windows-link 0.1.3",
3717 "windows-result",
3718 "windows-strings",
3719]
3720
3721[[package]]
3722name = "windows-result"
3723version = "0.3.4"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
3726dependencies = [
3727 "windows-link 0.1.3",
3728]
3729
3730[[package]]
3731name = "windows-strings"
3732version = "0.4.2"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
3735dependencies = [
3736 "windows-link 0.1.3",
3737]
3738
3739[[package]]
3740name = "windows-sys"
3741version = "0.48.0"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3744dependencies = [
3745 "windows-targets 0.48.5",
3746]
3747
3748[[package]]
3749name = "windows-sys"
3750version = "0.52.0"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3753dependencies = [
3754 "windows-targets 0.52.6",
3755]
3756
3757[[package]]
3758name = "windows-sys"
3759version = "0.59.0"
3760source = "registry+https://github.com/rust-lang/crates.io-index"
3761checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3762dependencies = [
3763 "windows-targets 0.52.6",
3764]
3765
3766[[package]]
3767name = "windows-sys"
3768version = "0.60.2"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3771dependencies = [
3772 "windows-targets 0.53.2",
3773]
3774
3775[[package]]
3776name = "windows-sys"
3777version = "0.61.2"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3780dependencies = [
3781 "windows-link 0.2.1",
3782]
3783
3784[[package]]
3785name = "windows-targets"
3786version = "0.48.5"
3787source = "registry+https://github.com/rust-lang/crates.io-index"
3788checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3789dependencies = [
3790 "windows_aarch64_gnullvm 0.48.5",
3791 "windows_aarch64_msvc 0.48.5",
3792 "windows_i686_gnu 0.48.5",
3793 "windows_i686_msvc 0.48.5",
3794 "windows_x86_64_gnu 0.48.5",
3795 "windows_x86_64_gnullvm 0.48.5",
3796 "windows_x86_64_msvc 0.48.5",
3797]
3798
3799[[package]]
3800name = "windows-targets"
3801version = "0.52.6"
3802source = "registry+https://github.com/rust-lang/crates.io-index"
3803checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3804dependencies = [
3805 "windows_aarch64_gnullvm 0.52.6",
3806 "windows_aarch64_msvc 0.52.6",
3807 "windows_i686_gnu 0.52.6",
3808 "windows_i686_gnullvm 0.52.6",
3809 "windows_i686_msvc 0.52.6",
3810 "windows_x86_64_gnu 0.52.6",
3811 "windows_x86_64_gnullvm 0.52.6",
3812 "windows_x86_64_msvc 0.52.6",
3813]
3814
3815[[package]]
3816name = "windows-targets"
3817version = "0.53.2"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
3820dependencies = [
3821 "windows_aarch64_gnullvm 0.53.0",
3822 "windows_aarch64_msvc 0.53.0",
3823 "windows_i686_gnu 0.53.0",
3824 "windows_i686_gnullvm 0.53.0",
3825 "windows_i686_msvc 0.53.0",
3826 "windows_x86_64_gnu 0.53.0",
3827 "windows_x86_64_gnullvm 0.53.0",
3828 "windows_x86_64_msvc 0.53.0",
3829]
3830
3831[[package]]
3832name = "windows_aarch64_gnullvm"
3833version = "0.48.5"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3836
3837[[package]]
3838name = "windows_aarch64_gnullvm"
3839version = "0.52.6"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3842
3843[[package]]
3844name = "windows_aarch64_gnullvm"
3845version = "0.53.0"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3848
3849[[package]]
3850name = "windows_aarch64_msvc"
3851version = "0.48.5"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3854
3855[[package]]
3856name = "windows_aarch64_msvc"
3857version = "0.52.6"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3860
3861[[package]]
3862name = "windows_aarch64_msvc"
3863version = "0.53.0"
3864source = "registry+https://github.com/rust-lang/crates.io-index"
3865checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3866
3867[[package]]
3868name = "windows_i686_gnu"
3869version = "0.48.5"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3872
3873[[package]]
3874name = "windows_i686_gnu"
3875version = "0.52.6"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3878
3879[[package]]
3880name = "windows_i686_gnu"
3881version = "0.53.0"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3884
3885[[package]]
3886name = "windows_i686_gnullvm"
3887version = "0.52.6"
3888source = "registry+https://github.com/rust-lang/crates.io-index"
3889checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3890
3891[[package]]
3892name = "windows_i686_gnullvm"
3893version = "0.53.0"
3894source = "registry+https://github.com/rust-lang/crates.io-index"
3895checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3896
3897[[package]]
3898name = "windows_i686_msvc"
3899version = "0.48.5"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3902
3903[[package]]
3904name = "windows_i686_msvc"
3905version = "0.52.6"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3908
3909[[package]]
3910name = "windows_i686_msvc"
3911version = "0.53.0"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3914
3915[[package]]
3916name = "windows_x86_64_gnu"
3917version = "0.48.5"
3918source = "registry+https://github.com/rust-lang/crates.io-index"
3919checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3920
3921[[package]]
3922name = "windows_x86_64_gnu"
3923version = "0.52.6"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3926
3927[[package]]
3928name = "windows_x86_64_gnu"
3929version = "0.53.0"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3932
3933[[package]]
3934name = "windows_x86_64_gnullvm"
3935version = "0.48.5"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3938
3939[[package]]
3940name = "windows_x86_64_gnullvm"
3941version = "0.52.6"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3944
3945[[package]]
3946name = "windows_x86_64_gnullvm"
3947version = "0.53.0"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3950
3951[[package]]
3952name = "windows_x86_64_msvc"
3953version = "0.48.5"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3956
3957[[package]]
3958name = "windows_x86_64_msvc"
3959version = "0.52.6"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3962
3963[[package]]
3964name = "windows_x86_64_msvc"
3965version = "0.53.0"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3968
3969[[package]]
3970name = "winnow"
3971version = "0.7.12"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
3974dependencies = [
3975 "memchr",
3976]
3977
3978[[package]]
3979name = "wit-bindgen"
3980version = "0.51.0"
3981source = "registry+https://github.com/rust-lang/crates.io-index"
3982checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3983
3984[[package]]
3985name = "writeable"
3986version = "0.6.2"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3989
3990[[package]]
3991name = "xtask"
3992version = "0.1.0"
3993dependencies = [
3994 "ayllu_cmd",
3995 "clap",
3996 "clap_mangen",
3997]
3998
3999[[package]]
4000name = "yoke"
4001version = "0.8.1"
4002source = "registry+https://github.com/rust-lang/crates.io-index"
4003checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4004dependencies = [
4005 "stable_deref_trait",
4006 "yoke-derive",
4007 "zerofrom",
4008]
4009
4010[[package]]
4011name = "yoke-derive"
4012version = "0.8.1"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4015dependencies = [
4016 "proc-macro2",
4017 "quote",
4018 "syn",
4019 "synstructure",
4020]
4021
4022[[package]]
4023name = "zerocopy"
4024version = "0.8.33"
4025source = "registry+https://github.com/rust-lang/crates.io-index"
4026checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
4027dependencies = [
4028 "zerocopy-derive",
4029]
4030
4031[[package]]
4032name = "zerocopy-derive"
4033version = "0.8.33"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
4036dependencies = [
4037 "proc-macro2",
4038 "quote",
4039 "syn",
4040]
4041
4042[[package]]
4043name = "zerofrom"
4044version = "0.1.6"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4047dependencies = [
4048 "zerofrom-derive",
4049]
4050
4051[[package]]
4052name = "zerofrom-derive"
4053version = "0.1.6"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4056dependencies = [
4057 "proc-macro2",
4058 "quote",
4059 "syn",
4060 "synstructure",
4061]
4062
4063[[package]]
4064name = "zeroize"
4065version = "1.8.2"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
4068
4069[[package]]
4070name = "zerotrie"
4071version = "0.2.3"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
4074dependencies = [
4075 "displaydoc",
4076 "yoke",
4077 "zerofrom",
4078]
4079
4080[[package]]
4081name = "zerovec"
4082version = "0.11.5"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
4085dependencies = [
4086 "yoke",
4087 "zerofrom",
4088 "zerovec-derive",
4089]
4090
4091[[package]]
4092name = "zerovec-derive"
4093version = "0.11.2"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
4096dependencies = [
4097 "proc-macro2",
4098 "quote",
4099 "syn",
4100]
4101
4102[[package]]
4103name = "zmij"
4104version = "1.0.19"
4105source = "registry+https://github.com/rust-lang/crates.io-index"
4106checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445"