Blob Cargo.lock
-rw-r--r-- 107.9 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 = "android_system_properties"
16version = "0.1.5"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
19dependencies = [
20 "libc",
21]
22
23[[package]]
24name = "anstream"
25version = "1.0.0"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
28dependencies = [
29 "anstyle",
30 "anstyle-parse",
31 "anstyle-query",
32 "anstyle-wincon",
33 "colorchoice",
34 "is_terminal_polyfill",
35 "utf8parse",
36]
37
38[[package]]
39name = "anstyle"
40version = "1.0.14"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
43
44[[package]]
45name = "anstyle-parse"
46version = "1.0.0"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
49dependencies = [
50 "utf8parse",
51]
52
53[[package]]
54name = "anstyle-query"
55version = "1.1.5"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
58dependencies = [
59 "windows-sys 0.61.2",
60]
61
62[[package]]
63name = "anstyle-wincon"
64version = "3.0.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
67dependencies = [
68 "anstyle",
69 "once_cell_polyfill",
70 "windows-sys 0.61.2",
71]
72
73[[package]]
74name = "anyhow"
75version = "1.0.102"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
78
79[[package]]
80name = "askama"
81version = "0.14.0"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4"
84dependencies = [
85 "askama_derive",
86 "itoa",
87 "percent-encoding",
88 "serde",
89 "serde_json",
90]
91
92[[package]]
93name = "askama_derive"
94version = "0.14.0"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f"
97dependencies = [
98 "askama_parser",
99 "basic-toml",
100 "memchr",
101 "proc-macro2",
102 "quote",
103 "rustc-hash",
104 "serde",
105 "serde_derive",
106 "syn",
107]
108
109[[package]]
110name = "askama_parser"
111version = "0.14.0"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358"
114dependencies = [
115 "memchr",
116 "serde",
117 "serde_derive",
118 "winnow 0.7.15",
119]
120
121[[package]]
122name = "async-convert"
123version = "1.0.0"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae"
126dependencies = [
127 "async-trait",
128]
129
130[[package]]
131name = "async-trait"
132version = "0.1.89"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
135dependencies = [
136 "proc-macro2",
137 "quote",
138 "syn",
139]
140
141[[package]]
142name = "atom_syndication"
143version = "0.12.8"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "39d8b8ef99e33deb2a51504888222225797f48bace2f0cab01975746a39c05bb"
146dependencies = [
147 "chrono",
148 "derive_builder",
149 "diligent-date-parser",
150 "quick-xml",
151]
152
153[[package]]
154name = "atomic-waker"
155version = "1.1.2"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
158
159[[package]]
160name = "autocfg"
161version = "1.5.0"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
164
165[[package]]
166name = "aws-lc-rs"
167version = "1.17.0"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00"
170dependencies = [
171 "aws-lc-sys",
172 "zeroize",
173]
174
175[[package]]
176name = "aws-lc-sys"
177version = "0.41.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4"
180dependencies = [
181 "cc",
182 "cmake",
183 "dunce",
184 "fs_extra",
185]
186
187[[package]]
188name = "axum"
189version = "0.8.9"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
192dependencies = [
193 "axum-core",
194 "axum-macros",
195 "bytes",
196 "form_urlencoded",
197 "futures-util",
198 "http",
199 "http-body",
200 "http-body-util",
201 "hyper",
202 "hyper-util",
203 "itoa",
204 "matchit",
205 "memchr",
206 "mime",
207 "percent-encoding",
208 "pin-project-lite",
209 "serde_core",
210 "serde_json",
211 "serde_path_to_error",
212 "serde_urlencoded",
213 "sync_wrapper",
214 "tokio",
215 "tower",
216 "tower-layer",
217 "tower-service",
218 "tracing",
219]
220
221[[package]]
222name = "axum-core"
223version = "0.5.6"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
226dependencies = [
227 "bytes",
228 "futures-core",
229 "http",
230 "http-body",
231 "http-body-util",
232 "mime",
233 "pin-project-lite",
234 "sync_wrapper",
235 "tower-layer",
236 "tower-service",
237 "tracing",
238]
239
240[[package]]
241name = "axum-extra"
242version = "0.10.3"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96"
245dependencies = [
246 "axum",
247 "axum-core",
248 "bytes",
249 "cookie",
250 "futures-util",
251 "headers",
252 "http",
253 "http-body",
254 "http-body-util",
255 "mime",
256 "pin-project-lite",
257 "rustversion",
258 "serde_core",
259 "tower-layer",
260 "tower-service",
261 "tracing",
262]
263
264[[package]]
265name = "axum-extra"
266version = "0.12.6"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "be44683b41ccb9ab2d23a5230015c9c3c55be97a25e4428366de8873103f7970"
269dependencies = [
270 "axum-core",
271 "bytes",
272 "form_urlencoded",
273 "futures-core",
274 "futures-util",
275 "http",
276 "http-body",
277 "http-body-util",
278 "mime",
279 "pin-project-lite",
280 "serde_core",
281 "serde_html_form",
282 "serde_path_to_error",
283 "tower-layer",
284 "tower-service",
285]
286
287[[package]]
288name = "axum-macros"
289version = "0.5.1"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca"
292dependencies = [
293 "proc-macro2",
294 "quote",
295 "syn",
296]
297
298[[package]]
299name = "ayllu-build"
300version = "0.5.0"
301dependencies = [
302 "ayllu_api",
303 "ayllu_cmd",
304 "ayllu_config",
305 "ayllu_database",
306 "ayllu_git",
307 "ayllu_logging",
308 "base16ct",
309 "bytes",
310 "derive_builder",
311 "nix 0.31.3",
312 "oci-spec 0.9.0",
313 "petgraph",
314 "runc",
315 "serde",
316 "serde_json",
317 "sha2 0.11.0",
318 "tabled 0.20.0",
319 "tar",
320 "tempfile",
321 "thiserror 2.0.18",
322 "time",
323 "tracing",
324 "walkdir",
325]
326
327[[package]]
328name = "ayllu-dispatch"
329version = "0.1.0"
330dependencies = [
331 "ayllu_cmd",
332 "ayllu_config",
333 "ayllu_database",
334 "ayllu_git",
335 "ayllu_identity",
336 "ayllu_logging",
337 "derive_builder",
338 "reqwest",
339 "serde",
340 "thiserror 2.0.18",
341 "tracing",
342 "url",
343]
344
345[[package]]
346name = "ayllu-keys"
347version = "0.5.0"
348dependencies = [
349 "ayllu_cmd",
350 "ayllu_config",
351 "ayllu_identity",
352 "serde",
353]
354
355[[package]]
356name = "ayllu-migrate"
357version = "0.5.0"
358dependencies = [
359 "ayllu_cmd",
360 "ayllu_config",
361 "ayllu_database",
362 "ayllu_logging",
363 "serde",
364 "tokio",
365 "tracing",
366]
367
368[[package]]
369name = "ayllu-shell"
370version = "0.5.0"
371dependencies = [
372 "ayllu_cmd",
373 "ayllu_config",
374 "ayllu_database",
375 "ayllu_git",
376 "ayllu_identity",
377 "console",
378 "derive_builder",
379 "dialoguer",
380 "serde",
381 "thiserror 2.0.18",
382]
383
384[[package]]
385name = "ayllu-web"
386version = "0.5.0"
387dependencies = [
388 "askama",
389 "axum",
390 "axum-extra 0.10.3",
391 "ayllu_api",
392 "ayllu_cmd",
393 "ayllu_config",
394 "ayllu_database",
395 "ayllu_git",
396 "ayllu_identity",
397 "bytes",
398 "comrak",
399 "const-css-minify",
400 "derive_builder",
401 "file-mode",
402 "futures",
403 "git2",
404 "headers",
405 "httparse",
406 "include_dir",
407 "layout-rs",
408 "lazy_static",
409 "libloading",
410 "mime",
411 "mime_guess",
412 "petgraph",
413 "rss",
414 "rustc_version",
415 "serde",
416 "serde_json",
417 "table_to_html",
418 "tabled 0.20.0",
419 "tempfile",
420 "thiserror 2.0.18",
421 "time",
422 "timeutil",
423 "tokio",
424 "tokio-stream",
425 "tokio-util",
426 "tower",
427 "tower-http",
428 "tracing",
429 "tracing-subscriber",
430 "tree-sitter",
431 "tree-sitter-highlight",
432 "url",
433 "webfinger-rs",
434]
435
436[[package]]
437name = "ayllu_api"
438version = "0.5.0"
439dependencies = [
440 "serde",
441 "thiserror 2.0.18",
442]
443
444[[package]]
445name = "ayllu_cmd"
446version = "0.5.0"
447dependencies = [
448 "ayllu_config",
449 "clap",
450 "tracing",
451 "url",
452]
453
454[[package]]
455name = "ayllu_config"
456version = "0.5.0"
457dependencies = [
458 "clap",
459 "serde",
460 "serde_json",
461 "tempfile",
462 "thiserror 2.0.18",
463 "toml 0.8.23",
464 "url",
465]
466
467[[package]]
468name = "ayllu_database"
469version = "0.5.0"
470dependencies = [
471 "derive_builder",
472 "diesel",
473 "diesel_migrations",
474 "rusqlite",
475 "serde",
476 "serde_json",
477 "tabled 0.20.0",
478 "tempfile",
479 "thiserror 2.0.18",
480 "timeutil",
481 "tracing",
482]
483
484[[package]]
485name = "ayllu_git"
486version = "0.5.0"
487dependencies = [
488 "git2",
489 "rand",
490 "serde",
491 "tempfile",
492 "tokio",
493 "tracing",
494]
495
496[[package]]
497name = "ayllu_identity"
498version = "0.5.0"
499dependencies = [
500 "openssh-keys",
501 "serde",
502 "url",
503]
504
505[[package]]
506name = "ayllu_logging"
507version = "0.5.0"
508dependencies = [
509 "tracing",
510 "tracing-subscriber",
511]
512
513[[package]]
514name = "base16ct"
515version = "1.0.0"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "fd307490d624467aa6f74b0eabb77633d1f758a7b25f12bceb0b22e08d9726f6"
518
519[[package]]
520name = "base64"
521version = "0.21.7"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
524
525[[package]]
526name = "base64"
527version = "0.22.1"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
530
531[[package]]
532name = "basic-toml"
533version = "0.1.10"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
536dependencies = [
537 "serde",
538]
539
540[[package]]
541name = "bitflags"
542version = "2.11.1"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
545
546[[package]]
547name = "block-buffer"
548version = "0.10.4"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
551dependencies = [
552 "generic-array",
553]
554
555[[package]]
556name = "block-buffer"
557version = "0.12.0"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"
560dependencies = [
561 "hybrid-array",
562]
563
564[[package]]
565name = "bs58"
566version = "0.5.1"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
569dependencies = [
570 "tinyvec",
571]
572
573[[package]]
574name = "bumpalo"
575version = "3.20.2"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
578
579[[package]]
580name = "bytecount"
581version = "0.6.9"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
584
585[[package]]
586name = "byteorder"
587version = "1.5.0"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
590
591[[package]]
592name = "bytes"
593version = "1.11.1"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
596
597[[package]]
598name = "caseless"
599version = "0.2.2"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
602dependencies = [
603 "unicode-normalization",
604]
605
606[[package]]
607name = "cc"
608version = "1.2.62"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
611dependencies = [
612 "find-msvc-tools",
613 "jobserver",
614 "libc",
615 "shlex",
616]
617
618[[package]]
619name = "cfg-if"
620version = "1.0.4"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
623
624[[package]]
625name = "cfg_aliases"
626version = "0.2.1"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
629
630[[package]]
631name = "chrono"
632version = "0.4.44"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
635dependencies = [
636 "iana-time-zone",
637 "num-traits",
638 "serde",
639 "windows-link",
640]
641
642[[package]]
643name = "clap"
644version = "4.6.1"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
647dependencies = [
648 "clap_builder",
649 "clap_derive",
650]
651
652[[package]]
653name = "clap_builder"
654version = "4.6.0"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
657dependencies = [
658 "anstream",
659 "anstyle",
660 "clap_lex",
661 "strsim",
662]
663
664[[package]]
665name = "clap_complete"
666version = "4.6.5"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772"
669dependencies = [
670 "clap",
671]
672
673[[package]]
674name = "clap_derive"
675version = "4.6.1"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
678dependencies = [
679 "heck",
680 "proc-macro2",
681 "quote",
682 "syn",
683]
684
685[[package]]
686name = "clap_lex"
687version = "1.1.0"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
690
691[[package]]
692name = "clap_mangen"
693version = "0.2.33"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "7e30ffc187e2e3aeafcd1c6e2aa416e29739454c0ccaa419226d5ecd181f2d78"
696dependencies = [
697 "clap",
698 "roff",
699]
700
701[[package]]
702name = "cmake"
703version = "0.1.58"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
706dependencies = [
707 "cc",
708]
709
710[[package]]
711name = "colorchoice"
712version = "1.0.5"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
715
716[[package]]
717name = "combine"
718version = "4.6.7"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
721dependencies = [
722 "bytes",
723 "memchr",
724]
725
726[[package]]
727name = "comrak"
728version = "0.39.1"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5"
731dependencies = [
732 "caseless",
733 "entities",
734 "memchr",
735 "slug",
736 "typed-arena",
737 "unicode_categories",
738]
739
740[[package]]
741name = "console"
742version = "0.16.3"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
745dependencies = [
746 "encode_unicode",
747 "libc",
748 "unicode-width",
749 "windows-sys 0.61.2",
750]
751
752[[package]]
753name = "const-css-minify"
754version = "1.0.0"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "cb16320721f6441f979feff82c8b4fe789a5423f48e4e724d124211c44be43af"
757
758[[package]]
759name = "const-oid"
760version = "0.10.2"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
763
764[[package]]
765name = "const_format"
766version = "0.2.36"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "4481a617ad9a412be3b97c5d403fef8ed023103368908b9c50af598ff467cc1e"
769dependencies = [
770 "const_format_proc_macros",
771 "konst",
772]
773
774[[package]]
775name = "const_format_proc_macros"
776version = "0.2.34"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
779dependencies = [
780 "proc-macro2",
781 "quote",
782 "unicode-xid",
783]
784
785[[package]]
786name = "convert_case"
787version = "0.6.0"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
790dependencies = [
791 "unicode-segmentation",
792]
793
794[[package]]
795name = "cookie"
796version = "0.18.1"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
799dependencies = [
800 "percent-encoding",
801 "time",
802 "version_check",
803]
804
805[[package]]
806name = "core-foundation"
807version = "0.10.1"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
810dependencies = [
811 "core-foundation-sys",
812 "libc",
813]
814
815[[package]]
816name = "core-foundation-sys"
817version = "0.8.7"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
820
821[[package]]
822name = "cpufeatures"
823version = "0.2.17"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
826dependencies = [
827 "libc",
828]
829
830[[package]]
831name = "cpufeatures"
832version = "0.3.0"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
835dependencies = [
836 "libc",
837]
838
839[[package]]
840name = "crypto-common"
841version = "0.1.7"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
844dependencies = [
845 "generic-array",
846 "typenum",
847]
848
849[[package]]
850name = "crypto-common"
851version = "0.2.2"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
854dependencies = [
855 "hybrid-array",
856]
857
858[[package]]
859name = "darling"
860version = "0.20.11"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
863dependencies = [
864 "darling_core 0.20.11",
865 "darling_macro 0.20.11",
866]
867
868[[package]]
869name = "darling"
870version = "0.21.3"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
873dependencies = [
874 "darling_core 0.21.3",
875 "darling_macro 0.21.3",
876]
877
878[[package]]
879name = "darling"
880version = "0.23.0"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
883dependencies = [
884 "darling_core 0.23.0",
885 "darling_macro 0.23.0",
886]
887
888[[package]]
889name = "darling_core"
890version = "0.20.11"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
893dependencies = [
894 "fnv",
895 "ident_case",
896 "proc-macro2",
897 "quote",
898 "strsim",
899 "syn",
900]
901
902[[package]]
903name = "darling_core"
904version = "0.21.3"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
907dependencies = [
908 "fnv",
909 "ident_case",
910 "proc-macro2",
911 "quote",
912 "strsim",
913 "syn",
914]
915
916[[package]]
917name = "darling_core"
918version = "0.23.0"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
921dependencies = [
922 "ident_case",
923 "proc-macro2",
924 "quote",
925 "strsim",
926 "syn",
927]
928
929[[package]]
930name = "darling_macro"
931version = "0.20.11"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
934dependencies = [
935 "darling_core 0.20.11",
936 "quote",
937 "syn",
938]
939
940[[package]]
941name = "darling_macro"
942version = "0.21.3"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
945dependencies = [
946 "darling_core 0.21.3",
947 "quote",
948 "syn",
949]
950
951[[package]]
952name = "darling_macro"
953version = "0.23.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
956dependencies = [
957 "darling_core 0.23.0",
958 "quote",
959 "syn",
960]
961
962[[package]]
963name = "deranged"
964version = "0.5.8"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
967dependencies = [
968 "powerfmt",
969 "serde_core",
970]
971
972[[package]]
973name = "derive_builder"
974version = "0.20.2"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
977dependencies = [
978 "derive_builder_macro",
979]
980
981[[package]]
982name = "derive_builder_core"
983version = "0.20.2"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
986dependencies = [
987 "darling 0.20.11",
988 "proc-macro2",
989 "quote",
990 "syn",
991]
992
993[[package]]
994name = "derive_builder_macro"
995version = "0.20.2"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
998dependencies = [
999 "derive_builder_core",
1000 "syn",
1001]
1002
1003[[package]]
1004name = "deunicode"
1005version = "1.6.2"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
1008
1009[[package]]
1010name = "dialoguer"
1011version = "0.12.0"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
1014dependencies = [
1015 "console",
1016 "shell-words",
1017]
1018
1019[[package]]
1020name = "diesel"
1021version = "2.3.9"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "9940fb8467a0a06312218ed384185cb8536aa10d8ec017d0ce7fad2c1bd882d5"
1024dependencies = [
1025 "diesel_derives",
1026 "downcast-rs",
1027 "libsqlite3-sys",
1028 "sqlite-wasm-rs",
1029 "time",
1030]
1031
1032[[package]]
1033name = "diesel_derives"
1034version = "2.3.9"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "d1817b7f4279b947fc4cafddec12b0e5f8727141706561ce3ac94a60bddd1cf5"
1037dependencies = [
1038 "diesel_table_macro_syntax",
1039 "dsl_auto_type",
1040 "proc-macro2",
1041 "quote",
1042 "syn",
1043]
1044
1045[[package]]
1046name = "diesel_migrations"
1047version = "2.3.2"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "28d0f4a98124ba6d4ca75da535f65984badec16a003b6e2f94a01e31a79490b8"
1050dependencies = [
1051 "diesel",
1052 "migrations_internals",
1053 "migrations_macros",
1054]
1055
1056[[package]]
1057name = "diesel_table_macro_syntax"
1058version = "0.3.0"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "fe2444076b48641147115697648dc743c2c00b61adade0f01ce67133c7babe8c"
1061dependencies = [
1062 "syn",
1063]
1064
1065[[package]]
1066name = "digest"
1067version = "0.10.7"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1070dependencies = [
1071 "block-buffer 0.10.4",
1072 "crypto-common 0.1.7",
1073]
1074
1075[[package]]
1076name = "digest"
1077version = "0.11.3"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
1080dependencies = [
1081 "block-buffer 0.12.0",
1082 "const-oid",
1083 "crypto-common 0.2.2",
1084]
1085
1086[[package]]
1087name = "diligent-date-parser"
1088version = "0.1.5"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9"
1091dependencies = [
1092 "chrono",
1093]
1094
1095[[package]]
1096name = "displaydoc"
1097version = "0.2.5"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1100dependencies = [
1101 "proc-macro2",
1102 "quote",
1103 "syn",
1104]
1105
1106[[package]]
1107name = "downcast-rs"
1108version = "2.0.2"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc"
1111
1112[[package]]
1113name = "dsl_auto_type"
1114version = "0.2.0"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "dd122633e4bef06db27737f21d3738fb89c8f6d5360d6d9d7635dda142a7757e"
1117dependencies = [
1118 "darling 0.21.3",
1119 "either",
1120 "heck",
1121 "proc-macro2",
1122 "quote",
1123 "syn",
1124]
1125
1126[[package]]
1127name = "dunce"
1128version = "1.0.5"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1131
1132[[package]]
1133name = "dyn-clone"
1134version = "1.0.20"
1135source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
1137
1138[[package]]
1139name = "either"
1140version = "1.15.0"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1143
1144[[package]]
1145name = "encode_unicode"
1146version = "1.0.0"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
1149
1150[[package]]
1151name = "encoding_rs"
1152version = "0.8.35"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1155dependencies = [
1156 "cfg-if",
1157]
1158
1159[[package]]
1160name = "entities"
1161version = "1.0.1"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
1164
1165[[package]]
1166name = "equivalent"
1167version = "1.0.2"
1168source = "registry+https://github.com/rust-lang/crates.io-index"
1169checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1170
1171[[package]]
1172name = "errno"
1173version = "0.3.14"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1176dependencies = [
1177 "libc",
1178 "windows-sys 0.61.2",
1179]
1180
1181[[package]]
1182name = "fallible-iterator"
1183version = "0.3.0"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1186
1187[[package]]
1188name = "fallible-streaming-iterator"
1189version = "0.1.9"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
1192
1193[[package]]
1194name = "fastrand"
1195version = "2.4.1"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
1198
1199[[package]]
1200name = "file-mode"
1201version = "0.1.2"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "773ea145485772b8d354624b32adbe20e776353d3e48c7b03ef44e3455e9815c"
1204dependencies = [
1205 "libc",
1206]
1207
1208[[package]]
1209name = "filetime"
1210version = "0.2.29"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
1213dependencies = [
1214 "cfg-if",
1215 "libc",
1216]
1217
1218[[package]]
1219name = "find-msvc-tools"
1220version = "0.1.9"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1223
1224[[package]]
1225name = "fixedbitset"
1226version = "0.4.2"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1229
1230[[package]]
1231name = "fnv"
1232version = "1.0.7"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1235
1236[[package]]
1237name = "foldhash"
1238version = "0.1.5"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1241
1242[[package]]
1243name = "foldhash"
1244version = "0.2.0"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1247
1248[[package]]
1249name = "form_urlencoded"
1250version = "1.2.2"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1253dependencies = [
1254 "percent-encoding",
1255]
1256
1257[[package]]
1258name = "fs_extra"
1259version = "1.3.0"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1262
1263[[package]]
1264name = "futures"
1265version = "0.3.32"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1268dependencies = [
1269 "futures-channel",
1270 "futures-core",
1271 "futures-executor",
1272 "futures-io",
1273 "futures-sink",
1274 "futures-task",
1275 "futures-util",
1276]
1277
1278[[package]]
1279name = "futures-channel"
1280version = "0.3.32"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1283dependencies = [
1284 "futures-core",
1285 "futures-sink",
1286]
1287
1288[[package]]
1289name = "futures-core"
1290version = "0.3.32"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1293
1294[[package]]
1295name = "futures-executor"
1296version = "0.3.32"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1299dependencies = [
1300 "futures-core",
1301 "futures-task",
1302 "futures-util",
1303]
1304
1305[[package]]
1306name = "futures-io"
1307version = "0.3.32"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1310
1311[[package]]
1312name = "futures-macro"
1313version = "0.3.32"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1316dependencies = [
1317 "proc-macro2",
1318 "quote",
1319 "syn",
1320]
1321
1322[[package]]
1323name = "futures-sink"
1324version = "0.3.32"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1327
1328[[package]]
1329name = "futures-task"
1330version = "0.3.32"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1333
1334[[package]]
1335name = "futures-util"
1336version = "0.3.32"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1339dependencies = [
1340 "futures-channel",
1341 "futures-core",
1342 "futures-io",
1343 "futures-macro",
1344 "futures-sink",
1345 "futures-task",
1346 "memchr",
1347 "pin-project-lite",
1348 "slab",
1349]
1350
1351[[package]]
1352name = "generic-array"
1353version = "0.14.7"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1356dependencies = [
1357 "typenum",
1358 "version_check",
1359]
1360
1361[[package]]
1362name = "getrandom"
1363version = "0.2.17"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1366dependencies = [
1367 "cfg-if",
1368 "js-sys",
1369 "libc",
1370 "wasi",
1371 "wasm-bindgen",
1372]
1373
1374[[package]]
1375name = "getrandom"
1376version = "0.3.4"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1379dependencies = [
1380 "cfg-if",
1381 "js-sys",
1382 "libc",
1383 "r-efi 5.3.0",
1384 "wasip2",
1385 "wasm-bindgen",
1386]
1387
1388[[package]]
1389name = "getrandom"
1390version = "0.4.2"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
1393dependencies = [
1394 "cfg-if",
1395 "libc",
1396 "r-efi 6.0.0",
1397 "wasip2",
1398 "wasip3",
1399]
1400
1401[[package]]
1402name = "getset"
1403version = "0.1.6"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "9cf0fc11e47561d47397154977bc219f4cf809b2974facc3ccb3b89e2436f912"
1406dependencies = [
1407 "proc-macro-error2",
1408 "proc-macro2",
1409 "quote",
1410 "syn",
1411]
1412
1413[[package]]
1414name = "git2"
1415version = "0.20.4"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
1418dependencies = [
1419 "bitflags",
1420 "libc",
1421 "libgit2-sys",
1422 "log",
1423 "url",
1424]
1425
1426[[package]]
1427name = "h2"
1428version = "0.4.14"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733"
1431dependencies = [
1432 "atomic-waker",
1433 "bytes",
1434 "fnv",
1435 "futures-core",
1436 "futures-sink",
1437 "http",
1438 "indexmap 2.14.0",
1439 "slab",
1440 "tokio",
1441 "tokio-util",
1442 "tracing",
1443]
1444
1445[[package]]
1446name = "hashbrown"
1447version = "0.12.3"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1450
1451[[package]]
1452name = "hashbrown"
1453version = "0.15.5"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1456dependencies = [
1457 "foldhash 0.1.5",
1458]
1459
1460[[package]]
1461name = "hashbrown"
1462version = "0.16.1"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1465dependencies = [
1466 "foldhash 0.2.0",
1467]
1468
1469[[package]]
1470name = "hashbrown"
1471version = "0.17.1"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1474
1475[[package]]
1476name = "hashlink"
1477version = "0.10.0"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1480dependencies = [
1481 "hashbrown 0.15.5",
1482]
1483
1484[[package]]
1485name = "headers"
1486version = "0.4.1"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
1489dependencies = [
1490 "base64 0.22.1",
1491 "bytes",
1492 "headers-core",
1493 "http",
1494 "httpdate",
1495 "mime",
1496 "sha1",
1497]
1498
1499[[package]]
1500name = "headers-core"
1501version = "0.3.0"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
1504dependencies = [
1505 "http",
1506]
1507
1508[[package]]
1509name = "heck"
1510version = "0.5.0"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1513
1514[[package]]
1515name = "hex"
1516version = "0.4.3"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1519
1520[[package]]
1521name = "http"
1522version = "1.4.0"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1525dependencies = [
1526 "bytes",
1527 "itoa",
1528]
1529
1530[[package]]
1531name = "http-body"
1532version = "1.0.1"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1535dependencies = [
1536 "bytes",
1537 "http",
1538]
1539
1540[[package]]
1541name = "http-body-util"
1542version = "0.1.3"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1545dependencies = [
1546 "bytes",
1547 "futures-core",
1548 "http",
1549 "http-body",
1550 "pin-project-lite",
1551]
1552
1553[[package]]
1554name = "httparse"
1555version = "1.10.1"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1558
1559[[package]]
1560name = "httpdate"
1561version = "1.0.3"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1564
1565[[package]]
1566name = "hybrid-array"
1567version = "0.4.12"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da"
1570dependencies = [
1571 "typenum",
1572]
1573
1574[[package]]
1575name = "hyper"
1576version = "1.9.0"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
1579dependencies = [
1580 "atomic-waker",
1581 "bytes",
1582 "futures-channel",
1583 "futures-core",
1584 "h2",
1585 "http",
1586 "http-body",
1587 "httparse",
1588 "httpdate",
1589 "itoa",
1590 "pin-project-lite",
1591 "smallvec",
1592 "tokio",
1593 "want",
1594]
1595
1596[[package]]
1597name = "hyper-rustls"
1598version = "0.27.9"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1601dependencies = [
1602 "http",
1603 "hyper",
1604 "hyper-util",
1605 "rustls",
1606 "tokio",
1607 "tokio-rustls",
1608 "tower-service",
1609]
1610
1611[[package]]
1612name = "hyper-util"
1613version = "0.1.20"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1616dependencies = [
1617 "base64 0.22.1",
1618 "bytes",
1619 "futures-channel",
1620 "futures-util",
1621 "http",
1622 "http-body",
1623 "hyper",
1624 "ipnet",
1625 "libc",
1626 "percent-encoding",
1627 "pin-project-lite",
1628 "socket2",
1629 "tokio",
1630 "tower-service",
1631 "tracing",
1632]
1633
1634[[package]]
1635name = "iana-time-zone"
1636version = "0.1.65"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1639dependencies = [
1640 "android_system_properties",
1641 "core-foundation-sys",
1642 "iana-time-zone-haiku",
1643 "js-sys",
1644 "log",
1645 "wasm-bindgen",
1646 "windows-core",
1647]
1648
1649[[package]]
1650name = "iana-time-zone-haiku"
1651version = "0.1.2"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1654dependencies = [
1655 "cc",
1656]
1657
1658[[package]]
1659name = "icu_collections"
1660version = "2.2.0"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1663dependencies = [
1664 "displaydoc",
1665 "potential_utf",
1666 "utf8_iter",
1667 "yoke",
1668 "zerofrom",
1669 "zerovec",
1670]
1671
1672[[package]]
1673name = "icu_locale_core"
1674version = "2.2.0"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1677dependencies = [
1678 "displaydoc",
1679 "litemap",
1680 "tinystr",
1681 "writeable",
1682 "zerovec",
1683]
1684
1685[[package]]
1686name = "icu_normalizer"
1687version = "2.2.0"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1690dependencies = [
1691 "icu_collections",
1692 "icu_normalizer_data",
1693 "icu_properties",
1694 "icu_provider",
1695 "smallvec",
1696 "zerovec",
1697]
1698
1699[[package]]
1700name = "icu_normalizer_data"
1701version = "2.2.0"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1704
1705[[package]]
1706name = "icu_properties"
1707version = "2.2.0"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1710dependencies = [
1711 "icu_collections",
1712 "icu_locale_core",
1713 "icu_properties_data",
1714 "icu_provider",
1715 "zerotrie",
1716 "zerovec",
1717]
1718
1719[[package]]
1720name = "icu_properties_data"
1721version = "2.2.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1724
1725[[package]]
1726name = "icu_provider"
1727version = "2.2.0"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1730dependencies = [
1731 "displaydoc",
1732 "icu_locale_core",
1733 "writeable",
1734 "yoke",
1735 "zerofrom",
1736 "zerotrie",
1737 "zerovec",
1738]
1739
1740[[package]]
1741name = "id-arena"
1742version = "2.3.0"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1745
1746[[package]]
1747name = "ident_case"
1748version = "1.0.1"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1751
1752[[package]]
1753name = "idna"
1754version = "1.1.0"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1757dependencies = [
1758 "idna_adapter",
1759 "smallvec",
1760 "utf8_iter",
1761]
1762
1763[[package]]
1764name = "idna_adapter"
1765version = "1.2.2"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1768dependencies = [
1769 "icu_normalizer",
1770 "icu_properties",
1771]
1772
1773[[package]]
1774name = "include_dir"
1775version = "0.7.4"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
1778dependencies = [
1779 "include_dir_macros",
1780]
1781
1782[[package]]
1783name = "include_dir_macros"
1784version = "0.7.4"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
1787dependencies = [
1788 "proc-macro2",
1789 "quote",
1790]
1791
1792[[package]]
1793name = "indexmap"
1794version = "1.9.3"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1797dependencies = [
1798 "autocfg",
1799 "hashbrown 0.12.3",
1800 "serde",
1801]
1802
1803[[package]]
1804name = "indexmap"
1805version = "2.14.0"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1808dependencies = [
1809 "equivalent",
1810 "hashbrown 0.17.1",
1811 "serde",
1812 "serde_core",
1813]
1814
1815[[package]]
1816name = "ipnet"
1817version = "2.12.0"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1820
1821[[package]]
1822name = "is_terminal_polyfill"
1823version = "1.70.2"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1826
1827[[package]]
1828name = "itoa"
1829version = "1.0.18"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1832
1833[[package]]
1834name = "jni"
1835version = "0.22.4"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
1838dependencies = [
1839 "cfg-if",
1840 "combine",
1841 "jni-macros",
1842 "jni-sys",
1843 "log",
1844 "simd_cesu8",
1845 "thiserror 2.0.18",
1846 "walkdir",
1847 "windows-link",
1848]
1849
1850[[package]]
1851name = "jni-macros"
1852version = "0.22.4"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
1855dependencies = [
1856 "proc-macro2",
1857 "quote",
1858 "rustc_version",
1859 "simd_cesu8",
1860 "syn",
1861]
1862
1863[[package]]
1864name = "jni-sys"
1865version = "0.4.1"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1868dependencies = [
1869 "jni-sys-macros",
1870]
1871
1872[[package]]
1873name = "jni-sys-macros"
1874version = "0.4.1"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1877dependencies = [
1878 "quote",
1879 "syn",
1880]
1881
1882[[package]]
1883name = "jobserver"
1884version = "0.1.34"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1887dependencies = [
1888 "getrandom 0.3.4",
1889 "libc",
1890]
1891
1892[[package]]
1893name = "js-sys"
1894version = "0.3.98"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08"
1897dependencies = [
1898 "cfg-if",
1899 "futures-util",
1900 "once_cell",
1901 "wasm-bindgen",
1902]
1903
1904[[package]]
1905name = "kinded"
1906version = "0.3.0"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "ce4bdbb2f423660b19f0e9f7115182214732d8dd5f840cd0a3aee3e22562f34c"
1909dependencies = [
1910 "kinded_macros",
1911]
1912
1913[[package]]
1914name = "kinded_macros"
1915version = "0.3.0"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "a13b4ddc5dcb32f45dac3d6f606da2a52fdb9964a18427e63cd5ef6c0d13288d"
1918dependencies = [
1919 "convert_case",
1920 "proc-macro2",
1921 "quote",
1922 "syn",
1923]
1924
1925[[package]]
1926name = "konst"
1927version = "0.2.20"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "128133ed7824fcd73d6e7b17957c5eb7bacb885649bd8c69708b2331a10bcefb"
1930dependencies = [
1931 "konst_macro_rules",
1932]
1933
1934[[package]]
1935name = "konst_macro_rules"
1936version = "0.2.19"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37"
1939
1940[[package]]
1941name = "layout-rs"
1942version = "0.1.3"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "5b8b38bc67665e362eb770c6b6ae88b48d040d94a0a10c4904c37bc79d263b95"
1945
1946[[package]]
1947name = "lazy_static"
1948version = "1.5.0"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1951
1952[[package]]
1953name = "leb128fmt"
1954version = "0.1.0"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1957
1958[[package]]
1959name = "libc"
1960version = "0.2.186"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1963
1964[[package]]
1965name = "libgit2-sys"
1966version = "0.18.4+1.9.3"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "9b26f66f35e1871b22efcf7191564123d2a446ca0538cde63c23adfefa9b15b7"
1969dependencies = [
1970 "cc",
1971 "libc",
1972 "libz-sys",
1973 "pkg-config",
1974]
1975
1976[[package]]
1977name = "libloading"
1978version = "0.8.9"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1981dependencies = [
1982 "cfg-if",
1983 "windows-link",
1984]
1985
1986[[package]]
1987name = "libsqlite3-sys"
1988version = "0.35.0"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f"
1991dependencies = [
1992 "cc",
1993 "pkg-config",
1994 "vcpkg",
1995]
1996
1997[[package]]
1998name = "libz-sys"
1999version = "1.1.28"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "fc3a226e576f50782b3305c5ccf458698f92798987f551c6a02efe8276721e22"
2002dependencies = [
2003 "cc",
2004 "libc",
2005 "pkg-config",
2006 "vcpkg",
2007]
2008
2009[[package]]
2010name = "linux-raw-sys"
2011version = "0.12.1"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
2014
2015[[package]]
2016name = "litemap"
2017version = "0.8.2"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
2020
2021[[package]]
2022name = "lock_api"
2023version = "0.4.14"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2026dependencies = [
2027 "scopeguard",
2028]
2029
2030[[package]]
2031name = "log"
2032version = "0.4.29"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
2035dependencies = [
2036 "value-bag",
2037]
2038
2039[[package]]
2040name = "lru-slab"
2041version = "0.1.2"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2044
2045[[package]]
2046name = "matchers"
2047version = "0.2.0"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2050dependencies = [
2051 "regex-automata",
2052]
2053
2054[[package]]
2055name = "matchit"
2056version = "0.8.4"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2059
2060[[package]]
2061name = "md-5"
2062version = "0.10.6"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2065dependencies = [
2066 "cfg-if",
2067 "digest 0.10.7",
2068]
2069
2070[[package]]
2071name = "memchr"
2072version = "2.8.0"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
2075
2076[[package]]
2077name = "migrations_internals"
2078version = "2.3.0"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "36c791ecdf977c99f45f23280405d7723727470f6689a5e6dbf513ac547ae10d"
2081dependencies = [
2082 "serde",
2083 "toml 0.9.12+spec-1.1.0",
2084]
2085
2086[[package]]
2087name = "migrations_macros"
2088version = "2.3.0"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "36fc5ac76be324cfd2d3f2cf0fdf5d5d3c4f14ed8aaebadb09e304ba42282703"
2091dependencies = [
2092 "migrations_internals",
2093 "proc-macro2",
2094 "quote",
2095]
2096
2097[[package]]
2098name = "mime"
2099version = "0.3.17"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2102
2103[[package]]
2104name = "mime_guess"
2105version = "2.0.5"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2108dependencies = [
2109 "mime",
2110 "unicase",
2111]
2112
2113[[package]]
2114name = "mio"
2115version = "1.2.0"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
2118dependencies = [
2119 "libc",
2120 "wasi",
2121 "windows-sys 0.61.2",
2122]
2123
2124[[package]]
2125name = "nix"
2126version = "0.29.0"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2129dependencies = [
2130 "bitflags",
2131 "cfg-if",
2132 "cfg_aliases",
2133 "libc",
2134]
2135
2136[[package]]
2137name = "nix"
2138version = "0.31.3"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
2141dependencies = [
2142 "bitflags",
2143 "cfg-if",
2144 "cfg_aliases",
2145 "libc",
2146]
2147
2148[[package]]
2149name = "nu-ansi-term"
2150version = "0.50.3"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2153dependencies = [
2154 "windows-sys 0.61.2",
2155]
2156
2157[[package]]
2158name = "num-conv"
2159version = "0.2.2"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
2162
2163[[package]]
2164name = "num-traits"
2165version = "0.2.19"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2168dependencies = [
2169 "autocfg",
2170]
2171
2172[[package]]
2173name = "nutype"
2174version = "0.6.2"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "70587a780088c67dad31bf722b875c5616096b4d8c0ded8b7de03294ffb9bbb5"
2177dependencies = [
2178 "nutype_macros",
2179]
2180
2181[[package]]
2182name = "nutype_macros"
2183version = "0.6.2"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "148934b975faeddd8f0679d7cf11280b50c4c5495d6fe72bdaf07c932874b404"
2186dependencies = [
2187 "cfg-if",
2188 "kinded",
2189 "proc-macro2",
2190 "quote",
2191 "rustc_version",
2192 "syn",
2193 "urlencoding",
2194]
2195
2196[[package]]
2197name = "oci-spec"
2198version = "0.7.1"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "da406e58efe2eb5986a6139626d611ce426e5324a824133d76367c765cf0b882"
2201dependencies = [
2202 "derive_builder",
2203 "getset",
2204 "regex",
2205 "serde",
2206 "serde_json",
2207 "strum 0.26.3",
2208 "strum_macros 0.26.4",
2209 "thiserror 2.0.18",
2210]
2211
2212[[package]]
2213name = "oci-spec"
2214version = "0.9.0"
2215source = "registry+https://github.com/rust-lang/crates.io-index"
2216checksum = "e8445a2631507cec628a15fdd6154b54a3ab3f20ed4fe9d73a3b8b7a4e1ba03a"
2217dependencies = [
2218 "const_format",
2219 "derive_builder",
2220 "getset",
2221 "regex",
2222 "serde",
2223 "serde_json",
2224 "strum 0.27.2",
2225 "strum_macros 0.27.2",
2226 "thiserror 2.0.18",
2227]
2228
2229[[package]]
2230name = "once_cell"
2231version = "1.21.4"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
2234
2235[[package]]
2236name = "once_cell_polyfill"
2237version = "1.70.2"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2240
2241[[package]]
2242name = "openssh-keys"
2243version = "0.6.5"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "351339c4d45e6bdf2defef3ef1ce0b153810bd59b171b92b6a42e7bb0f32a4ad"
2246dependencies = [
2247 "base64 0.21.7",
2248 "byteorder",
2249 "md-5",
2250 "sha2 0.10.9",
2251 "thiserror 1.0.69",
2252]
2253
2254[[package]]
2255name = "openssl-probe"
2256version = "0.2.1"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
2259
2260[[package]]
2261name = "os_pipe"
2262version = "1.2.3"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967"
2265dependencies = [
2266 "libc",
2267 "windows-sys 0.61.2",
2268]
2269
2270[[package]]
2271name = "papergrid"
2272version = "0.17.0"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "6978128c8b51d8f4080631ceb2302ab51e32cc6e8615f735ee2f83fd269ae3f1"
2275dependencies = [
2276 "bytecount",
2277 "fnv",
2278 "unicode-width",
2279]
2280
2281[[package]]
2282name = "papergrid"
2283version = "0.18.0"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "d0984e668274d34691bc2b262ef0d115de5fa9973bcdee7ae32213f93099153e"
2286dependencies = [
2287 "bytecount",
2288 "fnv",
2289 "unicode-width",
2290]
2291
2292[[package]]
2293name = "parking_lot"
2294version = "0.12.5"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2297dependencies = [
2298 "lock_api",
2299 "parking_lot_core",
2300]
2301
2302[[package]]
2303name = "parking_lot_core"
2304version = "0.9.12"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2307dependencies = [
2308 "cfg-if",
2309 "libc",
2310 "redox_syscall",
2311 "smallvec",
2312 "windows-link",
2313]
2314
2315[[package]]
2316name = "path-absolutize"
2317version = "3.1.1"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5"
2320dependencies = [
2321 "path-dedot",
2322]
2323
2324[[package]]
2325name = "path-dedot"
2326version = "3.1.1"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397"
2329dependencies = [
2330 "once_cell",
2331]
2332
2333[[package]]
2334name = "percent-encoding"
2335version = "2.3.2"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2338
2339[[package]]
2340name = "petgraph"
2341version = "0.6.5"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2344dependencies = [
2345 "fixedbitset",
2346 "indexmap 2.14.0",
2347 "serde",
2348 "serde_derive",
2349]
2350
2351[[package]]
2352name = "pin-project-lite"
2353version = "0.2.17"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2356
2357[[package]]
2358name = "pkg-config"
2359version = "0.3.33"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
2362
2363[[package]]
2364name = "potential_utf"
2365version = "0.1.5"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2368dependencies = [
2369 "zerovec",
2370]
2371
2372[[package]]
2373name = "powerfmt"
2374version = "0.2.0"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2377
2378[[package]]
2379name = "ppv-lite86"
2380version = "0.2.21"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2383dependencies = [
2384 "zerocopy",
2385]
2386
2387[[package]]
2388name = "prctl"
2389version = "1.0.0"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "059a34f111a9dee2ce1ac2826a68b24601c4298cfeb1a587c3cb493d5ab46f52"
2392dependencies = [
2393 "libc",
2394 "nix 0.31.3",
2395]
2396
2397[[package]]
2398name = "prettyplease"
2399version = "0.2.37"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2402dependencies = [
2403 "proc-macro2",
2404 "syn",
2405]
2406
2407[[package]]
2408name = "proc-macro-error-attr2"
2409version = "2.0.0"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
2412dependencies = [
2413 "proc-macro2",
2414 "quote",
2415]
2416
2417[[package]]
2418name = "proc-macro-error2"
2419version = "2.0.1"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
2422dependencies = [
2423 "proc-macro-error-attr2",
2424 "proc-macro2",
2425 "quote",
2426 "syn",
2427]
2428
2429[[package]]
2430name = "proc-macro2"
2431version = "1.0.106"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2434dependencies = [
2435 "unicode-ident",
2436]
2437
2438[[package]]
2439name = "quick-xml"
2440version = "0.39.4"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e"
2443dependencies = [
2444 "encoding_rs",
2445 "memchr",
2446]
2447
2448[[package]]
2449name = "quinn"
2450version = "0.11.9"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2453dependencies = [
2454 "bytes",
2455 "cfg_aliases",
2456 "pin-project-lite",
2457 "quinn-proto",
2458 "quinn-udp",
2459 "rustc-hash",
2460 "rustls",
2461 "socket2",
2462 "thiserror 2.0.18",
2463 "tokio",
2464 "tracing",
2465 "web-time",
2466]
2467
2468[[package]]
2469name = "quinn-proto"
2470version = "0.11.14"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
2473dependencies = [
2474 "aws-lc-rs",
2475 "bytes",
2476 "getrandom 0.3.4",
2477 "lru-slab",
2478 "rand",
2479 "ring",
2480 "rustc-hash",
2481 "rustls",
2482 "rustls-pki-types",
2483 "slab",
2484 "thiserror 2.0.18",
2485 "tinyvec",
2486 "tracing",
2487 "web-time",
2488]
2489
2490[[package]]
2491name = "quinn-udp"
2492version = "0.5.14"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2495dependencies = [
2496 "cfg_aliases",
2497 "libc",
2498 "once_cell",
2499 "socket2",
2500 "tracing",
2501 "windows-sys 0.60.2",
2502]
2503
2504[[package]]
2505name = "quipu"
2506version = "0.5.0"
2507dependencies = [
2508 "ayllu_api",
2509 "ayllu_cmd",
2510 "ayllu_config",
2511 "ayllu_database",
2512 "ayllu_git",
2513 "reqwest",
2514 "serde",
2515 "serde_json",
2516 "tabled 0.20.0",
2517 "tar",
2518 "thiserror 2.0.18",
2519 "timeutil",
2520 "tokio",
2521 "tracing",
2522 "tracing-subscriber",
2523 "url",
2524 "webfinger-rs",
2525]
2526
2527[[package]]
2528name = "quote"
2529version = "1.0.45"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2532dependencies = [
2533 "proc-macro2",
2534]
2535
2536[[package]]
2537name = "r-efi"
2538version = "5.3.0"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2541
2542[[package]]
2543name = "r-efi"
2544version = "6.0.0"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2547
2548[[package]]
2549name = "rand"
2550version = "0.9.4"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
2553dependencies = [
2554 "rand_chacha",
2555 "rand_core",
2556]
2557
2558[[package]]
2559name = "rand_chacha"
2560version = "0.9.0"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2563dependencies = [
2564 "ppv-lite86",
2565 "rand_core",
2566]
2567
2568[[package]]
2569name = "rand_core"
2570version = "0.9.5"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2573dependencies = [
2574 "getrandom 0.3.4",
2575]
2576
2577[[package]]
2578name = "redox_syscall"
2579version = "0.5.18"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2582dependencies = [
2583 "bitflags",
2584]
2585
2586[[package]]
2587name = "ref-cast"
2588version = "1.0.25"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2591dependencies = [
2592 "ref-cast-impl",
2593]
2594
2595[[package]]
2596name = "ref-cast-impl"
2597version = "1.0.25"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2600dependencies = [
2601 "proc-macro2",
2602 "quote",
2603 "syn",
2604]
2605
2606[[package]]
2607name = "regex"
2608version = "1.12.3"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2611dependencies = [
2612 "aho-corasick",
2613 "memchr",
2614 "regex-automata",
2615 "regex-syntax",
2616]
2617
2618[[package]]
2619name = "regex-automata"
2620version = "0.4.14"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2623dependencies = [
2624 "aho-corasick",
2625 "memchr",
2626 "regex-syntax",
2627]
2628
2629[[package]]
2630name = "regex-syntax"
2631version = "0.8.10"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2634
2635[[package]]
2636name = "reqwest"
2637version = "0.13.3"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0"
2640dependencies = [
2641 "base64 0.22.1",
2642 "bytes",
2643 "futures-channel",
2644 "futures-core",
2645 "futures-util",
2646 "h2",
2647 "http",
2648 "http-body",
2649 "http-body-util",
2650 "hyper",
2651 "hyper-rustls",
2652 "hyper-util",
2653 "js-sys",
2654 "log",
2655 "percent-encoding",
2656 "pin-project-lite",
2657 "quinn",
2658 "rustls",
2659 "rustls-pki-types",
2660 "rustls-platform-verifier",
2661 "serde",
2662 "serde_json",
2663 "sync_wrapper",
2664 "tokio",
2665 "tokio-rustls",
2666 "tokio-util",
2667 "tower",
2668 "tower-http",
2669 "tower-service",
2670 "url",
2671 "wasm-bindgen",
2672 "wasm-bindgen-futures",
2673 "wasm-streams",
2674 "web-sys",
2675]
2676
2677[[package]]
2678name = "ring"
2679version = "0.17.14"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2682dependencies = [
2683 "cc",
2684 "cfg-if",
2685 "getrandom 0.2.17",
2686 "libc",
2687 "untrusted",
2688 "windows-sys 0.52.0",
2689]
2690
2691[[package]]
2692name = "roff"
2693version = "1.1.1"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "323c417e1d9665a65b263ec744ba09030cfb277e9daa0b018a4ab62e57bc8189"
2696
2697[[package]]
2698name = "rsqlite-vfs"
2699version = "0.1.0"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "a8a1f2315036ef6b1fbacd1972e8ee7688030b0a2121edfc2a6550febd41574d"
2702dependencies = [
2703 "hashbrown 0.16.1",
2704 "thiserror 2.0.18",
2705]
2706
2707[[package]]
2708name = "rss"
2709version = "2.0.13"
2710source = "registry+https://github.com/rust-lang/crates.io-index"
2711checksum = "d0e38781082c53bdde56e6081698c06831f69a27eac2593ed6b6cb2511424ad5"
2712dependencies = [
2713 "atom_syndication",
2714 "derive_builder",
2715 "quick-xml",
2716]
2717
2718[[package]]
2719name = "runc"
2720version = "0.3.0"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "a8f33c4fd20a8795b5d099547561a5ff45114a33bf764a72d9f98f5ee91436fa"
2723dependencies = [
2724 "libc",
2725 "log",
2726 "nix 0.29.0",
2727 "oci-spec 0.7.1",
2728 "os_pipe",
2729 "path-absolutize",
2730 "prctl",
2731 "serde",
2732 "serde_json",
2733 "tempfile",
2734 "thiserror 2.0.18",
2735 "time",
2736 "uuid",
2737]
2738
2739[[package]]
2740name = "rusqlite"
2741version = "0.37.0"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f"
2744dependencies = [
2745 "bitflags",
2746 "fallible-iterator",
2747 "fallible-streaming-iterator",
2748 "hashlink",
2749 "libsqlite3-sys",
2750 "smallvec",
2751]
2752
2753[[package]]
2754name = "rustc-hash"
2755version = "2.1.2"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
2758
2759[[package]]
2760name = "rustc_version"
2761version = "0.4.1"
2762source = "registry+https://github.com/rust-lang/crates.io-index"
2763checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2764dependencies = [
2765 "semver",
2766]
2767
2768[[package]]
2769name = "rustix"
2770version = "1.1.4"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2773dependencies = [
2774 "bitflags",
2775 "errno",
2776 "libc",
2777 "linux-raw-sys",
2778 "windows-sys 0.61.2",
2779]
2780
2781[[package]]
2782name = "rustls"
2783version = "0.23.40"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
2786dependencies = [
2787 "aws-lc-rs",
2788 "once_cell",
2789 "rustls-pki-types",
2790 "rustls-webpki",
2791 "subtle",
2792 "zeroize",
2793]
2794
2795[[package]]
2796name = "rustls-native-certs"
2797version = "0.8.3"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
2800dependencies = [
2801 "openssl-probe",
2802 "rustls-pki-types",
2803 "schannel",
2804 "security-framework",
2805]
2806
2807[[package]]
2808name = "rustls-pki-types"
2809version = "1.14.1"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
2812dependencies = [
2813 "web-time",
2814 "zeroize",
2815]
2816
2817[[package]]
2818name = "rustls-platform-verifier"
2819version = "0.7.0"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
2822dependencies = [
2823 "core-foundation",
2824 "core-foundation-sys",
2825 "jni",
2826 "log",
2827 "once_cell",
2828 "rustls",
2829 "rustls-native-certs",
2830 "rustls-platform-verifier-android",
2831 "rustls-webpki",
2832 "security-framework",
2833 "security-framework-sys",
2834 "webpki-root-certs",
2835 "windows-sys 0.61.2",
2836]
2837
2838[[package]]
2839name = "rustls-platform-verifier-android"
2840version = "0.1.1"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
2843
2844[[package]]
2845name = "rustls-webpki"
2846version = "0.103.13"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
2849dependencies = [
2850 "aws-lc-rs",
2851 "ring",
2852 "rustls-pki-types",
2853 "untrusted",
2854]
2855
2856[[package]]
2857name = "rustversion"
2858version = "1.0.22"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2861
2862[[package]]
2863name = "ryu"
2864version = "1.0.23"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2867
2868[[package]]
2869name = "same-file"
2870version = "1.0.6"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2873dependencies = [
2874 "winapi-util",
2875]
2876
2877[[package]]
2878name = "schannel"
2879version = "0.1.29"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2882dependencies = [
2883 "windows-sys 0.61.2",
2884]
2885
2886[[package]]
2887name = "schemars"
2888version = "0.9.0"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
2891dependencies = [
2892 "dyn-clone",
2893 "ref-cast",
2894 "serde",
2895 "serde_json",
2896]
2897
2898[[package]]
2899name = "schemars"
2900version = "1.2.1"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
2903dependencies = [
2904 "dyn-clone",
2905 "ref-cast",
2906 "serde",
2907 "serde_json",
2908]
2909
2910[[package]]
2911name = "scopeguard"
2912version = "1.2.0"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2915
2916[[package]]
2917name = "security-framework"
2918version = "3.7.0"
2919source = "registry+https://github.com/rust-lang/crates.io-index"
2920checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2921dependencies = [
2922 "bitflags",
2923 "core-foundation",
2924 "core-foundation-sys",
2925 "libc",
2926 "security-framework-sys",
2927]
2928
2929[[package]]
2930name = "security-framework-sys"
2931version = "2.17.0"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2934dependencies = [
2935 "core-foundation-sys",
2936 "libc",
2937]
2938
2939[[package]]
2940name = "semver"
2941version = "1.0.28"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2944
2945[[package]]
2946name = "serde"
2947version = "1.0.228"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2950dependencies = [
2951 "serde_core",
2952 "serde_derive",
2953]
2954
2955[[package]]
2956name = "serde_core"
2957version = "1.0.228"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2960dependencies = [
2961 "serde_derive",
2962]
2963
2964[[package]]
2965name = "serde_derive"
2966version = "1.0.228"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2969dependencies = [
2970 "proc-macro2",
2971 "quote",
2972 "syn",
2973]
2974
2975[[package]]
2976name = "serde_html_form"
2977version = "0.2.8"
2978source = "registry+https://github.com/rust-lang/crates.io-index"
2979checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
2980dependencies = [
2981 "form_urlencoded",
2982 "indexmap 2.14.0",
2983 "itoa",
2984 "ryu",
2985 "serde_core",
2986]
2987
2988[[package]]
2989name = "serde_json"
2990version = "1.0.149"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2993dependencies = [
2994 "indexmap 2.14.0",
2995 "itoa",
2996 "memchr",
2997 "serde",
2998 "serde_core",
2999 "zmij",
3000]
3001
3002[[package]]
3003name = "serde_path_to_error"
3004version = "0.1.20"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
3007dependencies = [
3008 "itoa",
3009 "serde",
3010 "serde_core",
3011]
3012
3013[[package]]
3014name = "serde_spanned"
3015version = "0.6.9"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
3018dependencies = [
3019 "serde",
3020]
3021
3022[[package]]
3023name = "serde_spanned"
3024version = "1.1.1"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
3027dependencies = [
3028 "serde_core",
3029]
3030
3031[[package]]
3032name = "serde_urlencoded"
3033version = "0.7.1"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3036dependencies = [
3037 "form_urlencoded",
3038 "itoa",
3039 "ryu",
3040 "serde",
3041]
3042
3043[[package]]
3044name = "serde_with"
3045version = "3.20.0"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "e72c1c2cb7b223fafb600a619537a871c2818583d619401b785e7c0b746ccde2"
3048dependencies = [
3049 "base64 0.22.1",
3050 "bs58",
3051 "chrono",
3052 "hex",
3053 "indexmap 1.9.3",
3054 "indexmap 2.14.0",
3055 "schemars 0.9.0",
3056 "schemars 1.2.1",
3057 "serde_core",
3058 "serde_json",
3059 "serde_with_macros",
3060 "time",
3061]
3062
3063[[package]]
3064name = "serde_with_macros"
3065version = "3.20.0"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "b90c488738ecb4fb0262f41f43bc40efc5868d9fb744319ddf5f5317f417bfac"
3068dependencies = [
3069 "darling 0.23.0",
3070 "proc-macro2",
3071 "quote",
3072 "syn",
3073]
3074
3075[[package]]
3076name = "sha1"
3077version = "0.10.6"
3078source = "registry+https://github.com/rust-lang/crates.io-index"
3079checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3080dependencies = [
3081 "cfg-if",
3082 "cpufeatures 0.2.17",
3083 "digest 0.10.7",
3084]
3085
3086[[package]]
3087name = "sha2"
3088version = "0.10.9"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3091dependencies = [
3092 "cfg-if",
3093 "cpufeatures 0.2.17",
3094 "digest 0.10.7",
3095]
3096
3097[[package]]
3098name = "sha2"
3099version = "0.11.0"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
3102dependencies = [
3103 "cfg-if",
3104 "cpufeatures 0.3.0",
3105 "digest 0.11.3",
3106]
3107
3108[[package]]
3109name = "sharded-slab"
3110version = "0.1.7"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3113dependencies = [
3114 "lazy_static",
3115]
3116
3117[[package]]
3118name = "shell-words"
3119version = "1.1.1"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
3122
3123[[package]]
3124name = "shlex"
3125version = "1.3.0"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3128
3129[[package]]
3130name = "signal-hook-registry"
3131version = "1.4.8"
3132source = "registry+https://github.com/rust-lang/crates.io-index"
3133checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
3134dependencies = [
3135 "errno",
3136 "libc",
3137]
3138
3139[[package]]
3140name = "simd_cesu8"
3141version = "1.1.1"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
3144dependencies = [
3145 "rustc_version",
3146 "simdutf8",
3147]
3148
3149[[package]]
3150name = "simdutf8"
3151version = "0.1.5"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
3154
3155[[package]]
3156name = "slab"
3157version = "0.4.12"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3160
3161[[package]]
3162name = "slug"
3163version = "0.1.6"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
3166dependencies = [
3167 "deunicode",
3168 "wasm-bindgen",
3169]
3170
3171[[package]]
3172name = "smallvec"
3173version = "1.15.1"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3176
3177[[package]]
3178name = "socket2"
3179version = "0.6.3"
3180source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
3182dependencies = [
3183 "libc",
3184 "windows-sys 0.61.2",
3185]
3186
3187[[package]]
3188name = "sqlite-wasm-rs"
3189version = "0.5.3"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "1b2c760607300407ddeaee518acf28c795661b7108c75421303dbefb237d3a36"
3192dependencies = [
3193 "cc",
3194 "js-sys",
3195 "rsqlite-vfs",
3196 "wasm-bindgen",
3197]
3198
3199[[package]]
3200name = "stable_deref_trait"
3201version = "1.2.1"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3204
3205[[package]]
3206name = "streaming-iterator"
3207version = "0.1.9"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
3210
3211[[package]]
3212name = "strsim"
3213version = "0.11.1"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3216
3217[[package]]
3218name = "strum"
3219version = "0.26.3"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
3222
3223[[package]]
3224name = "strum"
3225version = "0.27.2"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
3228
3229[[package]]
3230name = "strum_macros"
3231version = "0.26.4"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
3234dependencies = [
3235 "heck",
3236 "proc-macro2",
3237 "quote",
3238 "rustversion",
3239 "syn",
3240]
3241
3242[[package]]
3243name = "strum_macros"
3244version = "0.27.2"
3245source = "registry+https://github.com/rust-lang/crates.io-index"
3246checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
3247dependencies = [
3248 "heck",
3249 "proc-macro2",
3250 "quote",
3251 "syn",
3252]
3253
3254[[package]]
3255name = "subtle"
3256version = "2.6.1"
3257source = "registry+https://github.com/rust-lang/crates.io-index"
3258checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3259
3260[[package]]
3261name = "syn"
3262version = "2.0.117"
3263source = "registry+https://github.com/rust-lang/crates.io-index"
3264checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
3265dependencies = [
3266 "proc-macro2",
3267 "quote",
3268 "unicode-ident",
3269]
3270
3271[[package]]
3272name = "sync_wrapper"
3273version = "1.0.2"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3276dependencies = [
3277 "futures-core",
3278]
3279
3280[[package]]
3281name = "synstructure"
3282version = "0.13.2"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3285dependencies = [
3286 "proc-macro2",
3287 "quote",
3288 "syn",
3289]
3290
3291[[package]]
3292name = "table_to_html"
3293version = "0.10.0"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "9a1d69d5968c9faef9b7a770d79201b06db31691af67d9aed010394477d4e1c8"
3296dependencies = [
3297 "tabled 0.21.0",
3298]
3299
3300[[package]]
3301name = "tabled"
3302version = "0.20.0"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "e39a2ee1fbcd360805a771e1b300f78cc88fec7b8d3e2f71cd37bbf23e725c7d"
3305dependencies = [
3306 "papergrid 0.17.0",
3307 "tabled_derive",
3308 "testing_table",
3309]
3310
3311[[package]]
3312name = "tabled"
3313version = "0.21.0"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "b5dc662e6da844ad6e428ad16b57967c9d33c82e16bb1c258326c0c078605dff"
3316dependencies = [
3317 "papergrid 0.18.0",
3318 "testing_table",
3319]
3320
3321[[package]]
3322name = "tabled_derive"
3323version = "0.11.0"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "0ea5d1b13ca6cff1f9231ffd62f15eefd72543dab5e468735f1a456728a02846"
3326dependencies = [
3327 "heck",
3328 "proc-macro-error2",
3329 "proc-macro2",
3330 "quote",
3331 "syn",
3332]
3333
3334[[package]]
3335name = "tar"
3336version = "0.4.46"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840"
3339dependencies = [
3340 "filetime",
3341 "libc",
3342 "xattr",
3343]
3344
3345[[package]]
3346name = "tempfile"
3347version = "3.27.0"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
3350dependencies = [
3351 "fastrand",
3352 "getrandom 0.4.2",
3353 "once_cell",
3354 "rustix",
3355 "windows-sys 0.61.2",
3356]
3357
3358[[package]]
3359name = "testing_table"
3360version = "0.3.0"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
3362checksum = "0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc"
3363dependencies = [
3364 "unicode-width",
3365]
3366
3367[[package]]
3368name = "thiserror"
3369version = "1.0.69"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3372dependencies = [
3373 "thiserror-impl 1.0.69",
3374]
3375
3376[[package]]
3377name = "thiserror"
3378version = "2.0.18"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3381dependencies = [
3382 "thiserror-impl 2.0.18",
3383]
3384
3385[[package]]
3386name = "thiserror-impl"
3387version = "1.0.69"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3390dependencies = [
3391 "proc-macro2",
3392 "quote",
3393 "syn",
3394]
3395
3396[[package]]
3397name = "thiserror-impl"
3398version = "2.0.18"
3399source = "registry+https://github.com/rust-lang/crates.io-index"
3400checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3401dependencies = [
3402 "proc-macro2",
3403 "quote",
3404 "syn",
3405]
3406
3407[[package]]
3408name = "thread_local"
3409version = "1.1.9"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3412dependencies = [
3413 "cfg-if",
3414]
3415
3416[[package]]
3417name = "time"
3418version = "0.3.47"
3419source = "registry+https://github.com/rust-lang/crates.io-index"
3420checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
3421dependencies = [
3422 "deranged",
3423 "itoa",
3424 "num-conv",
3425 "powerfmt",
3426 "serde_core",
3427 "time-core",
3428 "time-macros",
3429]
3430
3431[[package]]
3432name = "time-core"
3433version = "0.1.8"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
3436
3437[[package]]
3438name = "time-macros"
3439version = "0.2.27"
3440source = "registry+https://github.com/rust-lang/crates.io-index"
3441checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
3442dependencies = [
3443 "num-conv",
3444 "time-core",
3445]
3446
3447[[package]]
3448name = "timeutil"
3449version = "0.5.0"
3450dependencies = [
3451 "time",
3452]
3453
3454[[package]]
3455name = "tinystr"
3456version = "0.8.3"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
3459dependencies = [
3460 "displaydoc",
3461 "zerovec",
3462]
3463
3464[[package]]
3465name = "tinyvec"
3466version = "1.11.0"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
3469dependencies = [
3470 "tinyvec_macros",
3471]
3472
3473[[package]]
3474name = "tinyvec_macros"
3475version = "0.1.1"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3478
3479[[package]]
3480name = "tokio"
3481version = "1.52.3"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
3484dependencies = [
3485 "bytes",
3486 "libc",
3487 "mio",
3488 "parking_lot",
3489 "pin-project-lite",
3490 "signal-hook-registry",
3491 "socket2",
3492 "tokio-macros",
3493 "windows-sys 0.61.2",
3494]
3495
3496[[package]]
3497name = "tokio-macros"
3498version = "2.7.0"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
3501dependencies = [
3502 "proc-macro2",
3503 "quote",
3504 "syn",
3505]
3506
3507[[package]]
3508name = "tokio-rustls"
3509version = "0.26.4"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3512dependencies = [
3513 "rustls",
3514 "tokio",
3515]
3516
3517[[package]]
3518name = "tokio-stream"
3519version = "0.1.18"
3520source = "registry+https://github.com/rust-lang/crates.io-index"
3521checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
3522dependencies = [
3523 "futures-core",
3524 "pin-project-lite",
3525 "tokio",
3526]
3527
3528[[package]]
3529name = "tokio-util"
3530version = "0.7.18"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3533dependencies = [
3534 "bytes",
3535 "futures-core",
3536 "futures-io",
3537 "futures-sink",
3538 "pin-project-lite",
3539 "tokio",
3540]
3541
3542[[package]]
3543name = "toml"
3544version = "0.8.23"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
3547dependencies = [
3548 "serde",
3549 "serde_spanned 0.6.9",
3550 "toml_datetime 0.6.11",
3551 "toml_edit",
3552]
3553
3554[[package]]
3555name = "toml"
3556version = "0.9.12+spec-1.1.0"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
3559dependencies = [
3560 "serde_core",
3561 "serde_spanned 1.1.1",
3562 "toml_datetime 0.7.5+spec-1.1.0",
3563 "toml_parser",
3564 "winnow 0.7.15",
3565]
3566
3567[[package]]
3568name = "toml_datetime"
3569version = "0.6.11"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
3572dependencies = [
3573 "serde",
3574]
3575
3576[[package]]
3577name = "toml_datetime"
3578version = "0.7.5+spec-1.1.0"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
3581dependencies = [
3582 "serde_core",
3583]
3584
3585[[package]]
3586name = "toml_edit"
3587version = "0.22.27"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
3590dependencies = [
3591 "indexmap 2.14.0",
3592 "serde",
3593 "serde_spanned 0.6.9",
3594 "toml_datetime 0.6.11",
3595 "toml_write",
3596 "winnow 0.7.15",
3597]
3598
3599[[package]]
3600name = "toml_parser"
3601version = "1.1.2+spec-1.1.0"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
3604dependencies = [
3605 "winnow 1.0.3",
3606]
3607
3608[[package]]
3609name = "toml_write"
3610version = "0.1.2"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
3613
3614[[package]]
3615name = "tower"
3616version = "0.5.3"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3619dependencies = [
3620 "futures-core",
3621 "futures-util",
3622 "pin-project-lite",
3623 "sync_wrapper",
3624 "tokio",
3625 "tower-layer",
3626 "tower-service",
3627 "tracing",
3628]
3629
3630[[package]]
3631name = "tower-http"
3632version = "0.6.11"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
3635dependencies = [
3636 "bitflags",
3637 "bytes",
3638 "futures-util",
3639 "http",
3640 "http-body",
3641 "pin-project-lite",
3642 "tower",
3643 "tower-layer",
3644 "tower-service",
3645 "tracing",
3646 "url",
3647]
3648
3649[[package]]
3650name = "tower-layer"
3651version = "0.3.3"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3654
3655[[package]]
3656name = "tower-service"
3657version = "0.3.3"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3660
3661[[package]]
3662name = "tracing"
3663version = "0.1.44"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3666dependencies = [
3667 "log",
3668 "pin-project-lite",
3669 "tracing-attributes",
3670 "tracing-core",
3671]
3672
3673[[package]]
3674name = "tracing-attributes"
3675version = "0.1.31"
3676source = "registry+https://github.com/rust-lang/crates.io-index"
3677checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3678dependencies = [
3679 "proc-macro2",
3680 "quote",
3681 "syn",
3682]
3683
3684[[package]]
3685name = "tracing-core"
3686version = "0.1.36"
3687source = "registry+https://github.com/rust-lang/crates.io-index"
3688checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3689dependencies = [
3690 "once_cell",
3691 "valuable",
3692]
3693
3694[[package]]
3695name = "tracing-log"
3696version = "0.2.0"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3699dependencies = [
3700 "log",
3701 "once_cell",
3702 "tracing-core",
3703]
3704
3705[[package]]
3706name = "tracing-subscriber"
3707version = "0.3.23"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
3710dependencies = [
3711 "matchers",
3712 "nu-ansi-term",
3713 "once_cell",
3714 "regex-automata",
3715 "sharded-slab",
3716 "smallvec",
3717 "thread_local",
3718 "tracing",
3719 "tracing-core",
3720 "tracing-log",
3721]
3722
3723[[package]]
3724name = "tree-sitter"
3725version = "0.25.10"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
3728dependencies = [
3729 "cc",
3730 "regex",
3731 "regex-syntax",
3732 "serde_json",
3733 "streaming-iterator",
3734 "tree-sitter-language",
3735]
3736
3737[[package]]
3738name = "tree-sitter-highlight"
3739version = "0.25.10"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "adc5f880ad8d8f94e88cb81c3557024cf1a8b75e3b504c50481ed4f5a6006ff3"
3742dependencies = [
3743 "regex",
3744 "streaming-iterator",
3745 "thiserror 2.0.18",
3746 "tree-sitter",
3747]
3748
3749[[package]]
3750name = "tree-sitter-language"
3751version = "0.1.7"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782"
3754
3755[[package]]
3756name = "try-lock"
3757version = "0.2.5"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3760
3761[[package]]
3762name = "typed-arena"
3763version = "2.0.2"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
3766
3767[[package]]
3768name = "typenum"
3769version = "1.20.0"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
3772
3773[[package]]
3774name = "unicase"
3775version = "2.9.0"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
3778
3779[[package]]
3780name = "unicode-ident"
3781version = "1.0.24"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3784
3785[[package]]
3786name = "unicode-normalization"
3787version = "0.1.25"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
3790dependencies = [
3791 "tinyvec",
3792]
3793
3794[[package]]
3795name = "unicode-segmentation"
3796version = "1.13.2"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
3799
3800[[package]]
3801name = "unicode-width"
3802version = "0.2.2"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3805
3806[[package]]
3807name = "unicode-xid"
3808version = "0.2.6"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3811
3812[[package]]
3813name = "unicode_categories"
3814version = "0.1.1"
3815source = "registry+https://github.com/rust-lang/crates.io-index"
3816checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
3817
3818[[package]]
3819name = "untrusted"
3820version = "0.9.0"
3821source = "registry+https://github.com/rust-lang/crates.io-index"
3822checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3823
3824[[package]]
3825name = "url"
3826version = "2.5.8"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3829dependencies = [
3830 "form_urlencoded",
3831 "idna",
3832 "percent-encoding",
3833 "serde",
3834 "serde_derive",
3835]
3836
3837[[package]]
3838name = "urlencoding"
3839version = "2.1.3"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3842
3843[[package]]
3844name = "utf8_iter"
3845version = "1.0.4"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3848
3849[[package]]
3850name = "utf8parse"
3851version = "0.2.2"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3854
3855[[package]]
3856name = "uuid"
3857version = "1.23.1"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
3860dependencies = [
3861 "getrandom 0.4.2",
3862 "js-sys",
3863 "wasm-bindgen",
3864]
3865
3866[[package]]
3867name = "valuable"
3868version = "0.1.1"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3871
3872[[package]]
3873name = "value-bag"
3874version = "1.12.0"
3875source = "registry+https://github.com/rust-lang/crates.io-index"
3876checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
3877
3878[[package]]
3879name = "vcpkg"
3880version = "0.2.15"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3883
3884[[package]]
3885name = "version_check"
3886version = "0.9.5"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3889
3890[[package]]
3891name = "walkdir"
3892version = "2.5.0"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3895dependencies = [
3896 "same-file",
3897 "winapi-util",
3898]
3899
3900[[package]]
3901name = "want"
3902version = "0.3.1"
3903source = "registry+https://github.com/rust-lang/crates.io-index"
3904checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3905dependencies = [
3906 "try-lock",
3907]
3908
3909[[package]]
3910name = "wasi"
3911version = "0.11.1+wasi-snapshot-preview1"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3914
3915[[package]]
3916name = "wasip2"
3917version = "1.0.3+wasi-0.2.9"
3918source = "registry+https://github.com/rust-lang/crates.io-index"
3919checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
3920dependencies = [
3921 "wit-bindgen 0.57.1",
3922]
3923
3924[[package]]
3925name = "wasip3"
3926version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
3927source = "registry+https://github.com/rust-lang/crates.io-index"
3928checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
3929dependencies = [
3930 "wit-bindgen 0.51.0",
3931]
3932
3933[[package]]
3934name = "wasm-bindgen"
3935version = "0.2.121"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790"
3938dependencies = [
3939 "cfg-if",
3940 "once_cell",
3941 "rustversion",
3942 "wasm-bindgen-macro",
3943 "wasm-bindgen-shared",
3944]
3945
3946[[package]]
3947name = "wasm-bindgen-futures"
3948version = "0.4.71"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8"
3951dependencies = [
3952 "js-sys",
3953 "wasm-bindgen",
3954]
3955
3956[[package]]
3957name = "wasm-bindgen-macro"
3958version = "0.2.121"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578"
3961dependencies = [
3962 "quote",
3963 "wasm-bindgen-macro-support",
3964]
3965
3966[[package]]
3967name = "wasm-bindgen-macro-support"
3968version = "0.2.121"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2"
3971dependencies = [
3972 "bumpalo",
3973 "proc-macro2",
3974 "quote",
3975 "syn",
3976 "wasm-bindgen-shared",
3977]
3978
3979[[package]]
3980name = "wasm-bindgen-shared"
3981version = "0.2.121"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441"
3984dependencies = [
3985 "unicode-ident",
3986]
3987
3988[[package]]
3989name = "wasm-encoder"
3990version = "0.244.0"
3991source = "registry+https://github.com/rust-lang/crates.io-index"
3992checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
3993dependencies = [
3994 "leb128fmt",
3995 "wasmparser",
3996]
3997
3998[[package]]
3999name = "wasm-metadata"
4000version = "0.244.0"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
4003dependencies = [
4004 "anyhow",
4005 "indexmap 2.14.0",
4006 "wasm-encoder",
4007 "wasmparser",
4008]
4009
4010[[package]]
4011name = "wasm-streams"
4012version = "0.5.0"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
4015dependencies = [
4016 "futures-util",
4017 "js-sys",
4018 "wasm-bindgen",
4019 "wasm-bindgen-futures",
4020 "web-sys",
4021]
4022
4023[[package]]
4024name = "wasmparser"
4025version = "0.244.0"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
4028dependencies = [
4029 "bitflags",
4030 "hashbrown 0.15.5",
4031 "indexmap 2.14.0",
4032 "semver",
4033]
4034
4035[[package]]
4036name = "web-sys"
4037version = "0.3.98"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa"
4040dependencies = [
4041 "js-sys",
4042 "wasm-bindgen",
4043]
4044
4045[[package]]
4046name = "web-time"
4047version = "1.1.0"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4050dependencies = [
4051 "js-sys",
4052 "wasm-bindgen",
4053]
4054
4055[[package]]
4056name = "webfinger-rs"
4057version = "0.0.24"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "cab3215afe1bf13b561d561a889e4ef1158957b942c216ccba1ee5b57f20c725"
4060dependencies = [
4061 "async-convert",
4062 "axum",
4063 "axum-extra 0.12.6",
4064 "http",
4065 "nutype",
4066 "percent-encoding",
4067 "reqwest",
4068 "serde",
4069 "serde_json",
4070 "serde_with",
4071 "thiserror 2.0.18",
4072 "tracing",
4073]
4074
4075[[package]]
4076name = "webpki-root-certs"
4077version = "1.0.7"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c"
4080dependencies = [
4081 "rustls-pki-types",
4082]
4083
4084[[package]]
4085name = "winapi-util"
4086version = "0.1.11"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4089dependencies = [
4090 "windows-sys 0.61.2",
4091]
4092
4093[[package]]
4094name = "windows-core"
4095version = "0.62.2"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4098dependencies = [
4099 "windows-implement",
4100 "windows-interface",
4101 "windows-link",
4102 "windows-result",
4103 "windows-strings",
4104]
4105
4106[[package]]
4107name = "windows-implement"
4108version = "0.60.2"
4109source = "registry+https://github.com/rust-lang/crates.io-index"
4110checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4111dependencies = [
4112 "proc-macro2",
4113 "quote",
4114 "syn",
4115]
4116
4117[[package]]
4118name = "windows-interface"
4119version = "0.59.3"
4120source = "registry+https://github.com/rust-lang/crates.io-index"
4121checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4122dependencies = [
4123 "proc-macro2",
4124 "quote",
4125 "syn",
4126]
4127
4128[[package]]
4129name = "windows-link"
4130version = "0.2.1"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4133
4134[[package]]
4135name = "windows-result"
4136version = "0.4.1"
4137source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4139dependencies = [
4140 "windows-link",
4141]
4142
4143[[package]]
4144name = "windows-strings"
4145version = "0.5.1"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4148dependencies = [
4149 "windows-link",
4150]
4151
4152[[package]]
4153name = "windows-sys"
4154version = "0.52.0"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4157dependencies = [
4158 "windows-targets 0.52.6",
4159]
4160
4161[[package]]
4162name = "windows-sys"
4163version = "0.60.2"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4166dependencies = [
4167 "windows-targets 0.53.5",
4168]
4169
4170[[package]]
4171name = "windows-sys"
4172version = "0.61.2"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4175dependencies = [
4176 "windows-link",
4177]
4178
4179[[package]]
4180name = "windows-targets"
4181version = "0.52.6"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4184dependencies = [
4185 "windows_aarch64_gnullvm 0.52.6",
4186 "windows_aarch64_msvc 0.52.6",
4187 "windows_i686_gnu 0.52.6",
4188 "windows_i686_gnullvm 0.52.6",
4189 "windows_i686_msvc 0.52.6",
4190 "windows_x86_64_gnu 0.52.6",
4191 "windows_x86_64_gnullvm 0.52.6",
4192 "windows_x86_64_msvc 0.52.6",
4193]
4194
4195[[package]]
4196name = "windows-targets"
4197version = "0.53.5"
4198source = "registry+https://github.com/rust-lang/crates.io-index"
4199checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
4200dependencies = [
4201 "windows-link",
4202 "windows_aarch64_gnullvm 0.53.1",
4203 "windows_aarch64_msvc 0.53.1",
4204 "windows_i686_gnu 0.53.1",
4205 "windows_i686_gnullvm 0.53.1",
4206 "windows_i686_msvc 0.53.1",
4207 "windows_x86_64_gnu 0.53.1",
4208 "windows_x86_64_gnullvm 0.53.1",
4209 "windows_x86_64_msvc 0.53.1",
4210]
4211
4212[[package]]
4213name = "windows_aarch64_gnullvm"
4214version = "0.52.6"
4215source = "registry+https://github.com/rust-lang/crates.io-index"
4216checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4217
4218[[package]]
4219name = "windows_aarch64_gnullvm"
4220version = "0.53.1"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
4223
4224[[package]]
4225name = "windows_aarch64_msvc"
4226version = "0.52.6"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4229
4230[[package]]
4231name = "windows_aarch64_msvc"
4232version = "0.53.1"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
4235
4236[[package]]
4237name = "windows_i686_gnu"
4238version = "0.52.6"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4241
4242[[package]]
4243name = "windows_i686_gnu"
4244version = "0.53.1"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
4247
4248[[package]]
4249name = "windows_i686_gnullvm"
4250version = "0.52.6"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4253
4254[[package]]
4255name = "windows_i686_gnullvm"
4256version = "0.53.1"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
4259
4260[[package]]
4261name = "windows_i686_msvc"
4262version = "0.52.6"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4265
4266[[package]]
4267name = "windows_i686_msvc"
4268version = "0.53.1"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
4271
4272[[package]]
4273name = "windows_x86_64_gnu"
4274version = "0.52.6"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4277
4278[[package]]
4279name = "windows_x86_64_gnu"
4280version = "0.53.1"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
4283
4284[[package]]
4285name = "windows_x86_64_gnullvm"
4286version = "0.52.6"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4289
4290[[package]]
4291name = "windows_x86_64_gnullvm"
4292version = "0.53.1"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
4295
4296[[package]]
4297name = "windows_x86_64_msvc"
4298version = "0.52.6"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
4300checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4301
4302[[package]]
4303name = "windows_x86_64_msvc"
4304version = "0.53.1"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4307
4308[[package]]
4309name = "winnow"
4310version = "0.7.15"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
4313dependencies = [
4314 "memchr",
4315]
4316
4317[[package]]
4318name = "winnow"
4319version = "1.0.3"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
4322
4323[[package]]
4324name = "wit-bindgen"
4325version = "0.51.0"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
4328dependencies = [
4329 "wit-bindgen-rust-macro",
4330]
4331
4332[[package]]
4333name = "wit-bindgen"
4334version = "0.57.1"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
4337
4338[[package]]
4339name = "wit-bindgen-core"
4340version = "0.51.0"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
4343dependencies = [
4344 "anyhow",
4345 "heck",
4346 "wit-parser",
4347]
4348
4349[[package]]
4350name = "wit-bindgen-rust"
4351version = "0.51.0"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
4354dependencies = [
4355 "anyhow",
4356 "heck",
4357 "indexmap 2.14.0",
4358 "prettyplease",
4359 "syn",
4360 "wasm-metadata",
4361 "wit-bindgen-core",
4362 "wit-component",
4363]
4364
4365[[package]]
4366name = "wit-bindgen-rust-macro"
4367version = "0.51.0"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
4370dependencies = [
4371 "anyhow",
4372 "prettyplease",
4373 "proc-macro2",
4374 "quote",
4375 "syn",
4376 "wit-bindgen-core",
4377 "wit-bindgen-rust",
4378]
4379
4380[[package]]
4381name = "wit-component"
4382version = "0.244.0"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
4385dependencies = [
4386 "anyhow",
4387 "bitflags",
4388 "indexmap 2.14.0",
4389 "log",
4390 "serde",
4391 "serde_derive",
4392 "serde_json",
4393 "wasm-encoder",
4394 "wasm-metadata",
4395 "wasmparser",
4396 "wit-parser",
4397]
4398
4399[[package]]
4400name = "wit-parser"
4401version = "0.244.0"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
4404dependencies = [
4405 "anyhow",
4406 "id-arena",
4407 "indexmap 2.14.0",
4408 "log",
4409 "semver",
4410 "serde",
4411 "serde_derive",
4412 "serde_json",
4413 "unicode-xid",
4414 "wasmparser",
4415]
4416
4417[[package]]
4418name = "writeable"
4419version = "0.6.3"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
4422
4423[[package]]
4424name = "xattr"
4425version = "1.6.1"
4426source = "registry+https://github.com/rust-lang/crates.io-index"
4427checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
4428dependencies = [
4429 "libc",
4430 "rustix",
4431]
4432
4433[[package]]
4434name = "xtask"
4435version = "0.5.0"
4436dependencies = [
4437 "ayllu_cmd",
4438 "clap",
4439 "clap_complete",
4440 "clap_mangen",
4441]
4442
4443[[package]]
4444name = "yoke"
4445version = "0.8.2"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
4448dependencies = [
4449 "stable_deref_trait",
4450 "yoke-derive",
4451 "zerofrom",
4452]
4453
4454[[package]]
4455name = "yoke-derive"
4456version = "0.8.2"
4457source = "registry+https://github.com/rust-lang/crates.io-index"
4458checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
4459dependencies = [
4460 "proc-macro2",
4461 "quote",
4462 "syn",
4463 "synstructure",
4464]
4465
4466[[package]]
4467name = "zerocopy"
4468version = "0.8.48"
4469source = "registry+https://github.com/rust-lang/crates.io-index"
4470checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
4471dependencies = [
4472 "zerocopy-derive",
4473]
4474
4475[[package]]
4476name = "zerocopy-derive"
4477version = "0.8.48"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
4480dependencies = [
4481 "proc-macro2",
4482 "quote",
4483 "syn",
4484]
4485
4486[[package]]
4487name = "zerofrom"
4488version = "0.1.8"
4489source = "registry+https://github.com/rust-lang/crates.io-index"
4490checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
4491dependencies = [
4492 "zerofrom-derive",
4493]
4494
4495[[package]]
4496name = "zerofrom-derive"
4497version = "0.1.7"
4498source = "registry+https://github.com/rust-lang/crates.io-index"
4499checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
4500dependencies = [
4501 "proc-macro2",
4502 "quote",
4503 "syn",
4504 "synstructure",
4505]
4506
4507[[package]]
4508name = "zeroize"
4509version = "1.8.2"
4510source = "registry+https://github.com/rust-lang/crates.io-index"
4511checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
4512
4513[[package]]
4514name = "zerotrie"
4515version = "0.2.4"
4516source = "registry+https://github.com/rust-lang/crates.io-index"
4517checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
4518dependencies = [
4519 "displaydoc",
4520 "yoke",
4521 "zerofrom",
4522]
4523
4524[[package]]
4525name = "zerovec"
4526version = "0.11.6"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
4529dependencies = [
4530 "yoke",
4531 "zerofrom",
4532 "zerovec-derive",
4533]
4534
4535[[package]]
4536name = "zerovec-derive"
4537version = "0.11.3"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
4540dependencies = [
4541 "proc-macro2",
4542 "quote",
4543 "syn",
4544]
4545
4546[[package]]
4547name = "zmij"
4548version = "1.0.21"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"