Show More
@@ -12,6 +12,55 b' dependencies = [' | |||||
12 | ] |
|
12 | ] | |
13 |
|
13 | |||
14 | [[package]] |
|
14 | [[package]] | |
|
15 | name = "anstream" | |||
|
16 | version = "0.3.2" | |||
|
17 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
18 | checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" | |||
|
19 | dependencies = [ | |||
|
20 | "anstyle", | |||
|
21 | "anstyle-parse", | |||
|
22 | "anstyle-query", | |||
|
23 | "anstyle-wincon", | |||
|
24 | "colorchoice", | |||
|
25 | "is-terminal", | |||
|
26 | "utf8parse", | |||
|
27 | ] | |||
|
28 | ||||
|
29 | [[package]] | |||
|
30 | name = "anstyle" | |||
|
31 | version = "1.0.1" | |||
|
32 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
33 | checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" | |||
|
34 | ||||
|
35 | [[package]] | |||
|
36 | name = "anstyle-parse" | |||
|
37 | version = "0.2.1" | |||
|
38 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
39 | checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" | |||
|
40 | dependencies = [ | |||
|
41 | "utf8parse", | |||
|
42 | ] | |||
|
43 | ||||
|
44 | [[package]] | |||
|
45 | name = "anstyle-query" | |||
|
46 | version = "1.0.0" | |||
|
47 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
48 | checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" | |||
|
49 | dependencies = [ | |||
|
50 | "windows-sys", | |||
|
51 | ] | |||
|
52 | ||||
|
53 | [[package]] | |||
|
54 | name = "anstyle-wincon" | |||
|
55 | version = "1.0.1" | |||
|
56 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
57 | checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" | |||
|
58 | dependencies = [ | |||
|
59 | "anstyle", | |||
|
60 | "windows-sys", | |||
|
61 | ] | |||
|
62 | ||||
|
63 | [[package]] | |||
15 | name = "assert_cmd" |
|
64 | name = "assert_cmd" | |
16 | version = "2.0.4" |
|
65 | version = "2.0.4" | |
17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
66 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -26,17 +75,6 b' dependencies = [' | |||||
26 | ] |
|
75 | ] | |
27 |
|
76 | |||
28 | [[package]] |
|
77 | [[package]] | |
29 | name = "atty" |
|
|||
30 | version = "0.2.14" |
|
|||
31 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
32 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
|||
33 | dependencies = [ |
|
|||
34 | "hermit-abi", |
|
|||
35 | "libc", |
|
|||
36 | "winapi", |
|
|||
37 | ] |
|
|||
38 |
|
||||
39 | [[package]] |
|
|||
40 | name = "autocfg" |
|
78 | name = "autocfg" | |
41 | version = "1.1.0" |
|
79 | version = "1.1.0" | |
42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
80 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -44,9 +82,9 b' checksum = "d468802bab17cbc0cc575e9b053f' | |||||
44 |
|
82 | |||
45 | [[package]] |
|
83 | [[package]] | |
46 | name = "bitflags" |
|
84 | name = "bitflags" | |
47 |
version = " |
|
85 | version = "2.3.3" | |
48 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
86 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
49 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
87 | checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" | |
50 |
|
88 | |||
51 | [[package]] |
|
89 | [[package]] | |
52 | name = "bstr" |
|
90 | name = "bstr" | |
@@ -60,36 +98,59 b' dependencies = [' | |||||
60 | ] |
|
98 | ] | |
61 |
|
99 | |||
62 | [[package]] |
|
100 | [[package]] | |
|
101 | name = "cc" | |||
|
102 | version = "1.0.79" | |||
|
103 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
104 | checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" | |||
|
105 | ||||
|
106 | [[package]] | |||
63 | name = "clap" |
|
107 | name = "clap" | |
64 |
version = " |
|
108 | version = "4.3.17" | |
65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
109 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
66 | checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123" |
|
110 | checksum = "5b0827b011f6f8ab38590295339817b0d26f344aa4932c3ced71b45b0c54b4a9" | |
67 | dependencies = [ |
|
111 | dependencies = [ | |
68 | "atty", |
|
112 | "clap_builder", | |
69 | "bitflags", |
|
|||
70 | "clap_derive", |
|
113 | "clap_derive", | |
71 | "indexmap", |
|
114 | "once_cell", | |
72 | "lazy_static", |
|
115 | ] | |
73 | "os_str_bytes", |
|
116 | ||
|
117 | [[package]] | |||
|
118 | name = "clap_builder" | |||
|
119 | version = "4.3.17" | |||
|
120 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
121 | checksum = "9441b403be87be858db6a23edb493e7f694761acdc3343d5a0fcaafd304cbc9e" | |||
|
122 | dependencies = [ | |||
|
123 | "anstream", | |||
|
124 | "anstyle", | |||
|
125 | "clap_lex", | |||
74 | "strsim", |
|
126 | "strsim", | |
75 | "termcolor", |
|
|||
76 | "textwrap", |
|
|||
77 | ] |
|
127 | ] | |
78 |
|
128 | |||
79 | [[package]] |
|
129 | [[package]] | |
80 | name = "clap_derive" |
|
130 | name = "clap_derive" | |
81 |
version = " |
|
131 | version = "4.3.12" | |
82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
132 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
83 | checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16" |
|
133 | checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" | |
84 | dependencies = [ |
|
134 | dependencies = [ | |
85 | "heck", |
|
135 | "heck", | |
86 | "proc-macro-error", |
|
|||
87 | "proc-macro2", |
|
136 | "proc-macro2", | |
88 | "quote", |
|
137 | "quote", | |
89 | "syn", |
|
138 | "syn 2.0.27", | |
90 | ] |
|
139 | ] | |
91 |
|
140 | |||
92 | [[package]] |
|
141 | [[package]] | |
|
142 | name = "clap_lex" | |||
|
143 | version = "0.5.0" | |||
|
144 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
145 | checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" | |||
|
146 | ||||
|
147 | [[package]] | |||
|
148 | name = "colorchoice" | |||
|
149 | version = "1.0.0" | |||
|
150 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
151 | checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" | |||
|
152 | ||||
|
153 | [[package]] | |||
93 | name = "console" |
|
154 | name = "console" | |
94 | version = "0.15.0" |
|
155 | version = "0.15.0" | |
95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
156 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -127,6 +188,27 b' source = "registry+https://github.com/ru' | |||||
127 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
|
188 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" | |
128 |
|
189 | |||
129 | [[package]] |
|
190 | [[package]] | |
|
191 | name = "errno" | |||
|
192 | version = "0.3.1" | |||
|
193 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
194 | checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" | |||
|
195 | dependencies = [ | |||
|
196 | "errno-dragonfly", | |||
|
197 | "libc", | |||
|
198 | "windows-sys", | |||
|
199 | ] | |||
|
200 | ||||
|
201 | [[package]] | |||
|
202 | name = "errno-dragonfly" | |||
|
203 | version = "0.1.2" | |||
|
204 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
205 | checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" | |||
|
206 | dependencies = [ | |||
|
207 | "cc", | |||
|
208 | "libc", | |||
|
209 | ] | |||
|
210 | ||||
|
211 | [[package]] | |||
130 | name = "fuchsia-cprng" |
|
212 | name = "fuchsia-cprng" | |
131 | version = "0.1.1" |
|
213 | version = "0.1.1" | |
132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
214 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -146,12 +228,9 b' checksum = "2540771e65fc8cb83cd6e8a237f7' | |||||
146 |
|
228 | |||
147 | [[package]] |
|
229 | [[package]] | |
148 | name = "hermit-abi" |
|
230 | name = "hermit-abi" | |
149 |
version = "0. |
|
231 | version = "0.3.2" | |
150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
232 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
151 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
233 | checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" | |
152 | dependencies = [ |
|
|||
153 | "libc", |
|
|||
154 | ] |
|
|||
155 |
|
234 | |||
156 | [[package]] |
|
235 | [[package]] | |
157 | name = "indexmap" |
|
236 | name = "indexmap" | |
@@ -178,6 +257,17 b' dependencies = [' | |||||
178 | ] |
|
257 | ] | |
179 |
|
258 | |||
180 | [[package]] |
|
259 | [[package]] | |
|
260 | name = "is-terminal" | |||
|
261 | version = "0.4.9" | |||
|
262 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
263 | checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" | |||
|
264 | dependencies = [ | |||
|
265 | "hermit-abi", | |||
|
266 | "rustix", | |||
|
267 | "windows-sys", | |||
|
268 | ] | |||
|
269 | ||||
|
270 | [[package]] | |||
181 | name = "itertools" |
|
271 | name = "itertools" | |
182 | version = "0.10.3" |
|
272 | version = "0.10.3" | |
183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
273 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -200,9 +290,9 b' checksum = "e2abad23fbc42b3700f2f279844d' | |||||
200 |
|
290 | |||
201 | [[package]] |
|
291 | [[package]] | |
202 | name = "libc" |
|
292 | name = "libc" | |
203 |
version = "0.2.1 |
|
293 | version = "0.2.147" | |
204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
294 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
205 | checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" |
|
295 | checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" | |
206 |
|
296 | |||
207 | [[package]] |
|
297 | [[package]] | |
208 | name = "linked-hash-map" |
|
298 | name = "linked-hash-map" | |
@@ -211,6 +301,12 b' source = "registry+https://github.com/ru' | |||||
211 | checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" |
|
301 | checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" | |
212 |
|
302 | |||
213 | [[package]] |
|
303 | [[package]] | |
|
304 | name = "linux-raw-sys" | |||
|
305 | version = "0.4.3" | |||
|
306 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
307 | checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" | |||
|
308 | ||||
|
309 | [[package]] | |||
214 | name = "memchr" |
|
310 | name = "memchr" | |
215 | version = "2.4.1" |
|
311 | version = "2.4.1" | |
216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
312 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -231,18 +327,9 b' dependencies = [' | |||||
231 |
|
327 | |||
232 | [[package]] |
|
328 | [[package]] | |
233 | name = "once_cell" |
|
329 | name = "once_cell" | |
234 |
version = "1.1 |
|
330 | version = "1.18.0" | |
235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
331 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
236 | checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" |
|
332 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" | |
237 |
|
||||
238 | [[package]] |
|
|||
239 | name = "os_str_bytes" |
|
|||
240 | version = "6.0.0" |
|
|||
241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
242 | checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" |
|
|||
243 | dependencies = [ |
|
|||
244 | "memchr", |
|
|||
245 | ] |
|
|||
246 |
|
333 | |||
247 | [[package]] |
|
334 | [[package]] | |
248 | name = "predicates" |
|
335 | name = "predicates" | |
@@ -272,43 +359,19 b' dependencies = [' | |||||
272 | ] |
|
359 | ] | |
273 |
|
360 | |||
274 | [[package]] |
|
361 | [[package]] | |
275 |
name = "proc-macro |
|
362 | name = "proc-macro2" | |
276 |
version = "1.0. |
|
363 | version = "1.0.66" | |
277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
364 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
278 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
|
365 | checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" | |
279 | dependencies = [ |
|
366 | dependencies = [ | |
280 | "proc-macro-error-attr", |
|
367 | "unicode-ident", | |
281 | "proc-macro2", |
|
|||
282 | "quote", |
|
|||
283 | "syn", |
|
|||
284 | "version_check", |
|
|||
285 | ] |
|
|||
286 |
|
||||
287 | [[package]] |
|
|||
288 | name = "proc-macro-error-attr" |
|
|||
289 | version = "1.0.4" |
|
|||
290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
291 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
|
|||
292 | dependencies = [ |
|
|||
293 | "proc-macro2", |
|
|||
294 | "quote", |
|
|||
295 | "version_check", |
|
|||
296 | ] |
|
|||
297 |
|
||||
298 | [[package]] |
|
|||
299 | name = "proc-macro2" |
|
|||
300 | version = "1.0.36" |
|
|||
301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
302 | checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" |
|
|||
303 | dependencies = [ |
|
|||
304 | "unicode-xid", |
|
|||
305 | ] |
|
368 | ] | |
306 |
|
369 | |||
307 | [[package]] |
|
370 | [[package]] | |
308 | name = "quote" |
|
371 | name = "quote" | |
309 |
version = "1.0.1 |
|
372 | version = "1.0.31" | |
310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
373 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
311 | checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145" |
|
374 | checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0" | |
312 | dependencies = [ |
|
375 | dependencies = [ | |
313 | "proc-macro2", |
|
376 | "proc-macro2", | |
314 | ] |
|
377 | ] | |
@@ -383,6 +446,19 b' dependencies = [' | |||||
383 | ] |
|
446 | ] | |
384 |
|
447 | |||
385 | [[package]] |
|
448 | [[package]] | |
|
449 | name = "rustix" | |||
|
450 | version = "0.38.4" | |||
|
451 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
452 | checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" | |||
|
453 | dependencies = [ | |||
|
454 | "bitflags", | |||
|
455 | "errno", | |||
|
456 | "libc", | |||
|
457 | "linux-raw-sys", | |||
|
458 | "windows-sys", | |||
|
459 | ] | |||
|
460 | ||||
|
461 | [[package]] | |||
386 | name = "ryu" |
|
462 | name = "ryu" | |
387 | version = "1.0.9" |
|
463 | version = "1.0.9" | |
388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
464 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -405,7 +481,7 b' checksum = "08597e7152fcd306f41838ed3e37' | |||||
405 | dependencies = [ |
|
481 | dependencies = [ | |
406 | "proc-macro2", |
|
482 | "proc-macro2", | |
407 | "quote", |
|
483 | "quote", | |
408 | "syn", |
|
484 | "syn 1.0.87", | |
409 | ] |
|
485 | ] | |
410 |
|
486 | |||
411 | [[package]] |
|
487 | [[package]] | |
@@ -458,6 +534,17 b' dependencies = [' | |||||
458 | ] |
|
534 | ] | |
459 |
|
535 | |||
460 | [[package]] |
|
536 | [[package]] | |
|
537 | name = "syn" | |||
|
538 | version = "2.0.27" | |||
|
539 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
540 | checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0" | |||
|
541 | dependencies = [ | |||
|
542 | "proc-macro2", | |||
|
543 | "quote", | |||
|
544 | "unicode-ident", | |||
|
545 | ] | |||
|
546 | ||||
|
547 | [[package]] | |||
461 | name = "tempdir" |
|
548 | name = "tempdir" | |
462 | version = "0.3.7" |
|
549 | version = "0.3.7" | |
463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
550 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -468,15 +555,6 b' dependencies = [' | |||||
468 | ] |
|
555 | ] | |
469 |
|
556 | |||
470 | [[package]] |
|
557 | [[package]] | |
471 | name = "termcolor" |
|
|||
472 | version = "1.1.3" |
|
|||
473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
474 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
|
|||
475 | dependencies = [ |
|
|||
476 | "winapi-util", |
|
|||
477 | ] |
|
|||
478 |
|
||||
479 | [[package]] |
|
|||
480 | name = "terminal_size" |
|
558 | name = "terminal_size" | |
481 | version = "0.1.17" |
|
559 | version = "0.1.17" | |
482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
560 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -493,10 +571,10 b' source = "registry+https://github.com/ru' | |||||
493 | checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b" |
|
571 | checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b" | |
494 |
|
572 | |||
495 | [[package]] |
|
573 | [[package]] | |
496 | name = "textwrap" |
|
574 | name = "unicode-ident" | |
497 |
version = " |
|
575 | version = "1.0.11" | |
498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
576 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
499 | checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" |
|
577 | checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" | |
500 |
|
578 | |||
501 | [[package]] |
|
579 | [[package]] | |
502 | name = "unicode-xid" |
|
580 | name = "unicode-xid" | |
@@ -505,10 +583,10 b' source = "registry+https://github.com/ru' | |||||
505 | checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" |
|
583 | checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" | |
506 |
|
584 | |||
507 | [[package]] |
|
585 | [[package]] | |
508 |
name = " |
|
586 | name = "utf8parse" | |
509 |
version = "0. |
|
587 | version = "0.2.1" | |
510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
588 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
511 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
589 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" | |
512 |
|
590 | |||
513 | [[package]] |
|
591 | [[package]] | |
514 | name = "wait-timeout" |
|
592 | name = "wait-timeout" | |
@@ -536,21 +614,78 b' source = "registry+https://github.com/ru' | |||||
536 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
614 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
537 |
|
615 | |||
538 | [[package]] |
|
616 | [[package]] | |
539 | name = "winapi-util" |
|
|||
540 | version = "0.1.5" |
|
|||
541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
542 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
|
|||
543 | dependencies = [ |
|
|||
544 | "winapi", |
|
|||
545 | ] |
|
|||
546 |
|
||||
547 | [[package]] |
|
|||
548 | name = "winapi-x86_64-pc-windows-gnu" |
|
617 | name = "winapi-x86_64-pc-windows-gnu" | |
549 | version = "0.4.0" |
|
618 | version = "0.4.0" | |
550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
619 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
551 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
620 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
552 |
|
621 | |||
553 | [[package]] |
|
622 | [[package]] | |
|
623 | name = "windows-sys" | |||
|
624 | version = "0.48.0" | |||
|
625 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
626 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" | |||
|
627 | dependencies = [ | |||
|
628 | "windows-targets", | |||
|
629 | ] | |||
|
630 | ||||
|
631 | [[package]] | |||
|
632 | name = "windows-targets" | |||
|
633 | version = "0.48.1" | |||
|
634 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
635 | checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" | |||
|
636 | dependencies = [ | |||
|
637 | "windows_aarch64_gnullvm", | |||
|
638 | "windows_aarch64_msvc", | |||
|
639 | "windows_i686_gnu", | |||
|
640 | "windows_i686_msvc", | |||
|
641 | "windows_x86_64_gnu", | |||
|
642 | "windows_x86_64_gnullvm", | |||
|
643 | "windows_x86_64_msvc", | |||
|
644 | ] | |||
|
645 | ||||
|
646 | [[package]] | |||
|
647 | name = "windows_aarch64_gnullvm" | |||
|
648 | version = "0.48.0" | |||
|
649 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
650 | checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" | |||
|
651 | ||||
|
652 | [[package]] | |||
|
653 | name = "windows_aarch64_msvc" | |||
|
654 | version = "0.48.0" | |||
|
655 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
656 | checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" | |||
|
657 | ||||
|
658 | [[package]] | |||
|
659 | name = "windows_i686_gnu" | |||
|
660 | version = "0.48.0" | |||
|
661 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
662 | checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" | |||
|
663 | ||||
|
664 | [[package]] | |||
|
665 | name = "windows_i686_msvc" | |||
|
666 | version = "0.48.0" | |||
|
667 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
668 | checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" | |||
|
669 | ||||
|
670 | [[package]] | |||
|
671 | name = "windows_x86_64_gnu" | |||
|
672 | version = "0.48.0" | |||
|
673 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
674 | checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" | |||
|
675 | ||||
|
676 | [[package]] | |||
|
677 | name = "windows_x86_64_gnullvm" | |||
|
678 | version = "0.48.0" | |||
|
679 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
680 | checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" | |||
|
681 | ||||
|
682 | [[package]] | |||
|
683 | name = "windows_x86_64_msvc" | |||
|
684 | version = "0.48.0" | |||
|
685 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
686 | checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" | |||
|
687 | ||||
|
688 | [[package]] | |||
554 | name = "yaml-rust" |
|
689 | name = "yaml-rust" | |
555 | version = "0.4.5" |
|
690 | version = "0.4.5" | |
556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -10,7 +10,7 b' edition = "2021"' | |||||
10 | rust-version = "1.59" |
|
10 | rust-version = "1.59" | |
11 |
|
11 | |||
12 | [dependencies] |
|
12 | [dependencies] | |
13 |
clap = { version = " |
|
13 | clap = { version = "4.3.17", features = ["derive"] } | |
14 | itertools = "0.10.3" |
|
14 | itertools = "0.10.3" | |
15 | regex = "1.5.5" |
|
15 | regex = "1.5.5" | |
16 | similar = { version="2.1.0", features = ["bytes"] } |
|
16 | similar = { version="2.1.0", features = ["bytes"] } |
General Comments 0
You need to be logged in to leave comments.
Login now