• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.19.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
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 = "anstream"
22version = "0.6.7"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba"
25dependencies = [
26 "anstyle",
27 "anstyle-parse",
28 "anstyle-query",
29 "anstyle-wincon",
30 "colorchoice",
31 "utf8parse",
32]
33
34[[package]]
35name = "anstyle"
36version = "1.0.2"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
39
40[[package]]
41name = "anstyle-parse"
42version = "0.2.1"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
45dependencies = [
46 "utf8parse",
47]
48
49[[package]]
50name = "anstyle-query"
51version = "1.0.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
54dependencies = [
55 "windows-sys 0.48.0",
56]
57
58[[package]]
59name = "anstyle-wincon"
60version = "3.0.2"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
63dependencies = [
64 "anstyle",
65 "windows-sys 0.52.0",
66]
67
68[[package]]
69name = "arrayvec"
70version = "0.7.2"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
73
74[[package]]
75name = "autocfg"
76version = "1.1.0"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
79
80[[package]]
81name = "backtrace"
82version = "0.3.67"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
85dependencies = [
86 "addr2line",
87 "cc",
88 "cfg-if",
89 "libc",
90 "miniz_oxide",
91 "object",
92 "rustc-demangle",
93]
94
95[[package]]
96name = "bitflags"
97version = "1.3.2"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
100
101[[package]]
102name = "bitflags"
103version = "2.4.0"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
106
107[[package]]
108name = "cc"
109version = "1.0.83"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
112dependencies = [
113 "libc",
114]
115
116[[package]]
117name = "cfg-if"
118version = "1.0.0"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
121
122[[package]]
123name = "clap"
124version = "4.4.17"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "80932e03c33999b9235edb8655bc9df3204adc9887c2f95b50cb1deb9fd54253"
127dependencies = [
128 "clap_builder",
129 "clap_derive",
130]
131
132[[package]]
133name = "clap_builder"
134version = "4.4.17"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa"
137dependencies = [
138 "anstyle",
139 "backtrace",
140 "clap_lex",
141]
142
143[[package]]
144name = "clap_complete"
145version = "4.4.9"
146dependencies = [
147 "clap",
148 "clap_lex",
149 "completest",
150 "completest-pty",
151 "is_executable",
152 "pathdiff",
153 "shlex",
154 "snapbox",
155 "trycmd",
156 "unicode-xid",
157]
158
159[[package]]
160name = "clap_derive"
161version = "4.4.7"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
164dependencies = [
165 "heck",
166 "proc-macro2",
167 "quote",
168 "syn",
169]
170
171[[package]]
172name = "clap_lex"
173version = "0.6.0"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
176
177[[package]]
178name = "colorchoice"
179version = "1.0.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
182
183[[package]]
184name = "completest"
185version = "0.4.0"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "8229e041ca8f8130ad7f0ce1afb9cfdb3033de7fd548e6422dbb2f4f12184f41"
188
189[[package]]
190name = "completest-pty"
191version = "0.5.0"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "2a6d1272e27f608f97616be67a2aed03ed8d73910b5df9a7f4a50c4ffd59d185"
194dependencies = [
195 "completest",
196 "ptyprocess",
197 "vt100",
198]
199
200[[package]]
201name = "content_inspector"
202version = "0.2.4"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
205dependencies = [
206 "memchr",
207]
208
209[[package]]
210name = "crossbeam-deque"
211version = "0.8.2"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
214dependencies = [
215 "cfg-if",
216 "crossbeam-epoch",
217 "crossbeam-utils",
218]
219
220[[package]]
221name = "crossbeam-epoch"
222version = "0.9.11"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
225dependencies = [
226 "autocfg",
227 "cfg-if",
228 "crossbeam-utils",
229 "memoffset 0.6.5",
230 "scopeguard",
231]
232
233[[package]]
234name = "crossbeam-utils"
235version = "0.8.12"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
238dependencies = [
239 "cfg-if",
240]
241
242[[package]]
243name = "dunce"
244version = "1.0.4"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
247
248[[package]]
249name = "either"
250version = "1.8.0"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
253
254[[package]]
255name = "equivalent"
256version = "1.0.1"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
259
260[[package]]
261name = "errno"
262version = "0.3.8"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
265dependencies = [
266 "libc",
267 "windows-sys 0.52.0",
268]
269
270[[package]]
271name = "escargot"
272version = "0.5.7"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "f5584ba17d7ab26a8a7284f13e5bd196294dd2f2d79773cff29b9e9edef601a6"
275dependencies = [
276 "log",
277 "once_cell",
278 "serde",
279 "serde_json",
280]
281
282[[package]]
283name = "fastrand"
284version = "2.0.1"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
287
288[[package]]
289name = "filetime"
290version = "0.2.22"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
293dependencies = [
294 "cfg-if",
295 "libc",
296 "redox_syscall 0.3.5",
297 "windows-sys 0.48.0",
298]
299
300[[package]]
301name = "gimli"
302version = "0.27.2"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
305
306[[package]]
307name = "glob"
308version = "0.3.1"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
311
312[[package]]
313name = "hashbrown"
314version = "0.14.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
317
318[[package]]
319name = "heck"
320version = "0.4.1"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
323
324[[package]]
325name = "humantime"
326version = "2.1.0"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
329
330[[package]]
331name = "humantime-serde"
332version = "1.1.1"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
335dependencies = [
336 "humantime",
337 "serde",
338]
339
340[[package]]
341name = "indexmap"
342version = "2.1.0"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
345dependencies = [
346 "equivalent",
347 "hashbrown",
348]
349
350[[package]]
351name = "is_executable"
352version = "1.0.1"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8"
355dependencies = [
356 "winapi",
357]
358
359[[package]]
360name = "itoa"
361version = "1.0.9"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
364
365[[package]]
366name = "libc"
367version = "0.2.152"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
370
371[[package]]
372name = "linux-raw-sys"
373version = "0.4.12"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
376
377[[package]]
378name = "log"
379version = "0.4.17"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
382dependencies = [
383 "cfg-if",
384]
385
386[[package]]
387name = "memchr"
388version = "2.7.1"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
391
392[[package]]
393name = "memoffset"
394version = "0.6.5"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
397dependencies = [
398 "autocfg",
399]
400
401[[package]]
402name = "memoffset"
403version = "0.7.1"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
406dependencies = [
407 "autocfg",
408]
409
410[[package]]
411name = "miniz_oxide"
412version = "0.6.2"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
415dependencies = [
416 "adler",
417]
418
419[[package]]
420name = "nix"
421version = "0.26.2"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
424dependencies = [
425 "bitflags 1.3.2",
426 "cfg-if",
427 "libc",
428 "memoffset 0.7.1",
429 "pin-utils",
430 "static_assertions",
431]
432
433[[package]]
434name = "normalize-line-endings"
435version = "0.3.0"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
438
439[[package]]
440name = "object"
441version = "0.30.3"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
444dependencies = [
445 "memchr",
446]
447
448[[package]]
449name = "once_cell"
450version = "1.18.0"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
453
454[[package]]
455name = "os_pipe"
456version = "1.1.4"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
459dependencies = [
460 "libc",
461 "windows-sys 0.48.0",
462]
463
464[[package]]
465name = "pathdiff"
466version = "0.2.1"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
469
470[[package]]
471name = "pin-utils"
472version = "0.1.0"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
475
476[[package]]
477name = "proc-macro2"
478version = "1.0.70"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
481dependencies = [
482 "unicode-ident",
483]
484
485[[package]]
486name = "ptyprocess"
487version = "0.4.1"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "7e05aef7befb11a210468a2d77d978dde2c6381a0381e33beb575e91f57fe8cf"
490dependencies = [
491 "nix",
492]
493
494[[package]]
495name = "quote"
496version = "1.0.32"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
499dependencies = [
500 "proc-macro2",
501]
502
503[[package]]
504name = "rayon"
505version = "1.8.0"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
508dependencies = [
509 "either",
510 "rayon-core",
511]
512
513[[package]]
514name = "rayon-core"
515version = "1.12.0"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
518dependencies = [
519 "crossbeam-deque",
520 "crossbeam-utils",
521]
522
523[[package]]
524name = "redox_syscall"
525version = "0.3.5"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
528dependencies = [
529 "bitflags 1.3.2",
530]
531
532[[package]]
533name = "redox_syscall"
534version = "0.4.1"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
537dependencies = [
538 "bitflags 1.3.2",
539]
540
541[[package]]
542name = "rustc-demangle"
543version = "0.1.21"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
546
547[[package]]
548name = "rustix"
549version = "0.38.30"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
552dependencies = [
553 "bitflags 2.4.0",
554 "errno",
555 "libc",
556 "linux-raw-sys",
557 "windows-sys 0.52.0",
558]
559
560[[package]]
561name = "ryu"
562version = "1.0.11"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
565
566[[package]]
567name = "same-file"
568version = "1.0.6"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
571dependencies = [
572 "winapi-util",
573]
574
575[[package]]
576name = "scopeguard"
577version = "1.1.0"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
580
581[[package]]
582name = "serde"
583version = "1.0.180"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "0ea67f183f058fe88a4e3ec6e2788e003840893b91bac4559cabedd00863b3ed"
586dependencies = [
587 "serde_derive",
588]
589
590[[package]]
591name = "serde_derive"
592version = "1.0.180"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "24e744d7782b686ab3b73267ef05697159cc0e5abbed3f47f9933165e5219036"
595dependencies = [
596 "proc-macro2",
597 "quote",
598 "syn",
599]
600
601[[package]]
602name = "serde_json"
603version = "1.0.104"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
606dependencies = [
607 "itoa",
608 "ryu",
609 "serde",
610]
611
612[[package]]
613name = "serde_spanned"
614version = "0.6.3"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
617dependencies = [
618 "serde",
619]
620
621[[package]]
622name = "shlex"
623version = "1.2.0"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
626
627[[package]]
628name = "similar"
629version = "2.2.0"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"
632
633[[package]]
634name = "snapbox"
635version = "0.4.15"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "c4f1976ee8fd1be27d5f72c98be0aac4397a882a4736935d47418a5fbbd12042"
638dependencies = [
639 "anstream",
640 "anstyle",
641 "content_inspector",
642 "dunce",
643 "escargot",
644 "filetime",
645 "libc",
646 "normalize-line-endings",
647 "os_pipe",
648 "similar",
649 "snapbox-macros",
650 "tempfile",
651 "wait-timeout",
652 "walkdir",
653 "windows-sys 0.52.0",
654]
655
656[[package]]
657name = "snapbox-macros"
658version = "0.3.6"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "ed1559baff8a696add3322b9be3e940d433e7bb4e38d79017205fd37ff28b28e"
661dependencies = [
662 "anstream",
663]
664
665[[package]]
666name = "static_assertions"
667version = "1.1.0"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
670
671[[package]]
672name = "syn"
673version = "2.0.28"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
676dependencies = [
677 "proc-macro2",
678 "quote",
679 "unicode-ident",
680]
681
682[[package]]
683name = "tempfile"
684version = "3.9.0"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
687dependencies = [
688 "cfg-if",
689 "fastrand",
690 "redox_syscall 0.4.1",
691 "rustix",
692 "windows-sys 0.52.0",
693]
694
695[[package]]
696name = "toml_datetime"
697version = "0.6.3"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
700dependencies = [
701 "serde",
702]
703
704[[package]]
705name = "toml_edit"
706version = "0.20.2"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
709dependencies = [
710 "indexmap",
711 "serde",
712 "serde_spanned",
713 "toml_datetime",
714 "winnow",
715]
716
717[[package]]
718name = "trycmd"
719version = "0.14.19"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "ed009372a42fb103e6f8767b9222925485e03cca032b700d203e2c5b67bee4fb"
722dependencies = [
723 "glob",
724 "humantime",
725 "humantime-serde",
726 "rayon",
727 "serde",
728 "shlex",
729 "snapbox",
730 "toml_edit",
731]
732
733[[package]]
734name = "unicode-ident"
735version = "1.0.8"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
738
739[[package]]
740name = "unicode-width"
741version = "0.1.10"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
744
745[[package]]
746name = "unicode-xid"
747version = "0.2.3"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
750
751[[package]]
752name = "utf8parse"
753version = "0.2.1"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
756
757[[package]]
758name = "vt100"
759version = "0.15.2"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "84cd863bf0db7e392ba3bd04994be3473491b31e66340672af5d11943c6274de"
762dependencies = [
763 "itoa",
764 "log",
765 "unicode-width",
766 "vte",
767]
768
769[[package]]
770name = "vte"
771version = "0.11.1"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
774dependencies = [
775 "arrayvec",
776 "utf8parse",
777 "vte_generate_state_changes",
778]
779
780[[package]]
781name = "vte_generate_state_changes"
782version = "0.1.1"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
785dependencies = [
786 "proc-macro2",
787 "quote",
788]
789
790[[package]]
791name = "wait-timeout"
792version = "0.2.0"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
795dependencies = [
796 "libc",
797]
798
799[[package]]
800name = "walkdir"
801version = "2.4.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
804dependencies = [
805 "same-file",
806 "winapi-util",
807]
808
809[[package]]
810name = "winapi"
811version = "0.3.9"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
814dependencies = [
815 "winapi-i686-pc-windows-gnu",
816 "winapi-x86_64-pc-windows-gnu",
817]
818
819[[package]]
820name = "winapi-i686-pc-windows-gnu"
821version = "0.4.0"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
824
825[[package]]
826name = "winapi-util"
827version = "0.1.5"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
830dependencies = [
831 "winapi",
832]
833
834[[package]]
835name = "winapi-x86_64-pc-windows-gnu"
836version = "0.4.0"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
839
840[[package]]
841name = "windows-sys"
842version = "0.48.0"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
845dependencies = [
846 "windows-targets 0.48.5",
847]
848
849[[package]]
850name = "windows-sys"
851version = "0.52.0"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
854dependencies = [
855 "windows-targets 0.52.0",
856]
857
858[[package]]
859name = "windows-targets"
860version = "0.48.5"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
863dependencies = [
864 "windows_aarch64_gnullvm 0.48.5",
865 "windows_aarch64_msvc 0.48.5",
866 "windows_i686_gnu 0.48.5",
867 "windows_i686_msvc 0.48.5",
868 "windows_x86_64_gnu 0.48.5",
869 "windows_x86_64_gnullvm 0.48.5",
870 "windows_x86_64_msvc 0.48.5",
871]
872
873[[package]]
874name = "windows-targets"
875version = "0.52.0"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
878dependencies = [
879 "windows_aarch64_gnullvm 0.52.0",
880 "windows_aarch64_msvc 0.52.0",
881 "windows_i686_gnu 0.52.0",
882 "windows_i686_msvc 0.52.0",
883 "windows_x86_64_gnu 0.52.0",
884 "windows_x86_64_gnullvm 0.52.0",
885 "windows_x86_64_msvc 0.52.0",
886]
887
888[[package]]
889name = "windows_aarch64_gnullvm"
890version = "0.48.5"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
893
894[[package]]
895name = "windows_aarch64_gnullvm"
896version = "0.52.0"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
899
900[[package]]
901name = "windows_aarch64_msvc"
902version = "0.48.5"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
905
906[[package]]
907name = "windows_aarch64_msvc"
908version = "0.52.0"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
911
912[[package]]
913name = "windows_i686_gnu"
914version = "0.48.5"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
917
918[[package]]
919name = "windows_i686_gnu"
920version = "0.52.0"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
923
924[[package]]
925name = "windows_i686_msvc"
926version = "0.48.5"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
929
930[[package]]
931name = "windows_i686_msvc"
932version = "0.52.0"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
935
936[[package]]
937name = "windows_x86_64_gnu"
938version = "0.48.5"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
941
942[[package]]
943name = "windows_x86_64_gnu"
944version = "0.52.0"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
947
948[[package]]
949name = "windows_x86_64_gnullvm"
950version = "0.48.5"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
953
954[[package]]
955name = "windows_x86_64_gnullvm"
956version = "0.52.0"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
959
960[[package]]
961name = "windows_x86_64_msvc"
962version = "0.48.5"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
965
966[[package]]
967name = "windows_x86_64_msvc"
968version = "0.52.0"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
971
972[[package]]
973name = "winnow"
974version = "0.5.17"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "a3b801d0e0a6726477cc207f60162da452f3a95adb368399bef20a946e06f65c"
977dependencies = [
978 "memchr",
979]
980