char/sorcery

static-files based git repo viewer

git clone https://git.t4t.associates/char/sorcery

Charlotte Somexperiment: support sha-256 oids in git repos42f80d8

main
68.5 KiB2900 linesraw
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.5"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "allocator-api2"
16version = "0.2.21"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
20[[package]]
21name = "anstream"
22version = "1.0.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
25dependencies = [
26 "anstyle",
27 "anstyle-parse",
28 "anstyle-query",
29 "anstyle-wincon",
30 "colorchoice",
31 "is_terminal_polyfill",
32 "utf8parse",
33]
34
35[[package]]
36name = "anstyle"
37version = "1.0.14"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
40
41[[package]]
42name = "anstyle-parse"
43version = "1.0.0"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
46dependencies = [
47 "utf8parse",
48]
49
50[[package]]
51name = "anstyle-query"
52version = "1.1.5"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
55dependencies = [
56 "windows-sys 0.61.2",
57]
58
59[[package]]
60name = "anstyle-wincon"
61version = "3.0.11"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
64dependencies = [
65 "anstyle",
66 "once_cell_polyfill",
67 "windows-sys 0.61.2",
68]
69
70[[package]]
71name = "anyhow"
72version = "1.0.104"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
75
76[[package]]
77name = "arborium-highlight"
78version = "2.18.2"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "cee400d694bd935c513c50f9b1fda469b6d9cd192d80fede7bfa9e5851a54cb8"
81dependencies = [
82 "arborium-theme",
83]
84
85[[package]]
86name = "arborium-theme"
87version = "2.18.2"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "042f9d025c80b2e625b4f0f10eda56a652444ef916025e855a292937bb8a949a"
90
91[[package]]
92name = "arbrisseau"
93version = "0.1.0"
94source = "git+https://git.t4t.associates/char/arbrisseau#ee50f8dd48e8f63ad9d0d7b5dc0269080dc2ef5a"
95dependencies = [
96 "arborium-highlight",
97 "async-lock",
98 "thiserror",
99 "wasmi",
100]
101
102[[package]]
103name = "arc-swap"
104version = "1.9.2"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b"
107dependencies = [
108 "rustversion",
109]
110
111[[package]]
112name = "arrayvec"
113version = "0.7.8"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
116
117[[package]]
118name = "async-lock"
119version = "3.4.2"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
122dependencies = [
123 "event-listener",
124 "event-listener-strategy",
125 "pin-project-lite",
126]
127
128[[package]]
129name = "atomic-waker"
130version = "1.1.2"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
133
134[[package]]
135name = "axum"
136version = "0.8.9"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
139dependencies = [
140 "axum-core",
141 "bytes",
142 "form_urlencoded",
143 "futures-util",
144 "http",
145 "http-body",
146 "http-body-util",
147 "hyper",
148 "hyper-util",
149 "itoa",
150 "matchit",
151 "memchr",
152 "mime",
153 "percent-encoding",
154 "pin-project-lite",
155 "serde_core",
156 "serde_json",
157 "serde_path_to_error",
158 "serde_urlencoded",
159 "sync_wrapper",
160 "tokio",
161 "tower",
162 "tower-layer",
163 "tower-service",
164 "tracing",
165]
166
167[[package]]
168name = "axum-core"
169version = "0.5.6"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
172dependencies = [
173 "bytes",
174 "futures-core",
175 "http",
176 "http-body",
177 "http-body-util",
178 "mime",
179 "pin-project-lite",
180 "sync_wrapper",
181 "tower-layer",
182 "tower-service",
183 "tracing",
184]
185
186[[package]]
187name = "bitflags"
188version = "1.3.2"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
191
192[[package]]
193name = "bitflags"
194version = "2.13.1"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
197
198[[package]]
199name = "block-buffer"
200version = "0.10.4"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
203dependencies = [
204 "generic-array",
205]
206
207[[package]]
208name = "block-buffer"
209version = "0.12.1"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
212dependencies = [
213 "hybrid-array",
214]
215
216[[package]]
217name = "bstr"
218version = "1.13.1"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "6bb31b46c14244e20ee9984b11bf5c992b91fb6939fea616e3512c8baecdbe5f"
221dependencies = [
222 "memchr",
223 "regex-automata",
224 "serde_core",
225]
226
227[[package]]
228name = "byteorder"
229version = "1.5.0"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
232
233[[package]]
234name = "bytes"
235version = "1.12.1"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
238
239[[package]]
240name = "bytesize"
241version = "2.7.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "7354288c522e7e980fafd2075d63d1285794c3a6a16cdd492f189ea406e5f18b"
244
245[[package]]
246name = "cc"
247version = "1.4.4"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273"
250dependencies = [
251 "find-msvc-tools",
252 "shlex",
253]
254
255[[package]]
256name = "cfg-if"
257version = "1.0.4"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
260
261[[package]]
262name = "clap"
263version = "4.6.6"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
266dependencies = [
267 "clap_builder",
268 "clap_derive",
269]
270
271[[package]]
272name = "clap_builder"
273version = "4.6.6"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
276dependencies = [
277 "anstream",
278 "anstyle",
279 "clap_lex",
280 "strsim",
281]
282
283[[package]]
284name = "clap_derive"
285version = "4.6.4"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
288dependencies = [
289 "heck",
290 "proc-macro2",
291 "quote",
292 "syn 3.0.4",
293]
294
295[[package]]
296name = "clap_lex"
297version = "1.1.0"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
300
301[[package]]
302name = "clru"
303version = "0.6.3"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5"
306dependencies = [
307 "hashbrown 0.16.1",
308]
309
310[[package]]
311name = "colorchoice"
312version = "1.0.5"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
315
316[[package]]
317name = "cpufeatures"
318version = "0.2.17"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
321dependencies = [
322 "libc",
323]
324
325[[package]]
326name = "cpufeatures"
327version = "0.3.1"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "5ca28b0ae3115b884660db4118d803791fd6756b6e88f39c0f3f7859060d7566"
330dependencies = [
331 "libc",
332]
333
334[[package]]
335name = "crc32fast"
336version = "1.5.1"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550"
339dependencies = [
340 "cfg-if",
341]
342
343[[package]]
344name = "crossbeam-channel"
345version = "0.5.16"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
348dependencies = [
349 "crossbeam-utils",
350]
351
352[[package]]
353name = "crossbeam-deque"
354version = "0.8.7"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
357dependencies = [
358 "crossbeam-epoch",
359 "crossbeam-utils",
360]
361
362[[package]]
363name = "crossbeam-epoch"
364version = "0.9.20"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
367dependencies = [
368 "crossbeam-utils",
369]
370
371[[package]]
372name = "crossbeam-utils"
373version = "0.8.22"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
376
377[[package]]
378name = "crypto-common"
379version = "0.1.7"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
382dependencies = [
383 "generic-array",
384 "typenum",
385]
386
387[[package]]
388name = "crypto-common"
389version = "0.2.2"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
392dependencies = [
393 "hybrid-array",
394]
395
396[[package]]
397name = "dashmap"
398version = "6.2.1"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
401dependencies = [
402 "cfg-if",
403 "crossbeam-utils",
404 "hashbrown 0.14.5",
405 "lock_api",
406 "once_cell",
407 "parking_lot_core",
408]
409
410[[package]]
411name = "defmt"
412version = "1.1.1"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
415dependencies = [
416 "bitflags 1.3.2",
417 "defmt-macros",
418]
419
420[[package]]
421name = "defmt-macros"
422version = "1.1.1"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
425dependencies = [
426 "defmt-parser",
427 "proc-macro2",
428 "quote",
429 "syn 2.0.119",
430]
431
432[[package]]
433name = "defmt-parser"
434version = "1.0.0"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
437dependencies = [
438 "thiserror",
439]
440
441[[package]]
442name = "digest"
443version = "0.10.7"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
446dependencies = [
447 "block-buffer 0.10.4",
448 "crypto-common 0.1.7",
449]
450
451[[package]]
452name = "digest"
453version = "0.11.3"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
456dependencies = [
457 "block-buffer 0.12.1",
458 "crypto-common 0.2.2",
459]
460
461[[package]]
462name = "dunce"
463version = "1.0.5"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
466
467[[package]]
468name = "either"
469version = "1.18.0"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
472
473[[package]]
474name = "encoding_rs"
475version = "0.8.35"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
478dependencies = [
479 "cfg-if",
480]
481
482[[package]]
483name = "equivalent"
484version = "1.0.2"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
487
488[[package]]
489name = "errno"
490version = "0.3.14"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
493dependencies = [
494 "libc",
495 "windows-sys 0.61.2",
496]
497
498[[package]]
499name = "event-listener"
500version = "5.4.2"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2"
503dependencies = [
504 "parking",
505 "pin-project-lite",
506]
507
508[[package]]
509name = "event-listener-strategy"
510version = "0.5.4"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
513dependencies = [
514 "event-listener",
515 "pin-project-lite",
516]
517
518[[package]]
519name = "faster-hex"
520version = "0.10.0"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
523dependencies = [
524 "heapless",
525 "serde",
526]
527
528[[package]]
529name = "fastrand"
530version = "2.5.0"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
533
534[[package]]
535name = "filetime"
536version = "0.2.29"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
539dependencies = [
540 "cfg-if",
541 "libc",
542]
543
544[[package]]
545name = "find-msvc-tools"
546version = "0.1.11"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890"
549
550[[package]]
551name = "flate2"
552version = "1.1.10"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
555dependencies = [
556 "zlib-rs",
557]
558
559[[package]]
560name = "fnv"
561version = "1.0.7"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
564
565[[package]]
566name = "foldhash"
567version = "0.1.5"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
570
571[[package]]
572name = "foldhash"
573version = "0.2.0"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
576
577[[package]]
578name = "form_urlencoded"
579version = "1.2.2"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
582dependencies = [
583 "percent-encoding",
584]
585
586[[package]]
587name = "futures-channel"
588version = "0.3.34"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
591dependencies = [
592 "futures-core",
593]
594
595[[package]]
596name = "futures-core"
597version = "0.3.34"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
600
601[[package]]
602name = "futures-sink"
603version = "0.3.34"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
606
607[[package]]
608name = "futures-task"
609version = "0.3.34"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
612
613[[package]]
614name = "futures-util"
615version = "0.3.34"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
618dependencies = [
619 "futures-core",
620 "futures-task",
621 "pin-project-lite",
622 "slab",
623]
624
625[[package]]
626name = "generic-array"
627version = "0.14.7"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
630dependencies = [
631 "typenum",
632 "version_check",
633]
634
635[[package]]
636name = "getrandom"
637version = "0.2.17"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
640dependencies = [
641 "cfg-if",
642 "libc",
643 "wasi",
644]
645
646[[package]]
647name = "getrandom"
648version = "0.4.3"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
651dependencies = [
652 "cfg-if",
653 "libc",
654 "r-efi",
655]
656
657[[package]]
658name = "gix"
659version = "0.87.1"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "fdefc1465d8631807deaf504dacdeff628b978de515653b47976ca7c28ab2a7a"
662dependencies = [
663 "gix-actor",
664 "gix-archive",
665 "gix-attributes",
666 "gix-blame",
667 "gix-command",
668 "gix-commitgraph",
669 "gix-config",
670 "gix-credentials",
671 "gix-date",
672 "gix-diff",
673 "gix-dir",
674 "gix-discover",
675 "gix-error",
676 "gix-features",
677 "gix-filter",
678 "gix-fs",
679 "gix-glob",
680 "gix-hash",
681 "gix-hashtable",
682 "gix-ignore",
683 "gix-index",
684 "gix-lock",
685 "gix-mailmap",
686 "gix-merge",
687 "gix-negotiate",
688 "gix-note",
689 "gix-object",
690 "gix-odb",
691 "gix-pack",
692 "gix-path",
693 "gix-pathspec",
694 "gix-prompt",
695 "gix-protocol",
696 "gix-quote",
697 "gix-ref",
698 "gix-refspec",
699 "gix-revision",
700 "gix-revwalk",
701 "gix-sec",
702 "gix-shallow",
703 "gix-status",
704 "gix-submodule",
705 "gix-tempfile",
706 "gix-trace",
707 "gix-traverse",
708 "gix-url",
709 "gix-utils",
710 "gix-validate",
711 "gix-worktree",
712 "gix-worktree-state",
713 "gix-worktree-stream",
714 "gix-zlib",
715 "nonempty",
716 "parking_lot",
717 "regex",
718 "signal-hook",
719 "smallvec",
720 "thiserror",
721]
722
723[[package]]
724name = "gix-actor"
725version = "0.42.0"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "e37efa99929ac62f980fb1a7dcd09dea85b3aa6ead6ba0498362add3f4e698de"
728dependencies = [
729 "bstr",
730 "gix-date",
731 "gix-error",
732]
733
734[[package]]
735name = "gix-archive"
736version = "0.36.1"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "1c4ef97efd3920d3525104c5f253dec94dc935f953a50055954939177aed2cdd"
739dependencies = [
740 "bstr",
741 "gix-date",
742 "gix-error",
743 "gix-object",
744 "gix-worktree-stream",
745]
746
747[[package]]
748name = "gix-attributes"
749version = "0.35.0"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "76b83782ac69ae28921a6e8fbcf2e24069613f1518030b97ae622b079abffa54"
752dependencies = [
753 "bstr",
754 "gix-features",
755 "gix-glob",
756 "gix-path",
757 "gix-quote",
758 "gix-trace",
759 "smallvec",
760 "thiserror",
761 "unicode-bom",
762]
763
764[[package]]
765name = "gix-bitmap"
766version = "0.4.0"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "f17013c7ef5cb95ebb4bf4978201e6a8a42ffea9d666fd5388f1b7e742307d80"
769dependencies = [
770 "gix-error",
771]
772
773[[package]]
774name = "gix-blame"
775version = "0.17.1"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "54fe27f8037c58cb4b6d60fe0aacf7ee2c998633cedf4e989351c07d9a3a575d"
778dependencies = [
779 "gix-commitgraph",
780 "gix-date",
781 "gix-diff",
782 "gix-error",
783 "gix-hash",
784 "gix-object",
785 "gix-revwalk",
786 "gix-trace",
787 "gix-traverse",
788 "gix-worktree",
789 "smallvec",
790 "thiserror",
791]
792
793[[package]]
794name = "gix-chunk"
795version = "0.8.0"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "00e32f938b3745ac93d73bc7490b6a15a661b2fc81973bfe90e275cc53c908e1"
798dependencies = [
799 "gix-error",
800]
801
802[[package]]
803name = "gix-command"
804version = "0.10.0"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "0d96b8e8423ce2665232bda1b682a62541f07ab801ffad69a034ef962bed3244"
807dependencies = [
808 "bstr",
809 "gix-path",
810 "gix-quote",
811 "gix-trace",
812 "shell-words",
813]
814
815[[package]]
816name = "gix-commitgraph"
817version = "0.39.0"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "6b93c9fb1f5be01bba54a7a3b7455d359efc68555539c75ef74b8021bb6db497"
820dependencies = [
821 "bstr",
822 "gix-chunk",
823 "gix-error",
824 "gix-hash",
825 "memmap2",
826 "nonempty",
827]
828
829[[package]]
830name = "gix-config"
831version = "0.60.0"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "f973c28c0a4871a7926fc90c8377d4458fd6cbb19692f56582b4d2022313ae90"
834dependencies = [
835 "bstr",
836 "gix-config-value",
837 "gix-features",
838 "gix-glob",
839 "gix-path",
840 "gix-ref",
841 "gix-sec",
842 "gix-utils",
843 "smallvec",
844 "thiserror",
845 "unicode-bom",
846]
847
848[[package]]
849name = "gix-config-value"
850version = "0.19.1"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "6f6af5321bfd3711a279d6b244d58532ba1cfabf9eb6374791f19929d8970082"
853dependencies = [
854 "bitflags 2.13.1",
855 "bstr",
856 "gix-path",
857 "libc",
858 "thiserror",
859]
860
861[[package]]
862name = "gix-credentials"
863version = "0.40.0"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "16c11822054fd4b80a1ab722b703f2e7c691b20484d898374289b742c1f49e50"
866dependencies = [
867 "bstr",
868 "gix-command",
869 "gix-config-value",
870 "gix-date",
871 "gix-path",
872 "gix-prompt",
873 "gix-quote",
874 "gix-sec",
875 "gix-trace",
876 "gix-url",
877 "thiserror",
878]
879
880[[package]]
881name = "gix-date"
882version = "0.16.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "e63d9aa18f29facd571c8953e66224ee0075b9e16622024794555ed4acceea85"
885dependencies = [
886 "bstr",
887 "gix-error",
888 "itoa",
889 "jiff",
890]
891
892[[package]]
893name = "gix-diff"
894version = "0.67.1"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "1b1689ff5ddeee4acfb2a43e875a1072a76d208624b15a9065c938b39cb0da2a"
897dependencies = [
898 "bstr",
899 "gix-attributes",
900 "gix-command",
901 "gix-filter",
902 "gix-fs",
903 "gix-hash",
904 "gix-imara-diff",
905 "gix-index",
906 "gix-object",
907 "gix-path",
908 "gix-pathspec",
909 "gix-tempfile",
910 "gix-trace",
911 "gix-traverse",
912 "gix-worktree",
913 "thiserror",
914]
915
916[[package]]
917name = "gix-dir"
918version = "0.29.1"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "8342d5eb0ea054ed6ef807e628e38f06dd51eceeec9529767d8b23e33eff9c09"
921dependencies = [
922 "bstr",
923 "gix-discover",
924 "gix-fs",
925 "gix-ignore",
926 "gix-index",
927 "gix-object",
928 "gix-path",
929 "gix-pathspec",
930 "gix-trace",
931 "gix-utils",
932 "gix-worktree",
933 "thiserror",
934]
935
936[[package]]
937name = "gix-discover"
938version = "0.55.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "ec32a30ec2934735599c2545f30067e80bd255fd3454b52a5d59bc02b52874a3"
941dependencies = [
942 "bstr",
943 "dunce",
944 "gix-fs",
945 "gix-path",
946 "gix-ref",
947 "gix-sec",
948 "thiserror",
949]
950
951[[package]]
952name = "gix-error"
953version = "0.3.1"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "e73b2794a6a746953c24d4ed51e4d408b83d8d599ed4e5c39a47736d75687cf0"
956dependencies = [
957 "bstr",
958]
959
960[[package]]
961name = "gix-features"
962version = "0.49.1"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "39c0e59d9d253dcccc38c3a46b91bfb9b46bd63eed54fe1a719e12194884d52a"
965dependencies = [
966 "bytes",
967 "bytesize",
968 "crc32fast",
969 "crossbeam-channel",
970 "gix-path",
971 "gix-trace",
972 "gix-utils",
973 "libc",
974 "once_cell",
975 "parking_lot",
976 "prodash",
977 "walkdir",
978]
979
980[[package]]
981name = "gix-filter"
982version = "0.34.0"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "9c30b28d957e2e6f1e1bbfbfd26b8e0bb0aab68d8a5e730fb4fd3049943575e3"
985dependencies = [
986 "bstr",
987 "encoding_rs",
988 "gix-attributes",
989 "gix-command",
990 "gix-hash",
991 "gix-object",
992 "gix-packetline",
993 "gix-path",
994 "gix-quote",
995 "gix-trace",
996 "gix-utils",
997 "smallvec",
998 "thiserror",
999]
1000
1001[[package]]
1002name = "gix-fs"
1003version = "0.22.1"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "ebcfa9fd253f25350a3b21b3dd74034a446098e373c6123d4cee3519894f12ef"
1006dependencies = [
1007 "bstr",
1008 "gix-features",
1009 "gix-path",
1010 "gix-utils",
1011 "thiserror",
1012]
1013
1014[[package]]
1015name = "gix-glob"
1016version = "0.27.1"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "b417cf515fd8c91468b578071f76d6cba716f8a1eccd853906bff4908b2c1413"
1019dependencies = [
1020 "bitflags 2.13.1",
1021 "bstr",
1022 "gix-features",
1023 "gix-path",
1024]
1025
1026[[package]]
1027name = "gix-hash"
1028version = "0.26.2"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "380b9c423a54f0821064b954b5a5ab25c660812f6a91da03c3f1cb4b10762aa5"
1031dependencies = [
1032 "faster-hex",
1033 "gix-features",
1034 "sha1-checked",
1035 "sha2 0.11.0",
1036 "thiserror",
1037]
1038
1039[[package]]
1040name = "gix-hashtable"
1041version = "0.16.0"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "78fccd6fea3bcf0b39c076bae60ae49b08daaf538b950202101a981f9d3c01d3"
1044dependencies = [
1045 "gix-hash",
1046 "hashbrown 0.17.1",
1047 "parking_lot",
1048]
1049
1050[[package]]
1051name = "gix-ignore"
1052version = "0.22.1"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "65859a2f7de5e159d4344a5486ebf53b6bac22d5ec6afa836e47c10ae88a7f0f"
1055dependencies = [
1056 "bstr",
1057 "gix-glob",
1058 "gix-path",
1059 "gix-trace",
1060 "unicode-bom",
1061]
1062
1063[[package]]
1064name = "gix-imara-diff"
1065version = "0.2.5"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "1c91d8cffac8849493a82233811bd02b2b183b8cf39bf704de0fa0841b737595"
1068dependencies = [
1069 "bstr",
1070 "hashbrown 0.16.1",
1071]
1072
1073[[package]]
1074name = "gix-index"
1075version = "0.55.0"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "632e16cb48b0e88a747e106924cb2765194105d8070a7a961b0d080ed806c632"
1078dependencies = [
1079 "bitflags 2.13.1",
1080 "bstr",
1081 "filetime",
1082 "fnv",
1083 "gix-bitmap",
1084 "gix-features",
1085 "gix-fs",
1086 "gix-hash",
1087 "gix-lock",
1088 "gix-object",
1089 "gix-traverse",
1090 "gix-utils",
1091 "gix-validate",
1092 "hashbrown 0.17.1",
1093 "itoa",
1094 "libc",
1095 "memmap2",
1096 "rustix",
1097 "smallvec",
1098 "thiserror",
1099]
1100
1101[[package]]
1102name = "gix-lock"
1103version = "24.0.0"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "d4c69157820343bf1c6e4b88b9808e920900de02e18aaf5862b30ada43814848"
1106dependencies = [
1107 "gix-tempfile",
1108 "gix-utils",
1109 "thiserror",
1110]
1111
1112[[package]]
1113name = "gix-macros"
1114version = "0.1.6"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "d3836b4b051393464a753c5a08fe19c7ce0d8b77574a92bd558972941d4553cb"
1117dependencies = [
1118 "proc-macro2",
1119 "quote",
1120 "syn 2.0.119",
1121]
1122
1123[[package]]
1124name = "gix-mailmap"
1125version = "0.34.1"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "1a1c6ca2f9481e5e98b3600b859bc595d46cdf3b600709d5f91b8c118ae452a1"
1128dependencies = [
1129 "bstr",
1130 "gix-actor",
1131 "gix-date",
1132 "gix-error",
1133]
1134
1135[[package]]
1136name = "gix-merge"
1137version = "0.20.1"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "72fad4279c940a0fa460ffdf3a3c0e48b7ca5ccb2b08f51a02b22ffcd1efb900"
1140dependencies = [
1141 "bstr",
1142 "gix-command",
1143 "gix-diff",
1144 "gix-filter",
1145 "gix-fs",
1146 "gix-hash",
1147 "gix-imara-diff",
1148 "gix-index",
1149 "gix-object",
1150 "gix-path",
1151 "gix-quote",
1152 "gix-revision",
1153 "gix-revwalk",
1154 "gix-tempfile",
1155 "gix-trace",
1156 "gix-worktree",
1157 "nonempty",
1158 "thiserror",
1159]
1160
1161[[package]]
1162name = "gix-negotiate"
1163version = "0.35.1"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "91068ecee956121d663635b873ae87ad9c5d3f2d6788facfd12829140b39c897"
1166dependencies = [
1167 "bitflags 2.13.1",
1168 "gix-commitgraph",
1169 "gix-date",
1170 "gix-hash",
1171 "gix-object",
1172 "gix-revwalk",
1173]
1174
1175[[package]]
1176name = "gix-note"
1177version = "0.1.1"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "9af6bbdb3f3c62b4920407c479af1cc0beb27fd75a762782d48baed53d330958"
1180dependencies = [
1181 "gix-error",
1182 "gix-hash",
1183 "gix-hashtable",
1184 "gix-object",
1185]
1186
1187[[package]]
1188name = "gix-object"
1189version = "0.64.1"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "56fef799ca40cdeab4de5a3e74a696d8fa9b9c6264592646bf022e026f13ce2c"
1192dependencies = [
1193 "bstr",
1194 "gix-actor",
1195 "gix-command",
1196 "gix-date",
1197 "gix-features",
1198 "gix-hash",
1199 "gix-hashtable",
1200 "gix-tempfile",
1201 "gix-utils",
1202 "gix-validate",
1203 "itoa",
1204 "smallvec",
1205 "thiserror",
1206]
1207
1208[[package]]
1209name = "gix-odb"
1210version = "0.84.0"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "cf45d195b71cb6363886e7b466821bf4dffd7aba1b6b814ff75488e0061d72a7"
1213dependencies = [
1214 "arc-swap",
1215 "gix-features",
1216 "gix-fs",
1217 "gix-hash",
1218 "gix-hashtable",
1219 "gix-object",
1220 "gix-pack",
1221 "gix-path",
1222 "gix-quote",
1223 "gix-zlib",
1224 "memmap2",
1225 "parking_lot",
1226 "tempfile",
1227 "thiserror",
1228]
1229
1230[[package]]
1231name = "gix-pack"
1232version = "0.74.2"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "3d199d515cbdcf05f531f3859be9771fc12acac7b7fe0f5b581b2c1ab1c3a61e"
1235dependencies = [
1236 "clru",
1237 "crossbeam-deque",
1238 "gix-chunk",
1239 "gix-error",
1240 "gix-features",
1241 "gix-hash",
1242 "gix-hashtable",
1243 "gix-object",
1244 "gix-path",
1245 "gix-zlib",
1246 "memmap2",
1247 "smallvec",
1248 "thiserror",
1249 "uluru",
1250]
1251
1252[[package]]
1253name = "gix-packetline"
1254version = "0.22.2"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "792bd92bea390087e6223b18d4d023decc36467de31e6b066b69b94beea1b9e2"
1257dependencies = [
1258 "bstr",
1259 "faster-hex",
1260 "gix-trace",
1261 "thiserror",
1262]
1263
1264[[package]]
1265name = "gix-path"
1266version = "0.12.5"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "2b075e730586bba7341304d6fc1b4efc1d10cf64532622521c0e07f30e661046"
1269dependencies = [
1270 "bstr",
1271 "gix-trace",
1272 "gix-validate",
1273 "thiserror",
1274]
1275
1276[[package]]
1277name = "gix-pathspec"
1278version = "0.20.0"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "c92e44c63ba53bb55aa88ee48847664beae9446417621582fb14dfc69b2f8c72"
1281dependencies = [
1282 "bitflags 2.13.1",
1283 "bstr",
1284 "gix-attributes",
1285 "gix-config-value",
1286 "gix-glob",
1287 "gix-path",
1288 "thiserror",
1289]
1290
1291[[package]]
1292name = "gix-prompt"
1293version = "0.17.0"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "802256e13ecb2133ba5f9e6acbaa6b08bac027b1c5929f85f6adbb56ba3a4f28"
1296dependencies = [
1297 "gix-command",
1298 "gix-config-value",
1299 "parking_lot",
1300 "rustix",
1301 "thiserror",
1302]
1303
1304[[package]]
1305name = "gix-protocol"
1306version = "0.65.1"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "68878c37ae168b474c762d70adc8a8e0f9323ed0d80444a672e2eb561fa16691"
1309dependencies = [
1310 "bstr",
1311 "gix-date",
1312 "gix-features",
1313 "gix-hash",
1314 "gix-macros",
1315 "gix-ref",
1316 "gix-shallow",
1317 "gix-transport",
1318 "gix-utils",
1319 "nonempty",
1320 "thiserror",
1321]
1322
1323[[package]]
1324name = "gix-quote"
1325version = "0.8.0"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "f74795eb76eab8313063849f9cbd2bbcdc6e4692f71c1d7d0244ab11cd777329"
1328dependencies = [
1329 "bstr",
1330 "gix-error",
1331 "gix-utils",
1332]
1333
1334[[package]]
1335name = "gix-ref"
1336version = "0.67.1"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "8328387e7ab354e1dc3afb63e6b4d1866f82d7ce035222bc9d5baaf36bc88020"
1339dependencies = [
1340 "gix-actor",
1341 "gix-features",
1342 "gix-fs",
1343 "gix-hash",
1344 "gix-lock",
1345 "gix-object",
1346 "gix-path",
1347 "gix-tempfile",
1348 "gix-utils",
1349 "gix-validate",
1350 "memmap2",
1351 "thiserror",
1352]
1353
1354[[package]]
1355name = "gix-refspec"
1356version = "0.45.1"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "7de280d46e8fd9e4d3e7e2ab4276b965e377ba68b2b9a8fce56371015e8bb059"
1359dependencies = [
1360 "bstr",
1361 "gix-hash",
1362 "gix-validate",
1363 "smallvec",
1364 "thiserror",
1365]
1366
1367[[package]]
1368name = "gix-revision"
1369version = "0.49.1"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "4577b864c3e134697e91564553e43230c2e401bb1bcc51cfa998edca21c95078"
1372dependencies = [
1373 "bitflags 2.13.1",
1374 "bstr",
1375 "gix-commitgraph",
1376 "gix-date",
1377 "gix-error",
1378 "gix-hash",
1379 "gix-hashtable",
1380 "gix-object",
1381 "gix-revwalk",
1382 "gix-trace",
1383 "nonempty",
1384]
1385
1386[[package]]
1387name = "gix-revwalk"
1388version = "0.35.0"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "248823eefe405e2c0754b74f6f43ab6faab68670cdbf2d6e114cb0471f766450"
1391dependencies = [
1392 "gix-commitgraph",
1393 "gix-date",
1394 "gix-error",
1395 "gix-hash",
1396 "gix-hashtable",
1397 "gix-object",
1398 "smallvec",
1399 "thiserror",
1400]
1401
1402[[package]]
1403name = "gix-sec"
1404version = "0.14.2"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "af4fe6c152c1d50aea36f299825702cd37e303307832fec1d0fdd5844e47ce2f"
1407dependencies = [
1408 "bitflags 2.13.1",
1409 "gix-path",
1410 "libc",
1411 "windows-sys 0.61.2",
1412]
1413
1414[[package]]
1415name = "gix-shallow"
1416version = "0.13.0"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "1ecc9f4b40537043e4bbd7d3d1760e74fb8e7b07a546166b558acaa73ad97f4a"
1419dependencies = [
1420 "bstr",
1421 "gix-hash",
1422 "gix-lock",
1423 "nonempty",
1424 "thiserror",
1425]
1426
1427[[package]]
1428name = "gix-status"
1429version = "0.34.1"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "1401d871c01d82add5a9f654439b00722d0c632b332cd2cb63193f94327c8458"
1432dependencies = [
1433 "bstr",
1434 "filetime",
1435 "gix-diff",
1436 "gix-dir",
1437 "gix-features",
1438 "gix-filter",
1439 "gix-fs",
1440 "gix-hash",
1441 "gix-index",
1442 "gix-object",
1443 "gix-path",
1444 "gix-pathspec",
1445 "gix-worktree",
1446 "hashbrown 0.16.1",
1447 "portable-atomic",
1448 "thiserror",
1449 "windows-sys 0.61.2",
1450]
1451
1452[[package]]
1453name = "gix-submodule"
1454version = "0.34.0"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "da85564d6725c483b8d95d7b31d1db0b78c29e462a2b481949e2f18e1ed55a6a"
1457dependencies = [
1458 "bstr",
1459 "gix-config",
1460 "gix-path",
1461 "gix-pathspec",
1462 "gix-refspec",
1463 "gix-url",
1464 "thiserror",
1465]
1466
1467[[package]]
1468name = "gix-tempfile"
1469version = "24.0.0"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "b675b920bd5a61d17ad542772f03ec34c60feb8ff683e1560c03ae967363731e"
1472dependencies = [
1473 "dashmap",
1474 "gix-fs",
1475 "libc",
1476 "parking_lot",
1477 "signal-hook",
1478 "signal-hook-registry",
1479 "tempfile",
1480]
1481
1482[[package]]
1483name = "gix-trace"
1484version = "0.1.21"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "be3eb81d9dc914335923e50d52829c551feefd6a72d176c4130c546b67a60814"
1487
1488[[package]]
1489name = "gix-transport"
1490version = "0.59.1"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "b1295b6ada647b5b4ac6eb123d95a82ee80aef11a7d9db6ea9cb38dcbd411362"
1493dependencies = [
1494 "bstr",
1495 "gix-command",
1496 "gix-features",
1497 "gix-packetline",
1498 "gix-path",
1499 "gix-quote",
1500 "gix-sec",
1501 "gix-url",
1502 "thiserror",
1503]
1504
1505[[package]]
1506name = "gix-traverse"
1507version = "0.61.0"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "9af3503668739f4de5dba57fe15cfd9adc443b08bcbbf195e5de16b648872245"
1510dependencies = [
1511 "bitflags 2.13.1",
1512 "gix-commitgraph",
1513 "gix-date",
1514 "gix-hash",
1515 "gix-hashtable",
1516 "gix-object",
1517 "gix-revwalk",
1518 "smallvec",
1519 "thiserror",
1520]
1521
1522[[package]]
1523name = "gix-url"
1524version = "0.38.0"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "5bda80ccb4bc81fb9fb07a975916eb0c7a889bcbcb0c8a239c3f82a9cc2abdda"
1527dependencies = [
1528 "bstr",
1529 "gix-path",
1530 "gix-utils",
1531 "percent-encoding",
1532 "thiserror",
1533]
1534
1535[[package]]
1536name = "gix-utils"
1537version = "0.3.6"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "0da1c46491b49458a446cc76f0085860f8164c2290742e0aa8c653ce67240a97"
1540dependencies = [
1541 "bstr",
1542 "fastrand",
1543 "getrandom 0.4.3",
1544 "unicode-normalization",
1545]
1546
1547[[package]]
1548name = "gix-validate"
1549version = "0.11.4"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "4dae8780f63ed8a803b8bdabbd7aa5f5c5d74592c8b50eed875c1bb4f6545a6a"
1552dependencies = [
1553 "bstr",
1554]
1555
1556[[package]]
1557name = "gix-worktree"
1558version = "0.56.0"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "3ed36b627476e2072c129900a17c977a38052b5497e27308159bc881fbf4eecf"
1561dependencies = [
1562 "bstr",
1563 "gix-attributes",
1564 "gix-features",
1565 "gix-fs",
1566 "gix-glob",
1567 "gix-hash",
1568 "gix-ignore",
1569 "gix-index",
1570 "gix-object",
1571 "gix-path",
1572 "gix-validate",
1573]
1574
1575[[package]]
1576name = "gix-worktree-state"
1577version = "0.34.1"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "4c14faa5b9527823c656a033e841dde11ca5b774f1bca7a9cdc23db677e55d56"
1580dependencies = [
1581 "bstr",
1582 "gix-features",
1583 "gix-filter",
1584 "gix-fs",
1585 "gix-index",
1586 "gix-object",
1587 "gix-path",
1588 "gix-worktree",
1589 "io-close",
1590 "thiserror",
1591]
1592
1593[[package]]
1594name = "gix-worktree-stream"
1595version = "0.36.1"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "de5ec0ccbab39c9994656ea031ded8ffd90b370a3cc8e360fbe3c4ebe7c64964"
1598dependencies = [
1599 "gix-attributes",
1600 "gix-error",
1601 "gix-features",
1602 "gix-filter",
1603 "gix-fs",
1604 "gix-hash",
1605 "gix-object",
1606 "gix-path",
1607 "gix-traverse",
1608 "parking_lot",
1609]
1610
1611[[package]]
1612name = "gix-zlib"
1613version = "0.1.0"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "3e8813f5579b3075ff9c90f7c59cd2b62b4ebb639361f0911648b22d7446cc7c"
1616dependencies = [
1617 "thiserror",
1618 "zlib-rs",
1619]
1620
1621[[package]]
1622name = "hash32"
1623version = "0.3.1"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
1626dependencies = [
1627 "byteorder",
1628]
1629
1630[[package]]
1631name = "hashbrown"
1632version = "0.14.5"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1635
1636[[package]]
1637name = "hashbrown"
1638version = "0.15.5"
1639source = "registry+https://github.com/rust-lang/crates.io-index"
1640checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1641dependencies = [
1642 "foldhash 0.1.5",
1643]
1644
1645[[package]]
1646name = "hashbrown"
1647version = "0.16.1"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1650dependencies = [
1651 "allocator-api2",
1652 "equivalent",
1653 "foldhash 0.2.0",
1654]
1655
1656[[package]]
1657name = "hashbrown"
1658version = "0.17.1"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1661dependencies = [
1662 "allocator-api2",
1663 "equivalent",
1664 "foldhash 0.2.0",
1665]
1666
1667[[package]]
1668name = "heapless"
1669version = "0.8.0"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
1672dependencies = [
1673 "hash32",
1674 "stable_deref_trait",
1675]
1676
1677[[package]]
1678name = "heck"
1679version = "0.5.0"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1682
1683[[package]]
1684name = "html-escape"
1685version = "0.2.15"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "c9356095b4b41197bba32173600e1582792cda618f65d12f68e2e77d273413c5"
1688
1689[[package]]
1690name = "http"
1691version = "1.5.0"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
1694dependencies = [
1695 "bytes",
1696 "itoa",
1697]
1698
1699[[package]]
1700name = "http-body"
1701version = "1.1.0"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
1704dependencies = [
1705 "bytes",
1706 "http",
1707]
1708
1709[[package]]
1710name = "http-body-util"
1711version = "0.1.5"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
1714dependencies = [
1715 "bytes",
1716 "futures-core",
1717 "http",
1718 "http-body",
1719 "pin-project-lite",
1720]
1721
1722[[package]]
1723name = "httparse"
1724version = "1.10.1"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1727
1728[[package]]
1729name = "httpdate"
1730version = "1.0.3"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1733
1734[[package]]
1735name = "human_format"
1736version = "1.2.1"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "eaec953f16e5bcf6b8a3cb3aa959b17e5577dbd2693e94554c462c08be22624b"
1739
1740[[package]]
1741name = "hybrid-array"
1742version = "0.4.14"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b"
1745dependencies = [
1746 "typenum",
1747]
1748
1749[[package]]
1750name = "hyper"
1751version = "1.11.1"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "27b501faa50e7a26c3d3560ca625132f4078a17771f4810baf70475ae48cbe43"
1754dependencies = [
1755 "atomic-waker",
1756 "bytes",
1757 "futures-channel",
1758 "futures-core",
1759 "http",
1760 "http-body",
1761 "httparse",
1762 "httpdate",
1763 "itoa",
1764 "pin-project-lite",
1765 "smallvec",
1766 "tokio",
1767]
1768
1769[[package]]
1770name = "hyper-util"
1771version = "0.1.20"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1774dependencies = [
1775 "bytes",
1776 "http",
1777 "http-body",
1778 "hyper",
1779 "pin-project-lite",
1780 "tokio",
1781 "tower-service",
1782]
1783
1784[[package]]
1785name = "include_dir"
1786version = "0.7.4"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
1789dependencies = [
1790 "include_dir_macros",
1791]
1792
1793[[package]]
1794name = "include_dir_macros"
1795version = "0.7.4"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
1798dependencies = [
1799 "proc-macro2",
1800 "quote",
1801]
1802
1803[[package]]
1804name = "indexmap"
1805version = "2.14.1"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "07aa2048142242915a31d35844fb311e0e53fcca590c3a0a40dcf1b841fa09eb"
1808dependencies = [
1809 "equivalent",
1810 "hashbrown 0.17.1",
1811]
1812
1813[[package]]
1814name = "io-close"
1815version = "0.3.7"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
1818dependencies = [
1819 "libc",
1820 "winapi",
1821]
1822
1823[[package]]
1824name = "is_terminal_polyfill"
1825version = "1.70.2"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1828
1829[[package]]
1830name = "itoa"
1831version = "1.0.18"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1834
1835[[package]]
1836name = "jiff"
1837version = "0.2.35"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc"
1840dependencies = [
1841 "defmt",
1842 "jiff-core",
1843 "jiff-static",
1844 "jiff-tzdb-platform",
1845 "log",
1846 "portable-atomic",
1847 "portable-atomic-util",
1848 "serde_core",
1849 "windows-link",
1850]
1851
1852[[package]]
1853name = "jiff-core"
1854version = "0.1.0"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09"
1857dependencies = [
1858 "defmt",
1859]
1860
1861[[package]]
1862name = "jiff-static"
1863version = "0.2.35"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204"
1866dependencies = [
1867 "jiff-core",
1868 "proc-macro2",
1869 "quote",
1870 "syn 2.0.119",
1871]
1872
1873[[package]]
1874name = "jiff-tzdb"
1875version = "0.1.8"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "142bd39932ad231f10513df9ab62661fead8719872150b7ad02a2df79f4e141e"
1878
1879[[package]]
1880name = "jiff-tzdb-platform"
1881version = "0.1.3"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
1884dependencies = [
1885 "jiff-tzdb",
1886]
1887
1888[[package]]
1889name = "libc"
1890version = "0.2.189"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
1893
1894[[package]]
1895name = "libm"
1896version = "0.2.16"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1899
1900[[package]]
1901name = "linux-raw-sys"
1902version = "0.12.1"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1905
1906[[package]]
1907name = "lock_api"
1908version = "0.4.14"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1911dependencies = [
1912 "scopeguard",
1913]
1914
1915[[package]]
1916name = "log"
1917version = "0.4.34"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
1920
1921[[package]]
1922name = "matchit"
1923version = "0.8.4"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1926
1927[[package]]
1928name = "memchr"
1929version = "2.8.3"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
1932
1933[[package]]
1934name = "memmap2"
1935version = "0.9.11"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
1938dependencies = [
1939 "libc",
1940]
1941
1942[[package]]
1943name = "mime"
1944version = "0.3.17"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1947
1948[[package]]
1949name = "mime_guess"
1950version = "2.0.5"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1953dependencies = [
1954 "mime",
1955 "unicase",
1956]
1957
1958[[package]]
1959name = "minreq"
1960version = "2.14.1"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "05015102dad0f7d61691ca347e9d9d9006685a64aefb3d79eecf62665de2153d"
1963dependencies = [
1964 "rustls",
1965 "rustls-webpki",
1966 "webpki-roots",
1967]
1968
1969[[package]]
1970name = "mio"
1971version = "1.2.2"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
1974dependencies = [
1975 "libc",
1976 "wasi",
1977 "windows-sys 0.61.2",
1978]
1979
1980[[package]]
1981name = "nonempty"
1982version = "0.12.0"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6"
1985
1986[[package]]
1987name = "once_cell"
1988version = "1.21.4"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1991
1992[[package]]
1993name = "once_cell_polyfill"
1994version = "1.70.2"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1997
1998[[package]]
1999name = "parking"
2000version = "2.2.1"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2003
2004[[package]]
2005name = "parking_lot"
2006version = "0.12.5"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2009dependencies = [
2010 "lock_api",
2011 "parking_lot_core",
2012]
2013
2014[[package]]
2015name = "parking_lot_core"
2016version = "0.9.12"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2019dependencies = [
2020 "cfg-if",
2021 "libc",
2022 "redox_syscall",
2023 "smallvec",
2024 "windows-link",
2025]
2026
2027[[package]]
2028name = "percent-encoding"
2029version = "2.3.2"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2032
2033[[package]]
2034name = "pin-project-lite"
2035version = "0.2.17"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2038
2039[[package]]
2040name = "pollster"
2041version = "0.4.0"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
2044
2045[[package]]
2046name = "portable-atomic"
2047version = "1.15.0"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
2050
2051[[package]]
2052name = "portable-atomic-util"
2053version = "0.2.7"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
2056dependencies = [
2057 "portable-atomic",
2058]
2059
2060[[package]]
2061name = "proc-macro2"
2062version = "1.0.107"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
2065dependencies = [
2066 "unicode-ident",
2067]
2068
2069[[package]]
2070name = "prodash"
2071version = "31.0.0"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c"
2074dependencies = [
2075 "bytesize",
2076 "human_format",
2077 "parking_lot",
2078]
2079
2080[[package]]
2081name = "pulldown-cmark"
2082version = "0.13.4"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e"
2085dependencies = [
2086 "bitflags 2.13.1",
2087 "memchr",
2088 "pulldown-cmark-escape",
2089 "unicase",
2090]
2091
2092[[package]]
2093name = "pulldown-cmark-escape"
2094version = "0.11.0"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
2097
2098[[package]]
2099name = "quote"
2100version = "1.0.47"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
2103dependencies = [
2104 "proc-macro2",
2105]
2106
2107[[package]]
2108name = "r-efi"
2109version = "6.0.0"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2112
2113[[package]]
2114name = "rayon"
2115version = "1.12.0"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
2118dependencies = [
2119 "either",
2120 "rayon-core",
2121]
2122
2123[[package]]
2124name = "rayon-core"
2125version = "1.13.0"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
2128dependencies = [
2129 "crossbeam-deque",
2130 "crossbeam-utils",
2131]
2132
2133[[package]]
2134name = "redox_syscall"
2135version = "0.5.18"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2138dependencies = [
2139 "bitflags 2.13.1",
2140]
2141
2142[[package]]
2143name = "regex"
2144version = "1.13.1"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
2147dependencies = [
2148 "aho-corasick",
2149 "memchr",
2150 "regex-automata",
2151 "regex-syntax",
2152]
2153
2154[[package]]
2155name = "regex-automata"
2156version = "0.4.18"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
2159dependencies = [
2160 "aho-corasick",
2161 "memchr",
2162 "regex-syntax",
2163]
2164
2165[[package]]
2166name = "regex-syntax"
2167version = "0.8.11"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
2170
2171[[package]]
2172name = "ring"
2173version = "0.17.14"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2176dependencies = [
2177 "cc",
2178 "cfg-if",
2179 "getrandom 0.2.17",
2180 "libc",
2181 "untrusted",
2182 "windows-sys 0.52.0",
2183]
2184
2185[[package]]
2186name = "rustix"
2187version = "1.1.4"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2190dependencies = [
2191 "bitflags 2.13.1",
2192 "errno",
2193 "libc",
2194 "linux-raw-sys",
2195 "windows-sys 0.61.2",
2196]
2197
2198[[package]]
2199name = "rustls"
2200version = "0.21.12"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
2203dependencies = [
2204 "log",
2205 "ring",
2206 "rustls-webpki",
2207 "sct",
2208]
2209
2210[[package]]
2211name = "rustls-webpki"
2212version = "0.101.7"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
2215dependencies = [
2216 "ring",
2217 "untrusted",
2218]
2219
2220[[package]]
2221name = "rustversion"
2222version = "1.0.23"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
2225
2226[[package]]
2227name = "ryu"
2228version = "1.0.23"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2231
2232[[package]]
2233name = "same-file"
2234version = "1.0.6"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2237dependencies = [
2238 "winapi-util",
2239]
2240
2241[[package]]
2242name = "scopeguard"
2243version = "1.2.0"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2246
2247[[package]]
2248name = "sct"
2249version = "0.7.1"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
2252dependencies = [
2253 "ring",
2254 "untrusted",
2255]
2256
2257[[package]]
2258name = "serde"
2259version = "1.0.229"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
2262dependencies = [
2263 "serde_core",
2264 "serde_derive",
2265]
2266
2267[[package]]
2268name = "serde_core"
2269version = "1.0.229"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
2272dependencies = [
2273 "serde_derive",
2274]
2275
2276[[package]]
2277name = "serde_derive"
2278version = "1.0.229"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
2281dependencies = [
2282 "proc-macro2",
2283 "quote",
2284 "syn 3.0.4",
2285]
2286
2287[[package]]
2288name = "serde_json"
2289version = "1.0.151"
2290source = "registry+https://github.com/rust-lang/crates.io-index"
2291checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
2292dependencies = [
2293 "itoa",
2294 "memchr",
2295 "serde",
2296 "serde_core",
2297 "zmij",
2298]
2299
2300[[package]]
2301name = "serde_path_to_error"
2302version = "0.1.20"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2305dependencies = [
2306 "itoa",
2307 "serde",
2308 "serde_core",
2309]
2310
2311[[package]]
2312name = "serde_urlencoded"
2313version = "0.7.1"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2316dependencies = [
2317 "form_urlencoded",
2318 "itoa",
2319 "ryu",
2320 "serde",
2321]
2322
2323[[package]]
2324name = "sha1"
2325version = "0.10.7"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
2328dependencies = [
2329 "cfg-if",
2330 "cpufeatures 0.2.17",
2331 "digest 0.10.7",
2332]
2333
2334[[package]]
2335name = "sha1-checked"
2336version = "0.10.0"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
2339dependencies = [
2340 "digest 0.10.7",
2341 "sha1",
2342]
2343
2344[[package]]
2345name = "sha2"
2346version = "0.10.9"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2349dependencies = [
2350 "cfg-if",
2351 "cpufeatures 0.2.17",
2352 "digest 0.10.7",
2353]
2354
2355[[package]]
2356name = "sha2"
2357version = "0.11.0"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
2360dependencies = [
2361 "cfg-if",
2362 "cpufeatures 0.3.1",
2363 "digest 0.11.3",
2364]
2365
2366[[package]]
2367name = "shell-words"
2368version = "1.1.1"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
2371
2372[[package]]
2373name = "shlex"
2374version = "2.0.1"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
2377
2378[[package]]
2379name = "signal-hook"
2380version = "0.4.4"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d"
2383dependencies = [
2384 "libc",
2385 "signal-hook-registry",
2386]
2387
2388[[package]]
2389name = "signal-hook-registry"
2390version = "1.4.8"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2393dependencies = [
2394 "errno",
2395 "libc",
2396]
2397
2398[[package]]
2399name = "slab"
2400version = "0.4.12"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2403
2404[[package]]
2405name = "smallvec"
2406version = "1.15.2"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
2409
2410[[package]]
2411name = "socket2"
2412version = "0.6.5"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
2415dependencies = [
2416 "libc",
2417 "windows-sys 0.61.2",
2418]
2419
2420[[package]]
2421name = "sorcery"
2422version = "0.1.0"
2423dependencies = [
2424 "anyhow",
2425 "arborium-highlight",
2426 "arbrisseau",
2427 "arc-swap",
2428 "axum",
2429 "clap",
2430 "flate2",
2431 "gix",
2432 "html-escape",
2433 "include_dir",
2434 "mime_guess",
2435 "minreq",
2436 "percent-encoding",
2437 "pollster",
2438 "pulldown-cmark",
2439 "rayon",
2440 "serde",
2441 "serde_json",
2442 "sha2 0.10.9",
2443 "tokio",
2444 "tokio-util",
2445]
2446
2447[[package]]
2448name = "spin"
2449version = "0.9.9"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
2452
2453[[package]]
2454name = "stable_deref_trait"
2455version = "1.2.1"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2458
2459[[package]]
2460name = "string-interner"
2461version = "0.19.0"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "23de088478b31c349c9ba67816fa55d9355232d63c3afea8bf513e31f0f1d2c0"
2464dependencies = [
2465 "hashbrown 0.15.5",
2466 "serde",
2467]
2468
2469[[package]]
2470name = "strsim"
2471version = "0.11.1"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2474
2475[[package]]
2476name = "syn"
2477version = "2.0.119"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
2480dependencies = [
2481 "proc-macro2",
2482 "quote",
2483 "unicode-ident",
2484]
2485
2486[[package]]
2487name = "syn"
2488version = "3.0.4"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f"
2491dependencies = [
2492 "proc-macro2",
2493 "quote",
2494 "unicode-ident",
2495]
2496
2497[[package]]
2498name = "sync_wrapper"
2499version = "1.0.2"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2502
2503[[package]]
2504name = "tempfile"
2505version = "3.27.0"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2508dependencies = [
2509 "fastrand",
2510 "getrandom 0.4.3",
2511 "once_cell",
2512 "rustix",
2513 "windows-sys 0.61.2",
2514]
2515
2516[[package]]
2517name = "thiserror"
2518version = "2.0.20"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
2521dependencies = [
2522 "thiserror-impl",
2523]
2524
2525[[package]]
2526name = "thiserror-impl"
2527version = "2.0.20"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
2530dependencies = [
2531 "proc-macro2",
2532 "quote",
2533 "syn 3.0.4",
2534]
2535
2536[[package]]
2537name = "tinyvec"
2538version = "1.12.0"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
2541dependencies = [
2542 "tinyvec_macros",
2543]
2544
2545[[package]]
2546name = "tinyvec_macros"
2547version = "0.1.1"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2550
2551[[package]]
2552name = "tokio"
2553version = "1.53.1"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
2556dependencies = [
2557 "bytes",
2558 "libc",
2559 "mio",
2560 "pin-project-lite",
2561 "signal-hook-registry",
2562 "socket2",
2563 "tokio-macros",
2564 "windows-sys 0.61.2",
2565]
2566
2567[[package]]
2568name = "tokio-macros"
2569version = "2.7.2"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
2572dependencies = [
2573 "proc-macro2",
2574 "quote",
2575 "syn 3.0.4",
2576]
2577
2578[[package]]
2579name = "tokio-util"
2580version = "0.7.19"
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
2583dependencies = [
2584 "bytes",
2585 "futures-core",
2586 "futures-sink",
2587 "pin-project-lite",
2588 "tokio",
2589]
2590
2591[[package]]
2592name = "tower"
2593version = "0.5.3"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
2595checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2596dependencies = [
2597 "futures-core",
2598 "futures-util",
2599 "pin-project-lite",
2600 "sync_wrapper",
2601 "tokio",
2602 "tower-layer",
2603 "tower-service",
2604 "tracing",
2605]
2606
2607[[package]]
2608name = "tower-layer"
2609version = "0.3.3"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2612
2613[[package]]
2614name = "tower-service"
2615version = "0.3.3"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2618
2619[[package]]
2620name = "tracing"
2621version = "0.1.44"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2624dependencies = [
2625 "log",
2626 "pin-project-lite",
2627 "tracing-core",
2628]
2629
2630[[package]]
2631name = "tracing-core"
2632version = "0.1.36"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2635dependencies = [
2636 "once_cell",
2637]
2638
2639[[package]]
2640name = "typenum"
2641version = "1.20.1"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2644
2645[[package]]
2646name = "uluru"
2647version = "3.1.0"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
2650dependencies = [
2651 "arrayvec",
2652]
2653
2654[[package]]
2655name = "unicase"
2656version = "2.9.0"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
2659
2660[[package]]
2661name = "unicode-bom"
2662version = "2.0.3"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
2665
2666[[package]]
2667name = "unicode-ident"
2668version = "1.0.24"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2671
2672[[package]]
2673name = "unicode-normalization"
2674version = "0.1.25"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2677dependencies = [
2678 "tinyvec",
2679]
2680
2681[[package]]
2682name = "untrusted"
2683version = "0.9.0"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2686
2687[[package]]
2688name = "utf8parse"
2689version = "0.2.2"
2690source = "registry+https://github.com/rust-lang/crates.io-index"
2691checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2692
2693[[package]]
2694name = "version_check"
2695version = "0.9.5"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2698
2699[[package]]
2700name = "walkdir"
2701version = "2.5.0"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2704dependencies = [
2705 "same-file",
2706 "winapi-util",
2707]
2708
2709[[package]]
2710name = "wasi"
2711version = "0.11.1+wasi-snapshot-preview1"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2714
2715[[package]]
2716name = "wasmi"
2717version = "2.0.0"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "78693fcdd618e0fc34af59c6b8efa9ac5d58c68df940beff4bedddb6acfe7c27"
2720dependencies = [
2721 "spin",
2722 "wasmi_collections",
2723 "wasmi_core",
2724 "wasmi_ir",
2725 "wasmparser",
2726]
2727
2728[[package]]
2729name = "wasmi_collections"
2730version = "2.0.0"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "8a8be2aa467cf2d29e96ff759472c36eeb44a3c81c67fc9cb76c9a24c519c557"
2733dependencies = [
2734 "string-interner",
2735]
2736
2737[[package]]
2738name = "wasmi_core"
2739version = "2.0.0"
2740source = "registry+https://github.com/rust-lang/crates.io-index"
2741checksum = "69372d5fda3ea3d1e0aa6603c7888110e0187e88ea17cd8fc2e2df0a0e1f37fa"
2742dependencies = [
2743 "libm",
2744]
2745
2746[[package]]
2747name = "wasmi_ir"
2748version = "2.0.0"
2749source = "registry+https://github.com/rust-lang/crates.io-index"
2750checksum = "8f17b774caa13c618c7244f1ee51fe23c5e7b8538a471fa46d9949779758aed6"
2751dependencies = [
2752 "wasmi_core",
2753]
2754
2755[[package]]
2756name = "wasmparser"
2757version = "0.228.0"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "4abf1132c1fdf747d56bbc1bb52152400c70f336870f968b85e89ea422198ae3"
2760dependencies = [
2761 "bitflags 2.13.1",
2762 "indexmap",
2763]
2764
2765[[package]]
2766name = "webpki-roots"
2767version = "0.25.4"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
2770
2771[[package]]
2772name = "winapi"
2773version = "0.3.9"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2776dependencies = [
2777 "winapi-i686-pc-windows-gnu",
2778 "winapi-x86_64-pc-windows-gnu",
2779]
2780
2781[[package]]
2782name = "winapi-i686-pc-windows-gnu"
2783version = "0.4.0"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2786
2787[[package]]
2788name = "winapi-util"
2789version = "0.1.11"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2792dependencies = [
2793 "windows-sys 0.61.2",
2794]
2795
2796[[package]]
2797name = "winapi-x86_64-pc-windows-gnu"
2798version = "0.4.0"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2801
2802[[package]]
2803name = "windows-link"
2804version = "0.2.1"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2807
2808[[package]]
2809name = "windows-sys"
2810version = "0.52.0"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2813dependencies = [
2814 "windows-targets",
2815]
2816
2817[[package]]
2818name = "windows-sys"
2819version = "0.61.2"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2822dependencies = [
2823 "windows-link",
2824]
2825
2826[[package]]
2827name = "windows-targets"
2828version = "0.52.6"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2831dependencies = [
2832 "windows_aarch64_gnullvm",
2833 "windows_aarch64_msvc",
2834 "windows_i686_gnu",
2835 "windows_i686_gnullvm",
2836 "windows_i686_msvc",
2837 "windows_x86_64_gnu",
2838 "windows_x86_64_gnullvm",
2839 "windows_x86_64_msvc",
2840]
2841
2842[[package]]
2843name = "windows_aarch64_gnullvm"
2844version = "0.52.6"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2847
2848[[package]]
2849name = "windows_aarch64_msvc"
2850version = "0.52.6"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2853
2854[[package]]
2855name = "windows_i686_gnu"
2856version = "0.52.6"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2859
2860[[package]]
2861name = "windows_i686_gnullvm"
2862version = "0.52.6"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2865
2866[[package]]
2867name = "windows_i686_msvc"
2868version = "0.52.6"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2871
2872[[package]]
2873name = "windows_x86_64_gnu"
2874version = "0.52.6"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2877
2878[[package]]
2879name = "windows_x86_64_gnullvm"
2880version = "0.52.6"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2883
2884[[package]]
2885name = "windows_x86_64_msvc"
2886version = "0.52.6"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2889
2890[[package]]
2891name = "zlib-rs"
2892version = "0.6.7"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "34b31d188d9d685a4f9c7b46d6e36631b07058d2cfe190267adce54dc230bf12"
2895
2896[[package]]
2897name = "zmij"
2898version = "1.0.23"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"