Parent [>]
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "aho-corasick"
13version = "1.1.4"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16dependencies = [
17 "memchr",
18]
19
20[[package]]
21name = "allocator-api2"
22version = "0.2.21"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
25
26[[package]]
27name = "anstream"
28version = "1.0.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
31dependencies = [
32 "anstyle",
33 "anstyle-parse",
34 "anstyle-query",
35 "anstyle-wincon",
36 "colorchoice",
37 "is_terminal_polyfill",
38 "utf8parse",
39]
40
41[[package]]
42name = "anstyle"
43version = "1.0.14"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
46
47[[package]]
48name = "anstyle-parse"
49version = "1.0.0"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
52dependencies = [
53 "utf8parse",
54]
55
56[[package]]
57name = "anstyle-query"
58version = "1.1.5"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
61dependencies = [
62 "windows-sys",
63]
64
65[[package]]
66name = "anstyle-wincon"
67version = "3.0.11"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
70dependencies = [
71 "anstyle",
72 "once_cell_polyfill",
73 "windows-sys",
74]
75
76[[package]]
77name = "anyhow"
78version = "1.0.102"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
81
82[[package]]
83name = "arc-swap"
84version = "1.9.1"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
87dependencies = [
88 "rustversion",
89]
90
91[[package]]
92name = "arrayvec"
93version = "0.7.6"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
96
97[[package]]
98name = "askama"
99version = "0.15.6"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "9b8246bcbf8eb97abef10c2d92166449680d41d55c0fc6978a91dec2e3619608"
102dependencies = [
103 "askama_macros",
104 "itoa",
105 "percent-encoding",
106 "serde",
107 "serde_json",
108]
109
110[[package]]
111name = "askama_derive"
112version = "0.15.6"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "2f9670bc84a28bb3da91821ef74226949ab63f1265aff7c751634f1dd0e6f97c"
115dependencies = [
116 "askama_parser",
117 "basic-toml",
118 "memchr",
119 "proc-macro2",
120 "quote",
121 "rustc-hash",
122 "serde",
123 "serde_derive",
124 "syn",
125]
126
127[[package]]
128name = "askama_macros"
129version = "0.15.6"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "f0756b45480437dded0565dfc568af62ccce146fb6cfe902e808ba86e445f44f"
132dependencies = [
133 "askama_derive",
134]
135
136[[package]]
137name = "askama_parser"
138version = "0.15.6"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "5d0af3691ba3af77949c0b5a3925444b85cb58a0184cc7fec16c68ba2e7be868"
141dependencies = [
142 "rustc-hash",
143 "serde",
144 "serde_derive",
145 "unicode-ident",
146 "winnow 1.0.1",
147]
148
149[[package]]
150name = "askama_web"
151version = "0.15.2"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "7eb6d818ce4fb74822f2676eb0047daf25a8b2cb88f0c9fe8ca690170a6cb6cd"
154dependencies = [
155 "askama",
156 "askama_web_derive",
157 "axum-core",
158 "bytes",
159 "http",
160]
161
162[[package]]
163name = "askama_web_derive"
164version = "0.2.0"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "9767c17d33a63daf6da5872ffaf2ab0c289cd73ce7ed4f41d5ddf9149c004873"
167dependencies = [
168 "proc-macro2",
169 "quote",
170 "syn",
171]
172
173[[package]]
174name = "atomic-waker"
175version = "1.1.2"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
178
179[[package]]
180name = "axum"
181version = "0.8.9"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
184dependencies = [
185 "axum-core",
186 "bytes",
187 "form_urlencoded",
188 "futures-util",
189 "http",
190 "http-body",
191 "http-body-util",
192 "hyper",
193 "hyper-util",
194 "itoa",
195 "matchit",
196 "memchr",
197 "mime",
198 "percent-encoding",
199 "pin-project-lite",
200 "serde_core",
201 "serde_json",
202 "serde_path_to_error",
203 "serde_urlencoded",
204 "sync_wrapper",
205 "tokio",
206 "tower",
207 "tower-layer",
208 "tower-service",
209 "tracing",
210]
211
212[[package]]
213name = "axum-core"
214version = "0.5.6"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
217dependencies = [
218 "bytes",
219 "futures-core",
220 "http",
221 "http-body",
222 "http-body-util",
223 "mime",
224 "pin-project-lite",
225 "sync_wrapper",
226 "tower-layer",
227 "tower-service",
228 "tracing",
229]
230
231[[package]]
232name = "basic-toml"
233version = "0.1.10"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
236dependencies = [
237 "serde",
238]
239
240[[package]]
241name = "bincode"
242version = "1.3.3"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
245dependencies = [
246 "serde",
247]
248
249[[package]]
250name = "bit-set"
251version = "0.8.0"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
254dependencies = [
255 "bit-vec",
256]
257
258[[package]]
259name = "bit-vec"
260version = "0.8.0"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
263
264[[package]]
265name = "bitflags"
266version = "2.11.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
269
270[[package]]
271name = "block-buffer"
272version = "0.10.4"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
275dependencies = [
276 "generic-array",
277]
278
279[[package]]
280name = "bstr"
281version = "1.12.1"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
284dependencies = [
285 "memchr",
286 "regex-automata",
287 "serde",
288]
289
290[[package]]
291name = "byteorder"
292version = "1.5.0"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
295
296[[package]]
297name = "bytes"
298version = "1.11.1"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
301
302[[package]]
303name = "bytesize"
304version = "2.3.1"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3"
307
308[[package]]
309name = "cfg-if"
310version = "1.0.4"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
313
314[[package]]
315name = "clap"
316version = "4.6.1"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
319dependencies = [
320 "clap_builder",
321 "clap_derive",
322]
323
324[[package]]
325name = "clap_builder"
326version = "4.6.0"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
329dependencies = [
330 "anstream",
331 "anstyle",
332 "clap_lex",
333 "strsim",
334]
335
336[[package]]
337name = "clap_derive"
338version = "4.6.1"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
341dependencies = [
342 "heck",
343 "proc-macro2",
344 "quote",
345 "syn",
346]
347
348[[package]]
349name = "clap_lex"
350version = "1.1.0"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
353
354[[package]]
355name = "clru"
356version = "0.6.3"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5"
359dependencies = [
360 "hashbrown 0.16.1",
361]
362
363[[package]]
364name = "colorchoice"
365version = "1.0.5"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
368
369[[package]]
370name = "cpufeatures"
371version = "0.2.17"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
374dependencies = [
375 "libc",
376]
377
378[[package]]
379name = "crc32fast"
380version = "1.5.0"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
383dependencies = [
384 "cfg-if",
385]
386
387[[package]]
388name = "crossbeam-channel"
389version = "0.5.15"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
392dependencies = [
393 "crossbeam-utils",
394]
395
396[[package]]
397name = "crossbeam-utils"
398version = "0.8.21"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
401
402[[package]]
403name = "crypto-common"
404version = "0.1.7"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
407dependencies = [
408 "generic-array",
409 "typenum",
410]
411
412[[package]]
413name = "dashmap"
414version = "6.1.0"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
417dependencies = [
418 "cfg-if",
419 "crossbeam-utils",
420 "hashbrown 0.14.5",
421 "lock_api",
422 "once_cell",
423 "parking_lot_core",
424]
425
426[[package]]
427name = "digest"
428version = "0.10.7"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
431dependencies = [
432 "block-buffer",
433 "crypto-common",
434]
435
436[[package]]
437name = "dunce"
438version = "1.0.5"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
441
442[[package]]
443name = "encoding_rs"
444version = "0.8.35"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
447dependencies = [
448 "cfg-if",
449]
450
451[[package]]
452name = "equivalent"
453version = "1.0.2"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
456
457[[package]]
458name = "errno"
459version = "0.3.14"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
462dependencies = [
463 "libc",
464 "windows-sys",
465]
466
467[[package]]
468name = "fancy-regex"
469version = "0.16.2"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
472dependencies = [
473 "bit-set",
474 "regex-automata",
475 "regex-syntax",
476]
477
478[[package]]
479name = "faster-hex"
480version = "0.10.0"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
483dependencies = [
484 "heapless",
485 "serde",
486]
487
488[[package]]
489name = "fastrand"
490version = "2.4.1"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
493
494[[package]]
495name = "filetime"
496version = "0.2.27"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db"
499dependencies = [
500 "cfg-if",
501 "libc",
502 "libredox",
503]
504
505[[package]]
506name = "flate2"
507version = "1.1.9"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
510dependencies = [
511 "crc32fast",
512 "miniz_oxide",
513]
514
515[[package]]
516name = "fnv"
517version = "1.0.7"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
520
521[[package]]
522name = "foldhash"
523version = "0.1.5"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
526
527[[package]]
528name = "foldhash"
529version = "0.2.0"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
532
533[[package]]
534name = "form_urlencoded"
535version = "1.2.2"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
538dependencies = [
539 "percent-encoding",
540]
541
542[[package]]
543name = "futures-channel"
544version = "0.3.32"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
547dependencies = [
548 "futures-core",
549]
550
551[[package]]
552name = "futures-core"
553version = "0.3.32"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
556
557[[package]]
558name = "futures-task"
559version = "0.3.32"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
562
563[[package]]
564name = "futures-util"
565version = "0.3.32"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
568dependencies = [
569 "futures-core",
570 "futures-task",
571 "pin-project-lite",
572 "slab",
573]
574
575[[package]]
576name = "generic-array"
577version = "0.14.7"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
580dependencies = [
581 "typenum",
582 "version_check",
583]
584
585[[package]]
586name = "getopts"
587version = "0.2.24"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
590dependencies = [
591 "unicode-width",
592]
593
594[[package]]
595name = "getrandom"
596version = "0.4.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
599dependencies = [
600 "cfg-if",
601 "libc",
602 "r-efi",
603 "wasip2",
604 "wasip3",
605]
606
607[[package]]
608name = "gix"
609version = "0.81.0"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "0473c64d9ccbcfb9953a133b47c8b9a335b87ac6c52b983ee4b03d49000b0f3f"
612dependencies = [
613 "gix-actor",
614 "gix-archive",
615 "gix-attributes",
616 "gix-blame",
617 "gix-command",
618 "gix-commitgraph",
619 "gix-config",
620 "gix-credentials",
621 "gix-date",
622 "gix-diff",
623 "gix-dir",
624 "gix-discover",
625 "gix-error",
626 "gix-features",
627 "gix-filter",
628 "gix-fs",
629 "gix-glob",
630 "gix-hash",
631 "gix-hashtable",
632 "gix-ignore",
633 "gix-index",
634 "gix-lock",
635 "gix-mailmap",
636 "gix-merge",
637 "gix-negotiate",
638 "gix-object",
639 "gix-odb",
640 "gix-pack",
641 "gix-path",
642 "gix-pathspec",
643 "gix-prompt",
644 "gix-protocol",
645 "gix-ref",
646 "gix-refspec",
647 "gix-revision",
648 "gix-revwalk",
649 "gix-sec",
650 "gix-shallow",
651 "gix-status",
652 "gix-submodule",
653 "gix-tempfile",
654 "gix-trace",
655 "gix-traverse",
656 "gix-url",
657 "gix-utils",
658 "gix-validate",
659 "gix-worktree",
660 "gix-worktree-state",
661 "gix-worktree-stream",
662 "nonempty",
663 "parking_lot",
664 "regex",
665 "signal-hook",
666 "smallvec",
667 "thiserror",
668]
669
670[[package]]
671name = "gix-actor"
672version = "0.40.0"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "0e5e5b518339d5e6718af108fd064d4e9ba33caf728cf487352873d76411df35"
675dependencies = [
676 "bstr",
677 "gix-date",
678 "gix-error",
679 "winnow 0.7.15",
680]
681
682[[package]]
683name = "gix-archive"
684version = "0.30.0"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "651c99be11aac9b303483193ae50b45eb6e094da4f5ed797019b03948f51aad6"
687dependencies = [
688 "bstr",
689 "gix-date",
690 "gix-error",
691 "gix-object",
692 "gix-worktree-stream",
693]
694
695[[package]]
696name = "gix-attributes"
697version = "0.31.0"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "c233d6eaa098c0ca5ce03236fd7a96e27f1abe72fad74b46003fbd11fe49563c"
700dependencies = [
701 "bstr",
702 "gix-glob",
703 "gix-path",
704 "gix-quote",
705 "gix-trace",
706 "kstring",
707 "smallvec",
708 "thiserror",
709 "unicode-bom",
710]
711
712[[package]]
713name = "gix-bitmap"
714version = "0.3.0"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "e7add20f40d060db8c9b1314d499bac6ed7480f33eb113ce3e1cf5d6ff85d989"
717dependencies = [
718 "gix-error",
719]
720
721[[package]]
722name = "gix-blame"
723version = "0.11.0"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "c77aaf9f7348f4da3ebfbfbbc35fa0d07155d98377856198dde6f695fd648705"
726dependencies = [
727 "gix-commitgraph",
728 "gix-date",
729 "gix-diff",
730 "gix-error",
731 "gix-hash",
732 "gix-object",
733 "gix-revwalk",
734 "gix-trace",
735 "gix-traverse",
736 "gix-worktree",
737 "smallvec",
738 "thiserror",
739]
740
741[[package]]
742name = "gix-chunk"
743version = "0.7.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "1096b6608fbe5d27fb4984e20f992b4e76fb8c613f6acb87d07c5831b53a6959"
746dependencies = [
747 "gix-error",
748]
749
750[[package]]
751name = "gix-command"
752version = "0.8.0"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "b849c65a609f50d02f8a2774fe371650b3384a743c79c2a070ce0da49b7fb7da"
755dependencies = [
756 "bstr",
757 "gix-path",
758 "gix-quote",
759 "gix-trace",
760 "shell-words",
761]
762
763[[package]]
764name = "gix-commitgraph"
765version = "0.35.0"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "3196655fd1443f3c58a48c114aa480be3e4e87b393d7292daaa0d543862eb445"
768dependencies = [
769 "bstr",
770 "gix-chunk",
771 "gix-error",
772 "gix-hash",
773 "memmap2",
774 "nonempty",
775]
776
777[[package]]
778name = "gix-config"
779version = "0.54.0"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "08939b4c4ed7a663d0e64be9e1e9bdf23a1fb4fcee1febdf449f12229542e50d"
782dependencies = [
783 "bstr",
784 "gix-config-value",
785 "gix-features",
786 "gix-glob",
787 "gix-path",
788 "gix-ref",
789 "gix-sec",
790 "memchr",
791 "smallvec",
792 "thiserror",
793 "unicode-bom",
794 "winnow 0.7.15",
795]
796
797[[package]]
798name = "gix-config-value"
799version = "0.17.1"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "441a300bc3645a1f45cba495b9175f90f47256ce43f2ee161da0031e3ac77c92"
802dependencies = [
803 "bitflags",
804 "bstr",
805 "gix-path",
806 "libc",
807 "thiserror",
808]
809
810[[package]]
811name = "gix-credentials"
812version = "0.37.1"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "38b2a34b8715e3bbd514f3d1705f5d51c4b250e5bfe506b9fb60b133c85c93d9"
815dependencies = [
816 "bstr",
817 "gix-command",
818 "gix-config-value",
819 "gix-date",
820 "gix-path",
821 "gix-prompt",
822 "gix-sec",
823 "gix-trace",
824 "gix-url",
825 "thiserror",
826]
827
828[[package]]
829name = "gix-date"
830version = "0.15.1"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "39acf819aa9fee65e4838a2eec5cb2506e47ebb89e02a5ab9918196e491571ea"
833dependencies = [
834 "bstr",
835 "gix-error",
836 "itoa",
837 "jiff",
838 "smallvec",
839]
840
841[[package]]
842name = "gix-diff"
843version = "0.61.0"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "88f3b3475e5d3877d7c30c40827cc2441936ce890efc226e5ba4afe3a7ae33f0"
846dependencies = [
847 "bstr",
848 "gix-attributes",
849 "gix-command",
850 "gix-filter",
851 "gix-fs",
852 "gix-hash",
853 "gix-index",
854 "gix-object",
855 "gix-path",
856 "gix-pathspec",
857 "gix-tempfile",
858 "gix-trace",
859 "gix-traverse",
860 "gix-worktree",
861 "imara-diff 0.1.8",
862 "imara-diff 0.2.0",
863 "thiserror",
864]
865
866[[package]]
867name = "gix-dir"
868version = "0.23.0"
869source = "registry+https://github.com/rust-lang/crates.io-index"
870checksum = "5da4604a360988f0ba8efe6f90093ca5a844f4a7f8e1a3dcda501ec44e600ea9"
871dependencies = [
872 "bstr",
873 "gix-discover",
874 "gix-fs",
875 "gix-ignore",
876 "gix-index",
877 "gix-object",
878 "gix-path",
879 "gix-pathspec",
880 "gix-trace",
881 "gix-utils",
882 "gix-worktree",
883 "thiserror",
884]
885
886[[package]]
887name = "gix-discover"
888version = "0.49.0"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "c65bd3330fe0cb9d40d875bf862fd5e8ad6fa4164ddbc4842fbeb889c3f0b2c6"
891dependencies = [
892 "bstr",
893 "dunce",
894 "gix-fs",
895 "gix-path",
896 "gix-ref",
897 "gix-sec",
898 "thiserror",
899]
900
901[[package]]
902name = "gix-error"
903version = "0.2.1"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "2e86d01da904d4a9265def43bd42a18c5e6dc7000a73af512946ba14579c9fbd"
906dependencies = [
907 "bstr",
908]
909
910[[package]]
911name = "gix-features"
912version = "0.46.2"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "752493cd4b1d5eaaa0138a7493f65c96863fefa990fc021e0e519579e389ab20"
915dependencies = [
916 "bytes",
917 "bytesize",
918 "crc32fast",
919 "crossbeam-channel",
920 "gix-path",
921 "gix-trace",
922 "gix-utils",
923 "libc",
924 "once_cell",
925 "parking_lot",
926 "prodash",
927 "thiserror",
928 "walkdir",
929 "zlib-rs",
930]
931
932[[package]]
933name = "gix-filter"
934version = "0.28.0"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "d37598282a6566da6fb52667570c7fe0aedcb122ac886724a9e62a2180523e35"
937dependencies = [
938 "bstr",
939 "encoding_rs",
940 "gix-attributes",
941 "gix-command",
942 "gix-hash",
943 "gix-object",
944 "gix-packetline",
945 "gix-path",
946 "gix-quote",
947 "gix-trace",
948 "gix-utils",
949 "smallvec",
950 "thiserror",
951]
952
953[[package]]
954name = "gix-fs"
955version = "0.19.2"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "a964b4aec683eb0bacb87533defa80805bb4768056371a47ab38b00a2d377b72"
958dependencies = [
959 "bstr",
960 "fastrand",
961 "gix-features",
962 "gix-path",
963 "gix-utils",
964 "thiserror",
965]
966
967[[package]]
968name = "gix-glob"
969version = "0.24.0"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "b03e6cd88cc0dc1eafa1fddac0fb719e4e74b6ea58dd016e71125fde4a326bee"
972dependencies = [
973 "bitflags",
974 "bstr",
975 "gix-features",
976 "gix-path",
977]
978
979[[package]]
980name = "gix-hash"
981version = "0.23.0"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "0fb896a02d9ab96fa518475a5f30ad3952010f801a8de5840f633f4a6b985dfb"
984dependencies = [
985 "faster-hex",
986 "gix-features",
987 "sha1-checked",
988 "thiserror",
989]
990
991[[package]]
992name = "gix-hashtable"
993version = "0.13.0"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "2664216fc5e89b51e756a4a3ac676315602ce2dac07acf1da959a22038d69b33"
996dependencies = [
997 "gix-hash",
998 "hashbrown 0.16.1",
999 "parking_lot",
1000]
1001
1002[[package]]
1003name = "gix-ignore"
1004version = "0.19.1"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "09f915dcf6911e3027537166d34e13f0fe101ed12225178d2ae29cd1272cff26"
1007dependencies = [
1008 "bstr",
1009 "gix-glob",
1010 "gix-path",
1011 "gix-trace",
1012 "unicode-bom",
1013]
1014
1015[[package]]
1016name = "gix-index"
1017version = "0.49.0"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "1bae54ab14e4e74d5dda60b82ea7afad7c8eb3be68283d6d5f29bd2e6d47fff7"
1020dependencies = [
1021 "bitflags",
1022 "bstr",
1023 "filetime",
1024 "fnv",
1025 "gix-bitmap",
1026 "gix-features",
1027 "gix-fs",
1028 "gix-hash",
1029 "gix-lock",
1030 "gix-object",
1031 "gix-traverse",
1032 "gix-utils",
1033 "gix-validate",
1034 "hashbrown 0.16.1",
1035 "itoa",
1036 "libc",
1037 "memmap2",
1038 "rustix",
1039 "smallvec",
1040 "thiserror",
1041]
1042
1043[[package]]
1044name = "gix-lock"
1045version = "21.0.2"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "054fbd0989700c69dc5aa80bc66944f05df1e15aa7391a9e42aca7366337905f"
1048dependencies = [
1049 "gix-tempfile",
1050 "gix-utils",
1051 "thiserror",
1052]
1053
1054[[package]]
1055name = "gix-mailmap"
1056version = "0.32.0"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "c7b4818da522786ec7e32a00884ee8fc40fa4c215c3997c0b15f7b62684d1199"
1059dependencies = [
1060 "bstr",
1061 "gix-actor",
1062 "gix-date",
1063 "gix-error",
1064]
1065
1066[[package]]
1067name = "gix-merge"
1068version = "0.14.0"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "f4606747466512d22c2dffc019142e1941238f543987ea51353c938cca80c500"
1071dependencies = [
1072 "bstr",
1073 "gix-command",
1074 "gix-diff",
1075 "gix-filter",
1076 "gix-fs",
1077 "gix-hash",
1078 "gix-index",
1079 "gix-object",
1080 "gix-path",
1081 "gix-quote",
1082 "gix-revision",
1083 "gix-revwalk",
1084 "gix-tempfile",
1085 "gix-trace",
1086 "gix-worktree",
1087 "imara-diff 0.1.8",
1088 "nonempty",
1089 "thiserror",
1090]
1091
1092[[package]]
1093name = "gix-negotiate"
1094version = "0.29.0"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "6ea064c7595eea08fdd01c70748af747d9acc40f727b61f4c8a2145a5c5fc28c"
1097dependencies = [
1098 "bitflags",
1099 "gix-commitgraph",
1100 "gix-date",
1101 "gix-hash",
1102 "gix-object",
1103 "gix-revwalk",
1104]
1105
1106[[package]]
1107name = "gix-object"
1108version = "0.58.0"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "cafb802bb688a7c1e69ef965612ff5ff859f046bfb616377e4a0ba4c01e43d47"
1111dependencies = [
1112 "bstr",
1113 "gix-actor",
1114 "gix-date",
1115 "gix-features",
1116 "gix-hash",
1117 "gix-hashtable",
1118 "gix-path",
1119 "gix-utils",
1120 "gix-validate",
1121 "itoa",
1122 "smallvec",
1123 "thiserror",
1124 "winnow 0.7.15",
1125]
1126
1127[[package]]
1128name = "gix-odb"
1129version = "0.78.0"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "24833ae9323b4f7079575fb9f961cf9c414b0afbec428a536ab8e7dd93bc002b"
1132dependencies = [
1133 "arc-swap",
1134 "gix-features",
1135 "gix-fs",
1136 "gix-hash",
1137 "gix-hashtable",
1138 "gix-object",
1139 "gix-pack",
1140 "gix-path",
1141 "gix-quote",
1142 "parking_lot",
1143 "tempfile",
1144 "thiserror",
1145]
1146
1147[[package]]
1148name = "gix-pack"
1149version = "0.68.0"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "e3484119cd19859d7d7639413c27e192478fa354d3f4ff5f7e3c041e8040f0f4"
1152dependencies = [
1153 "clru",
1154 "gix-chunk",
1155 "gix-error",
1156 "gix-features",
1157 "gix-hash",
1158 "gix-hashtable",
1159 "gix-object",
1160 "gix-path",
1161 "memmap2",
1162 "smallvec",
1163 "thiserror",
1164 "uluru",
1165]
1166
1167[[package]]
1168name = "gix-packetline"
1169version = "0.21.2"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "be19313dcdb7dff75a3ce2f99be00878458295bcc3b6c7f0005591597573345c"
1172dependencies = [
1173 "bstr",
1174 "faster-hex",
1175 "gix-trace",
1176 "thiserror",
1177]
1178
1179[[package]]
1180name = "gix-path"
1181version = "0.11.2"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "09c31d4373bda7fab9eb01822927b55185a378d6e1bf737e0a54c743ad806658"
1184dependencies = [
1185 "bstr",
1186 "gix-trace",
1187 "gix-validate",
1188 "thiserror",
1189]
1190
1191[[package]]
1192name = "gix-pathspec"
1193version = "0.16.1"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "f89611f13544ca5ebeb68a502673814ef57200df60c24a61c2ce7b96f612f08b"
1196dependencies = [
1197 "bitflags",
1198 "bstr",
1199 "gix-attributes",
1200 "gix-config-value",
1201 "gix-glob",
1202 "gix-path",
1203 "thiserror",
1204]
1205
1206[[package]]
1207name = "gix-prompt"
1208version = "0.14.1"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "0f61f6264e1f6c5a951531fe127722c7522bc02ebda80c4528286bda4642055f"
1211dependencies = [
1212 "gix-command",
1213 "gix-config-value",
1214 "parking_lot",
1215 "rustix",
1216 "thiserror",
1217]
1218
1219[[package]]
1220name = "gix-protocol"
1221version = "0.59.0"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "4f38666350736b5877c79f57ddae02bde07a4ce186d889adc391e831cddcbe76"
1224dependencies = [
1225 "bstr",
1226 "gix-date",
1227 "gix-features",
1228 "gix-hash",
1229 "gix-ref",
1230 "gix-shallow",
1231 "gix-transport",
1232 "gix-utils",
1233 "maybe-async",
1234 "nonempty",
1235 "thiserror",
1236 "winnow 0.7.15",
1237]
1238
1239[[package]]
1240name = "gix-quote"
1241version = "0.7.0"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "68533db71259c8776dd4e770d2b7b98696213ecdc1f5c9e3507119e274e0c578"
1244dependencies = [
1245 "bstr",
1246 "gix-error",
1247 "gix-utils",
1248]
1249
1250[[package]]
1251name = "gix-ref"
1252version = "0.61.0"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "c2159978abb99b7027c8579d15211e262ef0ef2594d5cecb3334fbcbdfe2997c"
1255dependencies = [
1256 "gix-actor",
1257 "gix-features",
1258 "gix-fs",
1259 "gix-hash",
1260 "gix-lock",
1261 "gix-object",
1262 "gix-path",
1263 "gix-tempfile",
1264 "gix-utils",
1265 "gix-validate",
1266 "memmap2",
1267 "thiserror",
1268 "winnow 0.7.15",
1269]
1270
1271[[package]]
1272name = "gix-refspec"
1273version = "0.39.0"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "dc806ee13f437428f8a1ba4c72ecfaa3f20e14f5f0d4c2bc17d0b33e794aa6ac"
1276dependencies = [
1277 "bstr",
1278 "gix-error",
1279 "gix-glob",
1280 "gix-hash",
1281 "gix-revision",
1282 "gix-validate",
1283 "smallvec",
1284 "thiserror",
1285]
1286
1287[[package]]
1288name = "gix-revision"
1289version = "0.43.0"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "7c08f1ec5d1e6a524f8ba291c41f0ccaef64e48ed0e8cf790b3461cae45f6d3d"
1292dependencies = [
1293 "bitflags",
1294 "bstr",
1295 "gix-commitgraph",
1296 "gix-date",
1297 "gix-error",
1298 "gix-hash",
1299 "gix-hashtable",
1300 "gix-object",
1301 "gix-revwalk",
1302 "gix-trace",
1303 "nonempty",
1304]
1305
1306[[package]]
1307name = "gix-revwalk"
1308version = "0.29.0"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "0e4b2b87772b21ca449249e86d32febadba5cba32b0fcce804ab9cefc6f2111c"
1311dependencies = [
1312 "gix-commitgraph",
1313 "gix-date",
1314 "gix-error",
1315 "gix-hash",
1316 "gix-hashtable",
1317 "gix-object",
1318 "smallvec",
1319 "thiserror",
1320]
1321
1322[[package]]
1323name = "gix-sec"
1324version = "0.13.2"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "bf82ae037de9c62850ce67beaa92ec8e3e17785ea307cdde7618edc215603b4f"
1327dependencies = [
1328 "bitflags",
1329 "gix-path",
1330 "libc",
1331 "windows-sys",
1332]
1333
1334[[package]]
1335name = "gix-shallow"
1336version = "0.10.0"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "cbf60711c9083b2364b3fac8a352444af76b17201f3682fdebe74fa66d89a772"
1339dependencies = [
1340 "bstr",
1341 "gix-hash",
1342 "gix-lock",
1343 "nonempty",
1344 "thiserror",
1345]
1346
1347[[package]]
1348name = "gix-status"
1349version = "0.28.0"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "23d6c598e3fdbc352fba1c5ba7e709e69402fafbc44d9295edad2e3c4738996b"
1352dependencies = [
1353 "bstr",
1354 "filetime",
1355 "gix-diff",
1356 "gix-dir",
1357 "gix-features",
1358 "gix-filter",
1359 "gix-fs",
1360 "gix-hash",
1361 "gix-index",
1362 "gix-object",
1363 "gix-path",
1364 "gix-pathspec",
1365 "gix-worktree",
1366 "portable-atomic",
1367 "thiserror",
1368]
1369
1370[[package]]
1371name = "gix-submodule"
1372version = "0.28.0"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "0ce5c3929c5e6821f651d35e8420f72fea3cfafe9fc1e928a61e718b462c72a5"
1375dependencies = [
1376 "bstr",
1377 "gix-config",
1378 "gix-path",
1379 "gix-pathspec",
1380 "gix-refspec",
1381 "gix-url",
1382 "thiserror",
1383]
1384
1385[[package]]
1386name = "gix-tempfile"
1387version = "21.0.2"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "d22227f6b203f511ff451c33c89899e87e4f571fc596b06f68e6e613a6508528"
1390dependencies = [
1391 "dashmap",
1392 "gix-fs",
1393 "libc",
1394 "parking_lot",
1395 "signal-hook",
1396 "signal-hook-registry",
1397 "tempfile",
1398]
1399
1400[[package]]
1401name = "gix-trace"
1402version = "0.1.18"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "f69a13643b8437d4ca6845e08143e847a36ca82903eed13303475d0ae8b162e0"
1405
1406[[package]]
1407name = "gix-transport"
1408version = "0.55.1"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "a521e39c6235ce63ed6c001e2dd79818c830b82c3b7b59247ee7b229c39ec9bb"
1411dependencies = [
1412 "bstr",
1413 "gix-command",
1414 "gix-features",
1415 "gix-packetline",
1416 "gix-quote",
1417 "gix-sec",
1418 "gix-url",
1419 "thiserror",
1420]
1421
1422[[package]]
1423name = "gix-traverse"
1424version = "0.55.0"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "963dc2afcdb611092aa587c3f9365e749ac0a0892ff27662dbc75f26c953fbec"
1427dependencies = [
1428 "bitflags",
1429 "gix-commitgraph",
1430 "gix-date",
1431 "gix-hash",
1432 "gix-hashtable",
1433 "gix-object",
1434 "gix-revwalk",
1435 "smallvec",
1436 "thiserror",
1437]
1438
1439[[package]]
1440name = "gix-url"
1441version = "0.35.2"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "d28e8af3d42581190da884f013caf254d2fd4d6ab102408f08d21bfa11de6c8d"
1444dependencies = [
1445 "bstr",
1446 "gix-path",
1447 "percent-encoding",
1448 "thiserror",
1449]
1450
1451[[package]]
1452name = "gix-utils"
1453version = "0.3.1"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "befcdbdfb1238d2854591f760a48711bed85e72d80a10e8f2f93f656746ef7c5"
1456dependencies = [
1457 "bstr",
1458 "fastrand",
1459 "unicode-normalization",
1460]
1461
1462[[package]]
1463name = "gix-validate"
1464version = "0.11.0"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "0ec1eff98d91941f47766367cba1be746bab662bad761d9891ae6f7882f7840b"
1467dependencies = [
1468 "bstr",
1469]
1470
1471[[package]]
1472name = "gix-worktree"
1473version = "0.50.0"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "e6bd5830cbc43c9c00918b826467d2afad685b195cb82329cde2b2d116d2c578"
1476dependencies = [
1477 "bstr",
1478 "gix-attributes",
1479 "gix-fs",
1480 "gix-glob",
1481 "gix-hash",
1482 "gix-ignore",
1483 "gix-index",
1484 "gix-object",
1485 "gix-path",
1486 "gix-validate",
1487]
1488
1489[[package]]
1490name = "gix-worktree-state"
1491version = "0.28.0"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "644a1681f96e1be43c2a8384337d9d220e7624f50db54beda70997052aebf707"
1494dependencies = [
1495 "bstr",
1496 "gix-features",
1497 "gix-filter",
1498 "gix-fs",
1499 "gix-index",
1500 "gix-object",
1501 "gix-path",
1502 "gix-worktree",
1503 "io-close",
1504 "thiserror",
1505]
1506
1507[[package]]
1508name = "gix-worktree-stream"
1509version = "0.30.0"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "24e3fb70a1f650a5cec7d5b8d10d6d6fe86daf3cf15bde08ba0c70988a2932c3"
1512dependencies = [
1513 "gix-attributes",
1514 "gix-error",
1515 "gix-features",
1516 "gix-filter",
1517 "gix-fs",
1518 "gix-hash",
1519 "gix-object",
1520 "gix-path",
1521 "gix-traverse",
1522 "parking_lot",
1523]
1524
1525[[package]]
1526name = "hash32"
1527version = "0.3.1"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
1530dependencies = [
1531 "byteorder",
1532]
1533
1534[[package]]
1535name = "hashbrown"
1536version = "0.14.5"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1539
1540[[package]]
1541name = "hashbrown"
1542version = "0.15.5"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1545dependencies = [
1546 "foldhash 0.1.5",
1547]
1548
1549[[package]]
1550name = "hashbrown"
1551version = "0.16.1"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1554dependencies = [
1555 "allocator-api2",
1556 "equivalent",
1557 "foldhash 0.2.0",
1558]
1559
1560[[package]]
1561name = "hashbrown"
1562version = "0.17.0"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
1565
1566[[package]]
1567name = "heapless"
1568version = "0.8.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
1571dependencies = [
1572 "hash32",
1573 "stable_deref_trait",
1574]
1575
1576[[package]]
1577name = "heck"
1578version = "0.5.0"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1581
1582[[package]]
1583name = "http"
1584version = "1.4.0"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1587dependencies = [
1588 "bytes",
1589 "itoa",
1590]
1591
1592[[package]]
1593name = "http-body"
1594version = "1.0.1"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1597dependencies = [
1598 "bytes",
1599 "http",
1600]
1601
1602[[package]]
1603name = "http-body-util"
1604version = "0.1.3"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1607dependencies = [
1608 "bytes",
1609 "futures-core",
1610 "http",
1611 "http-body",
1612 "pin-project-lite",
1613]
1614
1615[[package]]
1616name = "httparse"
1617version = "1.10.1"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1620
1621[[package]]
1622name = "httpdate"
1623version = "1.0.3"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1626
1627[[package]]
1628name = "human_format"
1629version = "1.2.1"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "eaec953f16e5bcf6b8a3cb3aa959b17e5577dbd2693e94554c462c08be22624b"
1632
1633[[package]]
1634name = "hyper"
1635version = "1.9.0"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
1638dependencies = [
1639 "atomic-waker",
1640 "bytes",
1641 "futures-channel",
1642 "futures-core",
1643 "http",
1644 "http-body",
1645 "httparse",
1646 "httpdate",
1647 "itoa",
1648 "pin-project-lite",
1649 "smallvec",
1650 "tokio",
1651]
1652
1653[[package]]
1654name = "hyper-util"
1655version = "0.1.20"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1658dependencies = [
1659 "bytes",
1660 "http",
1661 "http-body",
1662 "hyper",
1663 "pin-project-lite",
1664 "tokio",
1665 "tower-service",
1666]
1667
1668[[package]]
1669name = "id-arena"
1670version = "2.3.0"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1673
1674[[package]]
1675name = "imara-diff"
1676version = "0.1.8"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
1679dependencies = [
1680 "hashbrown 0.15.5",
1681]
1682
1683[[package]]
1684name = "imara-diff"
1685version = "0.2.0"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "2f01d462f766df78ab820dd06f5eb700233c51f0f4c2e846520eaf4ba6aa5c5c"
1688dependencies = [
1689 "hashbrown 0.15.5",
1690 "memchr",
1691]
1692
1693[[package]]
1694name = "indexmap"
1695version = "2.14.0"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1698dependencies = [
1699 "equivalent",
1700 "hashbrown 0.17.0",
1701 "serde",
1702 "serde_core",
1703]
1704
1705[[package]]
1706name = "io-close"
1707version = "0.3.7"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
1710dependencies = [
1711 "libc",
1712 "winapi",
1713]
1714
1715[[package]]
1716name = "is_terminal_polyfill"
1717version = "1.70.2"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1720
1721[[package]]
1722name = "itoa"
1723version = "1.0.18"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1726
1727[[package]]
1728name = "jiff"
1729version = "0.2.24"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "f00b5dbd620d61dfdcb6007c9c1f6054ebd75319f163d886a9055cec1155073d"
1732dependencies = [
1733 "jiff-static",
1734 "jiff-tzdb-platform",
1735 "log",
1736 "portable-atomic",
1737 "portable-atomic-util",
1738 "serde_core",
1739 "windows-sys",
1740]
1741
1742[[package]]
1743name = "jiff-static"
1744version = "0.2.24"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "e000de030ff8022ea1da3f466fbb0f3a809f5e51ed31f6dd931c35181ad8e6d7"
1747dependencies = [
1748 "proc-macro2",
1749 "quote",
1750 "syn",
1751]
1752
1753[[package]]
1754name = "jiff-tzdb"
1755version = "0.1.6"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076"
1758
1759[[package]]
1760name = "jiff-tzdb-platform"
1761version = "0.1.3"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
1764dependencies = [
1765 "jiff-tzdb",
1766]
1767
1768[[package]]
1769name = "kstring"
1770version = "2.0.2"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
1773dependencies = [
1774 "static_assertions",
1775]
1776
1777[[package]]
1778name = "leb128fmt"
1779version = "0.1.0"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1782
1783[[package]]
1784name = "libc"
1785version = "0.2.185"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
1788
1789[[package]]
1790name = "libredox"
1791version = "0.1.16"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
1794dependencies = [
1795 "bitflags",
1796 "libc",
1797 "plain",
1798 "redox_syscall 0.7.4",
1799]
1800
1801[[package]]
1802name = "linux-raw-sys"
1803version = "0.12.1"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1806
1807[[package]]
1808name = "lock_api"
1809version = "0.4.14"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1812dependencies = [
1813 "scopeguard",
1814]
1815
1816[[package]]
1817name = "log"
1818version = "0.4.29"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1821
1822[[package]]
1823name = "matchit"
1824version = "0.8.4"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1827
1828[[package]]
1829name = "maybe-async"
1830version = "0.2.10"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
1833dependencies = [
1834 "proc-macro2",
1835 "quote",
1836 "syn",
1837]
1838
1839[[package]]
1840name = "memchr"
1841version = "2.8.0"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1844
1845[[package]]
1846name = "memmap2"
1847version = "0.9.10"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
1850dependencies = [
1851 "libc",
1852]
1853
1854[[package]]
1855name = "mime"
1856version = "0.3.17"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1859
1860[[package]]
1861name = "miniz_oxide"
1862version = "0.8.9"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1865dependencies = [
1866 "adler2",
1867 "simd-adler32",
1868]
1869
1870[[package]]
1871name = "mio"
1872version = "1.2.0"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1875dependencies = [
1876 "libc",
1877 "wasi",
1878 "windows-sys",
1879]
1880
1881[[package]]
1882name = "nonempty"
1883version = "0.12.0"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6"
1886
1887[[package]]
1888name = "once_cell"
1889version = "1.21.4"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1892
1893[[package]]
1894name = "once_cell_polyfill"
1895version = "1.70.2"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1898
1899[[package]]
1900name = "parking_lot"
1901version = "0.12.5"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1904dependencies = [
1905 "lock_api",
1906 "parking_lot_core",
1907]
1908
1909[[package]]
1910name = "parking_lot_core"
1911version = "0.9.12"
1912source = "registry+https://github.com/rust-lang/crates.io-index"
1913checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1914dependencies = [
1915 "cfg-if",
1916 "libc",
1917 "redox_syscall 0.5.18",
1918 "smallvec",
1919 "windows-link",
1920]
1921
1922[[package]]
1923name = "percent-encoding"
1924version = "2.3.2"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1927
1928[[package]]
1929name = "pin-project-lite"
1930version = "0.2.17"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1933
1934[[package]]
1935name = "plain"
1936version = "0.2.3"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1939
1940[[package]]
1941name = "portable-atomic"
1942version = "1.13.1"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1945
1946[[package]]
1947name = "portable-atomic-util"
1948version = "0.2.7"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
1951dependencies = [
1952 "portable-atomic",
1953]
1954
1955[[package]]
1956name = "prettyplease"
1957version = "0.2.37"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1960dependencies = [
1961 "proc-macro2",
1962 "syn",
1963]
1964
1965[[package]]
1966name = "proc-macro2"
1967version = "1.0.106"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1970dependencies = [
1971 "unicode-ident",
1972]
1973
1974[[package]]
1975name = "prodash"
1976version = "31.0.0"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c"
1979dependencies = [
1980 "bytesize",
1981 "human_format",
1982 "parking_lot",
1983]
1984
1985[[package]]
1986name = "pulldown-cmark"
1987version = "0.13.3"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "7c3a14896dfa883796f1cb410461aef38810ea05f2b2c33c5aded3649095fdad"
1990dependencies = [
1991 "bitflags",
1992 "getopts",
1993 "memchr",
1994 "pulldown-cmark-escape",
1995 "unicase",
1996]
1997
1998[[package]]
1999name = "pulldown-cmark-escape"
2000version = "0.11.0"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
2003
2004[[package]]
2005name = "quote"
2006version = "1.0.45"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2009dependencies = [
2010 "proc-macro2",
2011]
2012
2013[[package]]
2014name = "r-efi"
2015version = "6.0.0"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2018
2019[[package]]
2020name = "redox_syscall"
2021version = "0.5.18"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2024dependencies = [
2025 "bitflags",
2026]
2027
2028[[package]]
2029name = "redox_syscall"
2030version = "0.7.4"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a"
2033dependencies = [
2034 "bitflags",
2035]
2036
2037[[package]]
2038name = "regex"
2039version = "1.12.3"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2042dependencies = [
2043 "aho-corasick",
2044 "memchr",
2045 "regex-automata",
2046 "regex-syntax",
2047]
2048
2049[[package]]
2050name = "regex-automata"
2051version = "0.4.14"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2054dependencies = [
2055 "aho-corasick",
2056 "memchr",
2057 "regex-syntax",
2058]
2059
2060[[package]]
2061name = "regex-syntax"
2062version = "0.8.10"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2065
2066[[package]]
2067name = "rustc-hash"
2068version = "2.1.2"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
2071
2072[[package]]
2073name = "rustix"
2074version = "1.1.4"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2077dependencies = [
2078 "bitflags",
2079 "errno",
2080 "libc",
2081 "linux-raw-sys",
2082 "windows-sys",
2083]
2084
2085[[package]]
2086name = "rustversion"
2087version = "1.0.22"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2090
2091[[package]]
2092name = "ryu"
2093version = "1.0.23"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2096
2097[[package]]
2098name = "same-file"
2099version = "1.0.6"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2102dependencies = [
2103 "winapi-util",
2104]
2105
2106[[package]]
2107name = "scopeguard"
2108version = "1.2.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2111
2112[[package]]
2113name = "semver"
2114version = "1.0.28"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2117
2118[[package]]
2119name = "serde"
2120version = "1.0.228"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2123dependencies = [
2124 "serde_core",
2125 "serde_derive",
2126]
2127
2128[[package]]
2129name = "serde_core"
2130version = "1.0.228"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2133dependencies = [
2134 "serde_derive",
2135]
2136
2137[[package]]
2138name = "serde_derive"
2139version = "1.0.228"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2142dependencies = [
2143 "proc-macro2",
2144 "quote",
2145 "syn",
2146]
2147
2148[[package]]
2149name = "serde_json"
2150version = "1.0.149"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2153dependencies = [
2154 "itoa",
2155 "memchr",
2156 "serde",
2157 "serde_core",
2158 "zmij",
2159]
2160
2161[[package]]
2162name = "serde_path_to_error"
2163version = "0.1.20"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2166dependencies = [
2167 "itoa",
2168 "serde",
2169 "serde_core",
2170]
2171
2172[[package]]
2173name = "serde_urlencoded"
2174version = "0.7.1"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2177dependencies = [
2178 "form_urlencoded",
2179 "itoa",
2180 "ryu",
2181 "serde",
2182]
2183
2184[[package]]
2185name = "sha1"
2186version = "0.10.6"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2189dependencies = [
2190 "cfg-if",
2191 "cpufeatures",
2192 "digest",
2193]
2194
2195[[package]]
2196name = "sha1-checked"
2197version = "0.10.0"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
2200dependencies = [
2201 "digest",
2202 "sha1",
2203]
2204
2205[[package]]
2206name = "shell-words"
2207version = "1.1.1"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
2210
2211[[package]]
2212name = "signal-hook"
2213version = "0.4.4"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d"
2216dependencies = [
2217 "libc",
2218 "signal-hook-registry",
2219]
2220
2221[[package]]
2222name = "signal-hook-registry"
2223version = "1.4.8"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2226dependencies = [
2227 "errno",
2228 "libc",
2229]
2230
2231[[package]]
2232name = "simd-adler32"
2233version = "0.3.9"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
2236
2237[[package]]
2238name = "slab"
2239version = "0.4.12"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2242
2243[[package]]
2244name = "smallvec"
2245version = "1.15.1"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2248
2249[[package]]
2250name = "socket2"
2251version = "0.6.3"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2254dependencies = [
2255 "libc",
2256 "windows-sys",
2257]
2258
2259[[package]]
2260name = "stable_deref_trait"
2261version = "1.2.1"
2262source = "registry+https://github.com/rust-lang/crates.io-index"
2263checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2264
2265[[package]]
2266name = "static_assertions"
2267version = "1.1.0"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2270
2271[[package]]
2272name = "strsim"
2273version = "0.11.1"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2276
2277[[package]]
2278name = "syn"
2279version = "2.0.117"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2282dependencies = [
2283 "proc-macro2",
2284 "quote",
2285 "unicode-ident",
2286]
2287
2288[[package]]
2289name = "sync_wrapper"
2290version = "1.0.2"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2293
2294[[package]]
2295name = "syntect"
2296version = "5.3.0"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925"
2299dependencies = [
2300 "bincode",
2301 "fancy-regex",
2302 "flate2",
2303 "fnv",
2304 "once_cell",
2305 "regex-syntax",
2306 "serde",
2307 "serde_derive",
2308 "thiserror",
2309 "walkdir",
2310]
2311
2312[[package]]
2313name = "temp_name"
2314version = "0.1.0"
2315dependencies = [
2316 "askama",
2317 "askama_web",
2318 "axum",
2319 "clap",
2320 "gix",
2321 "jiff",
2322 "pulldown-cmark",
2323 "serde",
2324 "syntect",
2325 "thiserror",
2326 "tokio",
2327]
2328
2329[[package]]
2330name = "tempfile"
2331version = "3.27.0"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2334dependencies = [
2335 "fastrand",
2336 "getrandom",
2337 "once_cell",
2338 "rustix",
2339 "windows-sys",
2340]
2341
2342[[package]]
2343name = "thiserror"
2344version = "2.0.18"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2347dependencies = [
2348 "thiserror-impl",
2349]
2350
2351[[package]]
2352name = "thiserror-impl"
2353version = "2.0.18"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2356dependencies = [
2357 "proc-macro2",
2358 "quote",
2359 "syn",
2360]
2361
2362[[package]]
2363name = "tinyvec"
2364version = "1.11.0"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2367dependencies = [
2368 "tinyvec_macros",
2369]
2370
2371[[package]]
2372name = "tinyvec_macros"
2373version = "0.1.1"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2376
2377[[package]]
2378name = "tokio"
2379version = "1.52.1"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
2382dependencies = [
2383 "libc",
2384 "mio",
2385 "pin-project-lite",
2386 "socket2",
2387 "tokio-macros",
2388 "windows-sys",
2389]
2390
2391[[package]]
2392name = "tokio-macros"
2393version = "2.7.0"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2396dependencies = [
2397 "proc-macro2",
2398 "quote",
2399 "syn",
2400]
2401
2402[[package]]
2403name = "tower"
2404version = "0.5.3"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2407dependencies = [
2408 "futures-core",
2409 "futures-util",
2410 "pin-project-lite",
2411 "sync_wrapper",
2412 "tokio",
2413 "tower-layer",
2414 "tower-service",
2415 "tracing",
2416]
2417
2418[[package]]
2419name = "tower-layer"
2420version = "0.3.3"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2423
2424[[package]]
2425name = "tower-service"
2426version = "0.3.3"
2427source = "registry+https://github.com/rust-lang/crates.io-index"
2428checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2429
2430[[package]]
2431name = "tracing"
2432version = "0.1.44"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2435dependencies = [
2436 "log",
2437 "pin-project-lite",
2438 "tracing-core",
2439]
2440
2441[[package]]
2442name = "tracing-core"
2443version = "0.1.36"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2446dependencies = [
2447 "once_cell",
2448]
2449
2450[[package]]
2451name = "typenum"
2452version = "1.20.0"
2453source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
2455
2456[[package]]
2457name = "uluru"
2458version = "3.1.0"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
2461dependencies = [
2462 "arrayvec",
2463]
2464
2465[[package]]
2466name = "unicase"
2467version = "2.9.0"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
2470
2471[[package]]
2472name = "unicode-bom"
2473version = "2.0.3"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
2476
2477[[package]]
2478name = "unicode-ident"
2479version = "1.0.24"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2482
2483[[package]]
2484name = "unicode-normalization"
2485version = "0.1.25"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2488dependencies = [
2489 "tinyvec",
2490]
2491
2492[[package]]
2493name = "unicode-width"
2494version = "0.2.2"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2497
2498[[package]]
2499name = "unicode-xid"
2500version = "0.2.6"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
2502checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2503
2504[[package]]
2505name = "utf8parse"
2506version = "0.2.2"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2509
2510[[package]]
2511name = "version_check"
2512version = "0.9.5"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2515
2516[[package]]
2517name = "walkdir"
2518version = "2.5.0"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2521dependencies = [
2522 "same-file",
2523 "winapi-util",
2524]
2525
2526[[package]]
2527name = "wasi"
2528version = "0.11.1+wasi-snapshot-preview1"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2531
2532[[package]]
2533name = "wasip2"
2534version = "1.0.3+wasi-0.2.9"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
2537dependencies = [
2538 "wit-bindgen 0.57.1",
2539]
2540
2541[[package]]
2542name = "wasip3"
2543version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2546dependencies = [
2547 "wit-bindgen 0.51.0",
2548]
2549
2550[[package]]
2551name = "wasm-encoder"
2552version = "0.244.0"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2555dependencies = [
2556 "leb128fmt",
2557 "wasmparser",
2558]
2559
2560[[package]]
2561name = "wasm-metadata"
2562version = "0.244.0"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2565dependencies = [
2566 "anyhow",
2567 "indexmap",
2568 "wasm-encoder",
2569 "wasmparser",
2570]
2571
2572[[package]]
2573name = "wasmparser"
2574version = "0.244.0"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2577dependencies = [
2578 "bitflags",
2579 "hashbrown 0.15.5",
2580 "indexmap",
2581 "semver",
2582]
2583
2584[[package]]
2585name = "winapi"
2586version = "0.3.9"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2589dependencies = [
2590 "winapi-i686-pc-windows-gnu",
2591 "winapi-x86_64-pc-windows-gnu",
2592]
2593
2594[[package]]
2595name = "winapi-i686-pc-windows-gnu"
2596version = "0.4.0"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2599
2600[[package]]
2601name = "winapi-util"
2602version = "0.1.11"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2605dependencies = [
2606 "windows-sys",
2607]
2608
2609[[package]]
2610name = "winapi-x86_64-pc-windows-gnu"
2611version = "0.4.0"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2614
2615[[package]]
2616name = "windows-link"
2617version = "0.2.1"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2620
2621[[package]]
2622name = "windows-sys"
2623version = "0.61.2"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2626dependencies = [
2627 "windows-link",
2628]
2629
2630[[package]]
2631name = "winnow"
2632version = "0.7.15"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
2635dependencies = [
2636 "memchr",
2637]
2638
2639[[package]]
2640name = "winnow"
2641version = "1.0.1"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5"
2644dependencies = [
2645 "memchr",
2646]
2647
2648[[package]]
2649name = "wit-bindgen"
2650version = "0.51.0"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2653dependencies = [
2654 "wit-bindgen-rust-macro",
2655]
2656
2657[[package]]
2658name = "wit-bindgen"
2659version = "0.57.1"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2662
2663[[package]]
2664name = "wit-bindgen-core"
2665version = "0.51.0"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2668dependencies = [
2669 "anyhow",
2670 "heck",
2671 "wit-parser",
2672]
2673
2674[[package]]
2675name = "wit-bindgen-rust"
2676version = "0.51.0"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2679dependencies = [
2680 "anyhow",
2681 "heck",
2682 "indexmap",
2683 "prettyplease",
2684 "syn",
2685 "wasm-metadata",
2686 "wit-bindgen-core",
2687 "wit-component",
2688]
2689
2690[[package]]
2691name = "wit-bindgen-rust-macro"
2692version = "0.51.0"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2695dependencies = [
2696 "anyhow",
2697 "prettyplease",
2698 "proc-macro2",
2699 "quote",
2700 "syn",
2701 "wit-bindgen-core",
2702 "wit-bindgen-rust",
2703]
2704
2705[[package]]
2706name = "wit-component"
2707version = "0.244.0"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2710dependencies = [
2711 "anyhow",
2712 "bitflags",
2713 "indexmap",
2714 "log",
2715 "serde",
2716 "serde_derive",
2717 "serde_json",
2718 "wasm-encoder",
2719 "wasm-metadata",
2720 "wasmparser",
2721 "wit-parser",
2722]
2723
2724[[package]]
2725name = "wit-parser"
2726version = "0.244.0"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2729dependencies = [
2730 "anyhow",
2731 "id-arena",
2732 "indexmap",
2733 "log",
2734 "semver",
2735 "serde",
2736 "serde_derive",
2737 "serde_json",
2738 "unicode-xid",
2739 "wasmparser",
2740]
2741
2742[[package]]
2743name = "zlib-rs"
2744version = "0.6.3"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513"
2747
2748[[package]]
2749name = "zmij"
2750version = "1.0.21"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"