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