1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "ansi_term"
7version = "0.12.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
10dependencies = [
11 "winapi",
12]
13
14[[package]]
15name = "atty"
16version = "0.2.14"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
19dependencies = [
20 "hermit-abi",
21 "libc",
22 "winapi",
23]
24
25[[package]]
26name = "bitflags"
27version = "1.2.1"
28source = "registry+https://github.com/rust-lang/crates.io-index"
29checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
30
31[[package]]
32name = "cfg-if"
33version = "1.0.0"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
36
37[[package]]
38name = "clap"
39version = "4.0.19"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "8e67816e006b17427c9b4386915109b494fec2d929c63e3bd3561234cbf1bf1e"
42dependencies = [
43 "atty",
44 "bitflags",
45 "clap_derive",
46 "clap_lex",
47 "once_cell",
48 "strsim",
49 "termcolor",
50]
51
52[[package]]
53name = "clap_derive"
54version = "4.0.18"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3"
57dependencies = [
58 "heck",
59 "proc-macro-error",
60 "proc-macro2",
61 "quote",
62 "syn",
63]
64
65[[package]]
66name = "clap_lex"
67version = "0.3.0"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
70dependencies = [
71 "os_str_bytes",
72]
73
74[[package]]
75name = "ctor"
76version = "0.1.23"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
79dependencies = [
80 "quote",
81 "syn",
82]
83
84[[package]]
85name = "diff"
86version = "0.1.13"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
89
90[[package]]
91name = "fastrand"
92version = "1.8.0"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
95dependencies = [
96 "instant",
97]
98
99[[package]]
100name = "heck"
101version = "0.4.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
104
105[[package]]
106name = "hermit-abi"
107version = "0.1.14"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
110dependencies = [
111 "libc",
112]
113
114[[package]]
115name = "instant"
116version = "0.1.12"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
119dependencies = [
120 "cfg-if",
121]
122
123[[package]]
124name = "libc"
125version = "0.2.71"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
128
129[[package]]
130name = "libtest-mimic"
131version = "0.6.0"
132dependencies = [
133 "clap",
134 "fastrand",
135 "pretty_assertions",
136 "termcolor",
137 "threadpool",
138]
139
140[[package]]
141name = "num_cpus"
142version = "1.13.1"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
145dependencies = [
146 "hermit-abi",
147 "libc",
148]
149
150[[package]]
151name = "once_cell"
152version = "1.13.0"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
155
156[[package]]
157name = "os_str_bytes"
158version = "6.2.0"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
161
162[[package]]
163name = "output_vt100"
164version = "0.1.3"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
167dependencies = [
168 "winapi",
169]
170
171[[package]]
172name = "pretty_assertions"
173version = "1.2.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
176dependencies = [
177 "ansi_term",
178 "ctor",
179 "diff",
180 "output_vt100",
181]
182
183[[package]]
184name = "proc-macro-error"
185version = "1.0.3"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "fc175e9777c3116627248584e8f8b3e2987405cabe1c0adf7d1dd28f09dc7880"
188dependencies = [
189 "proc-macro-error-attr",
190 "proc-macro2",
191 "quote",
192 "syn",
193 "version_check",
194]
195
196[[package]]
197name = "proc-macro-error-attr"
198version = "1.0.3"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "3cc9795ca17eb581285ec44936da7fc2335a3f34f2ddd13118b6f4d515435c50"
201dependencies = [
202 "proc-macro2",
203 "quote",
204 "syn",
205 "syn-mid",
206 "version_check",
207]
208
209[[package]]
210name = "proc-macro2"
211version = "1.0.42"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
214dependencies = [
215 "unicode-ident",
216]
217
218[[package]]
219name = "quote"
220version = "1.0.20"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
223dependencies = [
224 "proc-macro2",
225]
226
227[[package]]
228name = "strsim"
229version = "0.10.0"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
232
233[[package]]
234name = "syn"
235version = "1.0.98"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
238dependencies = [
239 "proc-macro2",
240 "quote",
241 "unicode-ident",
242]
243
244[[package]]
245name = "syn-mid"
246version = "0.5.0"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
249dependencies = [
250 "proc-macro2",
251 "quote",
252 "syn",
253]
254
255[[package]]
256name = "termcolor"
257version = "1.1.3"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
260dependencies = [
261 "winapi-util",
262]
263
264[[package]]
265name = "threadpool"
266version = "1.8.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
269dependencies = [
270 "num_cpus",
271]
272
273[[package]]
274name = "unicode-ident"
275version = "1.0.2"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
278
279[[package]]
280name = "version_check"
281version = "0.9.2"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
284
285[[package]]
286name = "winapi"
287version = "0.3.9"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
290dependencies = [
291 "winapi-i686-pc-windows-gnu",
292 "winapi-x86_64-pc-windows-gnu",
293]
294
295[[package]]
296name = "winapi-i686-pc-windows-gnu"
297version = "0.4.0"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
300
301[[package]]
302name = "winapi-util"
303version = "0.1.5"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
306dependencies = [
307 "winapi",
308]
309
310[[package]]
311name = "winapi-x86_64-pc-windows-gnu"
312version = "0.4.0"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
315