just playing with tangled
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.22.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "adler2"
22version = "2.0.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
25
26[[package]]
27name = "ahash"
28version = "0.8.11"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
31dependencies = [
32 "cfg-if",
33 "getrandom",
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.86"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
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.82"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1"
169dependencies = [
170 "proc-macro2",
171 "quote",
172 "syn",
173]
174
175[[package]]
176name = "autocfg"
177version = "1.3.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
180
181[[package]]
182name = "backoff"
183version = "0.4.0"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
186dependencies = [
187 "getrandom",
188 "instant",
189 "rand",
190]
191
192[[package]]
193name = "backtrace"
194version = "0.3.73"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
197dependencies = [
198 "addr2line",
199 "cc",
200 "cfg-if",
201 "libc",
202 "miniz_oxide 0.7.4",
203 "object",
204 "rustc-demangle",
205]
206
207[[package]]
208name = "bitflags"
209version = "1.3.2"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
212
213[[package]]
214name = "bitflags"
215version = "2.6.0"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
218
219[[package]]
220name = "blake2"
221version = "0.10.6"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
224dependencies = [
225 "digest",
226]
227
228[[package]]
229name = "block-buffer"
230version = "0.10.4"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
233dependencies = [
234 "generic-array",
235]
236
237[[package]]
238name = "bstr"
239version = "1.10.0"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
242dependencies = [
243 "memchr",
244 "regex-automata 0.4.7",
245 "serde",
246]
247
248[[package]]
249name = "bumpalo"
250version = "3.16.0"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
253
254[[package]]
255name = "byteorder"
256version = "1.5.0"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
259
260[[package]]
261name = "bytes"
262version = "1.7.1"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
265dependencies = [
266 "serde",
267]
268
269[[package]]
270name = "cassowary"
271version = "0.3.0"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
274
275[[package]]
276name = "cast"
277version = "0.3.0"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
280
281[[package]]
282name = "castaway"
283version = "0.2.3"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
286dependencies = [
287 "rustversion",
288]
289
290[[package]]
291name = "cc"
292version = "1.1.13"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
295dependencies = [
296 "jobserver",
297 "libc",
298 "shlex",
299]
300
301[[package]]
302name = "cfg-if"
303version = "1.0.0"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
306
307[[package]]
308name = "chrono"
309version = "0.4.38"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
312dependencies = [
313 "android-tzdata",
314 "iana-time-zone",
315 "js-sys",
316 "num-traits",
317 "wasm-bindgen",
318 "windows-targets 0.52.6",
319]
320
321[[package]]
322name = "chrono-english"
323version = "0.1.7"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "f73d909da7eb4a7d88c679c3f5a1bc09d965754e0adb2e7627426cef96a00d6f"
326dependencies = [
327 "chrono",
328 "scanlex",
329]
330
331[[package]]
332name = "ciborium"
333version = "0.2.2"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
336dependencies = [
337 "ciborium-io",
338 "ciborium-ll",
339 "serde",
340]
341
342[[package]]
343name = "ciborium-io"
344version = "0.2.2"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
347
348[[package]]
349name = "ciborium-ll"
350version = "0.2.2"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
353dependencies = [
354 "ciborium-io",
355 "half",
356]
357
358[[package]]
359name = "clap"
360version = "4.5.16"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
363dependencies = [
364 "clap_builder",
365 "clap_derive",
366]
367
368[[package]]
369name = "clap-markdown"
370version = "0.1.4"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "8ebc67e6266e14f8b31541c2f204724fa2ac7ad5c17d6f5908fbb92a60f42cff"
373dependencies = [
374 "clap",
375]
376
377[[package]]
378name = "clap_builder"
379version = "4.5.15"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
382dependencies = [
383 "anstream",
384 "anstyle",
385 "clap_lex",
386 "strsim",
387 "terminal_size",
388]
389
390[[package]]
391name = "clap_complete"
392version = "4.5.24"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
395dependencies = [
396 "clap",
397]
398
399[[package]]
400name = "clap_complete_nushell"
401version = "4.5.3"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "5fe32110e006bccf720f8c9af3fee1ba7db290c724eab61544e1d3295be3a40e"
404dependencies = [
405 "clap",
406 "clap_complete",
407]
408
409[[package]]
410name = "clap_derive"
411version = "4.5.13"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
414dependencies = [
415 "heck",
416 "proc-macro2",
417 "quote",
418 "syn",
419]
420
421[[package]]
422name = "clap_lex"
423version = "0.7.2"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
426
427[[package]]
428name = "clap_mangen"
429version = "0.2.23"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb"
432dependencies = [
433 "clap",
434 "roff",
435]
436
437[[package]]
438name = "clru"
439version = "0.6.2"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
442
443[[package]]
444name = "colorchoice"
445version = "1.0.2"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
448
449[[package]]
450name = "compact_str"
451version = "0.7.1"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f"
454dependencies = [
455 "castaway",
456 "cfg-if",
457 "itoa",
458 "ryu",
459 "static_assertions",
460]
461
462[[package]]
463name = "config"
464version = "0.13.4"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca"
467dependencies = [
468 "async-trait",
469 "lazy_static",
470 "nom",
471 "pathdiff",
472 "serde",
473 "toml",
474]
475
476[[package]]
477name = "console"
478version = "0.15.8"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
481dependencies = [
482 "encode_unicode",
483 "lazy_static",
484 "libc",
485 "windows-sys 0.52.0",
486]
487
488[[package]]
489name = "core-foundation-sys"
490version = "0.8.7"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
493
494[[package]]
495name = "cpufeatures"
496version = "0.2.13"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
499dependencies = [
500 "libc",
501]
502
503[[package]]
504name = "crc32fast"
505version = "1.4.2"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
508dependencies = [
509 "cfg-if",
510]
511
512[[package]]
513name = "criterion"
514version = "0.5.1"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
517dependencies = [
518 "anes",
519 "cast",
520 "ciborium",
521 "clap",
522 "criterion-plot",
523 "is-terminal",
524 "itertools 0.10.5",
525 "num-traits",
526 "once_cell",
527 "oorandom",
528 "plotters",
529 "rayon",
530 "regex",
531 "serde",
532 "serde_derive",
533 "serde_json",
534 "tinytemplate",
535 "walkdir",
536]
537
538[[package]]
539name = "criterion-plot"
540version = "0.5.0"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
543dependencies = [
544 "cast",
545 "itertools 0.10.5",
546]
547
548[[package]]
549name = "crossbeam-channel"
550version = "0.5.13"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
553dependencies = [
554 "crossbeam-utils",
555]
556
557[[package]]
558name = "crossbeam-deque"
559version = "0.8.5"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
562dependencies = [
563 "crossbeam-epoch",
564 "crossbeam-utils",
565]
566
567[[package]]
568name = "crossbeam-epoch"
569version = "0.9.18"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
572dependencies = [
573 "crossbeam-utils",
574]
575
576[[package]]
577name = "crossbeam-utils"
578version = "0.8.20"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
581
582[[package]]
583name = "crossterm"
584version = "0.27.0"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
587dependencies = [
588 "bitflags 2.6.0",
589 "crossterm_winapi",
590 "libc",
591 "mio 0.8.11",
592 "parking_lot",
593 "signal-hook",
594 "signal-hook-mio",
595 "winapi",
596]
597
598[[package]]
599name = "crossterm_winapi"
600version = "0.9.1"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
603dependencies = [
604 "winapi",
605]
606
607[[package]]
608name = "crunchy"
609version = "0.2.2"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
612
613[[package]]
614name = "crypto-common"
615version = "0.1.6"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
618dependencies = [
619 "generic-array",
620 "typenum",
621]
622
623[[package]]
624name = "dashmap"
625version = "6.0.1"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
628dependencies = [
629 "cfg-if",
630 "crossbeam-utils",
631 "hashbrown",
632 "lock_api",
633 "once_cell",
634 "parking_lot_core",
635]
636
637[[package]]
638name = "diff"
639version = "0.1.13"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
642
643[[package]]
644name = "difflib"
645version = "0.4.0"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
648
649[[package]]
650name = "digest"
651version = "0.10.7"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
654dependencies = [
655 "block-buffer",
656 "crypto-common",
657 "subtle",
658]
659
660[[package]]
661name = "dirs"
662version = "5.0.1"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
665dependencies = [
666 "dirs-sys",
667]
668
669[[package]]
670name = "dirs-sys"
671version = "0.4.1"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
674dependencies = [
675 "libc",
676 "option-ext",
677 "redox_users",
678 "windows-sys 0.48.0",
679]
680
681[[package]]
682name = "doc-comment"
683version = "0.3.3"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
686
687[[package]]
688name = "dunce"
689version = "1.0.5"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
692
693[[package]]
694name = "either"
695version = "1.13.0"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
698
699[[package]]
700name = "encode_unicode"
701version = "0.3.6"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
704
705[[package]]
706name = "encoding_rs"
707version = "0.8.34"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
710dependencies = [
711 "cfg-if",
712]
713
714[[package]]
715name = "equivalent"
716version = "1.0.1"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
719
720[[package]]
721name = "errno"
722version = "0.3.9"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
725dependencies = [
726 "libc",
727 "windows-sys 0.52.0",
728]
729
730[[package]]
731name = "esl01-renderdag"
732version = "0.3.0"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "3a1840969ab8be31e186bb6d2f672d586dcd203dd4019a80dc1277a14686eca9"
735dependencies = [
736 "bitflags 1.3.2",
737 "itertools 0.10.5",
738]
739
740[[package]]
741name = "faster-hex"
742version = "0.9.0"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
745
746[[package]]
747name = "fastrand"
748version = "2.1.0"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
751
752[[package]]
753name = "filetime"
754version = "0.2.24"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550"
757dependencies = [
758 "cfg-if",
759 "libc",
760 "libredox",
761 "windows-sys 0.59.0",
762]
763
764[[package]]
765name = "fixedbitset"
766version = "0.4.2"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
769
770[[package]]
771name = "flate2"
772version = "1.0.32"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "9c0596c1eac1f9e04ed902702e9878208b336edc9d6fddc8a48387349bab3666"
775dependencies = [
776 "crc32fast",
777 "miniz_oxide 0.8.0",
778]
779
780[[package]]
781name = "fnv"
782version = "1.0.7"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
785
786[[package]]
787name = "form_urlencoded"
788version = "1.2.1"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
791dependencies = [
792 "percent-encoding",
793]
794
795[[package]]
796name = "futures"
797version = "0.1.31"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
800
801[[package]]
802name = "futures"
803version = "0.3.30"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
806dependencies = [
807 "futures-channel",
808 "futures-core",
809 "futures-executor",
810 "futures-io",
811 "futures-sink",
812 "futures-task",
813 "futures-util",
814]
815
816[[package]]
817name = "futures-channel"
818version = "0.3.30"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
821dependencies = [
822 "futures-core",
823 "futures-sink",
824]
825
826[[package]]
827name = "futures-core"
828version = "0.3.30"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
831
832[[package]]
833name = "futures-executor"
834version = "0.3.30"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
837dependencies = [
838 "futures-core",
839 "futures-task",
840 "futures-util",
841]
842
843[[package]]
844name = "futures-io"
845version = "0.3.30"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
848
849[[package]]
850name = "futures-macro"
851version = "0.3.30"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
854dependencies = [
855 "proc-macro2",
856 "quote",
857 "syn",
858]
859
860[[package]]
861name = "futures-sink"
862version = "0.3.30"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
865
866[[package]]
867name = "futures-task"
868version = "0.3.30"
869source = "registry+https://github.com/rust-lang/crates.io-index"
870checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
871
872[[package]]
873name = "futures-util"
874version = "0.3.30"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
877dependencies = [
878 "futures 0.1.31",
879 "futures-channel",
880 "futures-core",
881 "futures-io",
882 "futures-macro",
883 "futures-sink",
884 "futures-task",
885 "memchr",
886 "pin-project-lite",
887 "pin-utils",
888 "slab",
889]
890
891[[package]]
892name = "gen-protos"
893version = "0.21.0"
894dependencies = [
895 "prost-build",
896]
897
898[[package]]
899name = "generic-array"
900version = "0.14.7"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
903dependencies = [
904 "typenum",
905 "version_check",
906]
907
908[[package]]
909name = "getrandom"
910version = "0.2.15"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
913dependencies = [
914 "cfg-if",
915 "libc",
916 "wasi",
917]
918
919[[package]]
920name = "gimli"
921version = "0.29.0"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
924
925[[package]]
926name = "git2"
927version = "0.19.0"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
930dependencies = [
931 "bitflags 2.6.0",
932 "libc",
933 "libgit2-sys",
934 "log",
935 "openssl-probe",
936 "openssl-sys",
937 "url",
938]
939
940[[package]]
941name = "gix"
942version = "0.66.0"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "9048b8d1ae2104f045cb37e5c450fc49d5d8af22609386bfc739c11ba88995eb"
945dependencies = [
946 "gix-actor",
947 "gix-attributes",
948 "gix-command",
949 "gix-commitgraph",
950 "gix-config",
951 "gix-date",
952 "gix-diff",
953 "gix-discover",
954 "gix-features",
955 "gix-filter",
956 "gix-fs",
957 "gix-glob",
958 "gix-hash",
959 "gix-hashtable",
960 "gix-ignore",
961 "gix-index",
962 "gix-lock",
963 "gix-object",
964 "gix-odb",
965 "gix-pack",
966 "gix-path",
967 "gix-pathspec",
968 "gix-ref",
969 "gix-refspec",
970 "gix-revision",
971 "gix-revwalk",
972 "gix-sec",
973 "gix-submodule",
974 "gix-tempfile",
975 "gix-trace",
976 "gix-traverse",
977 "gix-url",
978 "gix-utils",
979 "gix-validate",
980 "gix-worktree",
981 "once_cell",
982 "smallvec",
983 "thiserror",
984]
985
986[[package]]
987name = "gix-actor"
988version = "0.32.0"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "fc19e312cd45c4a66cd003f909163dc2f8e1623e30a0c0c6df3776e89b308665"
991dependencies = [
992 "bstr",
993 "gix-date",
994 "gix-utils",
995 "itoa",
996 "thiserror",
997 "winnow 0.6.18",
998]
999
1000[[package]]
1001name = "gix-attributes"
1002version = "0.22.5"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "ebccbf25aa4a973dd352564a9000af69edca90623e8a16dad9cbc03713131311"
1005dependencies = [
1006 "bstr",
1007 "gix-glob",
1008 "gix-path",
1009 "gix-quote",
1010 "gix-trace",
1011 "kstring",
1012 "smallvec",
1013 "thiserror",
1014 "unicode-bom",
1015]
1016
1017[[package]]
1018name = "gix-bitmap"
1019version = "0.2.11"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae"
1022dependencies = [
1023 "thiserror",
1024]
1025
1026[[package]]
1027name = "gix-chunk"
1028version = "0.4.8"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52"
1031dependencies = [
1032 "thiserror",
1033]
1034
1035[[package]]
1036name = "gix-command"
1037version = "0.3.9"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "dff2e692b36bbcf09286c70803006ca3fd56551a311de450be317a0ab8ea92e7"
1040dependencies = [
1041 "bstr",
1042 "gix-path",
1043 "gix-trace",
1044 "shell-words",
1045]
1046
1047[[package]]
1048name = "gix-commitgraph"
1049version = "0.24.3"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "133b06f67f565836ec0c473e2116a60fb74f80b6435e21d88013ac0e3c60fc78"
1052dependencies = [
1053 "bstr",
1054 "gix-chunk",
1055 "gix-features",
1056 "gix-hash",
1057 "memmap2",
1058 "thiserror",
1059]
1060
1061[[package]]
1062name = "gix-config"
1063version = "0.40.0"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "78e797487e6ca3552491de1131b4f72202f282fb33f198b1c34406d765b42bb0"
1066dependencies = [
1067 "bstr",
1068 "gix-config-value",
1069 "gix-features",
1070 "gix-glob",
1071 "gix-path",
1072 "gix-ref",
1073 "gix-sec",
1074 "memchr",
1075 "once_cell",
1076 "smallvec",
1077 "thiserror",
1078 "unicode-bom",
1079 "winnow 0.6.18",
1080]
1081
1082[[package]]
1083name = "gix-config-value"
1084version = "0.14.8"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "03f76169faa0dec598eac60f83d7fcdd739ec16596eca8fb144c88973dbe6f8c"
1087dependencies = [
1088 "bitflags 2.6.0",
1089 "bstr",
1090 "gix-path",
1091 "libc",
1092 "thiserror",
1093]
1094
1095[[package]]
1096name = "gix-date"
1097version = "0.9.0"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "35c84b7af01e68daf7a6bb8bb909c1ff5edb3ce4326f1f43063a5a96d3c3c8a5"
1100dependencies = [
1101 "bstr",
1102 "itoa",
1103 "jiff",
1104 "thiserror",
1105]
1106
1107[[package]]
1108name = "gix-diff"
1109version = "0.46.0"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "92c9afd80fff00f8b38b1c1928442feb4cd6d2232a6ed806b6b193151a3d336c"
1112dependencies = [
1113 "bstr",
1114 "gix-command",
1115 "gix-filter",
1116 "gix-fs",
1117 "gix-hash",
1118 "gix-object",
1119 "gix-path",
1120 "gix-tempfile",
1121 "gix-trace",
1122 "gix-worktree",
1123 "imara-diff",
1124 "thiserror",
1125]
1126
1127[[package]]
1128name = "gix-discover"
1129version = "0.35.0"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "0577366b9567376bc26e815fd74451ebd0e6218814e242f8e5b7072c58d956d2"
1132dependencies = [
1133 "bstr",
1134 "dunce",
1135 "gix-fs",
1136 "gix-hash",
1137 "gix-path",
1138 "gix-ref",
1139 "gix-sec",
1140 "thiserror",
1141]
1142
1143[[package]]
1144name = "gix-features"
1145version = "0.38.2"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69"
1148dependencies = [
1149 "crc32fast",
1150 "crossbeam-channel",
1151 "flate2",
1152 "gix-hash",
1153 "gix-trace",
1154 "gix-utils",
1155 "libc",
1156 "once_cell",
1157 "parking_lot",
1158 "prodash",
1159 "sha1_smol",
1160 "thiserror",
1161 "walkdir",
1162]
1163
1164[[package]]
1165name = "gix-filter"
1166version = "0.13.0"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "4121790ae140066e5b953becc72e7496278138d19239be2e63b5067b0843119e"
1169dependencies = [
1170 "bstr",
1171 "encoding_rs",
1172 "gix-attributes",
1173 "gix-command",
1174 "gix-hash",
1175 "gix-object",
1176 "gix-packetline-blocking",
1177 "gix-path",
1178 "gix-quote",
1179 "gix-trace",
1180 "gix-utils",
1181 "smallvec",
1182 "thiserror",
1183]
1184
1185[[package]]
1186name = "gix-fs"
1187version = "0.11.3"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "f2bfe6249cfea6d0c0e0990d5226a4cb36f030444ba9e35e0639275db8f98575"
1190dependencies = [
1191 "fastrand",
1192 "gix-features",
1193 "gix-utils",
1194]
1195
1196[[package]]
1197name = "gix-glob"
1198version = "0.16.5"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "74908b4bbc0a0a40852737e5d7889f676f081e340d5451a16e5b4c50d592f111"
1201dependencies = [
1202 "bitflags 2.6.0",
1203 "bstr",
1204 "gix-features",
1205 "gix-path",
1206]
1207
1208[[package]]
1209name = "gix-hash"
1210version = "0.14.2"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e"
1213dependencies = [
1214 "faster-hex",
1215 "thiserror",
1216]
1217
1218[[package]]
1219name = "gix-hashtable"
1220version = "0.5.2"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242"
1223dependencies = [
1224 "gix-hash",
1225 "hashbrown",
1226 "parking_lot",
1227]
1228
1229[[package]]
1230name = "gix-ignore"
1231version = "0.11.4"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "e447cd96598460f5906a0f6c75e950a39f98c2705fc755ad2f2020c9e937fab7"
1234dependencies = [
1235 "bstr",
1236 "gix-glob",
1237 "gix-path",
1238 "gix-trace",
1239 "unicode-bom",
1240]
1241
1242[[package]]
1243name = "gix-index"
1244version = "0.35.0"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "0cd4203244444017682176e65fd0180be9298e58ed90bd4a8489a357795ed22d"
1247dependencies = [
1248 "bitflags 2.6.0",
1249 "bstr",
1250 "filetime",
1251 "fnv",
1252 "gix-bitmap",
1253 "gix-features",
1254 "gix-fs",
1255 "gix-hash",
1256 "gix-lock",
1257 "gix-object",
1258 "gix-traverse",
1259 "gix-utils",
1260 "gix-validate",
1261 "hashbrown",
1262 "itoa",
1263 "libc",
1264 "memmap2",
1265 "rustix",
1266 "smallvec",
1267 "thiserror",
1268]
1269
1270[[package]]
1271name = "gix-lock"
1272version = "14.0.0"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d"
1275dependencies = [
1276 "gix-tempfile",
1277 "gix-utils",
1278 "thiserror",
1279]
1280
1281[[package]]
1282name = "gix-object"
1283version = "0.44.0"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "2f5b801834f1de7640731820c2df6ba88d95480dc4ab166a5882f8ff12b88efa"
1286dependencies = [
1287 "bstr",
1288 "gix-actor",
1289 "gix-date",
1290 "gix-features",
1291 "gix-hash",
1292 "gix-utils",
1293 "gix-validate",
1294 "itoa",
1295 "smallvec",
1296 "thiserror",
1297 "winnow 0.6.18",
1298]
1299
1300[[package]]
1301name = "gix-odb"
1302version = "0.63.0"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "a3158068701c17df54f0ab2adda527f5a6aca38fd5fd80ceb7e3c0a2717ec747"
1305dependencies = [
1306 "arc-swap",
1307 "gix-date",
1308 "gix-features",
1309 "gix-fs",
1310 "gix-hash",
1311 "gix-object",
1312 "gix-pack",
1313 "gix-path",
1314 "gix-quote",
1315 "parking_lot",
1316 "tempfile",
1317 "thiserror",
1318]
1319
1320[[package]]
1321name = "gix-pack"
1322version = "0.53.0"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "3223aa342eee21e1e0e403cad8ae9caf9edca55ef84c347738d10681676fd954"
1325dependencies = [
1326 "clru",
1327 "gix-chunk",
1328 "gix-features",
1329 "gix-hash",
1330 "gix-hashtable",
1331 "gix-object",
1332 "gix-path",
1333 "memmap2",
1334 "smallvec",
1335 "thiserror",
1336 "uluru",
1337]
1338
1339[[package]]
1340name = "gix-packetline-blocking"
1341version = "0.17.5"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "b9802304baa798dd6f5ff8008a2b6516d54b74a69ca2d3a2b9e2d6c3b5556b40"
1344dependencies = [
1345 "bstr",
1346 "faster-hex",
1347 "gix-trace",
1348 "thiserror",
1349]
1350
1351[[package]]
1352name = "gix-path"
1353version = "0.10.10"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "38d5b8722112fa2fa87135298780bc833b0e9f6c56cc82795d209804b3a03484"
1356dependencies = [
1357 "bstr",
1358 "gix-trace",
1359 "home",
1360 "once_cell",
1361 "thiserror",
1362]
1363
1364[[package]]
1365name = "gix-pathspec"
1366version = "0.7.7"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "5d23bf239532b4414d0e63b8ab3a65481881f7237ed9647bb10c1e3cc54c5ceb"
1369dependencies = [
1370 "bitflags 2.6.0",
1371 "bstr",
1372 "gix-attributes",
1373 "gix-config-value",
1374 "gix-glob",
1375 "gix-path",
1376 "thiserror",
1377]
1378
1379[[package]]
1380name = "gix-quote"
1381version = "0.4.12"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff"
1384dependencies = [
1385 "bstr",
1386 "gix-utils",
1387 "thiserror",
1388]
1389
1390[[package]]
1391name = "gix-ref"
1392version = "0.47.0"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "ae0d8406ebf9aaa91f55a57f053c5a1ad1a39f60fdf0303142b7be7ea44311e5"
1395dependencies = [
1396 "gix-actor",
1397 "gix-features",
1398 "gix-fs",
1399 "gix-hash",
1400 "gix-lock",
1401 "gix-object",
1402 "gix-path",
1403 "gix-tempfile",
1404 "gix-utils",
1405 "gix-validate",
1406 "memmap2",
1407 "thiserror",
1408 "winnow 0.6.18",
1409]
1410
1411[[package]]
1412name = "gix-refspec"
1413version = "0.25.0"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "ebb005f82341ba67615ffdd9f7742c87787544441c88090878393d0682869ca6"
1416dependencies = [
1417 "bstr",
1418 "gix-hash",
1419 "gix-revision",
1420 "gix-validate",
1421 "smallvec",
1422 "thiserror",
1423]
1424
1425[[package]]
1426name = "gix-revision"
1427version = "0.29.0"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "ba4621b219ac0cdb9256883030c3d56a6c64a6deaa829a92da73b9a576825e1e"
1430dependencies = [
1431 "bstr",
1432 "gix-date",
1433 "gix-hash",
1434 "gix-object",
1435 "gix-revwalk",
1436 "thiserror",
1437]
1438
1439[[package]]
1440name = "gix-revwalk"
1441version = "0.15.0"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "b41e72544b93084ee682ef3d5b31b1ba4d8fa27a017482900e5e044d5b1b3984"
1444dependencies = [
1445 "gix-commitgraph",
1446 "gix-date",
1447 "gix-hash",
1448 "gix-hashtable",
1449 "gix-object",
1450 "smallvec",
1451 "thiserror",
1452]
1453
1454[[package]]
1455name = "gix-sec"
1456version = "0.10.8"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "0fe4d52f30a737bbece5276fab5d3a8b276dc2650df963e293d0673be34e7a5f"
1459dependencies = [
1460 "bitflags 2.6.0",
1461 "gix-path",
1462 "libc",
1463 "windows-sys 0.52.0",
1464]
1465
1466[[package]]
1467name = "gix-submodule"
1468version = "0.14.0"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "529d0af78cc2f372b3218f15eb1e3d1635a21c8937c12e2dd0b6fc80c2ca874b"
1471dependencies = [
1472 "bstr",
1473 "gix-config",
1474 "gix-path",
1475 "gix-pathspec",
1476 "gix-refspec",
1477 "gix-url",
1478 "thiserror",
1479]
1480
1481[[package]]
1482name = "gix-tempfile"
1483version = "14.0.2"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "046b4927969fa816a150a0cda2e62c80016fe11fb3c3184e4dddf4e542f108aa"
1486dependencies = [
1487 "dashmap",
1488 "gix-fs",
1489 "libc",
1490 "once_cell",
1491 "parking_lot",
1492 "tempfile",
1493]
1494
1495[[package]]
1496name = "gix-trace"
1497version = "0.1.9"
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499checksum = "f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e"
1500
1501[[package]]
1502name = "gix-traverse"
1503version = "0.41.0"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "030da39af94e4df35472e9318228f36530989327906f38e27807df305fccb780"
1506dependencies = [
1507 "bitflags 2.6.0",
1508 "gix-commitgraph",
1509 "gix-date",
1510 "gix-hash",
1511 "gix-hashtable",
1512 "gix-object",
1513 "gix-revwalk",
1514 "smallvec",
1515 "thiserror",
1516]
1517
1518[[package]]
1519name = "gix-url"
1520version = "0.27.5"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "fd280c5e84fb22e128ed2a053a0daeacb6379469be6a85e3d518a0636e160c89"
1523dependencies = [
1524 "bstr",
1525 "gix-features",
1526 "gix-path",
1527 "home",
1528 "thiserror",
1529 "url",
1530]
1531
1532[[package]]
1533name = "gix-utils"
1534version = "0.1.12"
1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc"
1537dependencies = [
1538 "fastrand",
1539 "unicode-normalization",
1540]
1541
1542[[package]]
1543name = "gix-validate"
1544version = "0.9.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "81f2badbb64e57b404593ee26b752c26991910fd0d81fe6f9a71c1a8309b6c86"
1547dependencies = [
1548 "bstr",
1549 "thiserror",
1550]
1551
1552[[package]]
1553name = "gix-worktree"
1554version = "0.36.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "c312ad76a3f2ba8e865b360d5cb3aa04660971d16dec6dd0ce717938d903149a"
1557dependencies = [
1558 "bstr",
1559 "gix-attributes",
1560 "gix-features",
1561 "gix-fs",
1562 "gix-glob",
1563 "gix-hash",
1564 "gix-ignore",
1565 "gix-index",
1566 "gix-object",
1567 "gix-path",
1568 "gix-validate",
1569]
1570
1571[[package]]
1572name = "glob"
1573version = "0.3.1"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1576
1577[[package]]
1578name = "globset"
1579version = "0.4.14"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
1582dependencies = [
1583 "aho-corasick",
1584 "bstr",
1585 "log",
1586 "regex-automata 0.4.7",
1587 "regex-syntax 0.8.4",
1588]
1589
1590[[package]]
1591name = "half"
1592version = "2.4.1"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
1595dependencies = [
1596 "cfg-if",
1597 "crunchy",
1598]
1599
1600[[package]]
1601name = "hashbrown"
1602version = "0.14.5"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1605dependencies = [
1606 "ahash",
1607 "allocator-api2",
1608]
1609
1610[[package]]
1611name = "heck"
1612version = "0.5.0"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1615
1616[[package]]
1617name = "hermit-abi"
1618version = "0.3.9"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1621
1622[[package]]
1623name = "hermit-abi"
1624version = "0.4.0"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
1627
1628[[package]]
1629name = "hex"
1630version = "0.4.3"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1633
1634[[package]]
1635name = "home"
1636version = "0.5.9"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
1639dependencies = [
1640 "windows-sys 0.52.0",
1641]
1642
1643[[package]]
1644name = "iana-time-zone"
1645version = "0.1.60"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
1648dependencies = [
1649 "android_system_properties",
1650 "core-foundation-sys",
1651 "iana-time-zone-haiku",
1652 "js-sys",
1653 "wasm-bindgen",
1654 "windows-core",
1655]
1656
1657[[package]]
1658name = "iana-time-zone-haiku"
1659version = "0.1.2"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1662dependencies = [
1663 "cc",
1664]
1665
1666[[package]]
1667name = "idna"
1668version = "0.5.0"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1671dependencies = [
1672 "unicode-bidi",
1673 "unicode-normalization",
1674]
1675
1676[[package]]
1677name = "ignore"
1678version = "0.4.22"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
1681dependencies = [
1682 "crossbeam-deque",
1683 "globset",
1684 "log",
1685 "memchr",
1686 "regex-automata 0.4.7",
1687 "same-file",
1688 "walkdir",
1689 "winapi-util",
1690]
1691
1692[[package]]
1693name = "imara-diff"
1694version = "0.1.7"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "fc9da1a252bd44cd341657203722352efc9bc0c847d06ea6d2dc1cd1135e0a01"
1697dependencies = [
1698 "ahash",
1699 "hashbrown",
1700]
1701
1702[[package]]
1703name = "indexmap"
1704version = "2.5.0"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
1707dependencies = [
1708 "equivalent",
1709 "hashbrown",
1710]
1711
1712[[package]]
1713name = "indoc"
1714version = "2.0.5"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
1717
1718[[package]]
1719name = "insta"
1720version = "1.39.0"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5"
1723dependencies = [
1724 "console",
1725 "lazy_static",
1726 "linked-hash-map",
1727 "regex",
1728 "similar",
1729]
1730
1731[[package]]
1732name = "instant"
1733version = "0.1.13"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1736dependencies = [
1737 "cfg-if",
1738]
1739
1740[[package]]
1741name = "is-terminal"
1742version = "0.4.13"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
1745dependencies = [
1746 "hermit-abi 0.4.0",
1747 "libc",
1748 "windows-sys 0.52.0",
1749]
1750
1751[[package]]
1752name = "is_terminal_polyfill"
1753version = "1.70.1"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1756
1757[[package]]
1758name = "itertools"
1759version = "0.10.5"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1762dependencies = [
1763 "either",
1764]
1765
1766[[package]]
1767name = "itertools"
1768version = "0.12.1"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1771dependencies = [
1772 "either",
1773]
1774
1775[[package]]
1776name = "itertools"
1777version = "0.13.0"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1780dependencies = [
1781 "either",
1782]
1783
1784[[package]]
1785name = "itoa"
1786version = "1.0.11"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
1789
1790[[package]]
1791name = "jiff"
1792version = "0.1.8"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "db2b7379a75544c94b3da32821b0bf41f9062e9970e23b78cc577d0d89676d16"
1795dependencies = [
1796 "jiff-tzdb-platform",
1797 "windows-sys 0.59.0",
1798]
1799
1800[[package]]
1801name = "jiff-tzdb"
1802version = "0.1.0"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "05fac328b3df1c0f18a3c2ab6cb7e06e4e549f366017d796e3e66b6d6889abe6"
1805
1806[[package]]
1807name = "jiff-tzdb-platform"
1808version = "0.1.0"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "f8da387d5feaf355954c2c122c194d6df9c57d865125a67984bb453db5336940"
1811dependencies = [
1812 "jiff-tzdb",
1813]
1814
1815[[package]]
1816name = "jj-cli"
1817version = "0.21.0"
1818dependencies = [
1819 "anyhow",
1820 "assert_cmd",
1821 "assert_matches",
1822 "async-trait",
1823 "bstr",
1824 "chrono",
1825 "clap",
1826 "clap-markdown",
1827 "clap_complete",
1828 "clap_complete_nushell",
1829 "clap_mangen",
1830 "config",
1831 "criterion",
1832 "crossterm",
1833 "dirs",
1834 "dunce",
1835 "esl01-renderdag",
1836 "futures 0.3.30",
1837 "git2",
1838 "gix",
1839 "hex",
1840 "indexmap",
1841 "indoc",
1842 "insta",
1843 "itertools 0.13.0",
1844 "jj-cli",
1845 "jj-lib",
1846 "libc",
1847 "maplit",
1848 "minus",
1849 "once_cell",
1850 "pest",
1851 "pest_derive",
1852 "pollster",
1853 "rayon",
1854 "regex",
1855 "rpassword",
1856 "scm-record",
1857 "serde",
1858 "slab",
1859 "strsim",
1860 "tempfile",
1861 "test-case",
1862 "testutils",
1863 "textwrap",
1864 "thiserror",
1865 "timeago",
1866 "toml_edit",
1867 "tracing",
1868 "tracing-chrome",
1869 "tracing-subscriber",
1870 "unicode-width",
1871]
1872
1873[[package]]
1874name = "jj-lib"
1875version = "0.21.0"
1876dependencies = [
1877 "assert_matches",
1878 "async-trait",
1879 "backoff",
1880 "blake2",
1881 "bstr",
1882 "chrono",
1883 "chrono-english",
1884 "clru",
1885 "config",
1886 "criterion",
1887 "digest",
1888 "either",
1889 "esl01-renderdag",
1890 "futures 0.3.30",
1891 "git2",
1892 "gix",
1893 "gix-filter",
1894 "glob",
1895 "hex",
1896 "ignore",
1897 "indexmap",
1898 "indoc",
1899 "insta",
1900 "itertools 0.13.0",
1901 "jj-lib-proc-macros",
1902 "maplit",
1903 "num_cpus",
1904 "once_cell",
1905 "pest",
1906 "pest_derive",
1907 "pollster",
1908 "pretty_assertions",
1909 "prost",
1910 "rand",
1911 "rand_chacha",
1912 "rayon",
1913 "ref-cast",
1914 "regex",
1915 "rustix",
1916 "serde",
1917 "serde_json",
1918 "smallvec",
1919 "strsim",
1920 "tempfile",
1921 "test-case",
1922 "testutils",
1923 "thiserror",
1924 "tokio",
1925 "tracing",
1926 "version_check",
1927 "watchman_client",
1928 "whoami",
1929 "winreg",
1930 "zstd",
1931]
1932
1933[[package]]
1934name = "jj-lib-proc-macros"
1935version = "0.21.0"
1936dependencies = [
1937 "proc-macro2",
1938 "quote",
1939 "syn",
1940]
1941
1942[[package]]
1943name = "jobserver"
1944version = "0.1.32"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
1947dependencies = [
1948 "libc",
1949]
1950
1951[[package]]
1952name = "js-sys"
1953version = "0.3.70"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
1956dependencies = [
1957 "wasm-bindgen",
1958]
1959
1960[[package]]
1961name = "kstring"
1962version = "2.0.2"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
1965dependencies = [
1966 "static_assertions",
1967]
1968
1969[[package]]
1970name = "lazy_static"
1971version = "1.5.0"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1974
1975[[package]]
1976name = "libc"
1977version = "0.2.158"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
1980
1981[[package]]
1982name = "libgit2-sys"
1983version = "0.17.0+1.8.1"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
1986dependencies = [
1987 "cc",
1988 "libc",
1989 "libssh2-sys",
1990 "libz-sys",
1991 "openssl-sys",
1992 "pkg-config",
1993]
1994
1995[[package]]
1996name = "libredox"
1997version = "0.1.3"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2000dependencies = [
2001 "bitflags 2.6.0",
2002 "libc",
2003 "redox_syscall",
2004]
2005
2006[[package]]
2007name = "libssh2-sys"
2008version = "0.3.0"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
2011dependencies = [
2012 "cc",
2013 "libc",
2014 "libz-sys",
2015 "openssl-sys",
2016 "pkg-config",
2017 "vcpkg",
2018]
2019
2020[[package]]
2021name = "libz-sys"
2022version = "1.1.19"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647"
2025dependencies = [
2026 "cc",
2027 "libc",
2028 "pkg-config",
2029 "vcpkg",
2030]
2031
2032[[package]]
2033name = "linked-hash-map"
2034version = "0.5.6"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2037
2038[[package]]
2039name = "linux-raw-sys"
2040version = "0.4.14"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2043
2044[[package]]
2045name = "lock_api"
2046version = "0.4.12"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2049dependencies = [
2050 "autocfg",
2051 "scopeguard",
2052]
2053
2054[[package]]
2055name = "log"
2056version = "0.4.22"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2059
2060[[package]]
2061name = "lru"
2062version = "0.12.4"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
2065dependencies = [
2066 "hashbrown",
2067]
2068
2069[[package]]
2070name = "maplit"
2071version = "1.0.2"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2074
2075[[package]]
2076name = "matchers"
2077version = "0.1.0"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2080dependencies = [
2081 "regex-automata 0.1.10",
2082]
2083
2084[[package]]
2085name = "memchr"
2086version = "2.7.4"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2089
2090[[package]]
2091name = "memmap2"
2092version = "0.9.4"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
2095dependencies = [
2096 "libc",
2097]
2098
2099[[package]]
2100name = "minimal-lexical"
2101version = "0.2.1"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2104
2105[[package]]
2106name = "miniz_oxide"
2107version = "0.7.4"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2110dependencies = [
2111 "adler",
2112]
2113
2114[[package]]
2115name = "miniz_oxide"
2116version = "0.8.0"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
2119dependencies = [
2120 "adler2",
2121]
2122
2123[[package]]
2124name = "minus"
2125version = "5.6.1"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "093bd0520d2a37943566a73750e6d44094dac75d66a978d1f0d97ffc78686832"
2128dependencies = [
2129 "crossbeam-channel",
2130 "crossterm",
2131 "once_cell",
2132 "parking_lot",
2133 "regex",
2134 "textwrap",
2135 "thiserror",
2136]
2137
2138[[package]]
2139name = "mio"
2140version = "0.8.11"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2143dependencies = [
2144 "libc",
2145 "log",
2146 "wasi",
2147 "windows-sys 0.48.0",
2148]
2149
2150[[package]]
2151name = "mio"
2152version = "1.0.2"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2155dependencies = [
2156 "hermit-abi 0.3.9",
2157 "libc",
2158 "wasi",
2159 "windows-sys 0.52.0",
2160]
2161
2162[[package]]
2163name = "multimap"
2164version = "0.10.0"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
2167
2168[[package]]
2169name = "nom"
2170version = "7.1.3"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2173dependencies = [
2174 "memchr",
2175 "minimal-lexical",
2176]
2177
2178[[package]]
2179name = "nu-ansi-term"
2180version = "0.46.0"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2183dependencies = [
2184 "overload",
2185 "winapi",
2186]
2187
2188[[package]]
2189name = "num-traits"
2190version = "0.2.19"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2193dependencies = [
2194 "autocfg",
2195]
2196
2197[[package]]
2198name = "num_cpus"
2199version = "1.16.0"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2202dependencies = [
2203 "hermit-abi 0.3.9",
2204 "libc",
2205]
2206
2207[[package]]
2208name = "object"
2209version = "0.36.3"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
2212dependencies = [
2213 "memchr",
2214]
2215
2216[[package]]
2217name = "once_cell"
2218version = "1.19.0"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2221dependencies = [
2222 "parking_lot_core",
2223]
2224
2225[[package]]
2226name = "oorandom"
2227version = "11.1.4"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
2230
2231[[package]]
2232name = "openssl-probe"
2233version = "0.1.5"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2236
2237[[package]]
2238name = "openssl-src"
2239version = "300.3.1+3.3.1"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
2242dependencies = [
2243 "cc",
2244]
2245
2246[[package]]
2247name = "openssl-sys"
2248version = "0.9.103"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
2251dependencies = [
2252 "cc",
2253 "libc",
2254 "openssl-src",
2255 "pkg-config",
2256 "vcpkg",
2257]
2258
2259[[package]]
2260name = "option-ext"
2261version = "0.2.0"
2262source = "registry+https://github.com/rust-lang/crates.io-index"
2263checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2264
2265[[package]]
2266name = "overload"
2267version = "0.1.1"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2270
2271[[package]]
2272name = "parking_lot"
2273version = "0.12.3"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2276dependencies = [
2277 "lock_api",
2278 "parking_lot_core",
2279]
2280
2281[[package]]
2282name = "parking_lot_core"
2283version = "0.9.10"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2286dependencies = [
2287 "cfg-if",
2288 "libc",
2289 "redox_syscall",
2290 "smallvec",
2291 "windows-targets 0.52.6",
2292]
2293
2294[[package]]
2295name = "paste"
2296version = "1.0.15"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2299
2300[[package]]
2301name = "pathdiff"
2302version = "0.2.1"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2305
2306[[package]]
2307name = "percent-encoding"
2308version = "2.3.1"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2311
2312[[package]]
2313name = "pest"
2314version = "2.7.11"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
2317dependencies = [
2318 "memchr",
2319 "thiserror",
2320 "ucd-trie",
2321]
2322
2323[[package]]
2324name = "pest_derive"
2325version = "2.7.11"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
2328dependencies = [
2329 "pest",
2330 "pest_generator",
2331]
2332
2333[[package]]
2334name = "pest_generator"
2335version = "2.7.11"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
2338dependencies = [
2339 "pest",
2340 "pest_meta",
2341 "proc-macro2",
2342 "quote",
2343 "syn",
2344]
2345
2346[[package]]
2347name = "pest_meta"
2348version = "2.7.11"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
2351dependencies = [
2352 "once_cell",
2353 "pest",
2354 "sha2",
2355]
2356
2357[[package]]
2358name = "petgraph"
2359version = "0.6.5"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2362dependencies = [
2363 "fixedbitset",
2364 "indexmap",
2365]
2366
2367[[package]]
2368name = "pin-project-lite"
2369version = "0.2.14"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2372
2373[[package]]
2374name = "pin-utils"
2375version = "0.1.0"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2378
2379[[package]]
2380name = "pkg-config"
2381version = "0.3.30"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2384
2385[[package]]
2386name = "plotters"
2387version = "0.3.6"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
2390dependencies = [
2391 "num-traits",
2392 "plotters-backend",
2393 "plotters-svg",
2394 "wasm-bindgen",
2395 "web-sys",
2396]
2397
2398[[package]]
2399name = "plotters-backend"
2400version = "0.3.6"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
2403
2404[[package]]
2405name = "plotters-svg"
2406version = "0.3.6"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
2409dependencies = [
2410 "plotters-backend",
2411]
2412
2413[[package]]
2414name = "pollster"
2415version = "0.3.0"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
2418
2419[[package]]
2420name = "ppv-lite86"
2421version = "0.2.20"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2424dependencies = [
2425 "zerocopy",
2426]
2427
2428[[package]]
2429name = "predicates"
2430version = "3.1.2"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97"
2433dependencies = [
2434 "anstyle",
2435 "difflib",
2436 "predicates-core",
2437]
2438
2439[[package]]
2440name = "predicates-core"
2441version = "1.0.8"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931"
2444
2445[[package]]
2446name = "predicates-tree"
2447version = "1.0.11"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13"
2450dependencies = [
2451 "predicates-core",
2452 "termtree",
2453]
2454
2455[[package]]
2456name = "pretty_assertions"
2457version = "1.4.0"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
2460dependencies = [
2461 "diff",
2462 "yansi",
2463]
2464
2465[[package]]
2466name = "prettyplease"
2467version = "0.2.20"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
2470dependencies = [
2471 "proc-macro2",
2472 "syn",
2473]
2474
2475[[package]]
2476name = "proc-macro2"
2477version = "1.0.86"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2480dependencies = [
2481 "unicode-ident",
2482]
2483
2484[[package]]
2485name = "prodash"
2486version = "28.0.0"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79"
2489
2490[[package]]
2491name = "prost"
2492version = "0.12.6"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
2495dependencies = [
2496 "bytes",
2497 "prost-derive",
2498]
2499
2500[[package]]
2501name = "prost-build"
2502version = "0.12.6"
2503source = "registry+https://github.com/rust-lang/crates.io-index"
2504checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
2505dependencies = [
2506 "bytes",
2507 "heck",
2508 "itertools 0.12.1",
2509 "log",
2510 "multimap",
2511 "once_cell",
2512 "petgraph",
2513 "prettyplease",
2514 "prost",
2515 "prost-types",
2516 "regex",
2517 "syn",
2518 "tempfile",
2519]
2520
2521[[package]]
2522name = "prost-derive"
2523version = "0.12.6"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
2526dependencies = [
2527 "anyhow",
2528 "itertools 0.12.1",
2529 "proc-macro2",
2530 "quote",
2531 "syn",
2532]
2533
2534[[package]]
2535name = "prost-types"
2536version = "0.12.6"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
2539dependencies = [
2540 "prost",
2541]
2542
2543[[package]]
2544name = "quote"
2545version = "1.0.37"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2548dependencies = [
2549 "proc-macro2",
2550]
2551
2552[[package]]
2553name = "rand"
2554version = "0.8.5"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2557dependencies = [
2558 "libc",
2559 "rand_chacha",
2560 "rand_core",
2561]
2562
2563[[package]]
2564name = "rand_chacha"
2565version = "0.3.1"
2566source = "registry+https://github.com/rust-lang/crates.io-index"
2567checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2568dependencies = [
2569 "ppv-lite86",
2570 "rand_core",
2571]
2572
2573[[package]]
2574name = "rand_core"
2575version = "0.6.4"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2578dependencies = [
2579 "getrandom",
2580]
2581
2582[[package]]
2583name = "ratatui"
2584version = "0.26.3"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "f44c9e68fd46eda15c646fbb85e1040b657a58cdc8c98db1d97a55930d991eef"
2587dependencies = [
2588 "bitflags 2.6.0",
2589 "cassowary",
2590 "compact_str",
2591 "crossterm",
2592 "itertools 0.12.1",
2593 "lru",
2594 "paste",
2595 "stability",
2596 "strum",
2597 "unicode-segmentation",
2598 "unicode-truncate",
2599 "unicode-width",
2600]
2601
2602[[package]]
2603name = "rayon"
2604version = "1.10.0"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2607dependencies = [
2608 "either",
2609 "rayon-core",
2610]
2611
2612[[package]]
2613name = "rayon-core"
2614version = "1.12.1"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2617dependencies = [
2618 "crossbeam-deque",
2619 "crossbeam-utils",
2620]
2621
2622[[package]]
2623name = "redox_syscall"
2624version = "0.5.3"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
2627dependencies = [
2628 "bitflags 2.6.0",
2629]
2630
2631[[package]]
2632name = "redox_users"
2633version = "0.4.6"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2636dependencies = [
2637 "getrandom",
2638 "libredox",
2639 "thiserror",
2640]
2641
2642[[package]]
2643name = "ref-cast"
2644version = "1.0.23"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931"
2647dependencies = [
2648 "ref-cast-impl",
2649]
2650
2651[[package]]
2652name = "ref-cast-impl"
2653version = "1.0.23"
2654source = "registry+https://github.com/rust-lang/crates.io-index"
2655checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
2656dependencies = [
2657 "proc-macro2",
2658 "quote",
2659 "syn",
2660]
2661
2662[[package]]
2663name = "regex"
2664version = "1.10.6"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
2667dependencies = [
2668 "aho-corasick",
2669 "memchr",
2670 "regex-automata 0.4.7",
2671 "regex-syntax 0.8.4",
2672]
2673
2674[[package]]
2675name = "regex-automata"
2676version = "0.1.10"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2679dependencies = [
2680 "regex-syntax 0.6.29",
2681]
2682
2683[[package]]
2684name = "regex-automata"
2685version = "0.4.7"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2688dependencies = [
2689 "aho-corasick",
2690 "memchr",
2691 "regex-syntax 0.8.4",
2692]
2693
2694[[package]]
2695name = "regex-syntax"
2696version = "0.6.29"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2699
2700[[package]]
2701name = "regex-syntax"
2702version = "0.8.4"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2705
2706[[package]]
2707name = "roff"
2708version = "0.2.2"
2709source = "registry+https://github.com/rust-lang/crates.io-index"
2710checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
2711
2712[[package]]
2713name = "rpassword"
2714version = "7.3.1"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
2717dependencies = [
2718 "libc",
2719 "rtoolbox",
2720 "windows-sys 0.48.0",
2721]
2722
2723[[package]]
2724name = "rtoolbox"
2725version = "0.0.2"
2726source = "registry+https://github.com/rust-lang/crates.io-index"
2727checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
2728dependencies = [
2729 "libc",
2730 "windows-sys 0.48.0",
2731]
2732
2733[[package]]
2734name = "rustc-demangle"
2735version = "0.1.24"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2738
2739[[package]]
2740name = "rustix"
2741version = "0.38.35"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
2744dependencies = [
2745 "bitflags 2.6.0",
2746 "errno",
2747 "libc",
2748 "linux-raw-sys",
2749 "windows-sys 0.52.0",
2750]
2751
2752[[package]]
2753name = "rustversion"
2754version = "1.0.17"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2757
2758[[package]]
2759name = "ryu"
2760version = "1.0.18"
2761source = "registry+https://github.com/rust-lang/crates.io-index"
2762checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2763
2764[[package]]
2765name = "same-file"
2766version = "1.0.6"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2769dependencies = [
2770 "winapi-util",
2771]
2772
2773[[package]]
2774name = "scanlex"
2775version = "0.1.4"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db"
2778
2779[[package]]
2780name = "scm-record"
2781version = "0.3.0"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "4a1bf431016c7a34038f440696c672f0fee1a15d6aea31fe100df6974a35bf5f"
2784dependencies = [
2785 "cassowary",
2786 "crossterm",
2787 "num-traits",
2788 "ratatui",
2789 "serde",
2790 "serde_json",
2791 "thiserror",
2792 "tracing",
2793 "unicode-width",
2794]
2795
2796[[package]]
2797name = "scopeguard"
2798version = "1.2.0"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2801
2802[[package]]
2803name = "serde"
2804version = "1.0.209"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
2807dependencies = [
2808 "serde_derive",
2809]
2810
2811[[package]]
2812name = "serde_bser"
2813version = "0.4.0"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "a56b4bcc15e42e5b5ae16c6f75582bef80d36c6ffe2c03b1b5317754b38f8717"
2816dependencies = [
2817 "anyhow",
2818 "byteorder",
2819 "bytes",
2820 "serde",
2821 "serde_bytes",
2822 "thiserror",
2823]
2824
2825[[package]]
2826name = "serde_bytes"
2827version = "0.11.15"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
2830dependencies = [
2831 "serde",
2832]
2833
2834[[package]]
2835name = "serde_derive"
2836version = "1.0.209"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
2839dependencies = [
2840 "proc-macro2",
2841 "quote",
2842 "syn",
2843]
2844
2845[[package]]
2846name = "serde_json"
2847version = "1.0.127"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
2850dependencies = [
2851 "itoa",
2852 "memchr",
2853 "ryu",
2854 "serde",
2855]
2856
2857[[package]]
2858name = "serde_spanned"
2859version = "0.6.7"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
2862dependencies = [
2863 "serde",
2864]
2865
2866[[package]]
2867name = "sha1_smol"
2868version = "1.0.1"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
2871
2872[[package]]
2873name = "sha2"
2874version = "0.10.8"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2877dependencies = [
2878 "cfg-if",
2879 "cpufeatures",
2880 "digest",
2881]
2882
2883[[package]]
2884name = "sharded-slab"
2885version = "0.1.7"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2888dependencies = [
2889 "lazy_static",
2890]
2891
2892[[package]]
2893name = "shell-words"
2894version = "1.1.0"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2897
2898[[package]]
2899name = "shlex"
2900version = "1.3.0"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2903
2904[[package]]
2905name = "signal-hook"
2906version = "0.3.17"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
2909dependencies = [
2910 "libc",
2911 "signal-hook-registry",
2912]
2913
2914[[package]]
2915name = "signal-hook-mio"
2916version = "0.2.4"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
2919dependencies = [
2920 "libc",
2921 "mio 0.8.11",
2922 "signal-hook",
2923]
2924
2925[[package]]
2926name = "signal-hook-registry"
2927version = "1.4.2"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2930dependencies = [
2931 "libc",
2932]
2933
2934[[package]]
2935name = "similar"
2936version = "2.6.0"
2937source = "registry+https://github.com/rust-lang/crates.io-index"
2938checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e"
2939
2940[[package]]
2941name = "slab"
2942version = "0.4.9"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2945dependencies = [
2946 "autocfg",
2947]
2948
2949[[package]]
2950name = "smallvec"
2951version = "1.13.2"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2954
2955[[package]]
2956name = "smawk"
2957version = "0.3.2"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
2960
2961[[package]]
2962name = "socket2"
2963version = "0.5.7"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2966dependencies = [
2967 "libc",
2968 "windows-sys 0.52.0",
2969]
2970
2971[[package]]
2972name = "stability"
2973version = "0.2.1"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac"
2976dependencies = [
2977 "quote",
2978 "syn",
2979]
2980
2981[[package]]
2982name = "static_assertions"
2983version = "1.1.0"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2986
2987[[package]]
2988name = "strsim"
2989version = "0.11.1"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2992
2993[[package]]
2994name = "strum"
2995version = "0.26.3"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2998dependencies = [
2999 "strum_macros",
3000]
3001
3002[[package]]
3003name = "strum_macros"
3004version = "0.26.4"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
3007dependencies = [
3008 "heck",
3009 "proc-macro2",
3010 "quote",
3011 "rustversion",
3012 "syn",
3013]
3014
3015[[package]]
3016name = "subtle"
3017version = "2.6.1"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3020
3021[[package]]
3022name = "syn"
3023version = "2.0.77"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
3026dependencies = [
3027 "proc-macro2",
3028 "quote",
3029 "unicode-ident",
3030]
3031
3032[[package]]
3033name = "tempfile"
3034version = "3.12.0"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
3037dependencies = [
3038 "cfg-if",
3039 "fastrand",
3040 "once_cell",
3041 "rustix",
3042 "windows-sys 0.59.0",
3043]
3044
3045[[package]]
3046name = "terminal_size"
3047version = "0.3.0"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
3050dependencies = [
3051 "rustix",
3052 "windows-sys 0.48.0",
3053]
3054
3055[[package]]
3056name = "termtree"
3057version = "0.4.1"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
3060
3061[[package]]
3062name = "test-case"
3063version = "3.3.1"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8"
3066dependencies = [
3067 "test-case-macros",
3068]
3069
3070[[package]]
3071name = "test-case-core"
3072version = "3.3.1"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f"
3075dependencies = [
3076 "cfg-if",
3077 "proc-macro2",
3078 "quote",
3079 "syn",
3080]
3081
3082[[package]]
3083name = "test-case-macros"
3084version = "3.3.1"
3085source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb"
3087dependencies = [
3088 "proc-macro2",
3089 "quote",
3090 "syn",
3091 "test-case-core",
3092]
3093
3094[[package]]
3095name = "testutils"
3096version = "0.21.0"
3097dependencies = [
3098 "async-trait",
3099 "config",
3100 "futures 0.3.30",
3101 "git2",
3102 "hex",
3103 "itertools 0.13.0",
3104 "jj-lib",
3105 "pollster",
3106 "rand",
3107 "tempfile",
3108]
3109
3110[[package]]
3111name = "textwrap"
3112version = "0.16.1"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
3115dependencies = [
3116 "smawk",
3117 "unicode-linebreak",
3118 "unicode-width",
3119]
3120
3121[[package]]
3122name = "thiserror"
3123version = "1.0.63"
3124source = "registry+https://github.com/rust-lang/crates.io-index"
3125checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
3126dependencies = [
3127 "thiserror-impl",
3128]
3129
3130[[package]]
3131name = "thiserror-impl"
3132version = "1.0.63"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
3135dependencies = [
3136 "proc-macro2",
3137 "quote",
3138 "syn",
3139]
3140
3141[[package]]
3142name = "thread_local"
3143version = "1.1.8"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
3146dependencies = [
3147 "cfg-if",
3148 "once_cell",
3149]
3150
3151[[package]]
3152name = "timeago"
3153version = "0.4.2"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "a1710e589de0a76aaf295cd47a6699f6405737dbfd3cf2b75c92d000b548d0e6"
3156
3157[[package]]
3158name = "tinytemplate"
3159version = "1.2.1"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
3162dependencies = [
3163 "serde",
3164 "serde_json",
3165]
3166
3167[[package]]
3168name = "tinyvec"
3169version = "1.8.0"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
3172dependencies = [
3173 "tinyvec_macros",
3174]
3175
3176[[package]]
3177name = "tinyvec_macros"
3178version = "0.1.1"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3181
3182[[package]]
3183name = "tokio"
3184version = "1.40.0"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
3187dependencies = [
3188 "backtrace",
3189 "bytes",
3190 "libc",
3191 "mio 1.0.2",
3192 "parking_lot",
3193 "pin-project-lite",
3194 "signal-hook-registry",
3195 "socket2",
3196 "tokio-macros",
3197 "windows-sys 0.52.0",
3198]
3199
3200[[package]]
3201name = "tokio-macros"
3202version = "2.4.0"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
3205dependencies = [
3206 "proc-macro2",
3207 "quote",
3208 "syn",
3209]
3210
3211[[package]]
3212name = "tokio-util"
3213version = "0.6.10"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
3216dependencies = [
3217 "bytes",
3218 "futures-core",
3219 "futures-io",
3220 "futures-sink",
3221 "log",
3222 "pin-project-lite",
3223 "slab",
3224 "tokio",
3225]
3226
3227[[package]]
3228name = "toml"
3229version = "0.5.11"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
3232dependencies = [
3233 "serde",
3234]
3235
3236[[package]]
3237name = "toml_datetime"
3238version = "0.6.8"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
3241dependencies = [
3242 "serde",
3243]
3244
3245[[package]]
3246name = "toml_edit"
3247version = "0.19.15"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
3250dependencies = [
3251 "indexmap",
3252 "serde",
3253 "serde_spanned",
3254 "toml_datetime",
3255 "winnow 0.5.40",
3256]
3257
3258[[package]]
3259name = "tracing"
3260version = "0.1.40"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
3263dependencies = [
3264 "pin-project-lite",
3265 "tracing-attributes",
3266 "tracing-core",
3267]
3268
3269[[package]]
3270name = "tracing-attributes"
3271version = "0.1.27"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
3274dependencies = [
3275 "proc-macro2",
3276 "quote",
3277 "syn",
3278]
3279
3280[[package]]
3281name = "tracing-chrome"
3282version = "0.7.2"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724"
3285dependencies = [
3286 "serde_json",
3287 "tracing-core",
3288 "tracing-subscriber",
3289]
3290
3291[[package]]
3292name = "tracing-core"
3293version = "0.1.32"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
3296dependencies = [
3297 "once_cell",
3298 "valuable",
3299]
3300
3301[[package]]
3302name = "tracing-log"
3303version = "0.2.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3306dependencies = [
3307 "log",
3308 "once_cell",
3309 "tracing-core",
3310]
3311
3312[[package]]
3313name = "tracing-subscriber"
3314version = "0.3.18"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
3317dependencies = [
3318 "matchers",
3319 "nu-ansi-term",
3320 "once_cell",
3321 "regex",
3322 "sharded-slab",
3323 "smallvec",
3324 "thread_local",
3325 "tracing",
3326 "tracing-core",
3327 "tracing-log",
3328]
3329
3330[[package]]
3331name = "typenum"
3332version = "1.17.0"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
3335
3336[[package]]
3337name = "ucd-trie"
3338version = "0.1.6"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
3341
3342[[package]]
3343name = "uluru"
3344version = "3.1.0"
3345source = "registry+https://github.com/rust-lang/crates.io-index"
3346checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
3347dependencies = [
3348 "arrayvec",
3349]
3350
3351[[package]]
3352name = "unicode-bidi"
3353version = "0.3.15"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
3356
3357[[package]]
3358name = "unicode-bom"
3359version = "2.0.3"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
3362
3363[[package]]
3364name = "unicode-ident"
3365version = "1.0.12"
3366source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
3368
3369[[package]]
3370name = "unicode-linebreak"
3371version = "0.1.5"
3372source = "registry+https://github.com/rust-lang/crates.io-index"
3373checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
3374
3375[[package]]
3376name = "unicode-normalization"
3377version = "0.1.23"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
3380dependencies = [
3381 "tinyvec",
3382]
3383
3384[[package]]
3385name = "unicode-segmentation"
3386version = "1.11.0"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
3389
3390[[package]]
3391name = "unicode-truncate"
3392version = "1.1.0"
3393source = "registry+https://github.com/rust-lang/crates.io-index"
3394checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
3395dependencies = [
3396 "itertools 0.13.0",
3397 "unicode-segmentation",
3398 "unicode-width",
3399]
3400
3401[[package]]
3402name = "unicode-width"
3403version = "0.1.13"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
3406
3407[[package]]
3408name = "url"
3409version = "2.5.2"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
3412dependencies = [
3413 "form_urlencoded",
3414 "idna",
3415 "percent-encoding",
3416]
3417
3418[[package]]
3419name = "utf8parse"
3420version = "0.2.2"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3423
3424[[package]]
3425name = "valuable"
3426version = "0.1.0"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
3429
3430[[package]]
3431name = "vcpkg"
3432version = "0.2.15"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3435
3436[[package]]
3437name = "version_check"
3438version = "0.9.5"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3441
3442[[package]]
3443name = "wait-timeout"
3444version = "0.2.0"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
3447dependencies = [
3448 "libc",
3449]
3450
3451[[package]]
3452name = "walkdir"
3453version = "2.5.0"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3456dependencies = [
3457 "same-file",
3458 "winapi-util",
3459]
3460
3461[[package]]
3462name = "wasi"
3463version = "0.11.0+wasi-snapshot-preview1"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3466
3467[[package]]
3468name = "wasite"
3469version = "0.1.0"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3472
3473[[package]]
3474name = "wasm-bindgen"
3475version = "0.2.93"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
3478dependencies = [
3479 "cfg-if",
3480 "once_cell",
3481 "wasm-bindgen-macro",
3482]
3483
3484[[package]]
3485name = "wasm-bindgen-backend"
3486version = "0.2.93"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
3489dependencies = [
3490 "bumpalo",
3491 "log",
3492 "once_cell",
3493 "proc-macro2",
3494 "quote",
3495 "syn",
3496 "wasm-bindgen-shared",
3497]
3498
3499[[package]]
3500name = "wasm-bindgen-macro"
3501version = "0.2.93"
3502source = "registry+https://github.com/rust-lang/crates.io-index"
3503checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
3504dependencies = [
3505 "quote",
3506 "wasm-bindgen-macro-support",
3507]
3508
3509[[package]]
3510name = "wasm-bindgen-macro-support"
3511version = "0.2.93"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
3514dependencies = [
3515 "proc-macro2",
3516 "quote",
3517 "syn",
3518 "wasm-bindgen-backend",
3519 "wasm-bindgen-shared",
3520]
3521
3522[[package]]
3523name = "wasm-bindgen-shared"
3524version = "0.2.93"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
3527
3528[[package]]
3529name = "watchman_client"
3530version = "0.9.0"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "88bc4c9bb443a7aae10d4fa7807bffc397805315e2305288c90c80e2f66cfb52"
3533dependencies = [
3534 "anyhow",
3535 "bytes",
3536 "futures 0.3.30",
3537 "maplit",
3538 "serde",
3539 "serde_bser",
3540 "thiserror",
3541 "tokio",
3542 "tokio-util",
3543 "winapi",
3544]
3545
3546[[package]]
3547name = "web-sys"
3548version = "0.3.70"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
3551dependencies = [
3552 "js-sys",
3553 "wasm-bindgen",
3554]
3555
3556[[package]]
3557name = "whoami"
3558version = "1.5.2"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
3561dependencies = [
3562 "redox_syscall",
3563 "wasite",
3564 "web-sys",
3565]
3566
3567[[package]]
3568name = "winapi"
3569version = "0.3.9"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3572dependencies = [
3573 "winapi-i686-pc-windows-gnu",
3574 "winapi-x86_64-pc-windows-gnu",
3575]
3576
3577[[package]]
3578name = "winapi-i686-pc-windows-gnu"
3579version = "0.4.0"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3582
3583[[package]]
3584name = "winapi-util"
3585version = "0.1.9"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
3588dependencies = [
3589 "windows-sys 0.59.0",
3590]
3591
3592[[package]]
3593name = "winapi-x86_64-pc-windows-gnu"
3594version = "0.4.0"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3597
3598[[package]]
3599name = "windows-core"
3600version = "0.52.0"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
3603dependencies = [
3604 "windows-targets 0.52.6",
3605]
3606
3607[[package]]
3608name = "windows-sys"
3609version = "0.48.0"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3612dependencies = [
3613 "windows-targets 0.48.5",
3614]
3615
3616[[package]]
3617name = "windows-sys"
3618version = "0.52.0"
3619source = "registry+https://github.com/rust-lang/crates.io-index"
3620checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3621dependencies = [
3622 "windows-targets 0.52.6",
3623]
3624
3625[[package]]
3626name = "windows-sys"
3627version = "0.59.0"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3630dependencies = [
3631 "windows-targets 0.52.6",
3632]
3633
3634[[package]]
3635name = "windows-targets"
3636version = "0.48.5"
3637source = "registry+https://github.com/rust-lang/crates.io-index"
3638checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3639dependencies = [
3640 "windows_aarch64_gnullvm 0.48.5",
3641 "windows_aarch64_msvc 0.48.5",
3642 "windows_i686_gnu 0.48.5",
3643 "windows_i686_msvc 0.48.5",
3644 "windows_x86_64_gnu 0.48.5",
3645 "windows_x86_64_gnullvm 0.48.5",
3646 "windows_x86_64_msvc 0.48.5",
3647]
3648
3649[[package]]
3650name = "windows-targets"
3651version = "0.52.6"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3654dependencies = [
3655 "windows_aarch64_gnullvm 0.52.6",
3656 "windows_aarch64_msvc 0.52.6",
3657 "windows_i686_gnu 0.52.6",
3658 "windows_i686_gnullvm",
3659 "windows_i686_msvc 0.52.6",
3660 "windows_x86_64_gnu 0.52.6",
3661 "windows_x86_64_gnullvm 0.52.6",
3662 "windows_x86_64_msvc 0.52.6",
3663]
3664
3665[[package]]
3666name = "windows_aarch64_gnullvm"
3667version = "0.48.5"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3670
3671[[package]]
3672name = "windows_aarch64_gnullvm"
3673version = "0.52.6"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3676
3677[[package]]
3678name = "windows_aarch64_msvc"
3679version = "0.48.5"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3682
3683[[package]]
3684name = "windows_aarch64_msvc"
3685version = "0.52.6"
3686source = "registry+https://github.com/rust-lang/crates.io-index"
3687checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3688
3689[[package]]
3690name = "windows_i686_gnu"
3691version = "0.48.5"
3692source = "registry+https://github.com/rust-lang/crates.io-index"
3693checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3694
3695[[package]]
3696name = "windows_i686_gnu"
3697version = "0.52.6"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3700
3701[[package]]
3702name = "windows_i686_gnullvm"
3703version = "0.52.6"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3706
3707[[package]]
3708name = "windows_i686_msvc"
3709version = "0.48.5"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3712
3713[[package]]
3714name = "windows_i686_msvc"
3715version = "0.52.6"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3718
3719[[package]]
3720name = "windows_x86_64_gnu"
3721version = "0.48.5"
3722source = "registry+https://github.com/rust-lang/crates.io-index"
3723checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3724
3725[[package]]
3726name = "windows_x86_64_gnu"
3727version = "0.52.6"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3730
3731[[package]]
3732name = "windows_x86_64_gnullvm"
3733version = "0.48.5"
3734source = "registry+https://github.com/rust-lang/crates.io-index"
3735checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3736
3737[[package]]
3738name = "windows_x86_64_gnullvm"
3739version = "0.52.6"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3742
3743[[package]]
3744name = "windows_x86_64_msvc"
3745version = "0.48.5"
3746source = "registry+https://github.com/rust-lang/crates.io-index"
3747checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3748
3749[[package]]
3750name = "windows_x86_64_msvc"
3751version = "0.52.6"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3754
3755[[package]]
3756name = "winnow"
3757version = "0.5.40"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
3760dependencies = [
3761 "memchr",
3762]
3763
3764[[package]]
3765name = "winnow"
3766version = "0.6.18"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
3769dependencies = [
3770 "memchr",
3771]
3772
3773[[package]]
3774name = "winreg"
3775version = "0.52.0"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
3778dependencies = [
3779 "cfg-if",
3780 "windows-sys 0.48.0",
3781]
3782
3783[[package]]
3784name = "yansi"
3785version = "0.5.1"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
3788
3789[[package]]
3790name = "zerocopy"
3791version = "0.7.35"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
3794dependencies = [
3795 "byteorder",
3796 "zerocopy-derive",
3797]
3798
3799[[package]]
3800name = "zerocopy-derive"
3801version = "0.7.35"
3802source = "registry+https://github.com/rust-lang/crates.io-index"
3803checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
3804dependencies = [
3805 "proc-macro2",
3806 "quote",
3807 "syn",
3808]
3809
3810[[package]]
3811name = "zstd"
3812version = "0.12.4"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
3815dependencies = [
3816 "zstd-safe",
3817]
3818
3819[[package]]
3820name = "zstd-safe"
3821version = "6.0.6"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
3824dependencies = [
3825 "libc",
3826 "zstd-sys",
3827]
3828
3829[[package]]
3830name = "zstd-sys"
3831version = "2.0.13+zstd.1.5.6"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
3834dependencies = [
3835 "cc",
3836 "pkg-config",
3837]