wayver's git archive


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

Cargo.lock@788f4460a8c003cb5018293ae250a8d8feaa2f1b

raw
Date Commit Message Author Files + -
2026-02-17 21:07 initial mvp wayverd 74 10800 0
...

1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "actix-router"
7version = "0.5.3"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
10dependencies = [
11 "bytestring",
12 "cfg-if",
13 "http 0.2.12",
14 "regex",
15 "regex-lite",
16 "serde",
17 "tracing",
18]
19
20[[package]]
21name = "addr2line"
22version = "0.25.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
25dependencies = [
26 "gimli",
27]
28
29[[package]]
30name = "adler2"
31version = "2.0.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
34
35[[package]]
36name = "ahash"
37version = "0.8.12"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
40dependencies = [
41 "cfg-if",
42 "getrandom",
43 "once_cell",
44 "version_check",
45 "zerocopy",
46]
47
48[[package]]
49name = "aho-corasick"
50version = "1.1.4"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
53dependencies = [
54 "memchr",
55]
56
57[[package]]
58name = "allocator-api2"
59version = "0.2.21"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
62
63[[package]]
64name = "android_system_properties"
65version = "0.1.5"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
68dependencies = [
69 "libc",
70]
71
72[[package]]
73name = "annotate-snippets"
74version = "0.12.11"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "16e4850548ff4a25a77ce3bda7241874e17fb702ea551f0cc62a2dbe052f1272"
77dependencies = [
78 "anstyle",
79 "unicode-width 0.2.2",
80]
81
82[[package]]
83name = "ansi-to-html"
84version = "0.2.2"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "12e283a4fc285735ef99577e81a125f738429516161ac33977e466d0d8d40764"
87dependencies = [
88 "regex",
89 "thiserror 1.0.69",
90]
91
92[[package]]
93name = "anstream"
94version = "0.6.21"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
97dependencies = [
98 "anstyle",
99 "anstyle-parse",
100 "anstyle-query",
101 "anstyle-wincon",
102 "colorchoice",
103 "is_terminal_polyfill",
104 "utf8parse",
105]
106
107[[package]]
108name = "anstyle"
109version = "1.0.13"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
112
113[[package]]
114name = "anstyle-parse"
115version = "0.2.7"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
118dependencies = [
119 "utf8parse",
120]
121
122[[package]]
123name = "anstyle-query"
124version = "1.1.5"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
127dependencies = [
128 "windows-sys 0.61.2",
129]
130
131[[package]]
132name = "anstyle-wincon"
133version = "3.0.11"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
136dependencies = [
137 "anstyle",
138 "once_cell_polyfill",
139 "windows-sys 0.61.2",
140]
141
142[[package]]
143name = "anyhow"
144version = "1.0.101"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
147
148[[package]]
149name = "arraydeque"
150version = "0.5.1"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
153
154[[package]]
155name = "arrayvec"
156version = "0.7.6"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
159
160[[package]]
161name = "askama"
162version = "0.15.4"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "08e1676b346cadfec169374f949d7490fd80a24193d37d2afce0c047cf695e57"
165dependencies = [
166 "askama_macros",
167 "itoa",
168 "percent-encoding",
169 "serde",
170 "serde_json",
171]
172
173[[package]]
174name = "askama_derive"
175version = "0.15.4"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "7661ff56517787343f376f75db037426facd7c8d3049cef8911f1e75016f3a37"
178dependencies = [
179 "askama_parser",
180 "basic-toml",
181 "memchr",
182 "proc-macro2",
183 "quote",
184 "rustc-hash",
185 "serde",
186 "serde_derive",
187 "syn",
188]
189
190[[package]]
191name = "askama_macros"
192version = "0.15.4"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "713ee4dbfd1eb719c2dab859465b01fa1d21cb566684614a713a6b7a99a4e47b"
195dependencies = [
196 "askama_derive",
197]
198
199[[package]]
200name = "askama_parser"
201version = "0.15.4"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "1d62d674238a526418b30c0def480d5beadb9d8964e7f38d635b03bf639c704c"
204dependencies = [
205 "rustc-hash",
206 "serde",
207 "serde_derive",
208 "unicode-ident",
209 "winnow",
210]
211
212[[package]]
213name = "async-lock"
214version = "3.4.2"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
217dependencies = [
218 "event-listener",
219 "event-listener-strategy",
220 "pin-project-lite",
221]
222
223[[package]]
224name = "async-trait"
225version = "0.1.89"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
228dependencies = [
229 "proc-macro2",
230 "quote",
231 "syn",
232]
233
234[[package]]
235name = "atomic"
236version = "0.6.1"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
239dependencies = [
240 "bytemuck",
241]
242
243[[package]]
244name = "atomic-waker"
245version = "1.1.2"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
248
249[[package]]
250name = "autocfg"
251version = "1.5.0"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
254
255[[package]]
256name = "axum"
257version = "0.8.8"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
260dependencies = [
261 "axum-core",
262 "bytes",
263 "form_urlencoded",
264 "futures-util",
265 "http 1.4.0",
266 "http-body",
267 "http-body-util",
268 "hyper",
269 "hyper-util",
270 "itoa",
271 "matchit",
272 "memchr",
273 "mime",
274 "percent-encoding",
275 "pin-project-lite",
276 "serde_core",
277 "serde_json",
278 "serde_path_to_error",
279 "serde_urlencoded",
280 "sync_wrapper",
281 "tokio",
282 "tower",
283 "tower-layer",
284 "tower-service",
285 "tracing",
286]
287
288[[package]]
289name = "axum-core"
290version = "0.5.6"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
293dependencies = [
294 "bytes",
295 "futures-core",
296 "http 1.4.0",
297 "http-body",
298 "http-body-util",
299 "mime",
300 "pin-project-lite",
301 "sync_wrapper",
302 "tower-layer",
303 "tower-service",
304 "tracing",
305]
306
307[[package]]
308name = "axum-response-cache"
309version = "0.4.0"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "5dbbbc20d408c8a051c946bd796d58d7ad6f323f53f307934b086d36b18eb893"
312dependencies = [
313 "axum",
314 "cached",
315 "http 1.4.0",
316 "tower",
317 "tracing",
318 "tracing-futures",
319]
320
321[[package]]
322name = "backtrace"
323version = "0.3.76"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
326dependencies = [
327 "addr2line",
328 "cfg-if",
329 "libc",
330 "miniz_oxide",
331 "object",
332 "rustc-demangle",
333 "windows-link",
334]
335
336[[package]]
337name = "backtrace-ext"
338version = "0.2.1"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
341dependencies = [
342 "backtrace",
343]
344
345[[package]]
346name = "base64"
347version = "0.22.1"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
350
351[[package]]
352name = "basic-toml"
353version = "0.1.10"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
356dependencies = [
357 "serde",
358]
359
360[[package]]
361name = "beef"
362version = "0.5.2"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
365
366[[package]]
367name = "bile"
368version = "0.1.0"
369dependencies = [
370 "ansi-to-html",
371 "anyhow",
372 "askama",
373 "axum",
374 "axum-response-cache",
375 "clap",
376 "comrak",
377 "figment",
378 "git2",
379 "hitbox",
380 "hitbox-http",
381 "hitbox-moka",
382 "hitbox-tower",
383 "http 1.4.0",
384 "jiff",
385 "mimalloc",
386 "mime",
387 "num-conv",
388 "serde",
389 "syntect",
390 "thiserror 2.0.18",
391 "tokio",
392 "tower",
393 "tower-helmet",
394 "tower-http",
395 "tracing",
396 "tracing-error",
397 "tracing-subscriber",
398 "two-face",
399]
400
401[[package]]
402name = "bincode"
403version = "1.3.3"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
406dependencies = [
407 "serde",
408]
409
410[[package]]
411name = "bincode"
412version = "2.0.1"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
415dependencies = [
416 "bincode_derive",
417 "serde",
418 "unty",
419]
420
421[[package]]
422name = "bincode_derive"
423version = "2.0.1"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
426dependencies = [
427 "virtue",
428]
429
430[[package]]
431name = "bit-set"
432version = "0.8.0"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
435dependencies = [
436 "bit-vec",
437]
438
439[[package]]
440name = "bit-vec"
441version = "0.8.0"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
444
445[[package]]
446name = "bitcode"
447version = "0.6.9"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "0a6ed1b54d8dc333e7be604d00fa9262f4635485ffea923647b6521a5fff045d"
450dependencies = [
451 "arrayvec",
452 "bitcode_derive",
453 "bytemuck",
454 "glam",
455 "serde",
456]
457
458[[package]]
459name = "bitcode_derive"
460version = "0.6.9"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "238b90427dfad9da4a9abd60f3ec1cdee6b80454bde49ed37f1781dd8e9dc7f9"
463dependencies = [
464 "proc-macro2",
465 "quote",
466 "syn",
467]
468
469[[package]]
470name = "bitflags"
471version = "2.10.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
474dependencies = [
475 "serde_core",
476]
477
478[[package]]
479name = "block-buffer"
480version = "0.10.4"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
483dependencies = [
484 "generic-array",
485]
486
487[[package]]
488name = "borsh"
489version = "1.6.0"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f"
492dependencies = [
493 "cfg_aliases",
494]
495
496[[package]]
497name = "bounded-integer"
498version = "0.6.1"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "ddfb439fc02606b667a4422a1667bfa6e4574223f7f6062518a41d399697a657"
501dependencies = [
502 "bounded-integer-macro",
503 "serde",
504]
505
506[[package]]
507name = "bounded-integer-macro"
508version = "0.6.0"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "c9669c4b1b3c0df3d44300abe3d72d8272f74ef7fb682b3c4549382ef65fe37a"
511dependencies = [
512 "proc-macro2",
513 "quote",
514]
515
516[[package]]
517name = "bumpalo"
518version = "3.19.1"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
521
522[[package]]
523name = "bytemuck"
524version = "1.25.0"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
527dependencies = [
528 "bytemuck_derive",
529]
530
531[[package]]
532name = "bytemuck_derive"
533version = "1.10.2"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
536dependencies = [
537 "proc-macro2",
538 "quote",
539 "syn",
540]
541
542[[package]]
543name = "bytes"
544version = "1.11.1"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
547dependencies = [
548 "serde",
549]
550
551[[package]]
552name = "bytestring"
553version = "1.5.0"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "113b4343b5f6617e7ad401ced8de3cc8b012e73a594347c307b90db3e9271289"
556dependencies = [
557 "bytes",
558]
559
560[[package]]
561name = "cached"
562version = "0.56.0"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
565dependencies = [
566 "ahash",
567 "cached_proc_macro",
568 "cached_proc_macro_types",
569 "hashbrown 0.15.5",
570 "once_cell",
571 "thiserror 2.0.18",
572 "web-time",
573]
574
575[[package]]
576name = "cached_proc_macro"
577version = "0.25.0"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
580dependencies = [
581 "darling",
582 "proc-macro2",
583 "quote",
584 "syn",
585]
586
587[[package]]
588name = "cached_proc_macro_types"
589version = "0.1.1"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
592
593[[package]]
594name = "caseless"
595version = "0.2.2"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
598dependencies = [
599 "unicode-normalization",
600]
601
602[[package]]
603name = "castaway"
604version = "0.2.4"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
607dependencies = [
608 "rustversion",
609]
610
611[[package]]
612name = "cc"
613version = "1.2.55"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
616dependencies = [
617 "find-msvc-tools",
618 "jobserver",
619 "libc",
620 "shlex",
621]
622
623[[package]]
624name = "cfg-if"
625version = "1.0.4"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
628
629[[package]]
630name = "cfg_aliases"
631version = "0.2.1"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
634
635[[package]]
636name = "chrono"
637version = "0.4.43"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
640dependencies = [
641 "iana-time-zone",
642 "num-traits",
643 "serde",
644 "windows-link",
645]
646
647[[package]]
648name = "clap"
649version = "4.5.57"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
652dependencies = [
653 "clap_builder",
654 "clap_derive",
655]
656
657[[package]]
658name = "clap_builder"
659version = "4.5.57"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
662dependencies = [
663 "anstream",
664 "anstyle",
665 "clap_lex",
666 "strsim",
667]
668
669[[package]]
670name = "clap_derive"
671version = "4.5.55"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
674dependencies = [
675 "heck",
676 "proc-macro2",
677 "quote",
678 "syn",
679]
680
681[[package]]
682name = "clap_lex"
683version = "0.7.7"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
686
687[[package]]
688name = "colorchoice"
689version = "1.0.4"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
692
693[[package]]
694name = "compact_str"
695version = "0.8.1"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32"
698dependencies = [
699 "castaway",
700 "cfg-if",
701 "itoa",
702 "rustversion",
703 "ryu",
704 "static_assertions",
705]
706
707[[package]]
708name = "comrak"
709version = "0.50.0"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "321d20bf105b6871a49da44c5fbb93e90a7cd6178ea5a9fe6cbc1e6d4504bc5e"
712dependencies = [
713 "caseless",
714 "entities",
715 "jetscii",
716 "phf",
717 "phf_codegen",
718 "rustc-hash",
719 "smallvec 1.15.1",
720 "typed-arena",
721 "unicode_categories",
722]
723
724[[package]]
725name = "concurrent-queue"
726version = "2.5.0"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
729dependencies = [
730 "crossbeam-utils",
731]
732
733[[package]]
734name = "core-foundation-sys"
735version = "0.8.7"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
738
739[[package]]
740name = "cpufeatures"
741version = "0.2.17"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
744dependencies = [
745 "libc",
746]
747
748[[package]]
749name = "crc32fast"
750version = "1.5.0"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
753dependencies = [
754 "cfg-if",
755]
756
757[[package]]
758name = "crossbeam-channel"
759version = "0.5.15"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
762dependencies = [
763 "crossbeam-utils",
764]
765
766[[package]]
767name = "crossbeam-epoch"
768version = "0.9.18"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
771dependencies = [
772 "crossbeam-utils",
773]
774
775[[package]]
776name = "crossbeam-utils"
777version = "0.8.21"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
780
781[[package]]
782name = "crypto-common"
783version = "0.1.7"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
786dependencies = [
787 "generic-array",
788 "typenum",
789]
790
791[[package]]
792name = "darling"
793version = "0.20.11"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
796dependencies = [
797 "darling_core",
798 "darling_macro",
799]
800
801[[package]]
802name = "darling_core"
803version = "0.20.11"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
806dependencies = [
807 "fnv",
808 "ident_case",
809 "proc-macro2",
810 "quote",
811 "strsim",
812 "syn",
813]
814
815[[package]]
816name = "darling_macro"
817version = "0.20.11"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
820dependencies = [
821 "darling_core",
822 "quote",
823 "syn",
824]
825
826[[package]]
827name = "dashmap"
828version = "6.1.0"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
831dependencies = [
832 "cfg-if",
833 "crossbeam-utils",
834 "hashbrown 0.14.5",
835 "lock_api",
836 "once_cell",
837 "parking_lot_core",
838]
839
840[[package]]
841name = "deranged"
842version = "0.5.5"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
845dependencies = [
846 "powerfmt",
847]
848
849[[package]]
850name = "digest"
851version = "0.10.7"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
854dependencies = [
855 "block-buffer",
856 "crypto-common",
857]
858
859[[package]]
860name = "displaydoc"
861version = "0.2.5"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
864dependencies = [
865 "proc-macro2",
866 "quote",
867 "syn",
868]
869
870[[package]]
871name = "dyn-clone"
872version = "1.0.20"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
875
876[[package]]
877name = "either"
878version = "1.15.0"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
881
882[[package]]
883name = "encoding_rs"
884version = "0.8.35"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
887dependencies = [
888 "cfg-if",
889]
890
891[[package]]
892name = "encoding_rs_io"
893version = "0.1.7"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
896dependencies = [
897 "encoding_rs",
898]
899
900[[package]]
901name = "entities"
902version = "1.0.1"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
905
906[[package]]
907name = "equivalent"
908version = "1.0.2"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
911
912[[package]]
913name = "erased-serde"
914version = "0.4.9"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
917dependencies = [
918 "serde",
919 "serde_core",
920 "typeid",
921]
922
923[[package]]
924name = "errno"
925version = "0.3.14"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
928dependencies = [
929 "libc",
930 "windows-sys 0.61.2",
931]
932
933[[package]]
934name = "event-listener"
935version = "5.4.1"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
938dependencies = [
939 "concurrent-queue",
940 "parking",
941 "pin-project-lite",
942]
943
944[[package]]
945name = "event-listener-strategy"
946version = "0.5.4"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
949dependencies = [
950 "event-listener",
951 "pin-project-lite",
952]
953
954[[package]]
955name = "fancy-regex"
956version = "0.16.2"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
959dependencies = [
960 "bit-set",
961 "regex-automata",
962 "regex-syntax",
963]
964
965[[package]]
966name = "fastrand"
967version = "2.3.0"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
970
971[[package]]
972name = "figment"
973version = "0.10.19"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3"
976dependencies = [
977 "atomic",
978 "pear",
979 "serde",
980 "toml",
981 "uncased",
982 "version_check",
983]
984
985[[package]]
986name = "find-msvc-tools"
987version = "0.1.9"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
990
991[[package]]
992name = "flate2"
993version = "1.1.9"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
996dependencies = [
997 "crc32fast",
998 "miniz_oxide",
999]
1000
1001[[package]]
1002name = "fnv"
1003version = "1.0.7"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1006
1007[[package]]
1008name = "foldhash"
1009version = "0.1.5"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1012
1013[[package]]
1014name = "form_urlencoded"
1015version = "1.2.2"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1018dependencies = [
1019 "percent-encoding",
1020]
1021
1022[[package]]
1023name = "futures"
1024version = "0.3.31"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1027dependencies = [
1028 "futures-channel",
1029 "futures-core",
1030 "futures-executor",
1031 "futures-io",
1032 "futures-sink",
1033 "futures-task",
1034 "futures-util",
1035]
1036
1037[[package]]
1038name = "futures-channel"
1039version = "0.3.31"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1042dependencies = [
1043 "futures-core",
1044 "futures-sink",
1045]
1046
1047[[package]]
1048name = "futures-core"
1049version = "0.3.31"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1052
1053[[package]]
1054name = "futures-executor"
1055version = "0.3.31"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1058dependencies = [
1059 "futures-core",
1060 "futures-task",
1061 "futures-util",
1062]
1063
1064[[package]]
1065name = "futures-io"
1066version = "0.3.31"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1069
1070[[package]]
1071name = "futures-macro"
1072version = "0.3.31"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1075dependencies = [
1076 "proc-macro2",
1077 "quote",
1078 "syn",
1079]
1080
1081[[package]]
1082name = "futures-sink"
1083version = "0.3.31"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1086
1087[[package]]
1088name = "futures-task"
1089version = "0.3.31"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1092
1093[[package]]
1094name = "futures-util"
1095version = "0.3.31"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1098dependencies = [
1099 "futures-channel",
1100 "futures-core",
1101 "futures-io",
1102 "futures-macro",
1103 "futures-sink",
1104 "futures-task",
1105 "memchr",
1106 "pin-project-lite",
1107 "pin-utils",
1108 "slab",
1109]
1110
1111[[package]]
1112name = "garde"
1113version = "0.22.1"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "3a74b56a4039a46e8c91cc9d84e8a7df4e1f8b24239ca57d1304b3263cb599b9"
1116dependencies = [
1117 "compact_str",
1118 "garde_derive",
1119 "smallvec 1.15.1",
1120]
1121
1122[[package]]
1123name = "garde_derive"
1124version = "0.22.1"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "7224c08ec489e2840af29ed882b47f7f6ac8f4ce15c275d9fc0d6d1b94578ae6"
1127dependencies = [
1128 "proc-macro2",
1129 "quote",
1130 "syn",
1131]
1132
1133[[package]]
1134name = "generic-array"
1135version = "0.14.7"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1138dependencies = [
1139 "typenum",
1140 "version_check",
1141]
1142
1143[[package]]
1144name = "getrandom"
1145version = "0.3.4"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1148dependencies = [
1149 "cfg-if",
1150 "js-sys",
1151 "libc",
1152 "r-efi",
1153 "wasip2",
1154 "wasm-bindgen",
1155]
1156
1157[[package]]
1158name = "gimli"
1159version = "0.32.3"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1162
1163[[package]]
1164name = "git2"
1165version = "0.20.4"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
1168dependencies = [
1169 "bitflags",
1170 "libc",
1171 "libgit2-sys",
1172 "log",
1173 "url",
1174]
1175
1176[[package]]
1177name = "glam"
1178version = "0.31.0"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "74a4d85559e2637d3d839438b5b3d75c31e655276f9544d72475c36b92fabbed"
1181
1182[[package]]
1183name = "hashbrown"
1184version = "0.14.5"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1187
1188[[package]]
1189name = "hashbrown"
1190version = "0.15.5"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1193dependencies = [
1194 "allocator-api2",
1195 "equivalent",
1196 "foldhash",
1197]
1198
1199[[package]]
1200name = "hashbrown"
1201version = "0.16.1"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1204
1205[[package]]
1206name = "heck"
1207version = "0.5.0"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1210
1211[[package]]
1212name = "hex"
1213version = "0.4.3"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1216
1217[[package]]
1218name = "hifijson"
1219version = "0.2.3"
1220source = "registry+https://github.com/rust-lang/crates.io-index"
1221checksum = "0a7763b98ba8a24f59e698bf9ab197e7676c640d6455d1580b4ce7dc560f0f0d"
1222
1223[[package]]
1224name = "hitbox"
1225version = "0.2.1"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "f0683ece5feeb329a49c7b860d0feabf8163ccd2bab98d8399c0ed61e9c74d31"
1228dependencies = [
1229 "async-trait",
1230 "bounded-integer",
1231 "chrono",
1232 "dashmap",
1233 "futures",
1234 "hitbox-backend",
1235 "hitbox-core",
1236 "humantime-serde",
1237 "pin-project",
1238 "serde",
1239 "smol_str",
1240 "thiserror 2.0.18",
1241 "tokio",
1242 "tracing",
1243]
1244
1245[[package]]
1246name = "hitbox-backend"
1247version = "0.2.1"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "cd35c08dccc8404fa766b120b698fb8014b2c220ea613a9e502b81989f9118d4"
1250dependencies = [
1251 "async-trait",
1252 "bincode 2.0.1",
1253 "bitcode",
1254 "bytemuck",
1255 "bytes",
1256 "chrono",
1257 "erased-serde",
1258 "futures",
1259 "hitbox-core",
1260 "pin-project",
1261 "ron",
1262 "serde",
1263 "serde-saphyr",
1264 "serde_json",
1265 "serde_urlencoded",
1266 "smallbox",
1267 "smol_str",
1268 "thiserror 2.0.18",
1269 "tracing",
1270]
1271
1272[[package]]
1273name = "hitbox-core"
1274version = "0.2.1"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "355ff5dd625d344168fa2adc004ae30e417c2cea9b2e4eb73964baad669ef87c"
1277dependencies = [
1278 "async-trait",
1279 "bitcode",
1280 "bytes",
1281 "chrono",
1282 "pin-project",
1283 "serde",
1284 "smallbox",
1285 "smol_str",
1286]
1287
1288[[package]]
1289name = "hitbox-http"
1290version = "0.2.0"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "c788a348a2a69f64ed00d13cae55eeb61df5d01aa0b3cd4ffec53695d79df855"
1293dependencies = [
1294 "actix-router",
1295 "async-trait",
1296 "axum",
1297 "bytes",
1298 "chrono",
1299 "futures",
1300 "hex",
1301 "hitbox",
1302 "hitbox-backend",
1303 "http 1.4.0",
1304 "http-body",
1305 "http-body-util",
1306 "http-serde",
1307 "hyper",
1308 "jaq-core",
1309 "jaq-json",
1310 "jaq-std",
1311 "pin-project",
1312 "prost",
1313 "prost-reflect",
1314 "protox",
1315 "regex",
1316 "serde",
1317 "serde_bytes",
1318 "serde_json",
1319 "serde_qs",
1320 "sha2",
1321]
1322
1323[[package]]
1324name = "hitbox-moka"
1325version = "0.2.0"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "b58282fa7b5b1253c6ff0f51d3c89884fe2ea0a3ee631be577d49fb0bbef3cd9"
1328dependencies = [
1329 "async-trait",
1330 "chrono",
1331 "hitbox",
1332 "hitbox-backend",
1333 "hitbox-core",
1334 "moka",
1335 "serde",
1336 "smol_str",
1337 "tokio",
1338 "tracing",
1339]
1340
1341[[package]]
1342name = "hitbox-tower"
1343version = "0.2.0"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "e158d1bb4e5f5a2d177cf8191b0705a9a9c384e4c113b272a646c31a64721fc8"
1346dependencies = [
1347 "bytes",
1348 "chrono",
1349 "futures",
1350 "hitbox",
1351 "hitbox-backend",
1352 "hitbox-core",
1353 "hitbox-http",
1354 "hitbox-moka",
1355 "http 1.4.0",
1356 "hyper",
1357 "pin-project",
1358 "serde",
1359 "tower",
1360 "tracing",
1361]
1362
1363[[package]]
1364name = "http"
1365version = "0.2.12"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1368dependencies = [
1369 "bytes",
1370 "fnv",
1371 "itoa",
1372]
1373
1374[[package]]
1375name = "http"
1376version = "1.4.0"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1379dependencies = [
1380 "bytes",
1381 "itoa",
1382]
1383
1384[[package]]
1385name = "http-body"
1386version = "1.0.1"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1389dependencies = [
1390 "bytes",
1391 "http 1.4.0",
1392]
1393
1394[[package]]
1395name = "http-body-util"
1396version = "0.1.3"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1399dependencies = [
1400 "bytes",
1401 "futures-core",
1402 "http 1.4.0",
1403 "http-body",
1404 "pin-project-lite",
1405]
1406
1407[[package]]
1408name = "http-serde"
1409version = "2.1.1"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "0f056c8559e3757392c8d091e796416e4649d8e49e88b8d76df6c002f05027fd"
1412dependencies = [
1413 "http 1.4.0",
1414 "serde",
1415]
1416
1417[[package]]
1418name = "httparse"
1419version = "1.10.1"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1422
1423[[package]]
1424name = "httpdate"
1425version = "1.0.3"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1428
1429[[package]]
1430name = "humantime"
1431version = "2.3.0"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
1434
1435[[package]]
1436name = "humantime-serde"
1437version = "1.1.1"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
1440dependencies = [
1441 "humantime",
1442 "serde",
1443]
1444
1445[[package]]
1446name = "hyper"
1447version = "1.8.1"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1450dependencies = [
1451 "atomic-waker",
1452 "bytes",
1453 "futures-channel",
1454 "futures-core",
1455 "http 1.4.0",
1456 "http-body",
1457 "httparse",
1458 "httpdate",
1459 "itoa",
1460 "pin-project-lite",
1461 "pin-utils",
1462 "smallvec 1.15.1",
1463 "tokio",
1464]
1465
1466[[package]]
1467name = "hyper-util"
1468version = "0.1.20"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1471dependencies = [
1472 "bytes",
1473 "http 1.4.0",
1474 "http-body",
1475 "hyper",
1476 "pin-project-lite",
1477 "tokio",
1478 "tower-service",
1479]
1480
1481[[package]]
1482name = "iana-time-zone"
1483version = "0.1.65"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1486dependencies = [
1487 "android_system_properties",
1488 "core-foundation-sys",
1489 "iana-time-zone-haiku",
1490 "js-sys",
1491 "log",
1492 "wasm-bindgen",
1493 "windows-core",
1494]
1495
1496[[package]]
1497name = "iana-time-zone-haiku"
1498version = "0.1.2"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1501dependencies = [
1502 "cc",
1503]
1504
1505[[package]]
1506name = "icu_collections"
1507version = "2.1.1"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1510dependencies = [
1511 "displaydoc",
1512 "potential_utf",
1513 "yoke",
1514 "zerofrom",
1515 "zerovec",
1516]
1517
1518[[package]]
1519name = "icu_locale_core"
1520version = "2.1.1"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1523dependencies = [
1524 "displaydoc",
1525 "litemap",
1526 "tinystr",
1527 "writeable",
1528 "zerovec",
1529]
1530
1531[[package]]
1532name = "icu_normalizer"
1533version = "2.1.1"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1536dependencies = [
1537 "icu_collections",
1538 "icu_normalizer_data",
1539 "icu_properties",
1540 "icu_provider",
1541 "smallvec 1.15.1",
1542 "zerovec",
1543]
1544
1545[[package]]
1546name = "icu_normalizer_data"
1547version = "2.1.1"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1550
1551[[package]]
1552name = "icu_properties"
1553version = "2.1.2"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1556dependencies = [
1557 "icu_collections",
1558 "icu_locale_core",
1559 "icu_properties_data",
1560 "icu_provider",
1561 "zerotrie",
1562 "zerovec",
1563]
1564
1565[[package]]
1566name = "icu_properties_data"
1567version = "2.1.2"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1570
1571[[package]]
1572name = "icu_provider"
1573version = "2.1.1"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1576dependencies = [
1577 "displaydoc",
1578 "icu_locale_core",
1579 "writeable",
1580 "yoke",
1581 "zerofrom",
1582 "zerotrie",
1583 "zerovec",
1584]
1585
1586[[package]]
1587name = "ident_case"
1588version = "1.0.1"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1591
1592[[package]]
1593name = "idna"
1594version = "1.1.0"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1597dependencies = [
1598 "idna_adapter",
1599 "smallvec 1.15.1",
1600 "utf8_iter",
1601]
1602
1603[[package]]
1604name = "idna_adapter"
1605version = "1.2.1"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1608dependencies = [
1609 "icu_normalizer",
1610 "icu_properties",
1611]
1612
1613[[package]]
1614name = "indexmap"
1615version = "2.13.0"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1618dependencies = [
1619 "equivalent",
1620 "hashbrown 0.16.1",
1621]
1622
1623[[package]]
1624name = "inlinable_string"
1625version = "0.1.15"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
1628
1629[[package]]
1630name = "is_ci"
1631version = "1.2.0"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
1634
1635[[package]]
1636name = "is_terminal_polyfill"
1637version = "1.70.2"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1640
1641[[package]]
1642name = "itertools"
1643version = "0.14.0"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1646dependencies = [
1647 "either",
1648]
1649
1650[[package]]
1651name = "itoa"
1652version = "1.0.17"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1655
1656[[package]]
1657name = "jaq-core"
1658version = "2.2.1"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "77526a72eb79412c29fd141767a6549bbfcb1cb40e00556fe16532d5e878e098"
1661dependencies = [
1662 "dyn-clone",
1663 "once_cell",
1664 "typed-arena",
1665]
1666
1667[[package]]
1668name = "jaq-json"
1669version = "1.1.3"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "01dbdbd07b076e8403abac68ce7744d93e2ecd953bbc44bf77bf00e1e81172bc"
1672dependencies = [
1673 "foldhash",
1674 "hifijson",
1675 "indexmap",
1676 "jaq-core",
1677 "jaq-std",
1678 "serde_json",
1679]
1680
1681[[package]]
1682name = "jaq-std"
1683version = "2.1.2"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "2c264fe397c981705976c71f1bfe020382b9eda52ae950e57fe885e147bdd67d"
1686dependencies = [
1687 "aho-corasick",
1688 "base64",
1689 "chrono",
1690 "jaq-core",
1691 "libm",
1692 "log",
1693 "regex-lite",
1694 "urlencoding",
1695]
1696
1697[[package]]
1698name = "jetscii"
1699version = "0.5.3"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "47f142fe24a9c9944451e8349de0a56af5f3e7226dc46f3ed4d4ecc0b85af75e"
1702
1703[[package]]
1704name = "jiff"
1705version = "0.2.19"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "d89a5b5e10d5a9ad6e5d1f4bd58225f655d6fe9767575a5e8ac5a6fe64e04495"
1708dependencies = [
1709 "jiff-static",
1710 "jiff-tzdb-platform",
1711 "log",
1712 "portable-atomic",
1713 "portable-atomic-util",
1714 "serde_core",
1715 "windows-sys 0.61.2",
1716]
1717
1718[[package]]
1719name = "jiff-static"
1720version = "0.2.19"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "ff7a39c8862fc1369215ccf0a8f12dd4598c7f6484704359f0351bd617034dbf"
1723dependencies = [
1724 "proc-macro2",
1725 "quote",
1726 "syn",
1727]
1728
1729[[package]]
1730name = "jiff-tzdb"
1731version = "0.1.5"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "68971ebff725b9e2ca27a601c5eb38a4c5d64422c4cbab0c535f248087eda5c2"
1734
1735[[package]]
1736name = "jiff-tzdb-platform"
1737version = "0.1.3"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
1740dependencies = [
1741 "jiff-tzdb",
1742]
1743
1744[[package]]
1745name = "jobserver"
1746version = "0.1.34"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1749dependencies = [
1750 "getrandom",
1751 "libc",
1752]
1753
1754[[package]]
1755name = "js-sys"
1756version = "0.3.85"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
1759dependencies = [
1760 "once_cell",
1761 "wasm-bindgen",
1762]
1763
1764[[package]]
1765name = "lazy_static"
1766version = "1.5.0"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1769
1770[[package]]
1771name = "libc"
1772version = "0.2.180"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
1775
1776[[package]]
1777name = "libgit2-sys"
1778version = "0.18.3+1.9.2"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
1781dependencies = [
1782 "cc",
1783 "libc",
1784 "libz-sys",
1785 "pkg-config",
1786]
1787
1788[[package]]
1789name = "libm"
1790version = "0.2.16"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1793
1794[[package]]
1795name = "libmimalloc-sys"
1796version = "0.1.44"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
1799dependencies = [
1800 "cc",
1801 "libc",
1802]
1803
1804[[package]]
1805name = "libz-sys"
1806version = "1.1.23"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7"
1809dependencies = [
1810 "cc",
1811 "libc",
1812 "pkg-config",
1813 "vcpkg",
1814]
1815
1816[[package]]
1817name = "linked-hash-map"
1818version = "0.5.6"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1821
1822[[package]]
1823name = "linux-raw-sys"
1824version = "0.11.0"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1827
1828[[package]]
1829name = "litemap"
1830version = "0.8.1"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1833
1834[[package]]
1835name = "lock_api"
1836version = "0.4.14"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1839dependencies = [
1840 "scopeguard",
1841]
1842
1843[[package]]
1844name = "log"
1845version = "0.4.29"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1848
1849[[package]]
1850name = "logos"
1851version = "0.15.1"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "ff472f899b4ec2d99161c51f60ff7075eeb3097069a36050d8037a6325eb8154"
1854dependencies = [
1855 "logos-derive",
1856]
1857
1858[[package]]
1859name = "logos-codegen"
1860version = "0.15.1"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "192a3a2b90b0c05b27a0b2c43eecdb7c415e29243acc3f89cc8247a5b693045c"
1863dependencies = [
1864 "beef",
1865 "fnv",
1866 "lazy_static",
1867 "proc-macro2",
1868 "quote",
1869 "regex-syntax",
1870 "rustc_version",
1871 "syn",
1872]
1873
1874[[package]]
1875name = "logos-derive"
1876version = "0.15.1"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "605d9697bcd5ef3a42d38efc51541aa3d6a4a25f7ab6d1ed0da5ac632a26b470"
1879dependencies = [
1880 "logos-codegen",
1881]
1882
1883[[package]]
1884name = "matchers"
1885version = "0.2.0"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1888dependencies = [
1889 "regex-automata",
1890]
1891
1892[[package]]
1893name = "matchit"
1894version = "0.8.4"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1897
1898[[package]]
1899name = "memchr"
1900version = "2.8.0"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1903
1904[[package]]
1905name = "miette"
1906version = "7.6.0"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
1909dependencies = [
1910 "backtrace",
1911 "backtrace-ext",
1912 "cfg-if",
1913 "miette-derive",
1914 "owo-colors",
1915 "supports-color",
1916 "supports-hyperlinks",
1917 "supports-unicode",
1918 "terminal_size",
1919 "textwrap",
1920 "unicode-width 0.1.14",
1921]
1922
1923[[package]]
1924name = "miette-derive"
1925version = "7.6.0"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
1928dependencies = [
1929 "proc-macro2",
1930 "quote",
1931 "syn",
1932]
1933
1934[[package]]
1935name = "mimalloc"
1936version = "0.1.48"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
1939dependencies = [
1940 "libmimalloc-sys",
1941]
1942
1943[[package]]
1944name = "mime"
1945version = "0.3.17"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1948
1949[[package]]
1950name = "miniz_oxide"
1951version = "0.8.9"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1954dependencies = [
1955 "adler2",
1956 "simd-adler32",
1957]
1958
1959[[package]]
1960name = "mio"
1961version = "1.1.1"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1964dependencies = [
1965 "libc",
1966 "wasi",
1967 "windows-sys 0.61.2",
1968]
1969
1970[[package]]
1971name = "moka"
1972version = "0.12.13"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e"
1975dependencies = [
1976 "async-lock",
1977 "crossbeam-channel",
1978 "crossbeam-epoch",
1979 "crossbeam-utils",
1980 "equivalent",
1981 "event-listener",
1982 "futures-util",
1983 "parking_lot",
1984 "portable-atomic",
1985 "smallvec 1.15.1",
1986 "tagptr",
1987 "uuid",
1988]
1989
1990[[package]]
1991name = "nohash-hasher"
1992version = "0.2.0"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
1995
1996[[package]]
1997name = "nu-ansi-term"
1998version = "0.50.3"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2001dependencies = [
2002 "windows-sys 0.61.2",
2003]
2004
2005[[package]]
2006name = "num-conv"
2007version = "0.2.0"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
2010
2011[[package]]
2012name = "num-traits"
2013version = "0.2.19"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2016dependencies = [
2017 "autocfg",
2018]
2019
2020[[package]]
2021name = "object"
2022version = "0.37.3"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
2025dependencies = [
2026 "memchr",
2027]
2028
2029[[package]]
2030name = "once_cell"
2031version = "1.21.3"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2034
2035[[package]]
2036name = "once_cell_polyfill"
2037version = "1.70.2"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2040
2041[[package]]
2042name = "ordered-float"
2043version = "2.10.1"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2046dependencies = [
2047 "num-traits",
2048]
2049
2050[[package]]
2051name = "owo-colors"
2052version = "4.2.3"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
2055
2056[[package]]
2057name = "parking"
2058version = "2.2.1"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2061
2062[[package]]
2063name = "parking_lot"
2064version = "0.12.5"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2067dependencies = [
2068 "lock_api",
2069 "parking_lot_core",
2070]
2071
2072[[package]]
2073name = "parking_lot_core"
2074version = "0.9.12"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2077dependencies = [
2078 "cfg-if",
2079 "libc",
2080 "redox_syscall",
2081 "smallvec 1.15.1",
2082 "windows-link",
2083]
2084
2085[[package]]
2086name = "pear"
2087version = "0.2.9"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
2090dependencies = [
2091 "inlinable_string",
2092 "pear_codegen",
2093 "yansi",
2094]
2095
2096[[package]]
2097name = "pear_codegen"
2098version = "0.2.9"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
2101dependencies = [
2102 "proc-macro2",
2103 "proc-macro2-diagnostics",
2104 "quote",
2105 "syn",
2106]
2107
2108[[package]]
2109name = "percent-encoding"
2110version = "2.3.2"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2113
2114[[package]]
2115name = "phf"
2116version = "0.13.1"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
2119dependencies = [
2120 "phf_shared",
2121 "serde",
2122]
2123
2124[[package]]
2125name = "phf_codegen"
2126version = "0.13.1"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
2129dependencies = [
2130 "phf_generator",
2131 "phf_shared",
2132]
2133
2134[[package]]
2135name = "phf_generator"
2136version = "0.13.1"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
2139dependencies = [
2140 "fastrand",
2141 "phf_shared",
2142]
2143
2144[[package]]
2145name = "phf_shared"
2146version = "0.13.1"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
2149dependencies = [
2150 "siphasher",
2151]
2152
2153[[package]]
2154name = "pin-project"
2155version = "1.1.10"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2158dependencies = [
2159 "pin-project-internal",
2160]
2161
2162[[package]]
2163name = "pin-project-internal"
2164version = "1.1.10"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2167dependencies = [
2168 "proc-macro2",
2169 "quote",
2170 "syn",
2171]
2172
2173[[package]]
2174name = "pin-project-lite"
2175version = "0.2.16"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2178
2179[[package]]
2180name = "pin-utils"
2181version = "0.1.0"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2184
2185[[package]]
2186name = "pkg-config"
2187version = "0.3.32"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2190
2191[[package]]
2192name = "plist"
2193version = "1.8.0"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
2196dependencies = [
2197 "base64",
2198 "indexmap",
2199 "quick-xml",
2200 "serde",
2201 "time",
2202]
2203
2204[[package]]
2205name = "portable-atomic"
2206version = "1.13.1"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2209
2210[[package]]
2211name = "portable-atomic-util"
2212version = "0.2.5"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
2215dependencies = [
2216 "portable-atomic",
2217]
2218
2219[[package]]
2220name = "potential_utf"
2221version = "0.1.4"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2224dependencies = [
2225 "zerovec",
2226]
2227
2228[[package]]
2229name = "powerfmt"
2230version = "0.2.0"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2233
2234[[package]]
2235name = "proc-macro-error-attr2"
2236version = "2.0.0"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
2239dependencies = [
2240 "proc-macro2",
2241 "quote",
2242]
2243
2244[[package]]
2245name = "proc-macro-error2"
2246version = "2.0.1"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
2249dependencies = [
2250 "proc-macro-error-attr2",
2251 "proc-macro2",
2252 "quote",
2253 "syn",
2254]
2255
2256[[package]]
2257name = "proc-macro2"
2258version = "1.0.106"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2261dependencies = [
2262 "unicode-ident",
2263]
2264
2265[[package]]
2266name = "proc-macro2-diagnostics"
2267version = "0.10.1"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2270dependencies = [
2271 "proc-macro2",
2272 "quote",
2273 "syn",
2274 "version_check",
2275 "yansi",
2276]
2277
2278[[package]]
2279name = "prost"
2280version = "0.14.3"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
2283dependencies = [
2284 "bytes",
2285 "prost-derive",
2286]
2287
2288[[package]]
2289name = "prost-derive"
2290version = "0.14.3"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
2293dependencies = [
2294 "anyhow",
2295 "itertools",
2296 "proc-macro2",
2297 "quote",
2298 "syn",
2299]
2300
2301[[package]]
2302name = "prost-reflect"
2303version = "0.16.3"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "b89455ef41ed200cafc47c76c552ee7792370ac420497e551f16123a9135f76e"
2306dependencies = [
2307 "base64",
2308 "logos",
2309 "miette",
2310 "prost",
2311 "prost-reflect-derive",
2312 "prost-types",
2313 "serde",
2314 "serde-value",
2315]
2316
2317[[package]]
2318name = "prost-reflect-derive"
2319version = "0.16.0"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "7b6d90e29fa6c0d13c2c19ba5e4b3fb0efbf5975d27bcf4e260b7b15455bcabe"
2322dependencies = [
2323 "proc-macro2",
2324 "quote",
2325 "syn",
2326]
2327
2328[[package]]
2329name = "prost-types"
2330version = "0.14.3"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7"
2333dependencies = [
2334 "prost",
2335]
2336
2337[[package]]
2338name = "protox"
2339version = "0.9.1"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "4f25a07a73c6717f0b9bbbd685918f5df9815f7efba450b83d9c9dea41f0e3a1"
2342dependencies = [
2343 "bytes",
2344 "miette",
2345 "prost",
2346 "prost-reflect",
2347 "prost-types",
2348 "protox-parse",
2349 "thiserror 2.0.18",
2350]
2351
2352[[package]]
2353name = "protox-parse"
2354version = "0.9.0"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "072eee358134396a4643dff81cfff1c255c9fbd3fb296be14bdb6a26f9156366"
2357dependencies = [
2358 "logos",
2359 "miette",
2360 "prost-types",
2361 "thiserror 2.0.18",
2362]
2363
2364[[package]]
2365name = "quick-xml"
2366version = "0.38.4"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
2369dependencies = [
2370 "memchr",
2371]
2372
2373[[package]]
2374name = "quote"
2375version = "1.0.44"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
2378dependencies = [
2379 "proc-macro2",
2380]
2381
2382[[package]]
2383name = "r-efi"
2384version = "5.3.0"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2387
2388[[package]]
2389name = "redox_syscall"
2390version = "0.5.18"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2393dependencies = [
2394 "bitflags",
2395]
2396
2397[[package]]
2398name = "regex"
2399version = "1.12.3"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2402dependencies = [
2403 "aho-corasick",
2404 "memchr",
2405 "regex-automata",
2406 "regex-syntax",
2407]
2408
2409[[package]]
2410name = "regex-automata"
2411version = "0.4.14"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2414dependencies = [
2415 "aho-corasick",
2416 "memchr",
2417 "regex-syntax",
2418]
2419
2420[[package]]
2421name = "regex-lite"
2422version = "0.1.9"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
2425
2426[[package]]
2427name = "regex-syntax"
2428version = "0.8.9"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
2431
2432[[package]]
2433name = "ron"
2434version = "0.12.0"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "fd490c5b18261893f14449cbd28cb9c0b637aebf161cd77900bfdedaff21ec32"
2437dependencies = [
2438 "bitflags",
2439 "once_cell",
2440 "serde",
2441 "serde_derive",
2442 "typeid",
2443 "unicode-ident",
2444]
2445
2446[[package]]
2447name = "rustc-demangle"
2448version = "0.1.27"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
2451
2452[[package]]
2453name = "rustc-hash"
2454version = "2.1.1"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2457
2458[[package]]
2459name = "rustc_version"
2460version = "0.4.1"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2463dependencies = [
2464 "semver",
2465]
2466
2467[[package]]
2468name = "rustix"
2469version = "1.1.3"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
2472dependencies = [
2473 "bitflags",
2474 "errno",
2475 "libc",
2476 "linux-raw-sys",
2477 "windows-sys 0.61.2",
2478]
2479
2480[[package]]
2481name = "rustversion"
2482version = "1.0.22"
2483source = "registry+https://github.com/rust-lang/crates.io-index"
2484checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2485
2486[[package]]
2487name = "ryu"
2488version = "1.0.22"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
2491
2492[[package]]
2493name = "same-file"
2494version = "1.0.6"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2497dependencies = [
2498 "winapi-util",
2499]
2500
2501[[package]]
2502name = "saphyr-parser-bw"
2503version = "0.0.607"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "2f9bae8d059bf1ca32753cf3cdafbf5d391502de2fc2ca54510811fe9c100d90"
2506dependencies = [
2507 "arraydeque",
2508 "smallvec 2.0.0-alpha.12",
2509 "thiserror 2.0.18",
2510]
2511
2512[[package]]
2513name = "scopeguard"
2514version = "1.2.0"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2517
2518[[package]]
2519name = "semver"
2520version = "1.0.27"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2523
2524[[package]]
2525name = "serde"
2526version = "1.0.228"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2529dependencies = [
2530 "serde_core",
2531 "serde_derive",
2532]
2533
2534[[package]]
2535name = "serde-saphyr"
2536version = "0.0.17"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "bc14a55107113a16346915d7e3d78acc539a923458385db89670e22cac106d7a"
2539dependencies = [
2540 "ahash",
2541 "annotate-snippets",
2542 "base64",
2543 "encoding_rs_io",
2544 "figment",
2545 "garde",
2546 "getrandom",
2547 "miette",
2548 "nohash-hasher",
2549 "num-traits",
2550 "regex",
2551 "saphyr-parser-bw",
2552 "serde",
2553 "serde_json",
2554 "smallvec 2.0.0-alpha.12",
2555 "validator",
2556 "zmij",
2557]
2558
2559[[package]]
2560name = "serde-value"
2561version = "0.7.0"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
2564dependencies = [
2565 "ordered-float",
2566 "serde",
2567]
2568
2569[[package]]
2570name = "serde_bytes"
2571version = "0.11.19"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
2574dependencies = [
2575 "serde",
2576 "serde_core",
2577]
2578
2579[[package]]
2580name = "serde_core"
2581version = "1.0.228"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2584dependencies = [
2585 "serde_derive",
2586]
2587
2588[[package]]
2589name = "serde_derive"
2590version = "1.0.228"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2593dependencies = [
2594 "proc-macro2",
2595 "quote",
2596 "syn",
2597]
2598
2599[[package]]
2600name = "serde_json"
2601version = "1.0.149"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2604dependencies = [
2605 "indexmap",
2606 "itoa",
2607 "memchr",
2608 "serde",
2609 "serde_core",
2610 "zmij",
2611]
2612
2613[[package]]
2614name = "serde_path_to_error"
2615version = "0.1.20"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2618dependencies = [
2619 "itoa",
2620 "serde",
2621 "serde_core",
2622]
2623
2624[[package]]
2625name = "serde_qs"
2626version = "0.15.0"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "f3faaf9e727533a19351a43cc5a8de957372163c7d35cc48c90b75cdda13c352"
2629dependencies = [
2630 "percent-encoding",
2631 "serde",
2632 "thiserror 2.0.18",
2633]
2634
2635[[package]]
2636name = "serde_spanned"
2637version = "0.6.9"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2640dependencies = [
2641 "serde",
2642]
2643
2644[[package]]
2645name = "serde_urlencoded"
2646version = "0.7.1"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2649dependencies = [
2650 "form_urlencoded",
2651 "itoa",
2652 "ryu",
2653 "serde",
2654]
2655
2656[[package]]
2657name = "sha2"
2658version = "0.10.9"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2661dependencies = [
2662 "cfg-if",
2663 "cpufeatures",
2664 "digest",
2665]
2666
2667[[package]]
2668name = "sharded-slab"
2669version = "0.1.7"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2672dependencies = [
2673 "lazy_static",
2674]
2675
2676[[package]]
2677name = "shlex"
2678version = "1.3.0"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2681
2682[[package]]
2683name = "signal-hook-registry"
2684version = "1.4.8"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2687dependencies = [
2688 "errno",
2689 "libc",
2690]
2691
2692[[package]]
2693name = "simd-adler32"
2694version = "0.3.8"
2695source = "registry+https://github.com/rust-lang/crates.io-index"
2696checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
2697
2698[[package]]
2699name = "siphasher"
2700version = "1.0.2"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
2703
2704[[package]]
2705name = "slab"
2706version = "0.4.12"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2709
2710[[package]]
2711name = "smallbox"
2712version = "0.8.8"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "aca054fd9f8c2ebe8557a2433f307e038c0716124efd045daa0388afa5172189"
2715
2716[[package]]
2717name = "smallvec"
2718version = "1.15.1"
2719source = "registry+https://github.com/rust-lang/crates.io-index"
2720checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2721
2722[[package]]
2723name = "smallvec"
2724version = "2.0.0-alpha.12"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "ef784004ca8777809dcdad6ac37629f0a97caee4c685fcea805278d81dd8b857"
2727
2728[[package]]
2729name = "smol_str"
2730version = "0.3.5"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
2733dependencies = [
2734 "borsh",
2735 "serde_core",
2736]
2737
2738[[package]]
2739name = "socket2"
2740version = "0.6.2"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
2743dependencies = [
2744 "libc",
2745 "windows-sys 0.60.2",
2746]
2747
2748[[package]]
2749name = "stable_deref_trait"
2750version = "1.2.1"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2753
2754[[package]]
2755name = "static_assertions"
2756version = "1.1.0"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2759
2760[[package]]
2761name = "strsim"
2762version = "0.11.1"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2765
2766[[package]]
2767name = "supports-color"
2768version = "3.0.2"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
2771dependencies = [
2772 "is_ci",
2773]
2774
2775[[package]]
2776name = "supports-hyperlinks"
2777version = "3.2.0"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91"
2780
2781[[package]]
2782name = "supports-unicode"
2783version = "3.0.0"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
2786
2787[[package]]
2788name = "syn"
2789version = "2.0.114"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
2792dependencies = [
2793 "proc-macro2",
2794 "quote",
2795 "unicode-ident",
2796]
2797
2798[[package]]
2799name = "sync_wrapper"
2800version = "1.0.2"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2803
2804[[package]]
2805name = "synstructure"
2806version = "0.13.2"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2809dependencies = [
2810 "proc-macro2",
2811 "quote",
2812 "syn",
2813]
2814
2815[[package]]
2816name = "syntect"
2817version = "5.3.0"
2818source = "registry+https://github.com/rust-lang/crates.io-index"
2819checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925"
2820dependencies = [
2821 "bincode 1.3.3",
2822 "fancy-regex",
2823 "flate2",
2824 "fnv",
2825 "once_cell",
2826 "plist",
2827 "regex-syntax",
2828 "serde",
2829 "serde_derive",
2830 "serde_json",
2831 "thiserror 2.0.18",
2832 "walkdir",
2833 "yaml-rust",
2834]
2835
2836[[package]]
2837name = "tagptr"
2838version = "0.2.0"
2839source = "registry+https://github.com/rust-lang/crates.io-index"
2840checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2841
2842[[package]]
2843name = "terminal_size"
2844version = "0.4.3"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
2847dependencies = [
2848 "rustix",
2849 "windows-sys 0.60.2",
2850]
2851
2852[[package]]
2853name = "textwrap"
2854version = "0.16.2"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
2857dependencies = [
2858 "unicode-linebreak",
2859 "unicode-width 0.2.2",
2860]
2861
2862[[package]]
2863name = "thiserror"
2864version = "1.0.69"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2867dependencies = [
2868 "thiserror-impl 1.0.69",
2869]
2870
2871[[package]]
2872name = "thiserror"
2873version = "2.0.18"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2876dependencies = [
2877 "thiserror-impl 2.0.18",
2878]
2879
2880[[package]]
2881name = "thiserror-impl"
2882version = "1.0.69"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2885dependencies = [
2886 "proc-macro2",
2887 "quote",
2888 "syn",
2889]
2890
2891[[package]]
2892name = "thiserror-impl"
2893version = "2.0.18"
2894source = "registry+https://github.com/rust-lang/crates.io-index"
2895checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2896dependencies = [
2897 "proc-macro2",
2898 "quote",
2899 "syn",
2900]
2901
2902[[package]]
2903name = "thread_local"
2904version = "1.1.9"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2907dependencies = [
2908 "cfg-if",
2909]
2910
2911[[package]]
2912name = "time"
2913version = "0.3.47"
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2916dependencies = [
2917 "deranged",
2918 "itoa",
2919 "num-conv",
2920 "powerfmt",
2921 "serde_core",
2922 "time-core",
2923 "time-macros",
2924]
2925
2926[[package]]
2927name = "time-core"
2928version = "0.1.8"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2931
2932[[package]]
2933name = "time-macros"
2934version = "0.2.27"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
2937dependencies = [
2938 "num-conv",
2939 "time-core",
2940]
2941
2942[[package]]
2943name = "tinystr"
2944version = "0.8.2"
2945source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2947dependencies = [
2948 "displaydoc",
2949 "zerovec",
2950]
2951
2952[[package]]
2953name = "tinyvec"
2954version = "1.10.0"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2957dependencies = [
2958 "tinyvec_macros",
2959]
2960
2961[[package]]
2962name = "tinyvec_macros"
2963version = "0.1.1"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2966
2967[[package]]
2968name = "tokio"
2969version = "1.49.0"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
2972dependencies = [
2973 "libc",
2974 "mio",
2975 "pin-project-lite",
2976 "signal-hook-registry",
2977 "socket2",
2978 "tokio-macros",
2979 "windows-sys 0.61.2",
2980]
2981
2982[[package]]
2983name = "tokio-macros"
2984version = "2.6.0"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2987dependencies = [
2988 "proc-macro2",
2989 "quote",
2990 "syn",
2991]
2992
2993[[package]]
2994name = "toml"
2995version = "0.8.23"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
2998dependencies = [
2999 "serde",
3000 "serde_spanned",
3001 "toml_datetime",
3002 "toml_edit",
3003]
3004
3005[[package]]
3006name = "toml_datetime"
3007version = "0.6.11"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
3010dependencies = [
3011 "serde",
3012]
3013
3014[[package]]
3015name = "toml_edit"
3016version = "0.22.27"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
3019dependencies = [
3020 "indexmap",
3021 "serde",
3022 "serde_spanned",
3023 "toml_datetime",
3024 "toml_write",
3025 "winnow",
3026]
3027
3028[[package]]
3029name = "toml_write"
3030version = "0.1.2"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
3033
3034[[package]]
3035name = "tower"
3036version = "0.5.3"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3039dependencies = [
3040 "futures-core",
3041 "futures-util",
3042 "pin-project-lite",
3043 "sync_wrapper",
3044 "tokio",
3045 "tower-layer",
3046 "tower-service",
3047 "tracing",
3048]
3049
3050[[package]]
3051name = "tower-helmet"
3052version = "0.3.0"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "fa76b2c088863640880cfda043346286c08b59a393259227d07010839be77ccc"
3055dependencies = [
3056 "futures",
3057 "http 1.4.0",
3058 "lazy_static",
3059 "pin-project-lite",
3060 "tower-layer",
3061 "tower-service",
3062]
3063
3064[[package]]
3065name = "tower-http"
3066version = "0.6.8"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
3069dependencies = [
3070 "bitflags",
3071 "bytes",
3072 "http 1.4.0",
3073 "http-body",
3074 "pin-project-lite",
3075 "tokio",
3076 "tower-layer",
3077 "tower-service",
3078 "tracing",
3079]
3080
3081[[package]]
3082name = "tower-layer"
3083version = "0.3.3"
3084source = "registry+https://github.com/rust-lang/crates.io-index"
3085checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3086
3087[[package]]
3088name = "tower-service"
3089version = "0.3.3"
3090source = "registry+https://github.com/rust-lang/crates.io-index"
3091checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3092
3093[[package]]
3094name = "tracing"
3095version = "0.1.44"
3096source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3098dependencies = [
3099 "log",
3100 "pin-project-lite",
3101 "tracing-attributes",
3102 "tracing-core",
3103]
3104
3105[[package]]
3106name = "tracing-attributes"
3107version = "0.1.31"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3110dependencies = [
3111 "proc-macro2",
3112 "quote",
3113 "syn",
3114]
3115
3116[[package]]
3117name = "tracing-core"
3118version = "0.1.36"
3119source = "registry+https://github.com/rust-lang/crates.io-index"
3120checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3121dependencies = [
3122 "once_cell",
3123 "valuable",
3124]
3125
3126[[package]]
3127name = "tracing-error"
3128version = "0.2.1"
3129source = "registry+https://github.com/rust-lang/crates.io-index"
3130checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db"
3131dependencies = [
3132 "tracing",
3133 "tracing-subscriber",
3134]
3135
3136[[package]]
3137name = "tracing-futures"
3138version = "0.2.5"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
3141dependencies = [
3142 "pin-project",
3143 "tracing",
3144]
3145
3146[[package]]
3147name = "tracing-log"
3148version = "0.2.0"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3151dependencies = [
3152 "log",
3153 "once_cell",
3154 "tracing-core",
3155]
3156
3157[[package]]
3158name = "tracing-subscriber"
3159version = "0.3.22"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
3162dependencies = [
3163 "matchers",
3164 "nu-ansi-term",
3165 "once_cell",
3166 "regex-automata",
3167 "sharded-slab",
3168 "smallvec 1.15.1",
3169 "thread_local",
3170 "tracing",
3171 "tracing-core",
3172 "tracing-log",
3173]
3174
3175[[package]]
3176name = "two-face"
3177version = "0.5.1"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "b285c51f8a6ade109ed4566d33ac4fb289fb5d6cf87ed70908a5eaf65e948e34"
3180dependencies = [
3181 "serde",
3182 "serde_derive",
3183 "syntect",
3184]
3185
3186[[package]]
3187name = "typed-arena"
3188version = "2.0.2"
3189source = "registry+https://github.com/rust-lang/crates.io-index"
3190checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
3191
3192[[package]]
3193name = "typeid"
3194version = "1.0.3"
3195source = "registry+https://github.com/rust-lang/crates.io-index"
3196checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
3197
3198[[package]]
3199name = "typenum"
3200version = "1.19.0"
3201source = "registry+https://github.com/rust-lang/crates.io-index"
3202checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3203
3204[[package]]
3205name = "uncased"
3206version = "0.9.10"
3207source = "registry+https://github.com/rust-lang/crates.io-index"
3208checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
3209dependencies = [
3210 "version_check",
3211]
3212
3213[[package]]
3214name = "unicode-ident"
3215version = "1.0.22"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
3218
3219[[package]]
3220name = "unicode-linebreak"
3221version = "0.1.5"
3222source = "registry+https://github.com/rust-lang/crates.io-index"
3223checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
3224
3225[[package]]
3226name = "unicode-normalization"
3227version = "0.1.25"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
3230dependencies = [
3231 "tinyvec",
3232]
3233
3234[[package]]
3235name = "unicode-width"
3236version = "0.1.14"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3239
3240[[package]]
3241name = "unicode-width"
3242version = "0.2.2"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3245
3246[[package]]
3247name = "unicode_categories"
3248version = "0.1.1"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
3251
3252[[package]]
3253name = "unty"
3254version = "0.0.4"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
3257
3258[[package]]
3259name = "url"
3260version = "2.5.8"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3263dependencies = [
3264 "form_urlencoded",
3265 "idna",
3266 "percent-encoding",
3267 "serde",
3268]
3269
3270[[package]]
3271name = "urlencoding"
3272version = "2.1.3"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3275
3276[[package]]
3277name = "utf8_iter"
3278version = "1.0.4"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3281
3282[[package]]
3283name = "utf8parse"
3284version = "0.2.2"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3287
3288[[package]]
3289name = "uuid"
3290version = "1.20.0"
3291source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
3293dependencies = [
3294 "getrandom",
3295 "js-sys",
3296 "wasm-bindgen",
3297]
3298
3299[[package]]
3300name = "validator"
3301version = "0.20.0"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "43fb22e1a008ece370ce08a3e9e4447a910e92621bb49b85d6e48a45397e7cfa"
3304dependencies = [
3305 "idna",
3306 "once_cell",
3307 "regex",
3308 "serde",
3309 "serde_derive",
3310 "serde_json",
3311 "url",
3312 "validator_derive",
3313]
3314
3315[[package]]
3316name = "validator_derive"
3317version = "0.20.0"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "b7df16e474ef958526d1205f6dda359fdfab79d9aa6d54bafcb92dcd07673dca"
3320dependencies = [
3321 "darling",
3322 "once_cell",
3323 "proc-macro-error2",
3324 "proc-macro2",
3325 "quote",
3326 "syn",
3327]
3328
3329[[package]]
3330name = "valuable"
3331version = "0.1.1"
3332source = "registry+https://github.com/rust-lang/crates.io-index"
3333checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3334
3335[[package]]
3336name = "vcpkg"
3337version = "0.2.15"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3340
3341[[package]]
3342name = "version_check"
3343version = "0.9.5"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3346
3347[[package]]
3348name = "virtue"
3349version = "0.0.18"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
3352
3353[[package]]
3354name = "walkdir"
3355version = "2.5.0"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3358dependencies = [
3359 "same-file",
3360 "winapi-util",
3361]
3362
3363[[package]]
3364name = "wasi"
3365version = "0.11.1+wasi-snapshot-preview1"
3366source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3368
3369[[package]]
3370name = "wasip2"
3371version = "1.0.2+wasi-0.2.9"
3372source = "registry+https://github.com/rust-lang/crates.io-index"
3373checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
3374dependencies = [
3375 "wit-bindgen",
3376]
3377
3378[[package]]
3379name = "wasm-bindgen"
3380version = "0.2.108"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
3383dependencies = [
3384 "cfg-if",
3385 "once_cell",
3386 "rustversion",
3387 "wasm-bindgen-macro",
3388 "wasm-bindgen-shared",
3389]
3390
3391[[package]]
3392name = "wasm-bindgen-macro"
3393version = "0.2.108"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
3396dependencies = [
3397 "quote",
3398 "wasm-bindgen-macro-support",
3399]
3400
3401[[package]]
3402name = "wasm-bindgen-macro-support"
3403version = "0.2.108"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
3406dependencies = [
3407 "bumpalo",
3408 "proc-macro2",
3409 "quote",
3410 "syn",
3411 "wasm-bindgen-shared",
3412]
3413
3414[[package]]
3415name = "wasm-bindgen-shared"
3416version = "0.2.108"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
3419dependencies = [
3420 "unicode-ident",
3421]
3422
3423[[package]]
3424name = "web-time"
3425version = "1.1.0"
3426source = "registry+https://github.com/rust-lang/crates.io-index"
3427checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3428dependencies = [
3429 "js-sys",
3430 "wasm-bindgen",
3431]
3432
3433[[package]]
3434name = "winapi-util"
3435version = "0.1.11"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3438dependencies = [
3439 "windows-sys 0.61.2",
3440]
3441
3442[[package]]
3443name = "windows-core"
3444version = "0.62.2"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3447dependencies = [
3448 "windows-implement",
3449 "windows-interface",
3450 "windows-link",
3451 "windows-result",
3452 "windows-strings",
3453]
3454
3455[[package]]
3456name = "windows-implement"
3457version = "0.60.2"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3460dependencies = [
3461 "proc-macro2",
3462 "quote",
3463 "syn",
3464]
3465
3466[[package]]
3467name = "windows-interface"
3468version = "0.59.3"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3471dependencies = [
3472 "proc-macro2",
3473 "quote",
3474 "syn",
3475]
3476
3477[[package]]
3478name = "windows-link"
3479version = "0.2.1"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3482
3483[[package]]
3484name = "windows-result"
3485version = "0.4.1"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3488dependencies = [
3489 "windows-link",
3490]
3491
3492[[package]]
3493name = "windows-strings"
3494version = "0.5.1"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3497dependencies = [
3498 "windows-link",
3499]
3500
3501[[package]]
3502name = "windows-sys"
3503version = "0.60.2"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3506dependencies = [
3507 "windows-targets",
3508]
3509
3510[[package]]
3511name = "windows-sys"
3512version = "0.61.2"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3515dependencies = [
3516 "windows-link",
3517]
3518
3519[[package]]
3520name = "windows-targets"
3521version = "0.53.5"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3524dependencies = [
3525 "windows-link",
3526 "windows_aarch64_gnullvm",
3527 "windows_aarch64_msvc",
3528 "windows_i686_gnu",
3529 "windows_i686_gnullvm",
3530 "windows_i686_msvc",
3531 "windows_x86_64_gnu",
3532 "windows_x86_64_gnullvm",
3533 "windows_x86_64_msvc",
3534]
3535
3536[[package]]
3537name = "windows_aarch64_gnullvm"
3538version = "0.53.1"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3541
3542[[package]]
3543name = "windows_aarch64_msvc"
3544version = "0.53.1"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3547
3548[[package]]
3549name = "windows_i686_gnu"
3550version = "0.53.1"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3553
3554[[package]]
3555name = "windows_i686_gnullvm"
3556version = "0.53.1"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3559
3560[[package]]
3561name = "windows_i686_msvc"
3562version = "0.53.1"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3565
3566[[package]]
3567name = "windows_x86_64_gnu"
3568version = "0.53.1"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3571
3572[[package]]
3573name = "windows_x86_64_gnullvm"
3574version = "0.53.1"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3577
3578[[package]]
3579name = "windows_x86_64_msvc"
3580version = "0.53.1"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3583
3584[[package]]
3585name = "winnow"
3586version = "0.7.14"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
3589dependencies = [
3590 "memchr",
3591]
3592
3593[[package]]
3594name = "wit-bindgen"
3595version = "0.51.0"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3598
3599[[package]]
3600name = "writeable"
3601version = "0.6.2"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3604
3605[[package]]
3606name = "yaml-rust"
3607version = "0.4.5"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
3610dependencies = [
3611 "linked-hash-map",
3612]
3613
3614[[package]]
3615name = "yansi"
3616version = "1.0.1"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
3619
3620[[package]]
3621name = "yoke"
3622version = "0.8.1"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3625dependencies = [
3626 "stable_deref_trait",
3627 "yoke-derive",
3628 "zerofrom",
3629]
3630
3631[[package]]
3632name = "yoke-derive"
3633version = "0.8.1"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3636dependencies = [
3637 "proc-macro2",
3638 "quote",
3639 "syn",
3640 "synstructure",
3641]
3642
3643[[package]]
3644name = "zerocopy"
3645version = "0.8.39"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
3648dependencies = [
3649 "zerocopy-derive",
3650]
3651
3652[[package]]
3653name = "zerocopy-derive"
3654version = "0.8.39"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
3657dependencies = [
3658 "proc-macro2",
3659 "quote",
3660 "syn",
3661]
3662
3663[[package]]
3664name = "zerofrom"
3665version = "0.1.6"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3668dependencies = [
3669 "zerofrom-derive",
3670]
3671
3672[[package]]
3673name = "zerofrom-derive"
3674version = "0.1.6"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3677dependencies = [
3678 "proc-macro2",
3679 "quote",
3680 "syn",
3681 "synstructure",
3682]
3683
3684[[package]]
3685name = "zerotrie"
3686version = "0.2.3"
3687source = "registry+https://github.com/rust-lang/crates.io-index"
3688checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3689dependencies = [
3690 "displaydoc",
3691 "yoke",
3692 "zerofrom",
3693]
3694
3695[[package]]
3696name = "zerovec"
3697version = "0.11.5"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3700dependencies = [
3701 "yoke",
3702 "zerofrom",
3703 "zerovec-derive",
3704]
3705
3706[[package]]
3707name = "zerovec-derive"
3708version = "0.11.2"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3711dependencies = [
3712 "proc-macro2",
3713 "quote",
3714 "syn",
3715]
3716
3717[[package]]
3718name = "zmij"
3719version = "1.0.19"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445"
3722