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