just playing with tangled
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.22.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "adler2"
22version = "2.0.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
25
26[[package]]
27name = "ahash"
28version = "0.8.11"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
31dependencies = [
32 "cfg-if",
33 "getrandom 0.2.15",
34 "once_cell",
35 "version_check",
36 "zerocopy",
37]
38
39[[package]]
40name = "aho-corasick"
41version = "1.1.3"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
44dependencies = [
45 "memchr",
46]
47
48[[package]]
49name = "allocator-api2"
50version = "0.2.18"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
53
54[[package]]
55name = "android-tzdata"
56version = "0.1.1"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
59
60[[package]]
61name = "android_system_properties"
62version = "0.1.5"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
65dependencies = [
66 "libc",
67]
68
69[[package]]
70name = "anes"
71version = "0.1.6"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
74
75[[package]]
76name = "anstream"
77version = "0.6.15"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
80dependencies = [
81 "anstyle",
82 "anstyle-parse",
83 "anstyle-query",
84 "anstyle-wincon",
85 "colorchoice",
86 "is_terminal_polyfill",
87 "utf8parse",
88]
89
90[[package]]
91name = "anstyle"
92version = "1.0.8"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
95
96[[package]]
97name = "anstyle-parse"
98version = "0.2.5"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
101dependencies = [
102 "utf8parse",
103]
104
105[[package]]
106name = "anstyle-query"
107version = "1.1.1"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
110dependencies = [
111 "windows-sys 0.52.0",
112]
113
114[[package]]
115name = "anstyle-wincon"
116version = "3.0.4"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
119dependencies = [
120 "anstyle",
121 "windows-sys 0.52.0",
122]
123
124[[package]]
125name = "anyhow"
126version = "1.0.96"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4"
129
130[[package]]
131name = "arc-swap"
132version = "1.7.1"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
135
136[[package]]
137name = "arrayvec"
138version = "0.7.6"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
141
142[[package]]
143name = "assert_cmd"
144version = "2.0.16"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d"
147dependencies = [
148 "anstyle",
149 "bstr",
150 "doc-comment",
151 "libc",
152 "predicates",
153 "predicates-core",
154 "predicates-tree",
155 "wait-timeout",
156]
157
158[[package]]
159name = "assert_matches"
160version = "1.5.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
163
164[[package]]
165name = "async-trait"
166version = "0.1.86"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
169dependencies = [
170 "proc-macro2",
171 "quote",
172 "syn 2.0.98",
173]
174
175[[package]]
176name = "atomic"
177version = "0.6.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
180dependencies = [
181 "bytemuck",
182]
183
184[[package]]
185name = "autocfg"
186version = "1.3.0"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
189
190[[package]]
191name = "backtrace"
192version = "0.3.73"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
195dependencies = [
196 "addr2line",
197 "cc",
198 "cfg-if",
199 "libc",
200 "miniz_oxide 0.7.4",
201 "object",
202 "rustc-demangle",
203]
204
205[[package]]
206name = "base64"
207version = "0.21.7"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
210
211[[package]]
212name = "bit-set"
213version = "0.5.3"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
216dependencies = [
217 "bit-vec",
218]
219
220[[package]]
221name = "bit-vec"
222version = "0.6.3"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
225
226[[package]]
227name = "bitflags"
228version = "1.3.2"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
231
232[[package]]
233name = "bitflags"
234version = "2.6.0"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
237dependencies = [
238 "serde",
239]
240
241[[package]]
242name = "blake2"
243version = "0.10.6"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
246dependencies = [
247 "digest",
248]
249
250[[package]]
251name = "block-buffer"
252version = "0.10.4"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
255dependencies = [
256 "generic-array",
257]
258
259[[package]]
260name = "bstr"
261version = "1.11.3"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0"
264dependencies = [
265 "memchr",
266 "regex-automata 0.4.8",
267 "serde",
268]
269
270[[package]]
271name = "bumpalo"
272version = "3.16.0"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
275
276[[package]]
277name = "bytemuck"
278version = "1.21.0"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
281
282[[package]]
283name = "byteorder"
284version = "1.5.0"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
287
288[[package]]
289name = "bytes"
290version = "1.7.1"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
293dependencies = [
294 "serde",
295]
296
297[[package]]
298name = "cassowary"
299version = "0.3.0"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
302
303[[package]]
304name = "cast"
305version = "0.3.0"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
308
309[[package]]
310name = "castaway"
311version = "0.2.3"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
314dependencies = [
315 "rustversion",
316]
317
318[[package]]
319name = "cc"
320version = "1.1.16"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "e9d013ecb737093c0e86b151a7b837993cf9ec6c502946cfb44bedc392421e0b"
323dependencies = [
324 "jobserver",
325 "libc",
326 "shlex",
327]
328
329[[package]]
330name = "cfg-if"
331version = "1.0.0"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
334
335[[package]]
336name = "cfg_aliases"
337version = "0.1.1"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
340
341[[package]]
342name = "chrono"
343version = "0.4.40"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
346dependencies = [
347 "android-tzdata",
348 "iana-time-zone",
349 "js-sys",
350 "num-traits",
351 "wasm-bindgen",
352 "windows-link",
353]
354
355[[package]]
356name = "chrono-english"
357version = "0.1.7"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "f73d909da7eb4a7d88c679c3f5a1bc09d965754e0adb2e7627426cef96a00d6f"
360dependencies = [
361 "chrono",
362 "scanlex",
363]
364
365[[package]]
366name = "ciborium"
367version = "0.2.2"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
370dependencies = [
371 "ciborium-io",
372 "ciborium-ll",
373 "serde",
374]
375
376[[package]]
377name = "ciborium-io"
378version = "0.2.2"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
381
382[[package]]
383name = "ciborium-ll"
384version = "0.2.2"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
387dependencies = [
388 "ciborium-io",
389 "half",
390]
391
392[[package]]
393name = "clap"
394version = "4.5.31"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
397dependencies = [
398 "clap_builder",
399 "clap_derive",
400]
401
402[[package]]
403name = "clap-markdown"
404version = "0.1.4"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "8ebc67e6266e14f8b31541c2f204724fa2ac7ad5c17d6f5908fbb92a60f42cff"
407dependencies = [
408 "clap",
409]
410
411[[package]]
412name = "clap_builder"
413version = "4.5.31"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
416dependencies = [
417 "anstream",
418 "anstyle",
419 "clap_lex",
420 "strsim",
421 "terminal_size",
422]
423
424[[package]]
425name = "clap_complete"
426version = "4.5.46"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "f5c5508ea23c5366f77e53f5a0070e5a84e51687ec3ef9e0464c86dc8d13ce98"
429dependencies = [
430 "clap",
431 "clap_lex",
432 "is_executable",
433 "shlex",
434]
435
436[[package]]
437name = "clap_complete_nushell"
438version = "4.5.5"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "c6a8b1593457dfc2fe539002b795710d022dc62a65bf15023f039f9760c7b18a"
441dependencies = [
442 "clap",
443 "clap_complete",
444]
445
446[[package]]
447name = "clap_derive"
448version = "4.5.28"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
451dependencies = [
452 "heck",
453 "proc-macro2",
454 "quote",
455 "syn 2.0.98",
456]
457
458[[package]]
459name = "clap_lex"
460version = "0.7.4"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
463
464[[package]]
465name = "clap_mangen"
466version = "0.2.25"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "acbfe6ac42a2438d0968beba18e3c35cacf16b0c25310bc22b1f5f3cffff09f4"
469dependencies = [
470 "clap",
471 "roff",
472]
473
474[[package]]
475name = "clru"
476version = "0.6.2"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
479
480[[package]]
481name = "cmake"
482version = "0.1.52"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "c682c223677e0e5b6b7f63a64b9351844c3f1b1678a68b7ee617e30fb082620e"
485dependencies = [
486 "cc",
487]
488
489[[package]]
490name = "colorchoice"
491version = "1.0.2"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
494
495[[package]]
496name = "compact_str"
497version = "0.8.1"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32"
500dependencies = [
501 "castaway",
502 "cfg-if",
503 "itoa",
504 "rustversion",
505 "ryu",
506 "static_assertions",
507]
508
509[[package]]
510name = "console"
511version = "0.15.8"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
514dependencies = [
515 "encode_unicode",
516 "lazy_static",
517 "libc",
518 "windows-sys 0.52.0",
519]
520
521[[package]]
522name = "core-foundation-sys"
523version = "0.8.7"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
526
527[[package]]
528name = "cpufeatures"
529version = "0.2.14"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
532dependencies = [
533 "libc",
534]
535
536[[package]]
537name = "crc32fast"
538version = "1.4.2"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
541dependencies = [
542 "cfg-if",
543]
544
545[[package]]
546name = "criterion"
547version = "0.5.1"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
550dependencies = [
551 "anes",
552 "cast",
553 "ciborium",
554 "clap",
555 "criterion-plot",
556 "is-terminal",
557 "itertools 0.10.5",
558 "num-traits",
559 "once_cell",
560 "oorandom",
561 "plotters",
562 "rayon",
563 "regex",
564 "serde",
565 "serde_derive",
566 "serde_json",
567 "tinytemplate",
568 "walkdir",
569]
570
571[[package]]
572name = "criterion-plot"
573version = "0.5.0"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
576dependencies = [
577 "cast",
578 "itertools 0.10.5",
579]
580
581[[package]]
582name = "crossbeam-channel"
583version = "0.5.13"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
586dependencies = [
587 "crossbeam-utils",
588]
589
590[[package]]
591name = "crossbeam-deque"
592version = "0.8.5"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
595dependencies = [
596 "crossbeam-epoch",
597 "crossbeam-utils",
598]
599
600[[package]]
601name = "crossbeam-epoch"
602version = "0.9.18"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
605dependencies = [
606 "crossbeam-utils",
607]
608
609[[package]]
610name = "crossbeam-utils"
611version = "0.8.20"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
614
615[[package]]
616name = "crossterm"
617version = "0.28.1"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
620dependencies = [
621 "bitflags 2.6.0",
622 "crossterm_winapi",
623 "mio",
624 "parking_lot",
625 "rustix",
626 "signal-hook",
627 "signal-hook-mio",
628 "winapi",
629]
630
631[[package]]
632name = "crossterm_winapi"
633version = "0.9.1"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
636dependencies = [
637 "winapi",
638]
639
640[[package]]
641name = "crunchy"
642version = "0.2.2"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
645
646[[package]]
647name = "crypto-common"
648version = "0.1.6"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
651dependencies = [
652 "generic-array",
653 "typenum",
654]
655
656[[package]]
657name = "csscolorparser"
658version = "0.6.2"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf"
661dependencies = [
662 "lab",
663 "phf",
664]
665
666[[package]]
667name = "darling"
668version = "0.20.10"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
671dependencies = [
672 "darling_core",
673 "darling_macro",
674]
675
676[[package]]
677name = "darling_core"
678version = "0.20.10"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
681dependencies = [
682 "fnv",
683 "ident_case",
684 "proc-macro2",
685 "quote",
686 "strsim",
687 "syn 2.0.98",
688]
689
690[[package]]
691name = "darling_macro"
692version = "0.20.10"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
695dependencies = [
696 "darling_core",
697 "quote",
698 "syn 2.0.98",
699]
700
701[[package]]
702name = "dashmap"
703version = "6.1.0"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
706dependencies = [
707 "cfg-if",
708 "crossbeam-utils",
709 "hashbrown 0.14.5",
710 "lock_api",
711 "once_cell",
712 "parking_lot_core",
713]
714
715[[package]]
716name = "deltae"
717version = "0.3.2"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4"
720
721[[package]]
722name = "diff"
723version = "0.1.13"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
726
727[[package]]
728name = "difflib"
729version = "0.4.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
732
733[[package]]
734name = "digest"
735version = "0.10.7"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
738dependencies = [
739 "block-buffer",
740 "crypto-common",
741 "subtle",
742]
743
744[[package]]
745name = "dirs"
746version = "6.0.0"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
749dependencies = [
750 "dirs-sys",
751]
752
753[[package]]
754name = "dirs-sys"
755version = "0.5.0"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
758dependencies = [
759 "libc",
760 "option-ext",
761 "redox_users",
762 "windows-sys 0.59.0",
763]
764
765[[package]]
766name = "displaydoc"
767version = "0.2.5"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
770dependencies = [
771 "proc-macro2",
772 "quote",
773 "syn 2.0.98",
774]
775
776[[package]]
777name = "doc-comment"
778version = "0.3.3"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
781
782[[package]]
783name = "dunce"
784version = "1.0.5"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
787
788[[package]]
789name = "either"
790version = "1.14.0"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d"
793
794[[package]]
795name = "encode_unicode"
796version = "0.3.6"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
799
800[[package]]
801name = "encoding_rs"
802version = "0.8.34"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
805dependencies = [
806 "cfg-if",
807]
808
809[[package]]
810name = "enum_dispatch"
811version = "0.3.13"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
814dependencies = [
815 "once_cell",
816 "proc-macro2",
817 "quote",
818 "syn 2.0.98",
819]
820
821[[package]]
822name = "equivalent"
823version = "1.0.1"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
826
827[[package]]
828name = "errno"
829version = "0.3.10"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
832dependencies = [
833 "libc",
834 "windows-sys 0.59.0",
835]
836
837[[package]]
838name = "euclid"
839version = "0.22.11"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
842dependencies = [
843 "num-traits",
844]
845
846[[package]]
847name = "fancy-regex"
848version = "0.11.0"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
851dependencies = [
852 "bit-set",
853 "regex",
854]
855
856[[package]]
857name = "faster-hex"
858version = "0.9.0"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
861dependencies = [
862 "serde",
863]
864
865[[package]]
866name = "fastrand"
867version = "2.1.1"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
870
871[[package]]
872name = "filedescriptor"
873version = "0.8.2"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
876dependencies = [
877 "libc",
878 "thiserror 1.0.69",
879 "winapi",
880]
881
882[[package]]
883name = "filetime"
884version = "0.2.25"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
887dependencies = [
888 "cfg-if",
889 "libc",
890 "libredox",
891 "windows-sys 0.59.0",
892]
893
894[[package]]
895name = "finl_unicode"
896version = "1.3.0"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "94c970b525906eb37d3940083aa65b95e481fc1857d467d13374e1d925cfc163"
899
900[[package]]
901name = "fixedbitset"
902version = "0.4.2"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
905
906[[package]]
907name = "flate2"
908version = "1.0.33"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
911dependencies = [
912 "crc32fast",
913 "libz-ng-sys",
914 "miniz_oxide 0.8.0",
915]
916
917[[package]]
918name = "fnv"
919version = "1.0.7"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
922
923[[package]]
924name = "form_urlencoded"
925version = "1.2.1"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
928dependencies = [
929 "percent-encoding",
930]
931
932[[package]]
933name = "futures"
934version = "0.1.31"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
937
938[[package]]
939name = "futures"
940version = "0.3.31"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
943dependencies = [
944 "futures-channel",
945 "futures-core",
946 "futures-executor",
947 "futures-io",
948 "futures-sink",
949 "futures-task",
950 "futures-util",
951]
952
953[[package]]
954name = "futures-channel"
955version = "0.3.31"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
958dependencies = [
959 "futures-core",
960 "futures-sink",
961]
962
963[[package]]
964name = "futures-core"
965version = "0.3.31"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
968
969[[package]]
970name = "futures-executor"
971version = "0.3.31"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
974dependencies = [
975 "futures-core",
976 "futures-task",
977 "futures-util",
978]
979
980[[package]]
981name = "futures-io"
982version = "0.3.31"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
985
986[[package]]
987name = "futures-macro"
988version = "0.3.31"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
991dependencies = [
992 "proc-macro2",
993 "quote",
994 "syn 2.0.98",
995]
996
997[[package]]
998name = "futures-sink"
999version = "0.3.31"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1002
1003[[package]]
1004name = "futures-task"
1005version = "0.3.31"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1008
1009[[package]]
1010name = "futures-util"
1011version = "0.3.31"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1014dependencies = [
1015 "futures 0.1.31",
1016 "futures-channel",
1017 "futures-core",
1018 "futures-io",
1019 "futures-macro",
1020 "futures-sink",
1021 "futures-task",
1022 "memchr",
1023 "pin-project-lite",
1024 "pin-utils",
1025 "slab",
1026]
1027
1028[[package]]
1029name = "gen-protos"
1030version = "0.26.0"
1031dependencies = [
1032 "prost-build",
1033]
1034
1035[[package]]
1036name = "generic-array"
1037version = "0.14.7"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1040dependencies = [
1041 "typenum",
1042 "version_check",
1043]
1044
1045[[package]]
1046name = "getrandom"
1047version = "0.2.15"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1050dependencies = [
1051 "cfg-if",
1052 "libc",
1053 "wasi 0.11.0+wasi-snapshot-preview1",
1054]
1055
1056[[package]]
1057name = "getrandom"
1058version = "0.3.1"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
1061dependencies = [
1062 "cfg-if",
1063 "libc",
1064 "wasi 0.13.3+wasi-0.2.2",
1065 "windows-targets 0.52.6",
1066]
1067
1068[[package]]
1069name = "gimli"
1070version = "0.29.0"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
1073
1074[[package]]
1075name = "git2"
1076version = "0.19.0"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
1079dependencies = [
1080 "bitflags 2.6.0",
1081 "libc",
1082 "libgit2-sys",
1083 "log",
1084 "openssl-probe",
1085 "openssl-sys",
1086 "url",
1087]
1088
1089[[package]]
1090name = "gix"
1091version = "0.70.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "736f14636705f3a56ea52b553e67282519418d9a35bb1e90b3a9637a00296b68"
1094dependencies = [
1095 "gix-actor",
1096 "gix-attributes",
1097 "gix-command",
1098 "gix-commitgraph",
1099 "gix-config",
1100 "gix-credentials",
1101 "gix-date",
1102 "gix-diff",
1103 "gix-dir",
1104 "gix-discover",
1105 "gix-features",
1106 "gix-filter",
1107 "gix-fs",
1108 "gix-glob",
1109 "gix-hash",
1110 "gix-hashtable",
1111 "gix-ignore",
1112 "gix-index",
1113 "gix-lock",
1114 "gix-negotiate",
1115 "gix-object",
1116 "gix-odb",
1117 "gix-pack",
1118 "gix-path",
1119 "gix-pathspec",
1120 "gix-prompt",
1121 "gix-protocol",
1122 "gix-ref",
1123 "gix-refspec",
1124 "gix-revision",
1125 "gix-revwalk",
1126 "gix-sec",
1127 "gix-shallow",
1128 "gix-status",
1129 "gix-submodule",
1130 "gix-tempfile",
1131 "gix-trace",
1132 "gix-transport",
1133 "gix-traverse",
1134 "gix-url",
1135 "gix-utils",
1136 "gix-validate",
1137 "gix-worktree",
1138 "gix-worktree-state",
1139 "once_cell",
1140 "smallvec",
1141 "thiserror 2.0.11",
1142]
1143
1144[[package]]
1145name = "gix-actor"
1146version = "0.33.2"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "20018a1a6332e065f1fcc8305c1c932c6b8c9985edea2284b3c79dc6fa3ee4b2"
1149dependencies = [
1150 "bstr",
1151 "gix-date",
1152 "gix-utils",
1153 "itoa",
1154 "thiserror 2.0.11",
1155 "winnow 0.6.18",
1156]
1157
1158[[package]]
1159name = "gix-attributes"
1160version = "0.24.0"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "f151000bf662ef5f641eca6102d942ee31ace80f271a3ef642e99776ce6ddb38"
1163dependencies = [
1164 "bstr",
1165 "gix-glob",
1166 "gix-path",
1167 "gix-quote",
1168 "gix-trace",
1169 "kstring",
1170 "smallvec",
1171 "thiserror 2.0.11",
1172 "unicode-bom",
1173]
1174
1175[[package]]
1176name = "gix-bitmap"
1177version = "0.2.14"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
1180dependencies = [
1181 "thiserror 2.0.11",
1182]
1183
1184[[package]]
1185name = "gix-chunk"
1186version = "0.4.11"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
1189dependencies = [
1190 "thiserror 2.0.11",
1191]
1192
1193[[package]]
1194name = "gix-command"
1195version = "0.4.1"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "cb410b84d6575db45e62025a9118bdbf4d4b099ce7575a76161e898d9ca98df1"
1198dependencies = [
1199 "bstr",
1200 "gix-path",
1201 "gix-trace",
1202 "shell-words",
1203]
1204
1205[[package]]
1206name = "gix-commitgraph"
1207version = "0.26.0"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "e23a8ec2d8a16026a10dafdb6ed51bcfd08f5d97f20fa52e200bc50cb72e4877"
1210dependencies = [
1211 "bstr",
1212 "gix-chunk",
1213 "gix-features",
1214 "gix-hash",
1215 "memmap2 0.9.4",
1216 "thiserror 2.0.11",
1217]
1218
1219[[package]]
1220name = "gix-config"
1221version = "0.43.0"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "377c1efd2014d5d469e0b3cd2952c8097bce9828f634e04d5665383249f1d9e9"
1224dependencies = [
1225 "bstr",
1226 "gix-config-value",
1227 "gix-features",
1228 "gix-glob",
1229 "gix-path",
1230 "gix-ref",
1231 "gix-sec",
1232 "memchr",
1233 "once_cell",
1234 "smallvec",
1235 "thiserror 2.0.11",
1236 "unicode-bom",
1237 "winnow 0.6.18",
1238]
1239
1240[[package]]
1241name = "gix-config-value"
1242version = "0.14.11"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "11365144ef93082f3403471dbaa94cfe4b5e72743bdb9560719a251d439f4cee"
1245dependencies = [
1246 "bitflags 2.6.0",
1247 "bstr",
1248 "gix-path",
1249 "libc",
1250 "thiserror 2.0.11",
1251]
1252
1253[[package]]
1254name = "gix-credentials"
1255version = "0.27.0"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "cf950f9ee1690bb9c4388b5152baa8a9f41ad61e5cf1ba0ec8c207b08dab9e45"
1258dependencies = [
1259 "bstr",
1260 "gix-command",
1261 "gix-config-value",
1262 "gix-path",
1263 "gix-prompt",
1264 "gix-sec",
1265 "gix-trace",
1266 "gix-url",
1267 "thiserror 2.0.11",
1268]
1269
1270[[package]]
1271name = "gix-date"
1272version = "0.9.3"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "c57c477b645ee248b173bb1176b52dd528872f12c50375801a58aaf5ae91113f"
1275dependencies = [
1276 "bstr",
1277 "itoa",
1278 "jiff",
1279 "thiserror 2.0.11",
1280]
1281
1282[[package]]
1283name = "gix-diff"
1284version = "0.50.0"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "62afb7f4ca0acdf4e9dad92065b2eb1bf2993bcc5014b57bc796e3a365b17c4d"
1287dependencies = [
1288 "bstr",
1289 "gix-attributes",
1290 "gix-command",
1291 "gix-filter",
1292 "gix-fs",
1293 "gix-hash",
1294 "gix-index",
1295 "gix-object",
1296 "gix-path",
1297 "gix-pathspec",
1298 "gix-tempfile",
1299 "gix-trace",
1300 "gix-traverse",
1301 "gix-worktree",
1302 "imara-diff",
1303 "thiserror 2.0.11",
1304]
1305
1306[[package]]
1307name = "gix-dir"
1308version = "0.12.0"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "c1d78db3927a12f7d1b788047b84efacaab03ef25738bd1c77856ad8966bd57b"
1311dependencies = [
1312 "bstr",
1313 "gix-discover",
1314 "gix-fs",
1315 "gix-ignore",
1316 "gix-index",
1317 "gix-object",
1318 "gix-path",
1319 "gix-pathspec",
1320 "gix-trace",
1321 "gix-utils",
1322 "gix-worktree",
1323 "thiserror 2.0.11",
1324]
1325
1326[[package]]
1327name = "gix-discover"
1328version = "0.38.0"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "d0c2414bdf04064e0f5a5aa029dfda1e663cf9a6c4bfc8759f2d369299bb65d8"
1331dependencies = [
1332 "bstr",
1333 "dunce",
1334 "gix-fs",
1335 "gix-hash",
1336 "gix-path",
1337 "gix-ref",
1338 "gix-sec",
1339 "thiserror 2.0.11",
1340]
1341
1342[[package]]
1343name = "gix-features"
1344version = "0.40.0"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "8bfdd4838a8d42bd482c9f0cb526411d003ee94cc7c7b08afe5007329c71d554"
1347dependencies = [
1348 "crc32fast",
1349 "crossbeam-channel",
1350 "flate2",
1351 "gix-hash",
1352 "gix-trace",
1353 "gix-utils",
1354 "libc",
1355 "once_cell",
1356 "parking_lot",
1357 "prodash",
1358 "sha1",
1359 "sha1_smol",
1360 "thiserror 2.0.11",
1361 "walkdir",
1362]
1363
1364[[package]]
1365name = "gix-filter"
1366version = "0.17.0"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "bdcc36cd7dbc63ed0ec3558645886553d1afd3cd09daa5efb9cba9cceb942bbb"
1369dependencies = [
1370 "bstr",
1371 "encoding_rs",
1372 "gix-attributes",
1373 "gix-command",
1374 "gix-hash",
1375 "gix-object",
1376 "gix-packetline-blocking",
1377 "gix-path",
1378 "gix-quote",
1379 "gix-trace",
1380 "gix-utils",
1381 "smallvec",
1382 "thiserror 2.0.11",
1383]
1384
1385[[package]]
1386name = "gix-fs"
1387version = "0.13.0"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "182e7fa7bfdf44ffb7cfe7451b373cdf1e00870ac9a488a49587a110c562063d"
1390dependencies = [
1391 "fastrand",
1392 "gix-features",
1393 "gix-utils",
1394]
1395
1396[[package]]
1397name = "gix-glob"
1398version = "0.18.0"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "4e9c7249fa0a78f9b363aa58323db71e0a6161fd69860ed6f48dedf0ef3a314e"
1401dependencies = [
1402 "bitflags 2.6.0",
1403 "bstr",
1404 "gix-features",
1405 "gix-path",
1406]
1407
1408[[package]]
1409name = "gix-hash"
1410version = "0.16.0"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "e81c5ec48649b1821b3ed066a44efb95f1a268b35c1d91295e61252539fbe9f8"
1413dependencies = [
1414 "faster-hex",
1415 "thiserror 2.0.11",
1416]
1417
1418[[package]]
1419name = "gix-hashtable"
1420version = "0.7.0"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "189130bc372accd02e0520dc5ab1cef318dcc2bc829b76ab8d84bbe90ac212d1"
1423dependencies = [
1424 "gix-hash",
1425 "hashbrown 0.14.5",
1426 "parking_lot",
1427]
1428
1429[[package]]
1430name = "gix-ignore"
1431version = "0.13.0"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "4f529dcb80bf9855c0a7c49f0ac588df6d6952d63a63fefc254b9c869d2cdf6f"
1434dependencies = [
1435 "bstr",
1436 "gix-glob",
1437 "gix-path",
1438 "gix-trace",
1439 "unicode-bom",
1440]
1441
1442[[package]]
1443name = "gix-index"
1444version = "0.38.0"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "acd12e3626879369310fffe2ac61acc828613ef656b50c4ea984dd59d7dc85d8"
1447dependencies = [
1448 "bitflags 2.6.0",
1449 "bstr",
1450 "filetime",
1451 "fnv",
1452 "gix-bitmap",
1453 "gix-features",
1454 "gix-fs",
1455 "gix-hash",
1456 "gix-lock",
1457 "gix-object",
1458 "gix-traverse",
1459 "gix-utils",
1460 "gix-validate",
1461 "hashbrown 0.14.5",
1462 "itoa",
1463 "libc",
1464 "memmap2 0.9.4",
1465 "rustix",
1466 "smallvec",
1467 "thiserror 2.0.11",
1468]
1469
1470[[package]]
1471name = "gix-lock"
1472version = "16.0.0"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "9739815270ff6940968441824d162df9433db19211ca9ba8c3fc1b50b849c642"
1475dependencies = [
1476 "gix-tempfile",
1477 "gix-utils",
1478 "thiserror 2.0.11",
1479]
1480
1481[[package]]
1482name = "gix-negotiate"
1483version = "0.18.0"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "a6a8af1ef7bbe303d30b55312b7f4d33e955de43a3642ae9b7347c623d80ef80"
1486dependencies = [
1487 "bitflags 2.6.0",
1488 "gix-commitgraph",
1489 "gix-date",
1490 "gix-hash",
1491 "gix-object",
1492 "gix-revwalk",
1493 "smallvec",
1494 "thiserror 2.0.11",
1495]
1496
1497[[package]]
1498name = "gix-object"
1499version = "0.47.0"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "ddc4b3a0044244f0fe22347fb7a79cca165e37829d668b41b85ff46a43e5fd68"
1502dependencies = [
1503 "bstr",
1504 "gix-actor",
1505 "gix-date",
1506 "gix-features",
1507 "gix-hash",
1508 "gix-hashtable",
1509 "gix-path",
1510 "gix-utils",
1511 "gix-validate",
1512 "itoa",
1513 "smallvec",
1514 "thiserror 2.0.11",
1515 "winnow 0.6.18",
1516]
1517
1518[[package]]
1519name = "gix-odb"
1520version = "0.67.0"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "3e93457df69cd09573608ce9fa4f443fbd84bc8d15d8d83adecd471058459c1b"
1523dependencies = [
1524 "arc-swap",
1525 "gix-date",
1526 "gix-features",
1527 "gix-fs",
1528 "gix-hash",
1529 "gix-hashtable",
1530 "gix-object",
1531 "gix-pack",
1532 "gix-path",
1533 "gix-quote",
1534 "parking_lot",
1535 "tempfile",
1536 "thiserror 2.0.11",
1537]
1538
1539[[package]]
1540name = "gix-pack"
1541version = "0.57.0"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "fc13a475b3db735617017fb35f816079bf503765312d4b1913b18cf96f3fa515"
1544dependencies = [
1545 "clru",
1546 "gix-chunk",
1547 "gix-features",
1548 "gix-hash",
1549 "gix-hashtable",
1550 "gix-object",
1551 "gix-path",
1552 "gix-tempfile",
1553 "memmap2 0.9.4",
1554 "parking_lot",
1555 "smallvec",
1556 "thiserror 2.0.11",
1557 "uluru",
1558]
1559
1560[[package]]
1561name = "gix-packetline"
1562version = "0.18.3"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "c7e5ae6bc3ac160a6bf44a55f5537813ca3ddb08549c0fd3e7ef699c73c439cd"
1565dependencies = [
1566 "bstr",
1567 "faster-hex",
1568 "gix-trace",
1569 "thiserror 2.0.11",
1570]
1571
1572[[package]]
1573name = "gix-packetline-blocking"
1574version = "0.18.2"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "c1cbf8767c6abd5a6779f586702b5bcd8702380f4208219449cf1c9d0cd1e17c"
1577dependencies = [
1578 "bstr",
1579 "faster-hex",
1580 "gix-trace",
1581 "thiserror 2.0.11",
1582]
1583
1584[[package]]
1585name = "gix-path"
1586version = "0.10.14"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "c40f12bb65a8299be0cfb90fe718e3be236b7a94b434877012980863a883a99f"
1589dependencies = [
1590 "bstr",
1591 "gix-trace",
1592 "home",
1593 "once_cell",
1594 "thiserror 2.0.11",
1595]
1596
1597[[package]]
1598name = "gix-pathspec"
1599version = "0.9.0"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "6430d3a686c08e9d59019806faa78c17315fe22ae73151a452195857ca02f86c"
1602dependencies = [
1603 "bitflags 2.6.0",
1604 "bstr",
1605 "gix-attributes",
1606 "gix-config-value",
1607 "gix-glob",
1608 "gix-path",
1609 "thiserror 2.0.11",
1610]
1611
1612[[package]]
1613name = "gix-prompt"
1614version = "0.9.1"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "79f2185958e1512b989a007509df8d61dca014aa759a22bee80cfa6c594c3b6d"
1617dependencies = [
1618 "gix-command",
1619 "gix-config-value",
1620 "parking_lot",
1621 "rustix",
1622 "thiserror 2.0.11",
1623]
1624
1625[[package]]
1626name = "gix-protocol"
1627version = "0.48.0"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "6c61bd61afc6b67d213241e2100394c164be421e3f7228d3521b04f48ca5ba90"
1630dependencies = [
1631 "bstr",
1632 "gix-credentials",
1633 "gix-date",
1634 "gix-features",
1635 "gix-hash",
1636 "gix-lock",
1637 "gix-negotiate",
1638 "gix-object",
1639 "gix-ref",
1640 "gix-refspec",
1641 "gix-revwalk",
1642 "gix-shallow",
1643 "gix-trace",
1644 "gix-transport",
1645 "gix-utils",
1646 "maybe-async",
1647 "thiserror 2.0.11",
1648 "winnow 0.6.18",
1649]
1650
1651[[package]]
1652name = "gix-quote"
1653version = "0.4.15"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "e49357fccdb0c85c0d3a3292a9f6db32d9b3535959b5471bb9624908f4a066c6"
1656dependencies = [
1657 "bstr",
1658 "gix-utils",
1659 "thiserror 2.0.11",
1660]
1661
1662[[package]]
1663name = "gix-ref"
1664version = "0.50.0"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "47adf4c5f933429f8554e95d0d92eee583cfe4b95d2bf665cd6fd4a1531ee20c"
1667dependencies = [
1668 "gix-actor",
1669 "gix-features",
1670 "gix-fs",
1671 "gix-hash",
1672 "gix-lock",
1673 "gix-object",
1674 "gix-path",
1675 "gix-tempfile",
1676 "gix-utils",
1677 "gix-validate",
1678 "memmap2 0.9.4",
1679 "thiserror 2.0.11",
1680 "winnow 0.6.18",
1681]
1682
1683[[package]]
1684name = "gix-refspec"
1685version = "0.28.0"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "59650228d8f612f68e7f7a25f517fcf386c5d0d39826085492e94766858b0a90"
1688dependencies = [
1689 "bstr",
1690 "gix-hash",
1691 "gix-revision",
1692 "gix-validate",
1693 "smallvec",
1694 "thiserror 2.0.11",
1695]
1696
1697[[package]]
1698name = "gix-revision"
1699version = "0.32.0"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "3fe28bbccca55da6d66e6c6efc6bb4003c29d407afd8178380293729733e6b53"
1702dependencies = [
1703 "bstr",
1704 "gix-commitgraph",
1705 "gix-date",
1706 "gix-hash",
1707 "gix-object",
1708 "gix-revwalk",
1709 "thiserror 2.0.11",
1710]
1711
1712[[package]]
1713name = "gix-revwalk"
1714version = "0.18.0"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "d4ecb80c235b1e9ef2b99b23a81ea50dd569a88a9eb767179793269e0e616247"
1717dependencies = [
1718 "gix-commitgraph",
1719 "gix-date",
1720 "gix-hash",
1721 "gix-hashtable",
1722 "gix-object",
1723 "smallvec",
1724 "thiserror 2.0.11",
1725]
1726
1727[[package]]
1728name = "gix-sec"
1729version = "0.10.11"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "d84dae13271f4313f8d60a166bf27e54c968c7c33e2ffd31c48cafe5da649875"
1732dependencies = [
1733 "bitflags 2.6.0",
1734 "gix-path",
1735 "libc",
1736 "windows-sys 0.52.0",
1737]
1738
1739[[package]]
1740name = "gix-shallow"
1741version = "0.2.0"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "ab72543011e303e52733c85bef784603ef39632ddf47f69723def52825e35066"
1744dependencies = [
1745 "bstr",
1746 "gix-hash",
1747 "gix-lock",
1748 "thiserror 2.0.11",
1749]
1750
1751[[package]]
1752name = "gix-status"
1753version = "0.17.0"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "414cc1d85079d7ca32c3ab4a6479bf7e174cd251c74a82339c6cc393da3f4883"
1756dependencies = [
1757 "bstr",
1758 "filetime",
1759 "gix-diff",
1760 "gix-dir",
1761 "gix-features",
1762 "gix-filter",
1763 "gix-fs",
1764 "gix-hash",
1765 "gix-index",
1766 "gix-object",
1767 "gix-path",
1768 "gix-pathspec",
1769 "gix-worktree",
1770 "portable-atomic",
1771 "thiserror 2.0.11",
1772]
1773
1774[[package]]
1775name = "gix-submodule"
1776version = "0.17.0"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "74972fe8d46ac8a09490ae1e843b4caf221c5b157c5ac17057e8e1c38417a3ac"
1779dependencies = [
1780 "bstr",
1781 "gix-config",
1782 "gix-path",
1783 "gix-pathspec",
1784 "gix-refspec",
1785 "gix-url",
1786 "thiserror 2.0.11",
1787]
1788
1789[[package]]
1790name = "gix-tempfile"
1791version = "16.0.0"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "2558f423945ef24a8328c55d1fd6db06b8376b0e7013b1bb476cc4ffdf678501"
1794dependencies = [
1795 "dashmap",
1796 "gix-fs",
1797 "libc",
1798 "once_cell",
1799 "parking_lot",
1800 "tempfile",
1801]
1802
1803[[package]]
1804name = "gix-trace"
1805version = "0.1.12"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
1808
1809[[package]]
1810name = "gix-transport"
1811version = "0.45.0"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "11187418489477b1b5b862ae1aedbbac77e582f2c4b0ef54280f20cfe5b964d9"
1814dependencies = [
1815 "bstr",
1816 "gix-command",
1817 "gix-features",
1818 "gix-packetline",
1819 "gix-quote",
1820 "gix-sec",
1821 "gix-url",
1822 "thiserror 2.0.11",
1823]
1824
1825[[package]]
1826name = "gix-traverse"
1827version = "0.44.0"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "2bec70e53896586ef32a3efa7e4427b67308531ed186bb6120fb3eca0f0d61b4"
1830dependencies = [
1831 "bitflags 2.6.0",
1832 "gix-commitgraph",
1833 "gix-date",
1834 "gix-hash",
1835 "gix-hashtable",
1836 "gix-object",
1837 "gix-revwalk",
1838 "smallvec",
1839 "thiserror 2.0.11",
1840]
1841
1842[[package]]
1843name = "gix-url"
1844version = "0.29.0"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "29218c768b53dd8f116045d87fec05b294c731a4b2bdd257eeca2084cc150b13"
1847dependencies = [
1848 "bstr",
1849 "gix-features",
1850 "gix-path",
1851 "percent-encoding",
1852 "thiserror 2.0.11",
1853 "url",
1854]
1855
1856[[package]]
1857name = "gix-utils"
1858version = "0.1.14"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "ff08f24e03ac8916c478c8419d7d3c33393da9bb41fa4c24455d5406aeefd35f"
1861dependencies = [
1862 "bstr",
1863 "fastrand",
1864 "unicode-normalization",
1865]
1866
1867[[package]]
1868name = "gix-validate"
1869version = "0.9.3"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "9eaa01c3337d885617c0a42e92823922a2aea71f4caeace6fe87002bdcadbd90"
1872dependencies = [
1873 "bstr",
1874 "thiserror 2.0.11",
1875]
1876
1877[[package]]
1878name = "gix-worktree"
1879version = "0.39.0"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "6673512f7eaa57a6876adceca6978a501d6c6569a4f177767dc405f8b9778958"
1882dependencies = [
1883 "bstr",
1884 "gix-attributes",
1885 "gix-features",
1886 "gix-fs",
1887 "gix-glob",
1888 "gix-hash",
1889 "gix-ignore",
1890 "gix-index",
1891 "gix-object",
1892 "gix-path",
1893 "gix-validate",
1894]
1895
1896[[package]]
1897name = "gix-worktree-state"
1898version = "0.17.0"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "86f5e199ad5af972086683bd31d640c82cb85885515bf86d86236c73ce575bf0"
1901dependencies = [
1902 "bstr",
1903 "gix-features",
1904 "gix-filter",
1905 "gix-fs",
1906 "gix-glob",
1907 "gix-hash",
1908 "gix-index",
1909 "gix-object",
1910 "gix-path",
1911 "gix-worktree",
1912 "io-close",
1913 "thiserror 2.0.11",
1914]
1915
1916[[package]]
1917name = "glob"
1918version = "0.3.2"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
1921
1922[[package]]
1923name = "globset"
1924version = "0.4.15"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
1927dependencies = [
1928 "aho-corasick",
1929 "bstr",
1930 "log",
1931 "regex-automata 0.4.8",
1932 "regex-syntax 0.8.5",
1933]
1934
1935[[package]]
1936name = "half"
1937version = "2.4.1"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
1940dependencies = [
1941 "cfg-if",
1942 "crunchy",
1943]
1944
1945[[package]]
1946name = "hashbrown"
1947version = "0.14.5"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1950dependencies = [
1951 "ahash",
1952 "allocator-api2",
1953]
1954
1955[[package]]
1956name = "hashbrown"
1957version = "0.15.2"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1960
1961[[package]]
1962name = "heck"
1963version = "0.5.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1966
1967[[package]]
1968name = "hermit-abi"
1969version = "0.3.9"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1972
1973[[package]]
1974name = "hermit-abi"
1975version = "0.4.0"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
1978
1979[[package]]
1980name = "hex"
1981version = "0.4.3"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1984
1985[[package]]
1986name = "home"
1987version = "0.5.9"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
1990dependencies = [
1991 "windows-sys 0.52.0",
1992]
1993
1994[[package]]
1995name = "iana-time-zone"
1996version = "0.1.60"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
1999dependencies = [
2000 "android_system_properties",
2001 "core-foundation-sys",
2002 "iana-time-zone-haiku",
2003 "js-sys",
2004 "wasm-bindgen",
2005 "windows-core",
2006]
2007
2008[[package]]
2009name = "iana-time-zone-haiku"
2010version = "0.1.2"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2013dependencies = [
2014 "cc",
2015]
2016
2017[[package]]
2018name = "icu_collections"
2019version = "1.5.0"
2020source = "registry+https://github.com/rust-lang/crates.io-index"
2021checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
2022dependencies = [
2023 "displaydoc",
2024 "yoke",
2025 "zerofrom",
2026 "zerovec",
2027]
2028
2029[[package]]
2030name = "icu_locid"
2031version = "1.5.0"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
2034dependencies = [
2035 "displaydoc",
2036 "litemap",
2037 "tinystr",
2038 "writeable",
2039 "zerovec",
2040]
2041
2042[[package]]
2043name = "icu_locid_transform"
2044version = "1.5.0"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
2047dependencies = [
2048 "displaydoc",
2049 "icu_locid",
2050 "icu_locid_transform_data",
2051 "icu_provider",
2052 "tinystr",
2053 "zerovec",
2054]
2055
2056[[package]]
2057name = "icu_locid_transform_data"
2058version = "1.5.0"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
2061
2062[[package]]
2063name = "icu_normalizer"
2064version = "1.5.0"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
2067dependencies = [
2068 "displaydoc",
2069 "icu_collections",
2070 "icu_normalizer_data",
2071 "icu_properties",
2072 "icu_provider",
2073 "smallvec",
2074 "utf16_iter",
2075 "utf8_iter",
2076 "write16",
2077 "zerovec",
2078]
2079
2080[[package]]
2081name = "icu_normalizer_data"
2082version = "1.5.0"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
2085
2086[[package]]
2087name = "icu_properties"
2088version = "1.5.1"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
2091dependencies = [
2092 "displaydoc",
2093 "icu_collections",
2094 "icu_locid_transform",
2095 "icu_properties_data",
2096 "icu_provider",
2097 "tinystr",
2098 "zerovec",
2099]
2100
2101[[package]]
2102name = "icu_properties_data"
2103version = "1.5.0"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
2106
2107[[package]]
2108name = "icu_provider"
2109version = "1.5.0"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
2112dependencies = [
2113 "displaydoc",
2114 "icu_locid",
2115 "icu_provider_macros",
2116 "stable_deref_trait",
2117 "tinystr",
2118 "writeable",
2119 "yoke",
2120 "zerofrom",
2121 "zerovec",
2122]
2123
2124[[package]]
2125name = "icu_provider_macros"
2126version = "1.5.0"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
2129dependencies = [
2130 "proc-macro2",
2131 "quote",
2132 "syn 2.0.98",
2133]
2134
2135[[package]]
2136name = "ident_case"
2137version = "1.0.1"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2140
2141[[package]]
2142name = "idna"
2143version = "1.0.3"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2146dependencies = [
2147 "idna_adapter",
2148 "smallvec",
2149 "utf8_iter",
2150]
2151
2152[[package]]
2153name = "idna_adapter"
2154version = "1.2.0"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
2157dependencies = [
2158 "icu_normalizer",
2159 "icu_properties",
2160]
2161
2162[[package]]
2163name = "ignore"
2164version = "0.4.23"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
2167dependencies = [
2168 "crossbeam-deque",
2169 "globset",
2170 "log",
2171 "memchr",
2172 "regex-automata 0.4.8",
2173 "same-file",
2174 "walkdir",
2175 "winapi-util",
2176]
2177
2178[[package]]
2179name = "imara-diff"
2180version = "0.1.7"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "fc9da1a252bd44cd341657203722352efc9bc0c847d06ea6d2dc1cd1135e0a01"
2183dependencies = [
2184 "ahash",
2185 "hashbrown 0.14.5",
2186]
2187
2188[[package]]
2189name = "indexmap"
2190version = "2.7.1"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
2193dependencies = [
2194 "equivalent",
2195 "hashbrown 0.15.2",
2196 "serde",
2197]
2198
2199[[package]]
2200name = "indoc"
2201version = "2.0.5"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
2204
2205[[package]]
2206name = "insta"
2207version = "1.42.1"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "71c1b125e30d93896b365e156c33dadfffab45ee8400afcbba4752f59de08a86"
2210dependencies = [
2211 "console",
2212 "linked-hash-map",
2213 "once_cell",
2214 "pin-project",
2215 "regex",
2216 "similar",
2217]
2218
2219[[package]]
2220name = "instability"
2221version = "0.3.6"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "894813a444908c0c8c0e221b041771d107c4a21de1d317dc49bcc66e3c9e5b3f"
2224dependencies = [
2225 "darling",
2226 "indoc",
2227 "proc-macro2",
2228 "quote",
2229 "syn 2.0.98",
2230]
2231
2232[[package]]
2233name = "io-close"
2234version = "0.3.7"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
2237dependencies = [
2238 "libc",
2239 "winapi",
2240]
2241
2242[[package]]
2243name = "is-terminal"
2244version = "0.4.13"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
2247dependencies = [
2248 "hermit-abi 0.4.0",
2249 "libc",
2250 "windows-sys 0.52.0",
2251]
2252
2253[[package]]
2254name = "is_executable"
2255version = "1.0.4"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "d4a1b5bad6f9072935961dfbf1cced2f3d129963d091b6f69f007fe04e758ae2"
2258dependencies = [
2259 "winapi",
2260]
2261
2262[[package]]
2263name = "is_terminal_polyfill"
2264version = "1.70.1"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2267
2268[[package]]
2269name = "itertools"
2270version = "0.10.5"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2273dependencies = [
2274 "either",
2275]
2276
2277[[package]]
2278name = "itertools"
2279version = "0.12.1"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2282dependencies = [
2283 "either",
2284]
2285
2286[[package]]
2287name = "itertools"
2288version = "0.13.0"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2291dependencies = [
2292 "either",
2293]
2294
2295[[package]]
2296name = "itoa"
2297version = "1.0.11"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2300
2301[[package]]
2302name = "jiff"
2303version = "0.1.12"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "437651126da47900d4d70255ab15f5c69510ca4e0d88c9f01b5b8d41a45c3a9b"
2306dependencies = [
2307 "jiff-tzdb-platform",
2308 "windows-sys 0.59.0",
2309]
2310
2311[[package]]
2312name = "jiff-tzdb"
2313version = "0.1.0"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "05fac328b3df1c0f18a3c2ab6cb7e06e4e549f366017d796e3e66b6d6889abe6"
2316
2317[[package]]
2318name = "jiff-tzdb-platform"
2319version = "0.1.0"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "f8da387d5feaf355954c2c122c194d6df9c57d865125a67984bb453db5336940"
2322dependencies = [
2323 "jiff-tzdb",
2324]
2325
2326[[package]]
2327name = "jj-cli"
2328version = "0.26.0"
2329dependencies = [
2330 "anyhow",
2331 "assert_cmd",
2332 "assert_matches",
2333 "async-trait",
2334 "bstr",
2335 "chrono",
2336 "clap",
2337 "clap-markdown",
2338 "clap_complete",
2339 "clap_complete_nushell",
2340 "clap_mangen",
2341 "criterion",
2342 "crossterm",
2343 "dirs",
2344 "dunce",
2345 "futures 0.3.31",
2346 "git2",
2347 "gix",
2348 "glob",
2349 "indexmap",
2350 "indoc",
2351 "insta",
2352 "itertools 0.13.0",
2353 "jj-cli",
2354 "jj-lib",
2355 "libc",
2356 "maplit",
2357 "once_cell",
2358 "os_pipe",
2359 "pest",
2360 "pest_derive",
2361 "pollster",
2362 "rayon",
2363 "regex",
2364 "rpassword",
2365 "sapling-renderdag",
2366 "sapling-streampager",
2367 "scm-record",
2368 "serde",
2369 "serde_json",
2370 "slab",
2371 "strsim",
2372 "tempfile",
2373 "test-case",
2374 "testutils",
2375 "textwrap",
2376 "thiserror 2.0.11",
2377 "timeago",
2378 "toml_edit",
2379 "tracing",
2380 "tracing-chrome",
2381 "tracing-subscriber",
2382 "unicode-width 0.2.0",
2383 "whoami",
2384]
2385
2386[[package]]
2387name = "jj-lib"
2388version = "0.26.0"
2389dependencies = [
2390 "assert_matches",
2391 "async-trait",
2392 "blake2",
2393 "bstr",
2394 "chrono",
2395 "chrono-english",
2396 "clru",
2397 "criterion",
2398 "digest",
2399 "dunce",
2400 "either",
2401 "futures 0.3.31",
2402 "git2",
2403 "gix",
2404 "glob",
2405 "hashbrown 0.15.2",
2406 "hex",
2407 "ignore",
2408 "indexmap",
2409 "indoc",
2410 "insta",
2411 "itertools 0.13.0",
2412 "jj-lib-proc-macros",
2413 "maplit",
2414 "num_cpus",
2415 "once_cell",
2416 "pest",
2417 "pest_derive",
2418 "pollster",
2419 "pretty_assertions",
2420 "prost",
2421 "rand",
2422 "rand_chacha",
2423 "rayon",
2424 "ref-cast",
2425 "regex",
2426 "rustix",
2427 "same-file",
2428 "sapling-renderdag",
2429 "serde",
2430 "serde_json",
2431 "smallvec",
2432 "strsim",
2433 "tempfile",
2434 "test-case",
2435 "testutils",
2436 "thiserror 2.0.11",
2437 "tokio",
2438 "toml_edit",
2439 "tracing",
2440 "version_check",
2441 "watchman_client",
2442 "winreg",
2443]
2444
2445[[package]]
2446name = "jj-lib-proc-macros"
2447version = "0.26.0"
2448dependencies = [
2449 "proc-macro2",
2450 "quote",
2451 "syn 2.0.98",
2452]
2453
2454[[package]]
2455name = "jobserver"
2456version = "0.1.32"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2459dependencies = [
2460 "libc",
2461]
2462
2463[[package]]
2464name = "js-sys"
2465version = "0.3.70"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
2468dependencies = [
2469 "wasm-bindgen",
2470]
2471
2472[[package]]
2473name = "kstring"
2474version = "2.0.2"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
2477dependencies = [
2478 "static_assertions",
2479]
2480
2481[[package]]
2482name = "lab"
2483version = "0.11.0"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f"
2486
2487[[package]]
2488name = "lazy_static"
2489version = "1.5.0"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2492
2493[[package]]
2494name = "libc"
2495version = "0.2.170"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
2498
2499[[package]]
2500name = "libgit2-sys"
2501version = "0.17.0+1.8.1"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
2504dependencies = [
2505 "cc",
2506 "libc",
2507 "libssh2-sys",
2508 "libz-sys",
2509 "openssl-sys",
2510 "pkg-config",
2511]
2512
2513[[package]]
2514name = "libredox"
2515version = "0.1.3"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2518dependencies = [
2519 "bitflags 2.6.0",
2520 "libc",
2521 "redox_syscall",
2522]
2523
2524[[package]]
2525name = "libssh2-sys"
2526version = "0.3.0"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
2529dependencies = [
2530 "cc",
2531 "libc",
2532 "libz-sys",
2533 "openssl-sys",
2534 "pkg-config",
2535 "vcpkg",
2536]
2537
2538[[package]]
2539name = "libz-ng-sys"
2540version = "1.1.16"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "4436751a01da56f1277f323c80d584ffad94a3d14aecd959dd0dff75aa73a438"
2543dependencies = [
2544 "cmake",
2545 "libc",
2546]
2547
2548[[package]]
2549name = "libz-sys"
2550version = "1.1.20"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
2553dependencies = [
2554 "cc",
2555 "libc",
2556 "pkg-config",
2557 "vcpkg",
2558]
2559
2560[[package]]
2561name = "linked-hash-map"
2562version = "0.5.6"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2565
2566[[package]]
2567name = "linux-raw-sys"
2568version = "0.4.14"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2571
2572[[package]]
2573name = "litemap"
2574version = "0.7.4"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2577
2578[[package]]
2579name = "lock_api"
2580version = "0.4.12"
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2583dependencies = [
2584 "autocfg",
2585 "scopeguard",
2586]
2587
2588[[package]]
2589name = "log"
2590version = "0.4.22"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2593
2594[[package]]
2595name = "lru"
2596version = "0.12.4"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
2599dependencies = [
2600 "hashbrown 0.14.5",
2601]
2602
2603[[package]]
2604name = "mac_address"
2605version = "1.1.7"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "8836fae9d0d4be2c8b4efcdd79e828a2faa058a90d005abf42f91cac5493a08e"
2608dependencies = [
2609 "nix",
2610 "winapi",
2611]
2612
2613[[package]]
2614name = "maplit"
2615version = "1.0.2"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2618
2619[[package]]
2620name = "matchers"
2621version = "0.1.0"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2624dependencies = [
2625 "regex-automata 0.1.10",
2626]
2627
2628[[package]]
2629name = "maybe-async"
2630version = "0.2.10"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
2633dependencies = [
2634 "proc-macro2",
2635 "quote",
2636 "syn 2.0.98",
2637]
2638
2639[[package]]
2640name = "memchr"
2641version = "2.7.4"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2644
2645[[package]]
2646name = "memmap2"
2647version = "0.5.10"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
2650dependencies = [
2651 "libc",
2652]
2653
2654[[package]]
2655name = "memmap2"
2656version = "0.9.4"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
2659dependencies = [
2660 "libc",
2661]
2662
2663[[package]]
2664name = "memmem"
2665version = "0.1.1"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15"
2668
2669[[package]]
2670name = "memoffset"
2671version = "0.9.1"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2674dependencies = [
2675 "autocfg",
2676]
2677
2678[[package]]
2679name = "minimal-lexical"
2680version = "0.2.1"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2683
2684[[package]]
2685name = "miniz_oxide"
2686version = "0.7.4"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2689dependencies = [
2690 "adler",
2691]
2692
2693[[package]]
2694name = "miniz_oxide"
2695version = "0.8.0"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
2698dependencies = [
2699 "adler2",
2700]
2701
2702[[package]]
2703name = "mio"
2704version = "1.0.2"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2707dependencies = [
2708 "hermit-abi 0.3.9",
2709 "libc",
2710 "log",
2711 "wasi 0.11.0+wasi-snapshot-preview1",
2712 "windows-sys 0.52.0",
2713]
2714
2715[[package]]
2716name = "multimap"
2717version = "0.10.0"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
2720
2721[[package]]
2722name = "nix"
2723version = "0.28.0"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
2726dependencies = [
2727 "bitflags 2.6.0",
2728 "cfg-if",
2729 "cfg_aliases",
2730 "libc",
2731 "memoffset",
2732]
2733
2734[[package]]
2735name = "nom"
2736version = "7.1.3"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2739dependencies = [
2740 "memchr",
2741 "minimal-lexical",
2742]
2743
2744[[package]]
2745name = "nu-ansi-term"
2746version = "0.46.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2749dependencies = [
2750 "overload",
2751 "winapi",
2752]
2753
2754[[package]]
2755name = "num-derive"
2756version = "0.4.2"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
2759dependencies = [
2760 "proc-macro2",
2761 "quote",
2762 "syn 2.0.98",
2763]
2764
2765[[package]]
2766name = "num-traits"
2767version = "0.2.19"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2770dependencies = [
2771 "autocfg",
2772]
2773
2774[[package]]
2775name = "num_cpus"
2776version = "1.16.0"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2779dependencies = [
2780 "hermit-abi 0.3.9",
2781 "libc",
2782]
2783
2784[[package]]
2785name = "object"
2786version = "0.36.4"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
2789dependencies = [
2790 "memchr",
2791]
2792
2793[[package]]
2794name = "once_cell"
2795version = "1.20.3"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
2798
2799[[package]]
2800name = "oorandom"
2801version = "11.1.4"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
2804
2805[[package]]
2806name = "openssl-probe"
2807version = "0.1.5"
2808source = "registry+https://github.com/rust-lang/crates.io-index"
2809checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2810
2811[[package]]
2812name = "openssl-src"
2813version = "300.3.2+3.3.2"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "a211a18d945ef7e648cc6e0058f4c548ee46aab922ea203e0d30e966ea23647b"
2816dependencies = [
2817 "cc",
2818]
2819
2820[[package]]
2821name = "openssl-sys"
2822version = "0.9.103"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
2825dependencies = [
2826 "cc",
2827 "libc",
2828 "openssl-src",
2829 "pkg-config",
2830 "vcpkg",
2831]
2832
2833[[package]]
2834name = "option-ext"
2835version = "0.2.0"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2838
2839[[package]]
2840name = "ordered-float"
2841version = "4.6.0"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
2844dependencies = [
2845 "num-traits",
2846]
2847
2848[[package]]
2849name = "os_pipe"
2850version = "1.2.1"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982"
2853dependencies = [
2854 "libc",
2855 "windows-sys 0.59.0",
2856]
2857
2858[[package]]
2859name = "overload"
2860version = "0.1.1"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2863
2864[[package]]
2865name = "parking_lot"
2866version = "0.12.3"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2869dependencies = [
2870 "lock_api",
2871 "parking_lot_core",
2872]
2873
2874[[package]]
2875name = "parking_lot_core"
2876version = "0.9.10"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2879dependencies = [
2880 "cfg-if",
2881 "libc",
2882 "redox_syscall",
2883 "smallvec",
2884 "windows-targets 0.52.6",
2885]
2886
2887[[package]]
2888name = "paste"
2889version = "1.0.15"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2892
2893[[package]]
2894name = "percent-encoding"
2895version = "2.3.1"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2898
2899[[package]]
2900name = "pest"
2901version = "2.7.15"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
2904dependencies = [
2905 "memchr",
2906 "thiserror 2.0.11",
2907 "ucd-trie",
2908]
2909
2910[[package]]
2911name = "pest_derive"
2912version = "2.7.15"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
2915dependencies = [
2916 "pest",
2917 "pest_generator",
2918]
2919
2920[[package]]
2921name = "pest_generator"
2922version = "2.7.15"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
2925dependencies = [
2926 "pest",
2927 "pest_meta",
2928 "proc-macro2",
2929 "quote",
2930 "syn 2.0.98",
2931]
2932
2933[[package]]
2934name = "pest_meta"
2935version = "2.7.15"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
2938dependencies = [
2939 "once_cell",
2940 "pest",
2941 "sha2",
2942]
2943
2944[[package]]
2945name = "petgraph"
2946version = "0.6.5"
2947source = "registry+https://github.com/rust-lang/crates.io-index"
2948checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2949dependencies = [
2950 "fixedbitset",
2951 "indexmap",
2952]
2953
2954[[package]]
2955name = "phf"
2956version = "0.11.3"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2959dependencies = [
2960 "phf_macros",
2961 "phf_shared",
2962]
2963
2964[[package]]
2965name = "phf_codegen"
2966version = "0.11.3"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
2969dependencies = [
2970 "phf_generator",
2971 "phf_shared",
2972]
2973
2974[[package]]
2975name = "phf_generator"
2976version = "0.11.3"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2979dependencies = [
2980 "phf_shared",
2981 "rand",
2982]
2983
2984[[package]]
2985name = "phf_macros"
2986version = "0.11.3"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2989dependencies = [
2990 "phf_generator",
2991 "phf_shared",
2992 "proc-macro2",
2993 "quote",
2994 "syn 2.0.98",
2995]
2996
2997[[package]]
2998name = "phf_shared"
2999version = "0.11.3"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
3002dependencies = [
3003 "siphasher 1.0.1",
3004]
3005
3006[[package]]
3007name = "pin-project"
3008version = "1.1.8"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
3011dependencies = [
3012 "pin-project-internal",
3013]
3014
3015[[package]]
3016name = "pin-project-internal"
3017version = "1.1.8"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
3020dependencies = [
3021 "proc-macro2",
3022 "quote",
3023 "syn 2.0.98",
3024]
3025
3026[[package]]
3027name = "pin-project-lite"
3028version = "0.2.14"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
3031
3032[[package]]
3033name = "pin-utils"
3034version = "0.1.0"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3037
3038[[package]]
3039name = "pkg-config"
3040version = "0.3.30"
3041source = "registry+https://github.com/rust-lang/crates.io-index"
3042checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
3043
3044[[package]]
3045name = "plotters"
3046version = "0.3.6"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
3049dependencies = [
3050 "num-traits",
3051 "plotters-backend",
3052 "plotters-svg",
3053 "wasm-bindgen",
3054 "web-sys",
3055]
3056
3057[[package]]
3058name = "plotters-backend"
3059version = "0.3.6"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
3062
3063[[package]]
3064name = "plotters-svg"
3065version = "0.3.6"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
3068dependencies = [
3069 "plotters-backend",
3070]
3071
3072[[package]]
3073name = "pollster"
3074version = "0.3.0"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
3077
3078[[package]]
3079name = "portable-atomic"
3080version = "1.10.0"
3081source = "registry+https://github.com/rust-lang/crates.io-index"
3082checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
3083
3084[[package]]
3085name = "ppv-lite86"
3086version = "0.2.20"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
3089dependencies = [
3090 "zerocopy",
3091]
3092
3093[[package]]
3094name = "predicates"
3095version = "3.1.2"
3096source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97"
3098dependencies = [
3099 "anstyle",
3100 "difflib",
3101 "predicates-core",
3102]
3103
3104[[package]]
3105name = "predicates-core"
3106version = "1.0.8"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931"
3109
3110[[package]]
3111name = "predicates-tree"
3112version = "1.0.11"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13"
3115dependencies = [
3116 "predicates-core",
3117 "termtree",
3118]
3119
3120[[package]]
3121name = "pretty_assertions"
3122version = "1.4.1"
3123source = "registry+https://github.com/rust-lang/crates.io-index"
3124checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
3125dependencies = [
3126 "diff",
3127 "yansi",
3128]
3129
3130[[package]]
3131name = "prettyplease"
3132version = "0.2.22"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
3135dependencies = [
3136 "proc-macro2",
3137 "syn 2.0.98",
3138]
3139
3140[[package]]
3141name = "proc-macro2"
3142version = "1.0.93"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
3145dependencies = [
3146 "unicode-ident",
3147]
3148
3149[[package]]
3150name = "prodash"
3151version = "29.0.0"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "a266d8d6020c61a437be704c5e618037588e1985c7dbb7bf8d265db84cffe325"
3154dependencies = [
3155 "log",
3156 "parking_lot",
3157]
3158
3159[[package]]
3160name = "prost"
3161version = "0.12.6"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
3164dependencies = [
3165 "bytes",
3166 "prost-derive",
3167]
3168
3169[[package]]
3170name = "prost-build"
3171version = "0.12.6"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
3174dependencies = [
3175 "bytes",
3176 "heck",
3177 "itertools 0.12.1",
3178 "log",
3179 "multimap",
3180 "once_cell",
3181 "petgraph",
3182 "prettyplease",
3183 "prost",
3184 "prost-types",
3185 "regex",
3186 "syn 2.0.98",
3187 "tempfile",
3188]
3189
3190[[package]]
3191name = "prost-derive"
3192version = "0.12.6"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
3195dependencies = [
3196 "anyhow",
3197 "itertools 0.12.1",
3198 "proc-macro2",
3199 "quote",
3200 "syn 2.0.98",
3201]
3202
3203[[package]]
3204name = "prost-types"
3205version = "0.12.6"
3206source = "registry+https://github.com/rust-lang/crates.io-index"
3207checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
3208dependencies = [
3209 "prost",
3210]
3211
3212[[package]]
3213name = "quote"
3214version = "1.0.38"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
3217dependencies = [
3218 "proc-macro2",
3219]
3220
3221[[package]]
3222name = "rand"
3223version = "0.8.5"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3226dependencies = [
3227 "libc",
3228 "rand_chacha",
3229 "rand_core",
3230]
3231
3232[[package]]
3233name = "rand_chacha"
3234version = "0.3.1"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3237dependencies = [
3238 "ppv-lite86",
3239 "rand_core",
3240]
3241
3242[[package]]
3243name = "rand_core"
3244version = "0.6.4"
3245source = "registry+https://github.com/rust-lang/crates.io-index"
3246checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3247dependencies = [
3248 "getrandom 0.2.15",
3249]
3250
3251[[package]]
3252name = "ratatui"
3253version = "0.29.0"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
3256dependencies = [
3257 "bitflags 2.6.0",
3258 "cassowary",
3259 "compact_str",
3260 "crossterm",
3261 "indoc",
3262 "instability",
3263 "itertools 0.13.0",
3264 "lru",
3265 "paste",
3266 "strum",
3267 "unicode-segmentation",
3268 "unicode-truncate",
3269 "unicode-width 0.2.0",
3270]
3271
3272[[package]]
3273name = "rayon"
3274version = "1.10.0"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
3277dependencies = [
3278 "either",
3279 "rayon-core",
3280]
3281
3282[[package]]
3283name = "rayon-core"
3284version = "1.12.1"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
3287dependencies = [
3288 "crossbeam-deque",
3289 "crossbeam-utils",
3290]
3291
3292[[package]]
3293name = "redox_syscall"
3294version = "0.5.3"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
3297dependencies = [
3298 "bitflags 2.6.0",
3299]
3300
3301[[package]]
3302name = "redox_users"
3303version = "0.5.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
3306dependencies = [
3307 "getrandom 0.2.15",
3308 "libredox",
3309 "thiserror 2.0.11",
3310]
3311
3312[[package]]
3313name = "ref-cast"
3314version = "1.0.23"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931"
3317dependencies = [
3318 "ref-cast-impl",
3319]
3320
3321[[package]]
3322name = "ref-cast-impl"
3323version = "1.0.23"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
3326dependencies = [
3327 "proc-macro2",
3328 "quote",
3329 "syn 2.0.98",
3330]
3331
3332[[package]]
3333name = "regex"
3334version = "1.11.1"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
3337dependencies = [
3338 "aho-corasick",
3339 "memchr",
3340 "regex-automata 0.4.8",
3341 "regex-syntax 0.8.5",
3342]
3343
3344[[package]]
3345name = "regex-automata"
3346version = "0.1.10"
3347source = "registry+https://github.com/rust-lang/crates.io-index"
3348checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
3349dependencies = [
3350 "regex-syntax 0.6.29",
3351]
3352
3353[[package]]
3354name = "regex-automata"
3355version = "0.4.8"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
3358dependencies = [
3359 "aho-corasick",
3360 "memchr",
3361 "regex-syntax 0.8.5",
3362]
3363
3364[[package]]
3365name = "regex-syntax"
3366version = "0.6.29"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
3369
3370[[package]]
3371name = "regex-syntax"
3372version = "0.8.5"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
3375
3376[[package]]
3377name = "roff"
3378version = "0.2.2"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
3381
3382[[package]]
3383name = "rpassword"
3384version = "7.3.1"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
3387dependencies = [
3388 "libc",
3389 "rtoolbox",
3390 "windows-sys 0.48.0",
3391]
3392
3393[[package]]
3394name = "rtoolbox"
3395version = "0.0.2"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
3398dependencies = [
3399 "libc",
3400 "windows-sys 0.48.0",
3401]
3402
3403[[package]]
3404name = "rustc-demangle"
3405version = "0.1.24"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
3408
3409[[package]]
3410name = "rustix"
3411version = "0.38.44"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
3414dependencies = [
3415 "bitflags 2.6.0",
3416 "errno",
3417 "libc",
3418 "linux-raw-sys",
3419 "windows-sys 0.59.0",
3420]
3421
3422[[package]]
3423name = "rustversion"
3424version = "1.0.17"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
3427
3428[[package]]
3429name = "ryu"
3430version = "1.0.18"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
3433
3434[[package]]
3435name = "same-file"
3436version = "1.0.6"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3439dependencies = [
3440 "winapi-util",
3441]
3442
3443[[package]]
3444name = "sapling-renderdag"
3445version = "0.1.0"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "edffb89cab87bd0901c5749d576f5d37a1f34e05160e936f463f4e94cc447b61"
3448dependencies = [
3449 "bitflags 2.6.0",
3450]
3451
3452[[package]]
3453name = "sapling-streampager"
3454version = "0.11.0"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "67225ae0841f3e2d4082eff3f5dd4dca2777a46b7b6876e7b076eb4a913ada92"
3457dependencies = [
3458 "bit-set",
3459 "dirs",
3460 "enum_dispatch",
3461 "indexmap",
3462 "lazy_static",
3463 "lru",
3464 "memmap2 0.5.10",
3465 "regex",
3466 "scopeguard",
3467 "serde",
3468 "smallvec",
3469 "tempfile",
3470 "terminfo",
3471 "termwiz",
3472 "thiserror 2.0.11",
3473 "toml",
3474 "unicode-segmentation",
3475 "unicode-width 0.1.12",
3476 "vec_map",
3477]
3478
3479[[package]]
3480name = "scanlex"
3481version = "0.1.4"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db"
3484
3485[[package]]
3486name = "scm-record"
3487version = "0.5.0"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "c2165c1b15fb2285ed7d1c281501826d451ffa3bf4928de95020a1a103e2c256"
3490dependencies = [
3491 "cassowary",
3492 "crossterm",
3493 "num-traits",
3494 "ratatui",
3495 "serde",
3496 "serde_json",
3497 "thiserror 2.0.11",
3498 "tracing",
3499 "unicode-width 0.2.0",
3500]
3501
3502[[package]]
3503name = "scopeguard"
3504version = "1.2.0"
3505source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3507
3508[[package]]
3509name = "serde"
3510version = "1.0.218"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
3513dependencies = [
3514 "serde_derive",
3515]
3516
3517[[package]]
3518name = "serde_bser"
3519version = "0.4.0"
3520source = "registry+https://github.com/rust-lang/crates.io-index"
3521checksum = "a56b4bcc15e42e5b5ae16c6f75582bef80d36c6ffe2c03b1b5317754b38f8717"
3522dependencies = [
3523 "anyhow",
3524 "byteorder",
3525 "bytes",
3526 "serde",
3527 "serde_bytes",
3528 "thiserror 1.0.69",
3529]
3530
3531[[package]]
3532name = "serde_bytes"
3533version = "0.11.15"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
3536dependencies = [
3537 "serde",
3538]
3539
3540[[package]]
3541name = "serde_derive"
3542version = "1.0.218"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
3545dependencies = [
3546 "proc-macro2",
3547 "quote",
3548 "syn 2.0.98",
3549]
3550
3551[[package]]
3552name = "serde_json"
3553version = "1.0.139"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
3556dependencies = [
3557 "itoa",
3558 "memchr",
3559 "ryu",
3560 "serde",
3561]
3562
3563[[package]]
3564name = "serde_spanned"
3565version = "0.6.8"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
3568dependencies = [
3569 "serde",
3570]
3571
3572[[package]]
3573name = "sha1"
3574version = "0.10.6"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3577dependencies = [
3578 "cfg-if",
3579 "cpufeatures",
3580 "digest",
3581 "sha1-asm",
3582]
3583
3584[[package]]
3585name = "sha1-asm"
3586version = "0.5.3"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b"
3589dependencies = [
3590 "cc",
3591]
3592
3593[[package]]
3594name = "sha1_smol"
3595version = "1.0.1"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
3598
3599[[package]]
3600name = "sha2"
3601version = "0.10.8"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
3604dependencies = [
3605 "cfg-if",
3606 "cpufeatures",
3607 "digest",
3608]
3609
3610[[package]]
3611name = "sharded-slab"
3612version = "0.1.7"
3613source = "registry+https://github.com/rust-lang/crates.io-index"
3614checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3615dependencies = [
3616 "lazy_static",
3617]
3618
3619[[package]]
3620name = "shell-words"
3621version = "1.1.0"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
3624
3625[[package]]
3626name = "shlex"
3627version = "1.3.0"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3630
3631[[package]]
3632name = "signal-hook"
3633version = "0.3.17"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
3636dependencies = [
3637 "libc",
3638 "signal-hook-registry",
3639]
3640
3641[[package]]
3642name = "signal-hook-mio"
3643version = "0.2.4"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
3646dependencies = [
3647 "libc",
3648 "mio",
3649 "signal-hook",
3650]
3651
3652[[package]]
3653name = "signal-hook-registry"
3654version = "1.4.2"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
3657dependencies = [
3658 "libc",
3659]
3660
3661[[package]]
3662name = "similar"
3663version = "2.6.0"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e"
3666
3667[[package]]
3668name = "siphasher"
3669version = "0.3.11"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
3672
3673[[package]]
3674name = "siphasher"
3675version = "1.0.1"
3676source = "registry+https://github.com/rust-lang/crates.io-index"
3677checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3678
3679[[package]]
3680name = "slab"
3681version = "0.4.9"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3684dependencies = [
3685 "autocfg",
3686]
3687
3688[[package]]
3689name = "smallvec"
3690version = "1.14.0"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
3693
3694[[package]]
3695name = "smawk"
3696version = "0.3.2"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
3699
3700[[package]]
3701name = "socket2"
3702version = "0.5.7"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
3705dependencies = [
3706 "libc",
3707 "windows-sys 0.52.0",
3708]
3709
3710[[package]]
3711name = "stable_deref_trait"
3712version = "1.2.0"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3715
3716[[package]]
3717name = "static_assertions"
3718version = "1.1.0"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3721
3722[[package]]
3723name = "strsim"
3724version = "0.11.1"
3725source = "registry+https://github.com/rust-lang/crates.io-index"
3726checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3727
3728[[package]]
3729name = "strum"
3730version = "0.26.3"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
3733dependencies = [
3734 "strum_macros",
3735]
3736
3737[[package]]
3738name = "strum_macros"
3739version = "0.26.4"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
3742dependencies = [
3743 "heck",
3744 "proc-macro2",
3745 "quote",
3746 "rustversion",
3747 "syn 2.0.98",
3748]
3749
3750[[package]]
3751name = "subtle"
3752version = "2.6.1"
3753source = "registry+https://github.com/rust-lang/crates.io-index"
3754checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3755
3756[[package]]
3757name = "syn"
3758version = "1.0.109"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3761dependencies = [
3762 "proc-macro2",
3763 "quote",
3764 "unicode-ident",
3765]
3766
3767[[package]]
3768name = "syn"
3769version = "2.0.98"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
3772dependencies = [
3773 "proc-macro2",
3774 "quote",
3775 "unicode-ident",
3776]
3777
3778[[package]]
3779name = "synstructure"
3780version = "0.13.1"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
3783dependencies = [
3784 "proc-macro2",
3785 "quote",
3786 "syn 2.0.98",
3787]
3788
3789[[package]]
3790name = "tempfile"
3791version = "3.17.1"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
3794dependencies = [
3795 "cfg-if",
3796 "fastrand",
3797 "getrandom 0.3.1",
3798 "once_cell",
3799 "rustix",
3800 "windows-sys 0.59.0",
3801]
3802
3803[[package]]
3804name = "terminal_size"
3805version = "0.4.0"
3806source = "registry+https://github.com/rust-lang/crates.io-index"
3807checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
3808dependencies = [
3809 "rustix",
3810 "windows-sys 0.59.0",
3811]
3812
3813[[package]]
3814name = "terminfo"
3815version = "0.9.0"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662"
3818dependencies = [
3819 "fnv",
3820 "nom",
3821 "phf",
3822 "phf_codegen",
3823]
3824
3825[[package]]
3826name = "termios"
3827version = "0.3.3"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
3830dependencies = [
3831 "libc",
3832]
3833
3834[[package]]
3835name = "termtree"
3836version = "0.4.1"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
3839
3840[[package]]
3841name = "termwiz"
3842version = "0.23.0"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "ed32af792ae81937cb8640b03eaef737408e5c8feee47b35e8b80c49bcb64524"
3845dependencies = [
3846 "anyhow",
3847 "base64",
3848 "bitflags 2.6.0",
3849 "fancy-regex",
3850 "filedescriptor",
3851 "finl_unicode",
3852 "fixedbitset",
3853 "hex",
3854 "lazy_static",
3855 "libc",
3856 "log",
3857 "memmem",
3858 "nix",
3859 "num-derive",
3860 "num-traits",
3861 "ordered-float",
3862 "pest",
3863 "pest_derive",
3864 "phf",
3865 "sha2",
3866 "signal-hook",
3867 "siphasher 0.3.11",
3868 "terminfo",
3869 "termios",
3870 "thiserror 1.0.69",
3871 "ucd-trie",
3872 "unicode-segmentation",
3873 "vtparse",
3874 "wezterm-bidi",
3875 "wezterm-blob-leases",
3876 "wezterm-color-types",
3877 "wezterm-dynamic",
3878 "wezterm-input-types",
3879 "winapi",
3880]
3881
3882[[package]]
3883name = "test-case"
3884version = "3.3.1"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8"
3887dependencies = [
3888 "test-case-macros",
3889]
3890
3891[[package]]
3892name = "test-case-core"
3893version = "3.3.1"
3894source = "registry+https://github.com/rust-lang/crates.io-index"
3895checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f"
3896dependencies = [
3897 "cfg-if",
3898 "proc-macro2",
3899 "quote",
3900 "syn 2.0.98",
3901]
3902
3903[[package]]
3904name = "test-case-macros"
3905version = "3.3.1"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb"
3908dependencies = [
3909 "proc-macro2",
3910 "quote",
3911 "syn 2.0.98",
3912 "test-case-core",
3913]
3914
3915[[package]]
3916name = "testutils"
3917version = "0.26.0"
3918dependencies = [
3919 "async-trait",
3920 "bstr",
3921 "futures 0.3.31",
3922 "git2",
3923 "gix",
3924 "hex",
3925 "itertools 0.13.0",
3926 "jj-lib",
3927 "pollster",
3928 "rand",
3929 "tempfile",
3930]
3931
3932[[package]]
3933name = "textwrap"
3934version = "0.16.1"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
3937dependencies = [
3938 "smawk",
3939 "unicode-linebreak",
3940 "unicode-width 0.1.12",
3941]
3942
3943[[package]]
3944name = "thiserror"
3945version = "1.0.69"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3948dependencies = [
3949 "thiserror-impl 1.0.69",
3950]
3951
3952[[package]]
3953name = "thiserror"
3954version = "2.0.11"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
3957dependencies = [
3958 "thiserror-impl 2.0.11",
3959]
3960
3961[[package]]
3962name = "thiserror-impl"
3963version = "1.0.69"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3966dependencies = [
3967 "proc-macro2",
3968 "quote",
3969 "syn 2.0.98",
3970]
3971
3972[[package]]
3973name = "thiserror-impl"
3974version = "2.0.11"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
3977dependencies = [
3978 "proc-macro2",
3979 "quote",
3980 "syn 2.0.98",
3981]
3982
3983[[package]]
3984name = "thread_local"
3985version = "1.1.8"
3986source = "registry+https://github.com/rust-lang/crates.io-index"
3987checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
3988dependencies = [
3989 "cfg-if",
3990 "once_cell",
3991]
3992
3993[[package]]
3994name = "timeago"
3995version = "0.4.2"
3996source = "registry+https://github.com/rust-lang/crates.io-index"
3997checksum = "a1710e589de0a76aaf295cd47a6699f6405737dbfd3cf2b75c92d000b548d0e6"
3998
3999[[package]]
4000name = "tinystr"
4001version = "0.7.6"
4002source = "registry+https://github.com/rust-lang/crates.io-index"
4003checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
4004dependencies = [
4005 "displaydoc",
4006 "zerovec",
4007]
4008
4009[[package]]
4010name = "tinytemplate"
4011version = "1.2.1"
4012source = "registry+https://github.com/rust-lang/crates.io-index"
4013checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
4014dependencies = [
4015 "serde",
4016 "serde_json",
4017]
4018
4019[[package]]
4020name = "tinyvec"
4021version = "1.8.0"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
4024dependencies = [
4025 "tinyvec_macros",
4026]
4027
4028[[package]]
4029name = "tinyvec_macros"
4030version = "0.1.1"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4033
4034[[package]]
4035name = "tokio"
4036version = "1.43.0"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
4039dependencies = [
4040 "backtrace",
4041 "bytes",
4042 "libc",
4043 "mio",
4044 "parking_lot",
4045 "pin-project-lite",
4046 "signal-hook-registry",
4047 "socket2",
4048 "tokio-macros",
4049 "windows-sys 0.52.0",
4050]
4051
4052[[package]]
4053name = "tokio-macros"
4054version = "2.5.0"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
4057dependencies = [
4058 "proc-macro2",
4059 "quote",
4060 "syn 2.0.98",
4061]
4062
4063[[package]]
4064name = "tokio-util"
4065version = "0.6.10"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
4068dependencies = [
4069 "bytes",
4070 "futures-core",
4071 "futures-io",
4072 "futures-sink",
4073 "log",
4074 "pin-project-lite",
4075 "slab",
4076 "tokio",
4077]
4078
4079[[package]]
4080name = "toml"
4081version = "0.8.19"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
4084dependencies = [
4085 "serde",
4086 "serde_spanned",
4087 "toml_datetime",
4088 "toml_edit",
4089]
4090
4091[[package]]
4092name = "toml_datetime"
4093version = "0.6.8"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
4096dependencies = [
4097 "serde",
4098]
4099
4100[[package]]
4101name = "toml_edit"
4102version = "0.22.24"
4103source = "registry+https://github.com/rust-lang/crates.io-index"
4104checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
4105dependencies = [
4106 "indexmap",
4107 "serde",
4108 "serde_spanned",
4109 "toml_datetime",
4110 "winnow 0.7.0",
4111]
4112
4113[[package]]
4114name = "tracing"
4115version = "0.1.41"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4118dependencies = [
4119 "pin-project-lite",
4120 "tracing-attributes",
4121 "tracing-core",
4122]
4123
4124[[package]]
4125name = "tracing-attributes"
4126version = "0.1.28"
4127source = "registry+https://github.com/rust-lang/crates.io-index"
4128checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
4129dependencies = [
4130 "proc-macro2",
4131 "quote",
4132 "syn 2.0.98",
4133]
4134
4135[[package]]
4136name = "tracing-chrome"
4137version = "0.7.2"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724"
4140dependencies = [
4141 "serde_json",
4142 "tracing-core",
4143 "tracing-subscriber",
4144]
4145
4146[[package]]
4147name = "tracing-core"
4148version = "0.1.33"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
4151dependencies = [
4152 "once_cell",
4153 "valuable",
4154]
4155
4156[[package]]
4157name = "tracing-log"
4158version = "0.2.0"
4159source = "registry+https://github.com/rust-lang/crates.io-index"
4160checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4161dependencies = [
4162 "log",
4163 "once_cell",
4164 "tracing-core",
4165]
4166
4167[[package]]
4168name = "tracing-subscriber"
4169version = "0.3.19"
4170source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
4172dependencies = [
4173 "matchers",
4174 "nu-ansi-term",
4175 "once_cell",
4176 "regex",
4177 "sharded-slab",
4178 "smallvec",
4179 "thread_local",
4180 "tracing",
4181 "tracing-core",
4182 "tracing-log",
4183]
4184
4185[[package]]
4186name = "typenum"
4187version = "1.17.0"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
4190
4191[[package]]
4192name = "ucd-trie"
4193version = "0.1.6"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
4196
4197[[package]]
4198name = "uluru"
4199version = "3.1.0"
4200source = "registry+https://github.com/rust-lang/crates.io-index"
4201checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
4202dependencies = [
4203 "arrayvec",
4204]
4205
4206[[package]]
4207name = "unicode-bom"
4208version = "2.0.3"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
4211
4212[[package]]
4213name = "unicode-ident"
4214version = "1.0.12"
4215source = "registry+https://github.com/rust-lang/crates.io-index"
4216checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
4217
4218[[package]]
4219name = "unicode-linebreak"
4220version = "0.1.5"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
4223
4224[[package]]
4225name = "unicode-normalization"
4226version = "0.1.23"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
4229dependencies = [
4230 "tinyvec",
4231]
4232
4233[[package]]
4234name = "unicode-segmentation"
4235version = "1.12.0"
4236source = "registry+https://github.com/rust-lang/crates.io-index"
4237checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
4238
4239[[package]]
4240name = "unicode-truncate"
4241version = "1.1.0"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
4244dependencies = [
4245 "itertools 0.13.0",
4246 "unicode-segmentation",
4247 "unicode-width 0.1.12",
4248]
4249
4250[[package]]
4251name = "unicode-width"
4252version = "0.1.12"
4253source = "registry+https://github.com/rust-lang/crates.io-index"
4254checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
4255
4256[[package]]
4257name = "unicode-width"
4258version = "0.2.0"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
4261
4262[[package]]
4263name = "url"
4264version = "2.5.4"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
4267dependencies = [
4268 "form_urlencoded",
4269 "idna",
4270 "percent-encoding",
4271]
4272
4273[[package]]
4274name = "utf16_iter"
4275version = "1.0.5"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
4278
4279[[package]]
4280name = "utf8_iter"
4281version = "1.0.4"
4282source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4284
4285[[package]]
4286name = "utf8parse"
4287version = "0.2.2"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4290
4291[[package]]
4292name = "uuid"
4293version = "1.11.1"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4"
4296dependencies = [
4297 "atomic",
4298 "getrandom 0.2.15",
4299]
4300
4301[[package]]
4302name = "valuable"
4303version = "0.1.0"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
4306
4307[[package]]
4308name = "vcpkg"
4309version = "0.2.15"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4312
4313[[package]]
4314name = "vec_map"
4315version = "0.8.2"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
4318
4319[[package]]
4320name = "version_check"
4321version = "0.9.5"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4324
4325[[package]]
4326name = "vtparse"
4327version = "0.6.2"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0"
4330dependencies = [
4331 "utf8parse",
4332]
4333
4334[[package]]
4335name = "wait-timeout"
4336version = "0.2.0"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
4339dependencies = [
4340 "libc",
4341]
4342
4343[[package]]
4344name = "walkdir"
4345version = "2.5.0"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4348dependencies = [
4349 "same-file",
4350 "winapi-util",
4351]
4352
4353[[package]]
4354name = "wasi"
4355version = "0.11.0+wasi-snapshot-preview1"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4358
4359[[package]]
4360name = "wasi"
4361version = "0.13.3+wasi-0.2.2"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
4364dependencies = [
4365 "wit-bindgen-rt",
4366]
4367
4368[[package]]
4369name = "wasite"
4370version = "0.1.0"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
4373
4374[[package]]
4375name = "wasm-bindgen"
4376version = "0.2.93"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
4379dependencies = [
4380 "cfg-if",
4381 "once_cell",
4382 "wasm-bindgen-macro",
4383]
4384
4385[[package]]
4386name = "wasm-bindgen-backend"
4387version = "0.2.93"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
4390dependencies = [
4391 "bumpalo",
4392 "log",
4393 "once_cell",
4394 "proc-macro2",
4395 "quote",
4396 "syn 2.0.98",
4397 "wasm-bindgen-shared",
4398]
4399
4400[[package]]
4401name = "wasm-bindgen-macro"
4402version = "0.2.93"
4403source = "registry+https://github.com/rust-lang/crates.io-index"
4404checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
4405dependencies = [
4406 "quote",
4407 "wasm-bindgen-macro-support",
4408]
4409
4410[[package]]
4411name = "wasm-bindgen-macro-support"
4412version = "0.2.93"
4413source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
4415dependencies = [
4416 "proc-macro2",
4417 "quote",
4418 "syn 2.0.98",
4419 "wasm-bindgen-backend",
4420 "wasm-bindgen-shared",
4421]
4422
4423[[package]]
4424name = "wasm-bindgen-shared"
4425version = "0.2.93"
4426source = "registry+https://github.com/rust-lang/crates.io-index"
4427checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
4428
4429[[package]]
4430name = "watchman_client"
4431version = "0.9.0"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "88bc4c9bb443a7aae10d4fa7807bffc397805315e2305288c90c80e2f66cfb52"
4434dependencies = [
4435 "anyhow",
4436 "bytes",
4437 "futures 0.3.31",
4438 "maplit",
4439 "serde",
4440 "serde_bser",
4441 "thiserror 1.0.69",
4442 "tokio",
4443 "tokio-util",
4444 "winapi",
4445]
4446
4447[[package]]
4448name = "web-sys"
4449version = "0.3.70"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
4452dependencies = [
4453 "js-sys",
4454 "wasm-bindgen",
4455]
4456
4457[[package]]
4458name = "wezterm-bidi"
4459version = "0.2.3"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec"
4462dependencies = [
4463 "log",
4464 "wezterm-dynamic",
4465]
4466
4467[[package]]
4468name = "wezterm-blob-leases"
4469version = "0.1.0"
4470source = "registry+https://github.com/rust-lang/crates.io-index"
4471checksum = "8e5a5e0adf7eed68976410def849a4bdab6f6e9f6163f152de9cb89deea9e60b"
4472dependencies = [
4473 "getrandom 0.2.15",
4474 "mac_address",
4475 "once_cell",
4476 "sha2",
4477 "thiserror 1.0.69",
4478 "uuid",
4479]
4480
4481[[package]]
4482name = "wezterm-color-types"
4483version = "0.3.0"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296"
4486dependencies = [
4487 "csscolorparser",
4488 "deltae",
4489 "lazy_static",
4490 "wezterm-dynamic",
4491]
4492
4493[[package]]
4494name = "wezterm-dynamic"
4495version = "0.2.1"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac"
4498dependencies = [
4499 "log",
4500 "ordered-float",
4501 "strsim",
4502 "thiserror 1.0.69",
4503 "wezterm-dynamic-derive",
4504]
4505
4506[[package]]
4507name = "wezterm-dynamic-derive"
4508version = "0.1.1"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b"
4511dependencies = [
4512 "proc-macro2",
4513 "quote",
4514 "syn 1.0.109",
4515]
4516
4517[[package]]
4518name = "wezterm-input-types"
4519version = "0.1.0"
4520source = "registry+https://github.com/rust-lang/crates.io-index"
4521checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e"
4522dependencies = [
4523 "bitflags 1.3.2",
4524 "euclid",
4525 "lazy_static",
4526 "wezterm-dynamic",
4527]
4528
4529[[package]]
4530name = "whoami"
4531version = "1.5.2"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
4534dependencies = [
4535 "redox_syscall",
4536 "wasite",
4537 "web-sys",
4538]
4539
4540[[package]]
4541name = "winapi"
4542version = "0.3.9"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4545dependencies = [
4546 "winapi-i686-pc-windows-gnu",
4547 "winapi-x86_64-pc-windows-gnu",
4548]
4549
4550[[package]]
4551name = "winapi-i686-pc-windows-gnu"
4552version = "0.4.0"
4553source = "registry+https://github.com/rust-lang/crates.io-index"
4554checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4555
4556[[package]]
4557name = "winapi-util"
4558version = "0.1.9"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
4561dependencies = [
4562 "windows-sys 0.59.0",
4563]
4564
4565[[package]]
4566name = "winapi-x86_64-pc-windows-gnu"
4567version = "0.4.0"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4570
4571[[package]]
4572name = "windows-core"
4573version = "0.52.0"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
4576dependencies = [
4577 "windows-targets 0.52.6",
4578]
4579
4580[[package]]
4581name = "windows-link"
4582version = "0.1.0"
4583source = "registry+https://github.com/rust-lang/crates.io-index"
4584checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
4585
4586[[package]]
4587name = "windows-sys"
4588version = "0.48.0"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4591dependencies = [
4592 "windows-targets 0.48.5",
4593]
4594
4595[[package]]
4596name = "windows-sys"
4597version = "0.52.0"
4598source = "registry+https://github.com/rust-lang/crates.io-index"
4599checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4600dependencies = [
4601 "windows-targets 0.52.6",
4602]
4603
4604[[package]]
4605name = "windows-sys"
4606version = "0.59.0"
4607source = "registry+https://github.com/rust-lang/crates.io-index"
4608checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4609dependencies = [
4610 "windows-targets 0.52.6",
4611]
4612
4613[[package]]
4614name = "windows-targets"
4615version = "0.48.5"
4616source = "registry+https://github.com/rust-lang/crates.io-index"
4617checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4618dependencies = [
4619 "windows_aarch64_gnullvm 0.48.5",
4620 "windows_aarch64_msvc 0.48.5",
4621 "windows_i686_gnu 0.48.5",
4622 "windows_i686_msvc 0.48.5",
4623 "windows_x86_64_gnu 0.48.5",
4624 "windows_x86_64_gnullvm 0.48.5",
4625 "windows_x86_64_msvc 0.48.5",
4626]
4627
4628[[package]]
4629name = "windows-targets"
4630version = "0.52.6"
4631source = "registry+https://github.com/rust-lang/crates.io-index"
4632checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4633dependencies = [
4634 "windows_aarch64_gnullvm 0.52.6",
4635 "windows_aarch64_msvc 0.52.6",
4636 "windows_i686_gnu 0.52.6",
4637 "windows_i686_gnullvm",
4638 "windows_i686_msvc 0.52.6",
4639 "windows_x86_64_gnu 0.52.6",
4640 "windows_x86_64_gnullvm 0.52.6",
4641 "windows_x86_64_msvc 0.52.6",
4642]
4643
4644[[package]]
4645name = "windows_aarch64_gnullvm"
4646version = "0.48.5"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4649
4650[[package]]
4651name = "windows_aarch64_gnullvm"
4652version = "0.52.6"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4655
4656[[package]]
4657name = "windows_aarch64_msvc"
4658version = "0.48.5"
4659source = "registry+https://github.com/rust-lang/crates.io-index"
4660checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4661
4662[[package]]
4663name = "windows_aarch64_msvc"
4664version = "0.52.6"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4667
4668[[package]]
4669name = "windows_i686_gnu"
4670version = "0.48.5"
4671source = "registry+https://github.com/rust-lang/crates.io-index"
4672checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4673
4674[[package]]
4675name = "windows_i686_gnu"
4676version = "0.52.6"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4679
4680[[package]]
4681name = "windows_i686_gnullvm"
4682version = "0.52.6"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4685
4686[[package]]
4687name = "windows_i686_msvc"
4688version = "0.48.5"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4691
4692[[package]]
4693name = "windows_i686_msvc"
4694version = "0.52.6"
4695source = "registry+https://github.com/rust-lang/crates.io-index"
4696checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4697
4698[[package]]
4699name = "windows_x86_64_gnu"
4700version = "0.48.5"
4701source = "registry+https://github.com/rust-lang/crates.io-index"
4702checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4703
4704[[package]]
4705name = "windows_x86_64_gnu"
4706version = "0.52.6"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4709
4710[[package]]
4711name = "windows_x86_64_gnullvm"
4712version = "0.48.5"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4715
4716[[package]]
4717name = "windows_x86_64_gnullvm"
4718version = "0.52.6"
4719source = "registry+https://github.com/rust-lang/crates.io-index"
4720checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4721
4722[[package]]
4723name = "windows_x86_64_msvc"
4724version = "0.48.5"
4725source = "registry+https://github.com/rust-lang/crates.io-index"
4726checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4727
4728[[package]]
4729name = "windows_x86_64_msvc"
4730version = "0.52.6"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4733
4734[[package]]
4735name = "winnow"
4736version = "0.6.18"
4737source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
4739dependencies = [
4740 "memchr",
4741]
4742
4743[[package]]
4744name = "winnow"
4745version = "0.7.0"
4746source = "registry+https://github.com/rust-lang/crates.io-index"
4747checksum = "7e49d2d35d3fad69b39b94139037ecfb4f359f08958b9c11e7315ce770462419"
4748dependencies = [
4749 "memchr",
4750]
4751
4752[[package]]
4753name = "winreg"
4754version = "0.52.0"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
4757dependencies = [
4758 "cfg-if",
4759 "windows-sys 0.48.0",
4760]
4761
4762[[package]]
4763name = "wit-bindgen-rt"
4764version = "0.33.0"
4765source = "registry+https://github.com/rust-lang/crates.io-index"
4766checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
4767dependencies = [
4768 "bitflags 2.6.0",
4769]
4770
4771[[package]]
4772name = "write16"
4773version = "1.0.0"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
4776
4777[[package]]
4778name = "writeable"
4779version = "0.5.5"
4780source = "registry+https://github.com/rust-lang/crates.io-index"
4781checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
4782
4783[[package]]
4784name = "yansi"
4785version = "1.0.1"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
4788
4789[[package]]
4790name = "yoke"
4791version = "0.7.5"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
4794dependencies = [
4795 "serde",
4796 "stable_deref_trait",
4797 "yoke-derive",
4798 "zerofrom",
4799]
4800
4801[[package]]
4802name = "yoke-derive"
4803version = "0.7.5"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
4806dependencies = [
4807 "proc-macro2",
4808 "quote",
4809 "syn 2.0.98",
4810 "synstructure",
4811]
4812
4813[[package]]
4814name = "zerocopy"
4815version = "0.7.35"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
4818dependencies = [
4819 "byteorder",
4820 "zerocopy-derive",
4821]
4822
4823[[package]]
4824name = "zerocopy-derive"
4825version = "0.7.35"
4826source = "registry+https://github.com/rust-lang/crates.io-index"
4827checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
4828dependencies = [
4829 "proc-macro2",
4830 "quote",
4831 "syn 2.0.98",
4832]
4833
4834[[package]]
4835name = "zerofrom"
4836version = "0.1.5"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
4839dependencies = [
4840 "zerofrom-derive",
4841]
4842
4843[[package]]
4844name = "zerofrom-derive"
4845version = "0.1.5"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
4848dependencies = [
4849 "proc-macro2",
4850 "quote",
4851 "syn 2.0.98",
4852 "synstructure",
4853]
4854
4855[[package]]
4856name = "zerovec"
4857version = "0.10.4"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
4860dependencies = [
4861 "yoke",
4862 "zerofrom",
4863 "zerovec-derive",
4864]
4865
4866[[package]]
4867name = "zerovec-derive"
4868version = "0.10.3"
4869source = "registry+https://github.com/rust-lang/crates.io-index"
4870checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
4871dependencies = [
4872 "proc-macro2",
4873 "quote",
4874 "syn 2.0.98",
4875]