wayver's git archive


a simple self-hosted git server
git clone https://git.wayver.dev/bile

Cargo.lock@7016b1e2e8158b6496a17a520c7f6da5dc38e9ee

raw
Date Commit Message Author Files + -
2026-02-17 22:28 cleanup/update/pin dependencies wayverd 2 118 1500
...

1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "ahash"
13version = "0.8.12"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16dependencies = [
17 "cfg-if",
18 "once_cell",
19 "version_check",
20 "zerocopy",
21]
22
23[[package]]
24name = "aho-corasick"
25version = "1.1.4"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
28dependencies = [
29 "memchr",
30]
31
32[[package]]
33name = "allocator-api2"
34version = "0.2.21"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
37
38[[package]]
39name = "ansi-to-html"
40version = "0.2.2"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "12e283a4fc285735ef99577e81a125f738429516161ac33977e466d0d8d40764"
43dependencies = [
44 "regex",
45 "thiserror 1.0.69",
46]
47
48[[package]]
49name = "anstream"
50version = "0.6.21"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
53dependencies = [
54 "anstyle",
55 "anstyle-parse",
56 "anstyle-query",
57 "anstyle-wincon",
58 "colorchoice",
59 "is_terminal_polyfill",
60 "utf8parse",
61]
62
63[[package]]
64name = "anstyle"
65version = "1.0.13"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
68
69[[package]]
70name = "anstyle-parse"
71version = "0.2.7"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
74dependencies = [
75 "utf8parse",
76]
77
78[[package]]
79name = "anstyle-query"
80version = "1.1.5"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
83dependencies = [
84 "windows-sys 0.61.2",
85]
86
87[[package]]
88name = "anstyle-wincon"
89version = "3.0.11"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
92dependencies = [
93 "anstyle",
94 "once_cell_polyfill",
95 "windows-sys 0.61.2",
96]
97
98[[package]]
99name = "anyhow"
100version = "1.0.101"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
103
104[[package]]
105name = "askama"
106version = "0.15.4"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "08e1676b346cadfec169374f949d7490fd80a24193d37d2afce0c047cf695e57"
109dependencies = [
110 "askama_macros",
111 "itoa",
112 "percent-encoding",
113 "serde",
114 "serde_json",
115]
116
117[[package]]
118name = "askama_derive"
119version = "0.15.4"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "7661ff56517787343f376f75db037426facd7c8d3049cef8911f1e75016f3a37"
122dependencies = [
123 "askama_parser",
124 "basic-toml",
125 "memchr",
126 "proc-macro2",
127 "quote",
128 "rustc-hash",
129 "serde",
130 "serde_derive",
131 "syn",
132]
133
134[[package]]
135name = "askama_macros"
136version = "0.15.4"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "713ee4dbfd1eb719c2dab859465b01fa1d21cb566684614a713a6b7a99a4e47b"
139dependencies = [
140 "askama_derive",
141]
142
143[[package]]
144name = "askama_parser"
145version = "0.15.4"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "1d62d674238a526418b30c0def480d5beadb9d8964e7f38d635b03bf639c704c"
148dependencies = [
149 "rustc-hash",
150 "serde",
151 "serde_derive",
152 "unicode-ident",
153 "winnow",
154]
155
156[[package]]
157name = "atomic"
158version = "0.6.1"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
161dependencies = [
162 "bytemuck",
163]
164
165[[package]]
166name = "atomic-waker"
167version = "1.1.2"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
170
171[[package]]
172name = "axum"
173version = "0.8.8"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
176dependencies = [
177 "axum-core",
178 "bytes",
179 "form_urlencoded",
180 "futures-util",
181 "http",
182 "http-body",
183 "http-body-util",
184 "hyper",
185 "hyper-util",
186 "itoa",
187 "matchit",
188 "memchr",
189 "mime",
190 "percent-encoding",
191 "pin-project-lite",
192 "serde_core",
193 "serde_json",
194 "serde_path_to_error",
195 "serde_urlencoded",
196 "sync_wrapper",
197 "tokio",
198 "tower",
199 "tower-layer",
200 "tower-service",
201 "tracing",
202]
203
204[[package]]
205name = "axum-core"
206version = "0.5.6"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
209dependencies = [
210 "bytes",
211 "futures-core",
212 "http",
213 "http-body",
214 "http-body-util",
215 "mime",
216 "pin-project-lite",
217 "sync_wrapper",
218 "tower-layer",
219 "tower-service",
220 "tracing",
221]
222
223[[package]]
224name = "axum-response-cache"
225version = "0.4.0"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "5dbbbc20d408c8a051c946bd796d58d7ad6f323f53f307934b086d36b18eb893"
228dependencies = [
229 "axum",
230 "cached",
231 "http",
232 "tower",
233 "tracing",
234 "tracing-futures",
235]
236
237[[package]]
238name = "base64"
239version = "0.22.1"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
242
243[[package]]
244name = "basic-toml"
245version = "0.1.10"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
248dependencies = [
249 "serde",
250]
251
252[[package]]
253name = "bile"
254version = "0.1.0"
255dependencies = [
256 "ansi-to-html",
257 "anyhow",
258 "askama",
259 "axum",
260 "axum-response-cache",
261 "clap",
262 "comrak",
263 "figment",
264 "git2",
265 "http",
266 "jiff",
267 "mimalloc",
268 "mime",
269 "num-conv",
270 "serde",
271 "syntect",
272 "thiserror 2.0.18",
273 "tokio",
274 "tower",
275 "tower-helmet",
276 "tower-http",
277 "tracing",
278 "tracing-error",
279 "tracing-subscriber",
280 "two-face",
281]
282
283[[package]]
284name = "bincode"
285version = "1.3.3"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
288dependencies = [
289 "serde",
290]
291
292[[package]]
293name = "bit-set"
294version = "0.8.0"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
297dependencies = [
298 "bit-vec",
299]
300
301[[package]]
302name = "bit-vec"
303version = "0.8.0"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
306
307[[package]]
308name = "bitflags"
309version = "2.11.0"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
312
313[[package]]
314name = "bumpalo"
315version = "3.19.1"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
318
319[[package]]
320name = "bytemuck"
321version = "1.25.0"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
324
325[[package]]
326name = "bytes"
327version = "1.11.1"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
330
331[[package]]
332name = "cached"
333version = "0.56.0"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
336dependencies = [
337 "ahash",
338 "cached_proc_macro",
339 "cached_proc_macro_types",
340 "hashbrown 0.15.5",
341 "once_cell",
342 "thiserror 2.0.18",
343 "web-time",
344]
345
346[[package]]
347name = "cached_proc_macro"
348version = "0.25.0"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
351dependencies = [
352 "darling",
353 "proc-macro2",
354 "quote",
355 "syn",
356]
357
358[[package]]
359name = "cached_proc_macro_types"
360version = "0.1.1"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
363
364[[package]]
365name = "caseless"
366version = "0.2.2"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
369dependencies = [
370 "unicode-normalization",
371]
372
373[[package]]
374name = "cc"
375version = "1.2.56"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
378dependencies = [
379 "find-msvc-tools",
380 "jobserver",
381 "libc",
382 "shlex",
383]
384
385[[package]]
386name = "cfg-if"
387version = "1.0.4"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
390
391[[package]]
392name = "clap"
393version = "4.5.59"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499"
396dependencies = [
397 "clap_builder",
398 "clap_derive",
399]
400
401[[package]]
402name = "clap_builder"
403version = "4.5.59"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24"
406dependencies = [
407 "anstream",
408 "anstyle",
409 "clap_lex",
410 "strsim",
411]
412
413[[package]]
414name = "clap_derive"
415version = "4.5.55"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
418dependencies = [
419 "heck",
420 "proc-macro2",
421 "quote",
422 "syn",
423]
424
425[[package]]
426name = "clap_lex"
427version = "1.0.0"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
430
431[[package]]
432name = "colorchoice"
433version = "1.0.4"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
436
437[[package]]
438name = "comrak"
439version = "0.50.0"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "321d20bf105b6871a49da44c5fbb93e90a7cd6178ea5a9fe6cbc1e6d4504bc5e"
442dependencies = [
443 "caseless",
444 "entities",
445 "jetscii",
446 "phf",
447 "phf_codegen",
448 "rustc-hash",
449 "smallvec",
450 "typed-arena",
451 "unicode_categories",
452]
453
454[[package]]
455name = "crc32fast"
456version = "1.5.0"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
459dependencies = [
460 "cfg-if",
461]
462
463[[package]]
464name = "darling"
465version = "0.20.11"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
468dependencies = [
469 "darling_core",
470 "darling_macro",
471]
472
473[[package]]
474name = "darling_core"
475version = "0.20.11"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
478dependencies = [
479 "fnv",
480 "ident_case",
481 "proc-macro2",
482 "quote",
483 "strsim",
484 "syn",
485]
486
487[[package]]
488name = "darling_macro"
489version = "0.20.11"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
492dependencies = [
493 "darling_core",
494 "quote",
495 "syn",
496]
497
498[[package]]
499name = "deranged"
500version = "0.5.6"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4"
503dependencies = [
504 "powerfmt",
505]
506
507[[package]]
508name = "displaydoc"
509version = "0.2.5"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
512dependencies = [
513 "proc-macro2",
514 "quote",
515 "syn",
516]
517
518[[package]]
519name = "entities"
520version = "1.0.1"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
523
524[[package]]
525name = "equivalent"
526version = "1.0.2"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
529
530[[package]]
531name = "errno"
532version = "0.3.14"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
535dependencies = [
536 "libc",
537 "windows-sys 0.61.2",
538]
539
540[[package]]
541name = "fancy-regex"
542version = "0.16.2"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
545dependencies = [
546 "bit-set",
547 "regex-automata",
548 "regex-syntax",
549]
550
551[[package]]
552name = "fastrand"
553version = "2.3.0"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
556
557[[package]]
558name = "figment"
559version = "0.10.19"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3"
562dependencies = [
563 "atomic",
564 "pear",
565 "serde",
566 "toml",
567 "uncased",
568 "version_check",
569]
570
571[[package]]
572name = "find-msvc-tools"
573version = "0.1.9"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
576
577[[package]]
578name = "flate2"
579version = "1.1.9"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
582dependencies = [
583 "crc32fast",
584 "miniz_oxide",
585]
586
587[[package]]
588name = "fnv"
589version = "1.0.7"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
592
593[[package]]
594name = "foldhash"
595version = "0.1.5"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
598
599[[package]]
600name = "form_urlencoded"
601version = "1.2.2"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
604dependencies = [
605 "percent-encoding",
606]
607
608[[package]]
609name = "futures"
610version = "0.3.32"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
613dependencies = [
614 "futures-channel",
615 "futures-core",
616 "futures-executor",
617 "futures-io",
618 "futures-sink",
619 "futures-task",
620 "futures-util",
621]
622
623[[package]]
624name = "futures-channel"
625version = "0.3.32"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
628dependencies = [
629 "futures-core",
630 "futures-sink",
631]
632
633[[package]]
634name = "futures-core"
635version = "0.3.32"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
638
639[[package]]
640name = "futures-executor"
641version = "0.3.32"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
644dependencies = [
645 "futures-core",
646 "futures-task",
647 "futures-util",
648]
649
650[[package]]
651name = "futures-io"
652version = "0.3.32"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
655
656[[package]]
657name = "futures-macro"
658version = "0.3.32"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
661dependencies = [
662 "proc-macro2",
663 "quote",
664 "syn",
665]
666
667[[package]]
668name = "futures-sink"
669version = "0.3.32"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
672
673[[package]]
674name = "futures-task"
675version = "0.3.32"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
678
679[[package]]
680name = "futures-util"
681version = "0.3.32"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
684dependencies = [
685 "futures-channel",
686 "futures-core",
687 "futures-io",
688 "futures-macro",
689 "futures-sink",
690 "futures-task",
691 "memchr",
692 "pin-project-lite",
693 "slab",
694]
695
696[[package]]
697name = "getrandom"
698version = "0.3.4"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
701dependencies = [
702 "cfg-if",
703 "libc",
704 "r-efi",
705 "wasip2",
706]
707
708[[package]]
709name = "git2"
710version = "0.20.4"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
713dependencies = [
714 "bitflags",
715 "libc",
716 "libgit2-sys",
717 "log",
718 "url",
719]
720
721[[package]]
722name = "hashbrown"
723version = "0.15.5"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
726dependencies = [
727 "allocator-api2",
728 "equivalent",
729 "foldhash",
730]
731
732[[package]]
733name = "hashbrown"
734version = "0.16.1"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
737
738[[package]]
739name = "heck"
740version = "0.5.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
743
744[[package]]
745name = "http"
746version = "1.4.0"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
749dependencies = [
750 "bytes",
751 "itoa",
752]
753
754[[package]]
755name = "http-body"
756version = "1.0.1"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
759dependencies = [
760 "bytes",
761 "http",
762]
763
764[[package]]
765name = "http-body-util"
766version = "0.1.3"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
769dependencies = [
770 "bytes",
771 "futures-core",
772 "http",
773 "http-body",
774 "pin-project-lite",
775]
776
777[[package]]
778name = "httparse"
779version = "1.10.1"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
782
783[[package]]
784name = "httpdate"
785version = "1.0.3"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
788
789[[package]]
790name = "hyper"
791version = "1.8.1"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
794dependencies = [
795 "atomic-waker",
796 "bytes",
797 "futures-channel",
798 "futures-core",
799 "http",
800 "http-body",
801 "httparse",
802 "httpdate",
803 "itoa",
804 "pin-project-lite",
805 "pin-utils",
806 "smallvec",
807 "tokio",
808]
809
810[[package]]
811name = "hyper-util"
812version = "0.1.20"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
815dependencies = [
816 "bytes",
817 "http",
818 "http-body",
819 "hyper",
820 "pin-project-lite",
821 "tokio",
822 "tower-service",
823]
824
825[[package]]
826name = "icu_collections"
827version = "2.1.1"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
830dependencies = [
831 "displaydoc",
832 "potential_utf",
833 "yoke",
834 "zerofrom",
835 "zerovec",
836]
837
838[[package]]
839name = "icu_locale_core"
840version = "2.1.1"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
843dependencies = [
844 "displaydoc",
845 "litemap",
846 "tinystr",
847 "writeable",
848 "zerovec",
849]
850
851[[package]]
852name = "icu_normalizer"
853version = "2.1.1"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
856dependencies = [
857 "icu_collections",
858 "icu_normalizer_data",
859 "icu_properties",
860 "icu_provider",
861 "smallvec",
862 "zerovec",
863]
864
865[[package]]
866name = "icu_normalizer_data"
867version = "2.1.1"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
870
871[[package]]
872name = "icu_properties"
873version = "2.1.2"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
876dependencies = [
877 "icu_collections",
878 "icu_locale_core",
879 "icu_properties_data",
880 "icu_provider",
881 "zerotrie",
882 "zerovec",
883]
884
885[[package]]
886name = "icu_properties_data"
887version = "2.1.2"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
890
891[[package]]
892name = "icu_provider"
893version = "2.1.1"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
896dependencies = [
897 "displaydoc",
898 "icu_locale_core",
899 "writeable",
900 "yoke",
901 "zerofrom",
902 "zerotrie",
903 "zerovec",
904]
905
906[[package]]
907name = "ident_case"
908version = "1.0.1"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
911
912[[package]]
913name = "idna"
914version = "1.1.0"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
917dependencies = [
918 "idna_adapter",
919 "smallvec",
920 "utf8_iter",
921]
922
923[[package]]
924name = "idna_adapter"
925version = "1.2.1"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
928dependencies = [
929 "icu_normalizer",
930 "icu_properties",
931]
932
933[[package]]
934name = "indexmap"
935version = "2.13.0"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
938dependencies = [
939 "equivalent",
940 "hashbrown 0.16.1",
941]
942
943[[package]]
944name = "inlinable_string"
945version = "0.1.15"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
948
949[[package]]
950name = "is_terminal_polyfill"
951version = "1.70.2"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
954
955[[package]]
956name = "itoa"
957version = "1.0.17"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
960
961[[package]]
962name = "jetscii"
963version = "0.5.3"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "47f142fe24a9c9944451e8349de0a56af5f3e7226dc46f3ed4d4ecc0b85af75e"
966
967[[package]]
968name = "jiff"
969version = "0.2.20"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "c867c356cc096b33f4981825ab281ecba3db0acefe60329f044c1789d94c6543"
972dependencies = [
973 "jiff-static",
974 "jiff-tzdb-platform",
975 "log",
976 "portable-atomic",
977 "portable-atomic-util",
978 "serde_core",
979 "windows-sys 0.61.2",
980]
981
982[[package]]
983name = "jiff-static"
984version = "0.2.20"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "f7946b4325269738f270bb55b3c19ab5c5040525f83fd625259422a9d25d9be5"
987dependencies = [
988 "proc-macro2",
989 "quote",
990 "syn",
991]
992
993[[package]]
994name = "jiff-tzdb"
995version = "0.1.5"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "68971ebff725b9e2ca27a601c5eb38a4c5d64422c4cbab0c535f248087eda5c2"
998
999[[package]]
1000name = "jiff-tzdb-platform"
1001version = "0.1.3"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
1004dependencies = [
1005 "jiff-tzdb",
1006]
1007
1008[[package]]
1009name = "jobserver"
1010version = "0.1.34"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1013dependencies = [
1014 "getrandom",
1015 "libc",
1016]
1017
1018[[package]]
1019name = "js-sys"
1020version = "0.3.85"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
1023dependencies = [
1024 "once_cell",
1025 "wasm-bindgen",
1026]
1027
1028[[package]]
1029name = "lazy_static"
1030version = "1.5.0"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1033
1034[[package]]
1035name = "libc"
1036version = "0.2.182"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
1039
1040[[package]]
1041name = "libgit2-sys"
1042version = "0.18.3+1.9.2"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
1045dependencies = [
1046 "cc",
1047 "libc",
1048 "libz-sys",
1049 "pkg-config",
1050]
1051
1052[[package]]
1053name = "libmimalloc-sys"
1054version = "0.1.44"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
1057dependencies = [
1058 "cc",
1059 "libc",
1060]
1061
1062[[package]]
1063name = "libz-sys"
1064version = "1.1.23"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7"
1067dependencies = [
1068 "cc",
1069 "libc",
1070 "pkg-config",
1071 "vcpkg",
1072]
1073
1074[[package]]
1075name = "linked-hash-map"
1076version = "0.5.6"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1079
1080[[package]]
1081name = "litemap"
1082version = "0.8.1"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1085
1086[[package]]
1087name = "log"
1088version = "0.4.29"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1091
1092[[package]]
1093name = "matchers"
1094version = "0.2.0"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1097dependencies = [
1098 "regex-automata",
1099]
1100
1101[[package]]
1102name = "matchit"
1103version = "0.8.4"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1106
1107[[package]]
1108name = "memchr"
1109version = "2.8.0"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1112
1113[[package]]
1114name = "mimalloc"
1115version = "0.1.48"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
1118dependencies = [
1119 "libmimalloc-sys",
1120]
1121
1122[[package]]
1123name = "mime"
1124version = "0.3.17"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1127
1128[[package]]
1129name = "miniz_oxide"
1130version = "0.8.9"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1133dependencies = [
1134 "adler2",
1135 "simd-adler32",
1136]
1137
1138[[package]]
1139name = "mio"
1140version = "1.1.1"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1143dependencies = [
1144 "libc",
1145 "wasi",
1146 "windows-sys 0.61.2",
1147]
1148
1149[[package]]
1150name = "nu-ansi-term"
1151version = "0.50.3"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1154dependencies = [
1155 "windows-sys 0.61.2",
1156]
1157
1158[[package]]
1159name = "num-conv"
1160version = "0.2.0"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
1163
1164[[package]]
1165name = "once_cell"
1166version = "1.21.3"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1169
1170[[package]]
1171name = "once_cell_polyfill"
1172version = "1.70.2"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1175
1176[[package]]
1177name = "pear"
1178version = "0.2.9"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
1181dependencies = [
1182 "inlinable_string",
1183 "pear_codegen",
1184 "yansi",
1185]
1186
1187[[package]]
1188name = "pear_codegen"
1189version = "0.2.9"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
1192dependencies = [
1193 "proc-macro2",
1194 "proc-macro2-diagnostics",
1195 "quote",
1196 "syn",
1197]
1198
1199[[package]]
1200name = "percent-encoding"
1201version = "2.3.2"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1204
1205[[package]]
1206name = "phf"
1207version = "0.13.1"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
1210dependencies = [
1211 "phf_shared",
1212 "serde",
1213]
1214
1215[[package]]
1216name = "phf_codegen"
1217version = "0.13.1"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
1220dependencies = [
1221 "phf_generator",
1222 "phf_shared",
1223]
1224
1225[[package]]
1226name = "phf_generator"
1227version = "0.13.1"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
1230dependencies = [
1231 "fastrand",
1232 "phf_shared",
1233]
1234
1235[[package]]
1236name = "phf_shared"
1237version = "0.13.1"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
1240dependencies = [
1241 "siphasher",
1242]
1243
1244[[package]]
1245name = "pin-project"
1246version = "1.1.10"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1249dependencies = [
1250 "pin-project-internal",
1251]
1252
1253[[package]]
1254name = "pin-project-internal"
1255version = "1.1.10"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1258dependencies = [
1259 "proc-macro2",
1260 "quote",
1261 "syn",
1262]
1263
1264[[package]]
1265name = "pin-project-lite"
1266version = "0.2.16"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1269
1270[[package]]
1271name = "pin-utils"
1272version = "0.1.0"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1275
1276[[package]]
1277name = "pkg-config"
1278version = "0.3.32"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1281
1282[[package]]
1283name = "plist"
1284version = "1.8.0"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
1287dependencies = [
1288 "base64",
1289 "indexmap",
1290 "quick-xml",
1291 "serde",
1292 "time",
1293]
1294
1295[[package]]
1296name = "portable-atomic"
1297version = "1.13.1"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1300
1301[[package]]
1302name = "portable-atomic-util"
1303version = "0.2.5"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
1306dependencies = [
1307 "portable-atomic",
1308]
1309
1310[[package]]
1311name = "potential_utf"
1312version = "0.1.4"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1315dependencies = [
1316 "zerovec",
1317]
1318
1319[[package]]
1320name = "powerfmt"
1321version = "0.2.0"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1324
1325[[package]]
1326name = "proc-macro2"
1327version = "1.0.106"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1330dependencies = [
1331 "unicode-ident",
1332]
1333
1334[[package]]
1335name = "proc-macro2-diagnostics"
1336version = "0.10.1"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
1339dependencies = [
1340 "proc-macro2",
1341 "quote",
1342 "syn",
1343 "version_check",
1344 "yansi",
1345]
1346
1347[[package]]
1348name = "quick-xml"
1349version = "0.38.4"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
1352dependencies = [
1353 "memchr",
1354]
1355
1356[[package]]
1357name = "quote"
1358version = "1.0.44"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1361dependencies = [
1362 "proc-macro2",
1363]
1364
1365[[package]]
1366name = "r-efi"
1367version = "5.3.0"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1370
1371[[package]]
1372name = "regex"
1373version = "1.12.3"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1376dependencies = [
1377 "aho-corasick",
1378 "memchr",
1379 "regex-automata",
1380 "regex-syntax",
1381]
1382
1383[[package]]
1384name = "regex-automata"
1385version = "0.4.14"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1388dependencies = [
1389 "aho-corasick",
1390 "memchr",
1391 "regex-syntax",
1392]
1393
1394[[package]]
1395name = "regex-syntax"
1396version = "0.8.9"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
1399
1400[[package]]
1401name = "rustc-hash"
1402version = "2.1.1"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1405
1406[[package]]
1407name = "rustversion"
1408version = "1.0.22"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1411
1412[[package]]
1413name = "ryu"
1414version = "1.0.23"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1417
1418[[package]]
1419name = "same-file"
1420version = "1.0.6"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1423dependencies = [
1424 "winapi-util",
1425]
1426
1427[[package]]
1428name = "serde"
1429version = "1.0.228"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1432dependencies = [
1433 "serde_core",
1434 "serde_derive",
1435]
1436
1437[[package]]
1438name = "serde_core"
1439version = "1.0.228"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1442dependencies = [
1443 "serde_derive",
1444]
1445
1446[[package]]
1447name = "serde_derive"
1448version = "1.0.228"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1451dependencies = [
1452 "proc-macro2",
1453 "quote",
1454 "syn",
1455]
1456
1457[[package]]
1458name = "serde_json"
1459version = "1.0.149"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1462dependencies = [
1463 "itoa",
1464 "memchr",
1465 "serde",
1466 "serde_core",
1467 "zmij",
1468]
1469
1470[[package]]
1471name = "serde_path_to_error"
1472version = "0.1.20"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1475dependencies = [
1476 "itoa",
1477 "serde",
1478 "serde_core",
1479]
1480
1481[[package]]
1482name = "serde_spanned"
1483version = "0.6.9"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1486dependencies = [
1487 "serde",
1488]
1489
1490[[package]]
1491name = "serde_urlencoded"
1492version = "0.7.1"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1495dependencies = [
1496 "form_urlencoded",
1497 "itoa",
1498 "ryu",
1499 "serde",
1500]
1501
1502[[package]]
1503name = "sharded-slab"
1504version = "0.1.7"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1507dependencies = [
1508 "lazy_static",
1509]
1510
1511[[package]]
1512name = "shlex"
1513version = "1.3.0"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1516
1517[[package]]
1518name = "signal-hook-registry"
1519version = "1.4.8"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1522dependencies = [
1523 "errno",
1524 "libc",
1525]
1526
1527[[package]]
1528name = "simd-adler32"
1529version = "0.3.8"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
1532
1533[[package]]
1534name = "siphasher"
1535version = "1.0.2"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
1538
1539[[package]]
1540name = "slab"
1541version = "0.4.12"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1544
1545[[package]]
1546name = "smallvec"
1547version = "1.15.1"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1550
1551[[package]]
1552name = "socket2"
1553version = "0.6.2"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
1556dependencies = [
1557 "libc",
1558 "windows-sys 0.60.2",
1559]
1560
1561[[package]]
1562name = "stable_deref_trait"
1563version = "1.2.1"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1566
1567[[package]]
1568name = "strsim"
1569version = "0.11.1"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1572
1573[[package]]
1574name = "syn"
1575version = "2.0.116"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
1578dependencies = [
1579 "proc-macro2",
1580 "quote",
1581 "unicode-ident",
1582]
1583
1584[[package]]
1585name = "sync_wrapper"
1586version = "1.0.2"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1589
1590[[package]]
1591name = "synstructure"
1592version = "0.13.2"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1595dependencies = [
1596 "proc-macro2",
1597 "quote",
1598 "syn",
1599]
1600
1601[[package]]
1602name = "syntect"
1603version = "5.3.0"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925"
1606dependencies = [
1607 "bincode",
1608 "fancy-regex",
1609 "flate2",
1610 "fnv",
1611 "once_cell",
1612 "plist",
1613 "regex-syntax",
1614 "serde",
1615 "serde_derive",
1616 "serde_json",
1617 "thiserror 2.0.18",
1618 "walkdir",
1619 "yaml-rust",
1620]
1621
1622[[package]]
1623name = "thiserror"
1624version = "1.0.69"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1627dependencies = [
1628 "thiserror-impl 1.0.69",
1629]
1630
1631[[package]]
1632name = "thiserror"
1633version = "2.0.18"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1636dependencies = [
1637 "thiserror-impl 2.0.18",
1638]
1639
1640[[package]]
1641name = "thiserror-impl"
1642version = "1.0.69"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1645dependencies = [
1646 "proc-macro2",
1647 "quote",
1648 "syn",
1649]
1650
1651[[package]]
1652name = "thiserror-impl"
1653version = "2.0.18"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1656dependencies = [
1657 "proc-macro2",
1658 "quote",
1659 "syn",
1660]
1661
1662[[package]]
1663name = "thread_local"
1664version = "1.1.9"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1667dependencies = [
1668 "cfg-if",
1669]
1670
1671[[package]]
1672name = "time"
1673version = "0.3.47"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
1676dependencies = [
1677 "deranged",
1678 "itoa",
1679 "num-conv",
1680 "powerfmt",
1681 "serde_core",
1682 "time-core",
1683 "time-macros",
1684]
1685
1686[[package]]
1687name = "time-core"
1688version = "0.1.8"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
1691
1692[[package]]
1693name = "time-macros"
1694version = "0.2.27"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
1697dependencies = [
1698 "num-conv",
1699 "time-core",
1700]
1701
1702[[package]]
1703name = "tinystr"
1704version = "0.8.2"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1707dependencies = [
1708 "displaydoc",
1709 "zerovec",
1710]
1711
1712[[package]]
1713name = "tinyvec"
1714version = "1.10.0"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1717dependencies = [
1718 "tinyvec_macros",
1719]
1720
1721[[package]]
1722name = "tinyvec_macros"
1723version = "0.1.1"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1726
1727[[package]]
1728name = "tokio"
1729version = "1.49.0"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1732dependencies = [
1733 "libc",
1734 "mio",
1735 "pin-project-lite",
1736 "signal-hook-registry",
1737 "socket2",
1738 "tokio-macros",
1739 "windows-sys 0.61.2",
1740]
1741
1742[[package]]
1743name = "tokio-macros"
1744version = "2.6.0"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
1747dependencies = [
1748 "proc-macro2",
1749 "quote",
1750 "syn",
1751]
1752
1753[[package]]
1754name = "toml"
1755version = "0.8.23"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1758dependencies = [
1759 "serde",
1760 "serde_spanned",
1761 "toml_datetime",
1762 "toml_edit",
1763]
1764
1765[[package]]
1766name = "toml_datetime"
1767version = "0.6.11"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1770dependencies = [
1771 "serde",
1772]
1773
1774[[package]]
1775name = "toml_edit"
1776version = "0.22.27"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1779dependencies = [
1780 "indexmap",
1781 "serde",
1782 "serde_spanned",
1783 "toml_datetime",
1784 "toml_write",
1785 "winnow",
1786]
1787
1788[[package]]
1789name = "toml_write"
1790version = "0.1.2"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1793
1794[[package]]
1795name = "tower"
1796version = "0.5.3"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1799dependencies = [
1800 "futures-core",
1801 "futures-util",
1802 "pin-project-lite",
1803 "sync_wrapper",
1804 "tokio",
1805 "tower-layer",
1806 "tower-service",
1807 "tracing",
1808]
1809
1810[[package]]
1811name = "tower-helmet"
1812version = "0.3.0"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "fa76b2c088863640880cfda043346286c08b59a393259227d07010839be77ccc"
1815dependencies = [
1816 "futures",
1817 "http",
1818 "lazy_static",
1819 "pin-project-lite",
1820 "tower-layer",
1821 "tower-service",
1822]
1823
1824[[package]]
1825name = "tower-http"
1826version = "0.6.8"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1829dependencies = [
1830 "bitflags",
1831 "bytes",
1832 "http",
1833 "http-body",
1834 "pin-project-lite",
1835 "tokio",
1836 "tower-layer",
1837 "tower-service",
1838 "tracing",
1839]
1840
1841[[package]]
1842name = "tower-layer"
1843version = "0.3.3"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1846
1847[[package]]
1848name = "tower-service"
1849version = "0.3.3"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1852
1853[[package]]
1854name = "tracing"
1855version = "0.1.44"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1858dependencies = [
1859 "log",
1860 "pin-project-lite",
1861 "tracing-attributes",
1862 "tracing-core",
1863]
1864
1865[[package]]
1866name = "tracing-attributes"
1867version = "0.1.31"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1870dependencies = [
1871 "proc-macro2",
1872 "quote",
1873 "syn",
1874]
1875
1876[[package]]
1877name = "tracing-core"
1878version = "0.1.36"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1881dependencies = [
1882 "once_cell",
1883 "valuable",
1884]
1885
1886[[package]]
1887name = "tracing-error"
1888version = "0.2.1"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db"
1891dependencies = [
1892 "tracing",
1893 "tracing-subscriber",
1894]
1895
1896[[package]]
1897name = "tracing-futures"
1898version = "0.2.5"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
1901dependencies = [
1902 "pin-project",
1903 "tracing",
1904]
1905
1906[[package]]
1907name = "tracing-log"
1908version = "0.2.0"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1911dependencies = [
1912 "log",
1913 "once_cell",
1914 "tracing-core",
1915]
1916
1917[[package]]
1918name = "tracing-subscriber"
1919version = "0.3.22"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
1922dependencies = [
1923 "matchers",
1924 "nu-ansi-term",
1925 "once_cell",
1926 "regex-automata",
1927 "sharded-slab",
1928 "smallvec",
1929 "thread_local",
1930 "tracing",
1931 "tracing-core",
1932 "tracing-log",
1933]
1934
1935[[package]]
1936name = "two-face"
1937version = "0.5.1"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "b285c51f8a6ade109ed4566d33ac4fb289fb5d6cf87ed70908a5eaf65e948e34"
1940dependencies = [
1941 "serde",
1942 "serde_derive",
1943 "syntect",
1944]
1945
1946[[package]]
1947name = "typed-arena"
1948version = "2.0.2"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
1951
1952[[package]]
1953name = "uncased"
1954version = "0.9.10"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
1957dependencies = [
1958 "version_check",
1959]
1960
1961[[package]]
1962name = "unicode-ident"
1963version = "1.0.24"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1966
1967[[package]]
1968name = "unicode-normalization"
1969version = "0.1.25"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
1972dependencies = [
1973 "tinyvec",
1974]
1975
1976[[package]]
1977name = "unicode_categories"
1978version = "0.1.1"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
1981
1982[[package]]
1983name = "url"
1984version = "2.5.8"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1987dependencies = [
1988 "form_urlencoded",
1989 "idna",
1990 "percent-encoding",
1991 "serde",
1992]
1993
1994[[package]]
1995name = "utf8_iter"
1996version = "1.0.4"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1999
2000[[package]]
2001name = "utf8parse"
2002version = "0.2.2"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2005
2006[[package]]
2007name = "valuable"
2008version = "0.1.1"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2011
2012[[package]]
2013name = "vcpkg"
2014version = "0.2.15"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2017
2018[[package]]
2019name = "version_check"
2020version = "0.9.5"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2023
2024[[package]]
2025name = "walkdir"
2026version = "2.5.0"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2029dependencies = [
2030 "same-file",
2031 "winapi-util",
2032]
2033
2034[[package]]
2035name = "wasi"
2036version = "0.11.1+wasi-snapshot-preview1"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2039
2040[[package]]
2041name = "wasip2"
2042version = "1.0.2+wasi-0.2.9"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2045dependencies = [
2046 "wit-bindgen",
2047]
2048
2049[[package]]
2050name = "wasm-bindgen"
2051version = "0.2.108"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
2054dependencies = [
2055 "cfg-if",
2056 "once_cell",
2057 "rustversion",
2058 "wasm-bindgen-macro",
2059 "wasm-bindgen-shared",
2060]
2061
2062[[package]]
2063name = "wasm-bindgen-macro"
2064version = "0.2.108"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
2067dependencies = [
2068 "quote",
2069 "wasm-bindgen-macro-support",
2070]
2071
2072[[package]]
2073name = "wasm-bindgen-macro-support"
2074version = "0.2.108"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
2077dependencies = [
2078 "bumpalo",
2079 "proc-macro2",
2080 "quote",
2081 "syn",
2082 "wasm-bindgen-shared",
2083]
2084
2085[[package]]
2086name = "wasm-bindgen-shared"
2087version = "0.2.108"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
2090dependencies = [
2091 "unicode-ident",
2092]
2093
2094[[package]]
2095name = "web-time"
2096version = "1.1.0"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2099dependencies = [
2100 "js-sys",
2101 "wasm-bindgen",
2102]
2103
2104[[package]]
2105name = "winapi-util"
2106version = "0.1.11"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2109dependencies = [
2110 "windows-sys 0.61.2",
2111]
2112
2113[[package]]
2114name = "windows-link"
2115version = "0.2.1"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2118
2119[[package]]
2120name = "windows-sys"
2121version = "0.60.2"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2124dependencies = [
2125 "windows-targets",
2126]
2127
2128[[package]]
2129name = "windows-sys"
2130version = "0.61.2"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2133dependencies = [
2134 "windows-link",
2135]
2136
2137[[package]]
2138name = "windows-targets"
2139version = "0.53.5"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2142dependencies = [
2143 "windows-link",
2144 "windows_aarch64_gnullvm",
2145 "windows_aarch64_msvc",
2146 "windows_i686_gnu",
2147 "windows_i686_gnullvm",
2148 "windows_i686_msvc",
2149 "windows_x86_64_gnu",
2150 "windows_x86_64_gnullvm",
2151 "windows_x86_64_msvc",
2152]
2153
2154[[package]]
2155name = "windows_aarch64_gnullvm"
2156version = "0.53.1"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2159
2160[[package]]
2161name = "windows_aarch64_msvc"
2162version = "0.53.1"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2165
2166[[package]]
2167name = "windows_i686_gnu"
2168version = "0.53.1"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2171
2172[[package]]
2173name = "windows_i686_gnullvm"
2174version = "0.53.1"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2177
2178[[package]]
2179name = "windows_i686_msvc"
2180version = "0.53.1"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2183
2184[[package]]
2185name = "windows_x86_64_gnu"
2186version = "0.53.1"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2189
2190[[package]]
2191name = "windows_x86_64_gnullvm"
2192version = "0.53.1"
2193source = "registry+https://github.com/rust-lang/crates.io-index"
2194checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2195
2196[[package]]
2197name = "windows_x86_64_msvc"
2198version = "0.53.1"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2201
2202[[package]]
2203name = "winnow"
2204version = "0.7.14"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
2207dependencies = [
2208 "memchr",
2209]
2210
2211[[package]]
2212name = "wit-bindgen"
2213version = "0.51.0"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2216
2217[[package]]
2218name = "writeable"
2219version = "0.6.2"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2222
2223[[package]]
2224name = "yaml-rust"
2225version = "0.4.5"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2228dependencies = [
2229 "linked-hash-map",
2230]
2231
2232[[package]]
2233name = "yansi"
2234version = "1.0.1"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
2237
2238[[package]]
2239name = "yoke"
2240version = "0.8.1"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2243dependencies = [
2244 "stable_deref_trait",
2245 "yoke-derive",
2246 "zerofrom",
2247]
2248
2249[[package]]
2250name = "yoke-derive"
2251version = "0.8.1"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2254dependencies = [
2255 "proc-macro2",
2256 "quote",
2257 "syn",
2258 "synstructure",
2259]
2260
2261[[package]]
2262name = "zerocopy"
2263version = "0.8.39"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
2266dependencies = [
2267 "zerocopy-derive",
2268]
2269
2270[[package]]
2271name = "zerocopy-derive"
2272version = "0.8.39"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
2275dependencies = [
2276 "proc-macro2",
2277 "quote",
2278 "syn",
2279]
2280
2281[[package]]
2282name = "zerofrom"
2283version = "0.1.6"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2286dependencies = [
2287 "zerofrom-derive",
2288]
2289
2290[[package]]
2291name = "zerofrom-derive"
2292version = "0.1.6"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2295dependencies = [
2296 "proc-macro2",
2297 "quote",
2298 "syn",
2299 "synstructure",
2300]
2301
2302[[package]]
2303name = "zerotrie"
2304version = "0.2.3"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2307dependencies = [
2308 "displaydoc",
2309 "yoke",
2310 "zerofrom",
2311]
2312
2313[[package]]
2314name = "zerovec"
2315version = "0.11.5"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2318dependencies = [
2319 "yoke",
2320 "zerofrom",
2321 "zerovec-derive",
2322]
2323
2324[[package]]
2325name = "zerovec-derive"
2326version = "0.11.2"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2329dependencies = [
2330 "proc-macro2",
2331 "quote",
2332 "syn",
2333]
2334
2335[[package]]
2336name = "zmij"
2337version = "1.0.21"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
2340