raw
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "afl"
22version = "0.15.20"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e3d197cb6a514b7dffadc7ccab0d1215bed207bcd7532306fe433678541bc3a9"
25dependencies = [
26 "home",
27 "libc",
28 "rustc_version",
29 "xdg",
30]
31
32[[package]]
33name = "ahash"
34version = "0.8.12"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
37dependencies = [
38 "cfg-if",
39 "once_cell",
40 "version_check",
41 "zerocopy",
42]
43
44[[package]]
45name = "aho-corasick"
46version = "1.1.3"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
49dependencies = [
50 "memchr",
51]
52
53[[package]]
54name = "allocator-api2"
55version = "0.2.21"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
58
59[[package]]
60name = "ansi-to-html"
61version = "0.2.2"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "12e283a4fc285735ef99577e81a125f738429516161ac33977e466d0d8d40764"
64dependencies = [
65 "regex",
66 "thiserror 1.0.69",
67]
68
69[[package]]
70name = "anstream"
71version = "0.6.20"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
74dependencies = [
75 "anstyle",
76 "anstyle-parse",
77 "anstyle-query",
78 "anstyle-wincon",
79 "colorchoice",
80 "is_terminal_polyfill",
81 "utf8parse",
82]
83
84[[package]]
85name = "anstyle"
86version = "1.0.11"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
89
90[[package]]
91name = "anstyle-parse"
92version = "0.2.7"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
95dependencies = [
96 "utf8parse",
97]
98
99[[package]]
100name = "anstyle-query"
101version = "1.1.4"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
104dependencies = [
105 "windows-sys 0.60.2",
106]
107
108[[package]]
109name = "anstyle-wincon"
110version = "3.0.10"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
113dependencies = [
114 "anstyle",
115 "once_cell_polyfill",
116 "windows-sys 0.60.2",
117]
118
119[[package]]
120name = "anyhow"
121version = "1.0.99"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
124
125[[package]]
126name = "askama"
127version = "0.14.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4"
130dependencies = [
131 "askama_derive",
132 "itoa",
133 "percent-encoding",
134 "serde",
135 "serde_json",
136]
137
138[[package]]
139name = "askama_derive"
140version = "0.14.0"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f"
143dependencies = [
144 "askama_parser",
145 "basic-toml",
146 "memchr",
147 "proc-macro2",
148 "quote",
149 "rustc-hash",
150 "serde",
151 "serde_derive",
152 "syn",
153]
154
155[[package]]
156name = "askama_parser"
157version = "0.14.0"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358"
160dependencies = [
161 "memchr",
162 "serde",
163 "serde_derive",
164 "winnow",
165]
166
167[[package]]
168name = "atomic"
169version = "0.6.1"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
172dependencies = [
173 "bytemuck",
174]
175
176[[package]]
177name = "axum"
178version = "0.8.4"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
181dependencies = [
182 "axum-core",
183 "bytes",
184 "form_urlencoded",
185 "futures-util",
186 "http",
187 "http-body",
188 "http-body-util",
189 "hyper",
190 "hyper-util",
191 "itoa",
192 "matchit",
193 "memchr",
194 "mime",
195 "percent-encoding",
196 "pin-project-lite",
197 "rustversion",
198 "serde",
199 "serde_json",
200 "serde_path_to_error",
201 "serde_urlencoded",
202 "sync_wrapper",
203 "tokio",
204 "tower",
205 "tower-layer",
206 "tower-service",
207 "tracing",
208]
209
210[[package]]
211name = "axum-core"
212version = "0.5.2"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
215dependencies = [
216 "bytes",
217 "futures-core",
218 "http",
219 "http-body",
220 "http-body-util",
221 "mime",
222 "pin-project-lite",
223 "rustversion",
224 "sync_wrapper",
225 "tower-layer",
226 "tower-service",
227 "tracing",
228]
229
230[[package]]
231name = "axum-response-cache"
232version = "0.4.0"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "5dbbbc20d408c8a051c946bd796d58d7ad6f323f53f307934b086d36b18eb893"
235dependencies = [
236 "axum",
237 "cached",
238 "http",
239 "tower",
240 "tracing",
241 "tracing-futures",
242]
243
244[[package]]
245name = "backtrace"
246version = "0.3.75"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
249dependencies = [
250 "addr2line",
251 "cfg-if",
252 "libc",
253 "miniz_oxide",
254 "object",
255 "rustc-demangle",
256 "windows-targets 0.52.6",
257]
258
259[[package]]
260name = "base64"
261version = "0.22.1"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
264
265[[package]]
266name = "basic-toml"
267version = "0.1.10"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
270dependencies = [
271 "serde",
272]
273
274[[package]]
275name = "bile"
276version = "0.1.0"
277dependencies = [
278 "ansi-to-html",
279 "anyhow",
280 "askama",
281 "axum",
282 "axum-response-cache",
283 "clap",
284 "comrak",
285 "figment",
286 "git2",
287 "jiff",
288 "mimalloc",
289 "mime",
290 "serde",
291 "syntect",
292 "thiserror 2.0.15",
293 "tokio",
294 "toml 0.9.5",
295 "tower",
296 "tower-helmet",
297 "tower-http",
298 "tracing",
299 "tracing-error",
300 "tracing-subscriber",
301 "two-face",
302]
303
304[[package]]
305name = "bincode"
306version = "1.3.3"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
309dependencies = [
310 "serde",
311]
312
313[[package]]
314name = "bit-set"
315version = "0.5.3"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
318dependencies = [
319 "bit-vec",
320]
321
322[[package]]
323name = "bit-vec"
324version = "0.6.3"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
327
328[[package]]
329name = "bitflags"
330version = "1.3.2"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
333
334[[package]]
335name = "bitflags"
336version = "2.9.2"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "6a65b545ab31d687cff52899d4890855fec459eb6afe0da6417b8a18da87aa29"
339
340[[package]]
341name = "bumpalo"
342version = "3.19.0"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
345
346[[package]]
347name = "bytemuck"
348version = "1.23.2"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677"
351
352[[package]]
353name = "bytes"
354version = "1.10.1"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
357
358[[package]]
359name = "cached"
360version = "0.56.0"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
363dependencies = [
364 "ahash",
365 "cached_proc_macro",
366 "cached_proc_macro_types",
367 "hashbrown",
368 "once_cell",
369 "thiserror 2.0.15",
370 "web-time",
371]
372
373[[package]]
374name = "cached_proc_macro"
375version = "0.25.0"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
378dependencies = [
379 "darling",
380 "proc-macro2",
381 "quote",
382 "syn",
383]
384
385[[package]]
386name = "cached_proc_macro_types"
387version = "0.1.1"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
390
391[[package]]
392name = "caseless"
393version = "0.2.2"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
396dependencies = [
397 "unicode-normalization",
398]
399
400[[package]]
401name = "cc"
402version = "1.2.33"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "3ee0f8803222ba5a7e2777dd72ca451868909b1ac410621b676adf07280e9b5f"
405dependencies = [
406 "jobserver",
407 "libc",
408 "shlex",
409]
410
411[[package]]
412name = "cfg-if"
413version = "1.0.1"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
416
417[[package]]
418name = "clap"
419version = "4.5.45"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318"
422dependencies = [
423 "clap_builder",
424 "clap_derive",
425]
426
427[[package]]
428name = "clap_builder"
429version = "4.5.44"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8"
432dependencies = [
433 "anstream",
434 "anstyle",
435 "clap_lex",
436 "strsim",
437]
438
439[[package]]
440name = "clap_derive"
441version = "4.5.45"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6"
444dependencies = [
445 "heck",
446 "proc-macro2",
447 "quote",
448 "syn",
449]
450
451[[package]]
452name = "clap_lex"
453version = "0.7.5"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
456
457[[package]]
458name = "colorchoice"
459version = "1.0.4"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
462
463[[package]]
464name = "comrak"
465version = "0.41.0"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "57c9011f1cb8ff2306380cd0cd455611341d0a064bf7907234c3da4c6babb423"
468dependencies = [
469 "caseless",
470 "entities",
471 "memchr",
472 "slug",
473 "typed-arena",
474 "unicode_categories",
475]
476
477[[package]]
478name = "crc32fast"
479version = "1.5.0"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
482dependencies = [
483 "cfg-if",
484]
485
486[[package]]
487name = "darling"
488version = "0.20.11"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
491dependencies = [
492 "darling_core",
493 "darling_macro",
494]
495
496[[package]]
497name = "darling_core"
498version = "0.20.11"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
501dependencies = [
502 "fnv",
503 "ident_case",
504 "proc-macro2",
505 "quote",
506 "strsim",
507 "syn",
508]
509
510[[package]]
511name = "darling_macro"
512version = "0.20.11"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
515dependencies = [
516 "darling_core",
517 "quote",
518 "syn",
519]
520
521[[package]]
522name = "deranged"
523version = "0.4.0"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
526dependencies = [
527 "powerfmt",
528]
529
530[[package]]
531name = "deunicode"
532version = "1.6.2"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
535
536[[package]]
537name = "displaydoc"
538version = "0.2.5"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
541dependencies = [
542 "proc-macro2",
543 "quote",
544 "syn",
545]
546
547[[package]]
548name = "entities"
549version = "1.0.1"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
552
553[[package]]
554name = "equivalent"
555version = "1.0.2"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
558
559[[package]]
560name = "fancy-regex"
561version = "0.11.0"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
564dependencies = [
565 "bit-set",
566 "regex",
567]
568
569[[package]]
570name = "figment"
571version = "0.10.19"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3"
574dependencies = [
575 "atomic",
576 "pear",
577 "serde",
578 "toml 0.8.23",
579 "uncased",
580 "version_check",
581]
582
583[[package]]
584name = "flate2"
585version = "1.1.2"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
588dependencies = [
589 "crc32fast",
590 "miniz_oxide",
591]
592
593[[package]]
594name = "fnv"
595version = "1.0.7"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
598
599[[package]]
600name = "foldhash"
601version = "0.1.5"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
604
605[[package]]
606name = "form_urlencoded"
607version = "1.2.1"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
610dependencies = [
611 "percent-encoding",
612]
613
614[[package]]
615name = "futures"
616version = "0.3.31"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
619dependencies = [
620 "futures-channel",
621 "futures-core",
622 "futures-executor",
623 "futures-io",
624 "futures-sink",
625 "futures-task",
626 "futures-util",
627]
628
629[[package]]
630name = "futures-channel"
631version = "0.3.31"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
634dependencies = [
635 "futures-core",
636 "futures-sink",
637]
638
639[[package]]
640name = "futures-core"
641version = "0.3.31"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
644
645[[package]]
646name = "futures-executor"
647version = "0.3.31"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
650dependencies = [
651 "futures-core",
652 "futures-task",
653 "futures-util",
654]
655
656[[package]]
657name = "futures-io"
658version = "0.3.31"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
661
662[[package]]
663name = "futures-macro"
664version = "0.3.31"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
667dependencies = [
668 "proc-macro2",
669 "quote",
670 "syn",
671]
672
673[[package]]
674name = "futures-sink"
675version = "0.3.31"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
678
679[[package]]
680name = "futures-task"
681version = "0.3.31"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
684
685[[package]]
686name = "futures-util"
687version = "0.3.31"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
690dependencies = [
691 "futures-channel",
692 "futures-core",
693 "futures-io",
694 "futures-macro",
695 "futures-sink",
696 "futures-task",
697 "memchr",
698 "pin-project-lite",
699 "pin-utils",
700 "slab",
701]
702
703[[package]]
704name = "fuzz"
705version = "0.1.0"
706dependencies = [
707 "afl",
708 "axum",
709 "bile",
710 "http",
711 "http-body-util",
712 "tokio",
713 "tower",
714]
715
716[[package]]
717name = "getrandom"
718version = "0.3.3"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
721dependencies = [
722 "cfg-if",
723 "libc",
724 "r-efi",
725 "wasi 0.14.2+wasi-0.2.4",
726]
727
728[[package]]
729name = "gimli"
730version = "0.31.1"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
733
734[[package]]
735name = "git2"
736version = "0.20.2"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110"
739dependencies = [
740 "bitflags 2.9.2",
741 "libc",
742 "libgit2-sys",
743 "log",
744 "url",
745]
746
747[[package]]
748name = "hashbrown"
749version = "0.15.5"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
752dependencies = [
753 "allocator-api2",
754 "equivalent",
755 "foldhash",
756]
757
758[[package]]
759name = "heck"
760version = "0.5.0"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
763
764[[package]]
765name = "home"
766version = "0.5.11"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
769dependencies = [
770 "windows-sys 0.59.0",
771]
772
773[[package]]
774name = "http"
775version = "1.3.1"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
778dependencies = [
779 "bytes",
780 "fnv",
781 "itoa",
782]
783
784[[package]]
785name = "http-body"
786version = "1.0.1"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
789dependencies = [
790 "bytes",
791 "http",
792]
793
794[[package]]
795name = "http-body-util"
796version = "0.1.3"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
799dependencies = [
800 "bytes",
801 "futures-core",
802 "http",
803 "http-body",
804 "pin-project-lite",
805]
806
807[[package]]
808name = "httparse"
809version = "1.10.1"
810source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
812
813[[package]]
814name = "httpdate"
815version = "1.0.3"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
818
819[[package]]
820name = "hyper"
821version = "1.6.0"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
824dependencies = [
825 "bytes",
826 "futures-channel",
827 "futures-util",
828 "http",
829 "http-body",
830 "httparse",
831 "httpdate",
832 "itoa",
833 "pin-project-lite",
834 "smallvec",
835 "tokio",
836]
837
838[[package]]
839name = "hyper-util"
840version = "0.1.16"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
843dependencies = [
844 "bytes",
845 "futures-core",
846 "http",
847 "http-body",
848 "hyper",
849 "pin-project-lite",
850 "tokio",
851 "tower-service",
852]
853
854[[package]]
855name = "icu_collections"
856version = "2.0.0"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
859dependencies = [
860 "displaydoc",
861 "potential_utf",
862 "yoke",
863 "zerofrom",
864 "zerovec",
865]
866
867[[package]]
868name = "icu_locale_core"
869version = "2.0.0"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
872dependencies = [
873 "displaydoc",
874 "litemap",
875 "tinystr",
876 "writeable",
877 "zerovec",
878]
879
880[[package]]
881name = "icu_normalizer"
882version = "2.0.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
885dependencies = [
886 "displaydoc",
887 "icu_collections",
888 "icu_normalizer_data",
889 "icu_properties",
890 "icu_provider",
891 "smallvec",
892 "zerovec",
893]
894
895[[package]]
896name = "icu_normalizer_data"
897version = "2.0.0"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
900
901[[package]]
902name = "icu_properties"
903version = "2.0.1"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
906dependencies = [
907 "displaydoc",
908 "icu_collections",
909 "icu_locale_core",
910 "icu_properties_data",
911 "icu_provider",
912 "potential_utf",
913 "zerotrie",
914 "zerovec",
915]
916
917[[package]]
918name = "icu_properties_data"
919version = "2.0.1"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
922
923[[package]]
924name = "icu_provider"
925version = "2.0.0"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
928dependencies = [
929 "displaydoc",
930 "icu_locale_core",
931 "stable_deref_trait",
932 "tinystr",
933 "writeable",
934 "yoke",
935 "zerofrom",
936 "zerotrie",
937 "zerovec",
938]
939
940[[package]]
941name = "ident_case"
942version = "1.0.1"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
945
946[[package]]
947name = "idna"
948version = "1.0.3"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
951dependencies = [
952 "idna_adapter",
953 "smallvec",
954 "utf8_iter",
955]
956
957[[package]]
958name = "idna_adapter"
959version = "1.2.1"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
962dependencies = [
963 "icu_normalizer",
964 "icu_properties",
965]
966
967[[package]]
968name = "indexmap"
969version = "2.10.0"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
972dependencies = [
973 "equivalent",
974 "hashbrown",
975]
976
977[[package]]
978name = "inlinable_string"
979version = "0.1.15"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
982
983[[package]]
984name = "io-uring"
985version = "0.7.9"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
988dependencies = [
989 "bitflags 2.9.2",
990 "cfg-if",
991 "libc",
992]
993
994[[package]]
995name = "is_terminal_polyfill"
996version = "1.70.1"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
999
1000[[package]]
1001name = "itoa"
1002version = "1.0.15"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1005
1006[[package]]
1007name = "jiff"
1008version = "0.2.15"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
1011dependencies = [
1012 "jiff-static",
1013 "jiff-tzdb-platform",
1014 "log",
1015 "portable-atomic",
1016 "portable-atomic-util",
1017 "serde",
1018 "windows-sys 0.59.0",
1019]
1020
1021[[package]]
1022name = "jiff-static"
1023version = "0.2.15"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
1026dependencies = [
1027 "proc-macro2",
1028 "quote",
1029 "syn",
1030]
1031
1032[[package]]
1033name = "jiff-tzdb"
1034version = "0.1.4"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
1037
1038[[package]]
1039name = "jiff-tzdb-platform"
1040version = "0.1.3"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
1043dependencies = [
1044 "jiff-tzdb",
1045]
1046
1047[[package]]
1048name = "jobserver"
1049version = "0.1.33"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
1052dependencies = [
1053 "getrandom",
1054 "libc",
1055]
1056
1057[[package]]
1058name = "js-sys"
1059version = "0.3.77"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1062dependencies = [
1063 "once_cell",
1064 "wasm-bindgen",
1065]
1066
1067[[package]]
1068name = "lazy_static"
1069version = "1.5.0"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1072
1073[[package]]
1074name = "libc"
1075version = "0.2.175"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
1078
1079[[package]]
1080name = "libgit2-sys"
1081version = "0.18.2+1.9.1"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222"
1084dependencies = [
1085 "cc",
1086 "libc",
1087 "libz-sys",
1088 "pkg-config",
1089]
1090
1091[[package]]
1092name = "libmimalloc-sys"
1093version = "0.1.43"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d"
1096dependencies = [
1097 "cc",
1098 "libc",
1099]
1100
1101[[package]]
1102name = "libz-sys"
1103version = "1.1.22"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
1106dependencies = [
1107 "cc",
1108 "libc",
1109 "pkg-config",
1110 "vcpkg",
1111]
1112
1113[[package]]
1114name = "linked-hash-map"
1115version = "0.5.6"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1118
1119[[package]]
1120name = "litemap"
1121version = "0.8.0"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1124
1125[[package]]
1126name = "log"
1127version = "0.4.27"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1130
1131[[package]]
1132name = "matchers"
1133version = "0.1.0"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1136dependencies = [
1137 "regex-automata 0.1.10",
1138]
1139
1140[[package]]
1141name = "matchit"
1142version = "0.8.4"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1145
1146[[package]]
1147name = "memchr"
1148version = "2.7.5"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1151
1152[[package]]
1153name = "mimalloc"
1154version = "0.1.47"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40"
1157dependencies = [
1158 "libmimalloc-sys",
1159]
1160
1161[[package]]
1162name = "mime"
1163version = "0.3.17"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1166
1167[[package]]
1168name = "miniz_oxide"
1169version = "0.8.9"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1172dependencies = [
1173 "adler2",
1174]
1175
1176[[package]]
1177name = "mio"
1178version = "1.0.4"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1181dependencies = [
1182 "libc",
1183 "wasi 0.11.1+wasi-snapshot-preview1",
1184 "windows-sys 0.59.0",
1185]
1186
1187[[package]]
1188name = "nu-ansi-term"
1189version = "0.46.0"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1192dependencies = [
1193 "overload",
1194 "winapi",
1195]
1196
1197[[package]]
1198name = "num-conv"
1199version = "0.1.0"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1202
1203[[package]]
1204name = "object"
1205version = "0.36.7"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1208dependencies = [
1209 "memchr",
1210]
1211
1212[[package]]
1213name = "once_cell"
1214version = "1.21.3"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1217
1218[[package]]
1219name = "once_cell_polyfill"
1220version = "1.70.1"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
1223
1224[[package]]
1225name = "overload"
1226version = "0.1.1"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1229
1230[[package]]
1231name = "pear"
1232version = "0.2.9"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
1235dependencies = [
1236 "inlinable_string",
1237 "pear_codegen",
1238 "yansi",
1239]
1240
1241[[package]]
1242name = "pear_codegen"
1243version = "0.2.9"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
1246dependencies = [
1247 "proc-macro2",
1248 "proc-macro2-diagnostics",
1249 "quote",
1250 "syn",
1251]
1252
1253[[package]]
1254name = "percent-encoding"
1255version = "2.3.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1258
1259[[package]]
1260name = "pin-project"
1261version = "1.1.10"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1264dependencies = [
1265 "pin-project-internal",
1266]
1267
1268[[package]]
1269name = "pin-project-internal"
1270version = "1.1.10"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1273dependencies = [
1274 "proc-macro2",
1275 "quote",
1276 "syn",
1277]
1278
1279[[package]]
1280name = "pin-project-lite"
1281version = "0.2.16"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1284
1285[[package]]
1286name = "pin-utils"
1287version = "0.1.0"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1290
1291[[package]]
1292name = "pkg-config"
1293version = "0.3.32"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1296
1297[[package]]
1298name = "plist"
1299version = "1.7.4"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1"
1302dependencies = [
1303 "base64",
1304 "indexmap",
1305 "quick-xml",
1306 "serde",
1307 "time",
1308]
1309
1310[[package]]
1311name = "portable-atomic"
1312version = "1.11.1"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1315
1316[[package]]
1317name = "portable-atomic-util"
1318version = "0.2.4"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1321dependencies = [
1322 "portable-atomic",
1323]
1324
1325[[package]]
1326name = "potential_utf"
1327version = "0.1.2"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
1330dependencies = [
1331 "zerovec",
1332]
1333
1334[[package]]
1335name = "powerfmt"
1336version = "0.2.0"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1339
1340[[package]]
1341name = "proc-macro2"
1342version = "1.0.99"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "56b3997d62ff36d1d0e5616f1e00c4b071680eb3769d56102663c1f0886971e1"
1345dependencies = [
1346 "unicode-ident",
1347]
1348
1349[[package]]
1350name = "proc-macro2-diagnostics"
1351version = "0.10.1"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
1354dependencies = [
1355 "proc-macro2",
1356 "quote",
1357 "syn",
1358 "version_check",
1359 "yansi",
1360]
1361
1362[[package]]
1363name = "quick-xml"
1364version = "0.38.1"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "9845d9dccf565065824e69f9f235fafba1587031eda353c1f1561cd6a6be78f4"
1367dependencies = [
1368 "memchr",
1369]
1370
1371[[package]]
1372name = "quote"
1373version = "1.0.40"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1376dependencies = [
1377 "proc-macro2",
1378]
1379
1380[[package]]
1381name = "r-efi"
1382version = "5.3.0"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1385
1386[[package]]
1387name = "regex"
1388version = "1.11.1"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1391dependencies = [
1392 "aho-corasick",
1393 "memchr",
1394 "regex-automata 0.4.9",
1395 "regex-syntax 0.8.5",
1396]
1397
1398[[package]]
1399name = "regex-automata"
1400version = "0.1.10"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1403dependencies = [
1404 "regex-syntax 0.6.29",
1405]
1406
1407[[package]]
1408name = "regex-automata"
1409version = "0.4.9"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1412dependencies = [
1413 "aho-corasick",
1414 "memchr",
1415 "regex-syntax 0.8.5",
1416]
1417
1418[[package]]
1419name = "regex-syntax"
1420version = "0.6.29"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1423
1424[[package]]
1425name = "regex-syntax"
1426version = "0.8.5"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1429
1430[[package]]
1431name = "rustc-demangle"
1432version = "0.1.26"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1435
1436[[package]]
1437name = "rustc-hash"
1438version = "2.1.1"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1441
1442[[package]]
1443name = "rustc_version"
1444version = "0.4.1"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1447dependencies = [
1448 "semver",
1449]
1450
1451[[package]]
1452name = "rustversion"
1453version = "1.0.22"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1456
1457[[package]]
1458name = "ryu"
1459version = "1.0.20"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1462
1463[[package]]
1464name = "same-file"
1465version = "1.0.6"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1468dependencies = [
1469 "winapi-util",
1470]
1471
1472[[package]]
1473name = "semver"
1474version = "1.0.26"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
1477
1478[[package]]
1479name = "serde"
1480version = "1.0.219"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1483dependencies = [
1484 "serde_derive",
1485]
1486
1487[[package]]
1488name = "serde_derive"
1489version = "1.0.219"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1492dependencies = [
1493 "proc-macro2",
1494 "quote",
1495 "syn",
1496]
1497
1498[[package]]
1499name = "serde_json"
1500version = "1.0.142"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
1503dependencies = [
1504 "itoa",
1505 "memchr",
1506 "ryu",
1507 "serde",
1508]
1509
1510[[package]]
1511name = "serde_path_to_error"
1512version = "0.1.17"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
1515dependencies = [
1516 "itoa",
1517 "serde",
1518]
1519
1520[[package]]
1521name = "serde_spanned"
1522version = "0.6.9"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1525dependencies = [
1526 "serde",
1527]
1528
1529[[package]]
1530name = "serde_spanned"
1531version = "1.0.0"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
1534dependencies = [
1535 "serde",
1536]
1537
1538[[package]]
1539name = "serde_urlencoded"
1540version = "0.7.1"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1543dependencies = [
1544 "form_urlencoded",
1545 "itoa",
1546 "ryu",
1547 "serde",
1548]
1549
1550[[package]]
1551name = "sharded-slab"
1552version = "0.1.7"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1555dependencies = [
1556 "lazy_static",
1557]
1558
1559[[package]]
1560name = "shlex"
1561version = "1.3.0"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1564
1565[[package]]
1566name = "signal-hook-registry"
1567version = "1.4.6"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
1570dependencies = [
1571 "libc",
1572]
1573
1574[[package]]
1575name = "slab"
1576version = "0.4.11"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1579
1580[[package]]
1581name = "slug"
1582version = "0.1.6"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
1585dependencies = [
1586 "deunicode",
1587 "wasm-bindgen",
1588]
1589
1590[[package]]
1591name = "smallvec"
1592version = "1.15.1"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1595
1596[[package]]
1597name = "socket2"
1598version = "0.6.0"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
1601dependencies = [
1602 "libc",
1603 "windows-sys 0.59.0",
1604]
1605
1606[[package]]
1607name = "stable_deref_trait"
1608version = "1.2.0"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1611
1612[[package]]
1613name = "strsim"
1614version = "0.11.1"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1617
1618[[package]]
1619name = "syn"
1620version = "2.0.106"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
1623dependencies = [
1624 "proc-macro2",
1625 "quote",
1626 "unicode-ident",
1627]
1628
1629[[package]]
1630name = "sync_wrapper"
1631version = "1.0.2"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1634
1635[[package]]
1636name = "synstructure"
1637version = "0.13.2"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1640dependencies = [
1641 "proc-macro2",
1642 "quote",
1643 "syn",
1644]
1645
1646[[package]]
1647name = "syntect"
1648version = "5.2.0"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
1651dependencies = [
1652 "bincode",
1653 "bitflags 1.3.2",
1654 "fancy-regex",
1655 "flate2",
1656 "fnv",
1657 "once_cell",
1658 "plist",
1659 "regex-syntax 0.8.5",
1660 "serde",
1661 "serde_derive",
1662 "serde_json",
1663 "thiserror 1.0.69",
1664 "walkdir",
1665 "yaml-rust",
1666]
1667
1668[[package]]
1669name = "thiserror"
1670version = "1.0.69"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1673dependencies = [
1674 "thiserror-impl 1.0.69",
1675]
1676
1677[[package]]
1678name = "thiserror"
1679version = "2.0.15"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850"
1682dependencies = [
1683 "thiserror-impl 2.0.15",
1684]
1685
1686[[package]]
1687name = "thiserror-impl"
1688version = "1.0.69"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1691dependencies = [
1692 "proc-macro2",
1693 "quote",
1694 "syn",
1695]
1696
1697[[package]]
1698name = "thiserror-impl"
1699version = "2.0.15"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0"
1702dependencies = [
1703 "proc-macro2",
1704 "quote",
1705 "syn",
1706]
1707
1708[[package]]
1709name = "thread_local"
1710version = "1.1.9"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1713dependencies = [
1714 "cfg-if",
1715]
1716
1717[[package]]
1718name = "time"
1719version = "0.3.41"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
1722dependencies = [
1723 "deranged",
1724 "itoa",
1725 "num-conv",
1726 "powerfmt",
1727 "serde",
1728 "time-core",
1729 "time-macros",
1730]
1731
1732[[package]]
1733name = "time-core"
1734version = "0.1.4"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
1737
1738[[package]]
1739name = "time-macros"
1740version = "0.2.22"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
1743dependencies = [
1744 "num-conv",
1745 "time-core",
1746]
1747
1748[[package]]
1749name = "tinystr"
1750version = "0.8.1"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
1753dependencies = [
1754 "displaydoc",
1755 "zerovec",
1756]
1757
1758[[package]]
1759name = "tinyvec"
1760version = "1.9.0"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
1763dependencies = [
1764 "tinyvec_macros",
1765]
1766
1767[[package]]
1768name = "tinyvec_macros"
1769version = "0.1.1"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1772
1773[[package]]
1774name = "tokio"
1775version = "1.47.1"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
1778dependencies = [
1779 "backtrace",
1780 "io-uring",
1781 "libc",
1782 "mio",
1783 "pin-project-lite",
1784 "signal-hook-registry",
1785 "slab",
1786 "socket2",
1787 "tokio-macros",
1788 "windows-sys 0.59.0",
1789]
1790
1791[[package]]
1792name = "tokio-macros"
1793version = "2.5.0"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1796dependencies = [
1797 "proc-macro2",
1798 "quote",
1799 "syn",
1800]
1801
1802[[package]]
1803name = "toml"
1804version = "0.8.23"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1807dependencies = [
1808 "serde",
1809 "serde_spanned 0.6.9",
1810 "toml_datetime 0.6.11",
1811 "toml_edit",
1812]
1813
1814[[package]]
1815name = "toml"
1816version = "0.9.5"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8"
1819dependencies = [
1820 "indexmap",
1821 "serde",
1822 "serde_spanned 1.0.0",
1823 "toml_datetime 0.7.0",
1824 "toml_parser",
1825 "toml_writer",
1826 "winnow",
1827]
1828
1829[[package]]
1830name = "toml_datetime"
1831version = "0.6.11"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1834dependencies = [
1835 "serde",
1836]
1837
1838[[package]]
1839name = "toml_datetime"
1840version = "0.7.0"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
1843dependencies = [
1844 "serde",
1845]
1846
1847[[package]]
1848name = "toml_edit"
1849version = "0.22.27"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1852dependencies = [
1853 "indexmap",
1854 "serde",
1855 "serde_spanned 0.6.9",
1856 "toml_datetime 0.6.11",
1857 "toml_write",
1858 "winnow",
1859]
1860
1861[[package]]
1862name = "toml_parser"
1863version = "1.0.2"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10"
1866dependencies = [
1867 "winnow",
1868]
1869
1870[[package]]
1871name = "toml_write"
1872version = "0.1.2"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1875
1876[[package]]
1877name = "toml_writer"
1878version = "1.0.2"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
1881
1882[[package]]
1883name = "tower"
1884version = "0.5.2"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1887dependencies = [
1888 "futures-core",
1889 "futures-util",
1890 "pin-project-lite",
1891 "sync_wrapper",
1892 "tokio",
1893 "tower-layer",
1894 "tower-service",
1895 "tracing",
1896]
1897
1898[[package]]
1899name = "tower-helmet"
1900version = "0.3.0"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "fa76b2c088863640880cfda043346286c08b59a393259227d07010839be77ccc"
1903dependencies = [
1904 "futures",
1905 "http",
1906 "lazy_static",
1907 "pin-project-lite",
1908 "tower-layer",
1909 "tower-service",
1910]
1911
1912[[package]]
1913name = "tower-http"
1914version = "0.6.6"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
1917dependencies = [
1918 "bitflags 2.9.2",
1919 "bytes",
1920 "http",
1921 "http-body",
1922 "pin-project-lite",
1923 "tokio",
1924 "tower-layer",
1925 "tower-service",
1926 "tracing",
1927]
1928
1929[[package]]
1930name = "tower-layer"
1931version = "0.3.3"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1934
1935[[package]]
1936name = "tower-service"
1937version = "0.3.3"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1940
1941[[package]]
1942name = "tracing"
1943version = "0.1.41"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1946dependencies = [
1947 "log",
1948 "pin-project-lite",
1949 "tracing-attributes",
1950 "tracing-core",
1951]
1952
1953[[package]]
1954name = "tracing-attributes"
1955version = "0.1.30"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
1958dependencies = [
1959 "proc-macro2",
1960 "quote",
1961 "syn",
1962]
1963
1964[[package]]
1965name = "tracing-core"
1966version = "0.1.34"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1969dependencies = [
1970 "once_cell",
1971 "valuable",
1972]
1973
1974[[package]]
1975name = "tracing-error"
1976version = "0.2.1"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db"
1979dependencies = [
1980 "tracing",
1981 "tracing-subscriber",
1982]
1983
1984[[package]]
1985name = "tracing-futures"
1986version = "0.2.5"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
1989dependencies = [
1990 "pin-project",
1991 "tracing",
1992]
1993
1994[[package]]
1995name = "tracing-log"
1996version = "0.2.0"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1999dependencies = [
2000 "log",
2001 "once_cell",
2002 "tracing-core",
2003]
2004
2005[[package]]
2006name = "tracing-subscriber"
2007version = "0.3.19"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2010dependencies = [
2011 "matchers",
2012 "nu-ansi-term",
2013 "once_cell",
2014 "regex",
2015 "sharded-slab",
2016 "smallvec",
2017 "thread_local",
2018 "tracing",
2019 "tracing-core",
2020 "tracing-log",
2021]
2022
2023[[package]]
2024name = "two-face"
2025version = "0.4.3"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "384eda438ddf62e2c6f39a174452d952d9d9df5a8ad5ade22198609f8dcaf852"
2028dependencies = [
2029 "once_cell",
2030 "serde",
2031 "syntect",
2032]
2033
2034[[package]]
2035name = "typed-arena"
2036version = "2.0.2"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2039
2040[[package]]
2041name = "uncased"
2042version = "0.9.10"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
2045dependencies = [
2046 "version_check",
2047]
2048
2049[[package]]
2050name = "unicode-ident"
2051version = "1.0.18"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2054
2055[[package]]
2056name = "unicode-normalization"
2057version = "0.1.24"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2060dependencies = [
2061 "tinyvec",
2062]
2063
2064[[package]]
2065name = "unicode_categories"
2066version = "0.1.1"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2069
2070[[package]]
2071name = "url"
2072version = "2.5.4"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2075dependencies = [
2076 "form_urlencoded",
2077 "idna",
2078 "percent-encoding",
2079]
2080
2081[[package]]
2082name = "utf8_iter"
2083version = "1.0.4"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2086
2087[[package]]
2088name = "utf8parse"
2089version = "0.2.2"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2092
2093[[package]]
2094name = "valuable"
2095version = "0.1.1"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2098
2099[[package]]
2100name = "vcpkg"
2101version = "0.2.15"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2104
2105[[package]]
2106name = "version_check"
2107version = "0.9.5"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2110
2111[[package]]
2112name = "walkdir"
2113version = "2.5.0"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2116dependencies = [
2117 "same-file",
2118 "winapi-util",
2119]
2120
2121[[package]]
2122name = "wasi"
2123version = "0.11.1+wasi-snapshot-preview1"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2126
2127[[package]]
2128name = "wasi"
2129version = "0.14.2+wasi-0.2.4"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2132dependencies = [
2133 "wit-bindgen-rt",
2134]
2135
2136[[package]]
2137name = "wasm-bindgen"
2138version = "0.2.100"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2141dependencies = [
2142 "cfg-if",
2143 "once_cell",
2144 "rustversion",
2145 "wasm-bindgen-macro",
2146]
2147
2148[[package]]
2149name = "wasm-bindgen-backend"
2150version = "0.2.100"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2153dependencies = [
2154 "bumpalo",
2155 "log",
2156 "proc-macro2",
2157 "quote",
2158 "syn",
2159 "wasm-bindgen-shared",
2160]
2161
2162[[package]]
2163name = "wasm-bindgen-macro"
2164version = "0.2.100"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2167dependencies = [
2168 "quote",
2169 "wasm-bindgen-macro-support",
2170]
2171
2172[[package]]
2173name = "wasm-bindgen-macro-support"
2174version = "0.2.100"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2177dependencies = [
2178 "proc-macro2",
2179 "quote",
2180 "syn",
2181 "wasm-bindgen-backend",
2182 "wasm-bindgen-shared",
2183]
2184
2185[[package]]
2186name = "wasm-bindgen-shared"
2187version = "0.2.100"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2190dependencies = [
2191 "unicode-ident",
2192]
2193
2194[[package]]
2195name = "web-time"
2196version = "1.1.0"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2199dependencies = [
2200 "js-sys",
2201 "wasm-bindgen",
2202]
2203
2204[[package]]
2205name = "winapi"
2206version = "0.3.9"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2209dependencies = [
2210 "winapi-i686-pc-windows-gnu",
2211 "winapi-x86_64-pc-windows-gnu",
2212]
2213
2214[[package]]
2215name = "winapi-i686-pc-windows-gnu"
2216version = "0.4.0"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2219
2220[[package]]
2221name = "winapi-util"
2222version = "0.1.9"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2225dependencies = [
2226 "windows-sys 0.59.0",
2227]
2228
2229[[package]]
2230name = "winapi-x86_64-pc-windows-gnu"
2231version = "0.4.0"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2234
2235[[package]]
2236name = "windows-link"
2237version = "0.1.3"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2240
2241[[package]]
2242name = "windows-sys"
2243version = "0.59.0"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2246dependencies = [
2247 "windows-targets 0.52.6",
2248]
2249
2250[[package]]
2251name = "windows-sys"
2252version = "0.60.2"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2255dependencies = [
2256 "windows-targets 0.53.3",
2257]
2258
2259[[package]]
2260name = "windows-targets"
2261version = "0.52.6"
2262source = "registry+https://github.com/rust-lang/crates.io-index"
2263checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2264dependencies = [
2265 "windows_aarch64_gnullvm 0.52.6",
2266 "windows_aarch64_msvc 0.52.6",
2267 "windows_i686_gnu 0.52.6",
2268 "windows_i686_gnullvm 0.52.6",
2269 "windows_i686_msvc 0.52.6",
2270 "windows_x86_64_gnu 0.52.6",
2271 "windows_x86_64_gnullvm 0.52.6",
2272 "windows_x86_64_msvc 0.52.6",
2273]
2274
2275[[package]]
2276name = "windows-targets"
2277version = "0.53.3"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
2280dependencies = [
2281 "windows-link",
2282 "windows_aarch64_gnullvm 0.53.0",
2283 "windows_aarch64_msvc 0.53.0",
2284 "windows_i686_gnu 0.53.0",
2285 "windows_i686_gnullvm 0.53.0",
2286 "windows_i686_msvc 0.53.0",
2287 "windows_x86_64_gnu 0.53.0",
2288 "windows_x86_64_gnullvm 0.53.0",
2289 "windows_x86_64_msvc 0.53.0",
2290]
2291
2292[[package]]
2293name = "windows_aarch64_gnullvm"
2294version = "0.52.6"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2297
2298[[package]]
2299name = "windows_aarch64_gnullvm"
2300version = "0.53.0"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
2302checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2303
2304[[package]]
2305name = "windows_aarch64_msvc"
2306version = "0.52.6"
2307source = "registry+https://github.com/rust-lang/crates.io-index"
2308checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2309
2310[[package]]
2311name = "windows_aarch64_msvc"
2312version = "0.53.0"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2315
2316[[package]]
2317name = "windows_i686_gnu"
2318version = "0.52.6"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2321
2322[[package]]
2323name = "windows_i686_gnu"
2324version = "0.53.0"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2327
2328[[package]]
2329name = "windows_i686_gnullvm"
2330version = "0.52.6"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2333
2334[[package]]
2335name = "windows_i686_gnullvm"
2336version = "0.53.0"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2339
2340[[package]]
2341name = "windows_i686_msvc"
2342version = "0.52.6"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2345
2346[[package]]
2347name = "windows_i686_msvc"
2348version = "0.53.0"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2351
2352[[package]]
2353name = "windows_x86_64_gnu"
2354version = "0.52.6"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2357
2358[[package]]
2359name = "windows_x86_64_gnu"
2360version = "0.53.0"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2363
2364[[package]]
2365name = "windows_x86_64_gnullvm"
2366version = "0.52.6"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2369
2370[[package]]
2371name = "windows_x86_64_gnullvm"
2372version = "0.53.0"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2375
2376[[package]]
2377name = "windows_x86_64_msvc"
2378version = "0.52.6"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2381
2382[[package]]
2383name = "windows_x86_64_msvc"
2384version = "0.53.0"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2387
2388[[package]]
2389name = "winnow"
2390version = "0.7.12"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
2393dependencies = [
2394 "memchr",
2395]
2396
2397[[package]]
2398name = "wit-bindgen-rt"
2399version = "0.39.0"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
2402dependencies = [
2403 "bitflags 2.9.2",
2404]
2405
2406[[package]]
2407name = "writeable"
2408version = "0.6.1"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
2411
2412[[package]]
2413name = "xdg"
2414version = "3.0.0"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "2fb433233f2df9344722454bc7e96465c9d03bff9d77c248f9e7523fe79585b5"
2417
2418[[package]]
2419name = "yaml-rust"
2420version = "0.4.5"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2423dependencies = [
2424 "linked-hash-map",
2425]
2426
2427[[package]]
2428name = "yansi"
2429version = "1.0.1"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
2432
2433[[package]]
2434name = "yoke"
2435version = "0.8.0"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
2438dependencies = [
2439 "serde",
2440 "stable_deref_trait",
2441 "yoke-derive",
2442 "zerofrom",
2443]
2444
2445[[package]]
2446name = "yoke-derive"
2447version = "0.8.0"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
2450dependencies = [
2451 "proc-macro2",
2452 "quote",
2453 "syn",
2454 "synstructure",
2455]
2456
2457[[package]]
2458name = "zerocopy"
2459version = "0.8.26"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
2462dependencies = [
2463 "zerocopy-derive",
2464]
2465
2466[[package]]
2467name = "zerocopy-derive"
2468version = "0.8.26"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
2471dependencies = [
2472 "proc-macro2",
2473 "quote",
2474 "syn",
2475]
2476
2477[[package]]
2478name = "zerofrom"
2479version = "0.1.6"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2482dependencies = [
2483 "zerofrom-derive",
2484]
2485
2486[[package]]
2487name = "zerofrom-derive"
2488version = "0.1.6"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2491dependencies = [
2492 "proc-macro2",
2493 "quote",
2494 "syn",
2495 "synstructure",
2496]
2497
2498[[package]]
2499name = "zerotrie"
2500version = "0.2.2"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
2502checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
2503dependencies = [
2504 "displaydoc",
2505 "yoke",
2506 "zerofrom",
2507]
2508
2509[[package]]
2510name = "zerovec"
2511version = "0.11.4"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
2514dependencies = [
2515 "yoke",
2516 "zerofrom",
2517 "zerovec-derive",
2518]
2519
2520[[package]]
2521name = "zerovec-derive"
2522version = "0.11.1"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
2525dependencies = [
2526 "proc-macro2",
2527 "quote",
2528 "syn",
2529]
2530