]>
Commit | Line | Data |
---|---|---|
f9f354fc XL |
1 | # This file is automatically @generated by Cargo. |
2 | # It is not intended for manual editing. | |
3 | [[package]] | |
4 | name = "atty" | |
5 | version = "0.2.14" | |
6 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
7 | dependencies = [ | |
8 | "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
9 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
10 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
11 | ] | |
12 | ||
13 | [[package]] | |
14 | name = "autocfg" | |
15 | version = "0.1.7" | |
16 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
17 | ||
18 | [[package]] | |
19 | name = "autocfg" | |
20 | version = "1.0.0" | |
21 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
22 | ||
23 | [[package]] | |
24 | name = "bitflags" | |
25 | version = "1.2.1" | |
26 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
27 | ||
28 | [[package]] | |
29 | name = "bstr" | |
30 | version = "0.2.11" | |
31 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
32 | dependencies = [ | |
33 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
34 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
35 | "regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
36 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | |
37 | ] | |
38 | ||
39 | [[package]] | |
40 | name = "byteorder" | |
41 | version = "1.3.4" | |
42 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
43 | ||
44 | [[package]] | |
45 | name = "c2-chacha" | |
46 | version = "0.2.3" | |
47 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
48 | dependencies = [ | |
49 | "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
50 | ] | |
51 | ||
52 | [[package]] | |
53 | name = "cast" | |
54 | version = "0.2.3" | |
55 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
56 | dependencies = [ | |
57 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
58 | ] | |
59 | ||
60 | [[package]] | |
61 | name = "cfg-if" | |
62 | version = "0.1.10" | |
63 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
64 | ||
65 | [[package]] | |
66 | name = "clap" | |
67 | version = "2.33.0" | |
68 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
69 | dependencies = [ | |
70 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
71 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
72 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
73 | ] | |
74 | ||
75 | [[package]] | |
76 | name = "criterion" | |
77 | version = "0.3.0" | |
78 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
79 | dependencies = [ | |
80 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
81 | "cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
82 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
83 | "criterion-plot 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
84 | "csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
85 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
86 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
87 | "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
88 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
89 | "rand_os 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
90 | "rand_xoshiro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
91 | "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
92 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | |
93 | "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | |
94 | "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | |
95 | "tinytemplate 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
96 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
97 | ] | |
98 | ||
99 | [[package]] | |
100 | name = "criterion-plot" | |
101 | version = "0.4.1" | |
102 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
103 | dependencies = [ | |
104 | "cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
105 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
106 | ] | |
107 | ||
108 | [[package]] | |
109 | name = "crossbeam-deque" | |
110 | version = "0.7.2" | |
111 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
112 | dependencies = [ | |
113 | "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
114 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
115 | ] | |
116 | ||
117 | [[package]] | |
118 | name = "crossbeam-epoch" | |
119 | version = "0.8.0" | |
120 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
121 | dependencies = [ | |
122 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
123 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
124 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
125 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
126 | "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
127 | "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
128 | ] | |
129 | ||
130 | [[package]] | |
131 | name = "crossbeam-queue" | |
132 | version = "0.2.1" | |
133 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
134 | dependencies = [ | |
135 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
136 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
137 | ] | |
138 | ||
139 | [[package]] | |
140 | name = "crossbeam-utils" | |
141 | version = "0.7.0" | |
142 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
143 | dependencies = [ | |
144 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
145 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
146 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
147 | ] | |
148 | ||
149 | [[package]] | |
150 | name = "csv" | |
151 | version = "1.1.3" | |
152 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
153 | dependencies = [ | |
154 | "bstr 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
155 | "csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
156 | "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
157 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
158 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | |
159 | ] | |
160 | ||
161 | [[package]] | |
162 | name = "csv-core" | |
163 | version = "0.1.6" | |
164 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
165 | dependencies = [ | |
166 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
167 | ] | |
168 | ||
169 | [[package]] | |
170 | name = "either" | |
171 | version = "1.5.3" | |
172 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
173 | ||
174 | [[package]] | |
175 | name = "getrandom" | |
176 | version = "0.1.14" | |
177 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
178 | dependencies = [ | |
179 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
180 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
181 | "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", | |
182 | ] | |
183 | ||
184 | [[package]] | |
185 | name = "hermit-abi" | |
186 | version = "0.1.6" | |
187 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
188 | dependencies = [ | |
189 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
190 | ] | |
191 | ||
192 | [[package]] | |
193 | name = "itertools" | |
194 | version = "0.8.2" | |
195 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
196 | dependencies = [ | |
197 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
198 | ] | |
199 | ||
200 | [[package]] | |
201 | name = "itertools" | |
202 | version = "0.9.0" | |
203 | dependencies = [ | |
204 | "criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
205 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
206 | "permutohedron 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
207 | "quickcheck 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
208 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
209 | ] | |
210 | ||
211 | [[package]] | |
212 | name = "itoa" | |
213 | version = "0.4.5" | |
214 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
215 | ||
216 | [[package]] | |
217 | name = "lazy_static" | |
218 | version = "1.4.0" | |
219 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
220 | ||
221 | [[package]] | |
222 | name = "libc" | |
223 | version = "0.2.66" | |
224 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
225 | ||
226 | [[package]] | |
227 | name = "memchr" | |
228 | version = "2.3.0" | |
229 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
230 | dependencies = [ | |
231 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
232 | ] | |
233 | ||
234 | [[package]] | |
235 | name = "memoffset" | |
236 | version = "0.5.3" | |
237 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
238 | dependencies = [ | |
239 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
240 | ] | |
241 | ||
242 | [[package]] | |
243 | name = "num-traits" | |
244 | version = "0.2.11" | |
245 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
246 | dependencies = [ | |
247 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
248 | ] | |
249 | ||
250 | [[package]] | |
251 | name = "num_cpus" | |
252 | version = "1.12.0" | |
253 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
254 | dependencies = [ | |
255 | "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
256 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
257 | ] | |
258 | ||
259 | [[package]] | |
260 | name = "permutohedron" | |
261 | version = "0.2.4" | |
262 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
263 | ||
264 | [[package]] | |
265 | name = "ppv-lite86" | |
266 | version = "0.2.6" | |
267 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
268 | ||
269 | [[package]] | |
270 | name = "proc-macro2" | |
271 | version = "1.0.8" | |
272 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
273 | dependencies = [ | |
274 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
275 | ] | |
276 | ||
277 | [[package]] | |
278 | name = "quickcheck" | |
279 | version = "0.9.2" | |
280 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
281 | dependencies = [ | |
282 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
283 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
284 | ] | |
285 | ||
286 | [[package]] | |
287 | name = "quote" | |
288 | version = "1.0.2" | |
289 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
290 | dependencies = [ | |
291 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
292 | ] | |
293 | ||
294 | [[package]] | |
295 | name = "rand" | |
296 | version = "0.7.3" | |
297 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
298 | dependencies = [ | |
299 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
300 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
301 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
302 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
303 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
304 | ] | |
305 | ||
306 | [[package]] | |
307 | name = "rand_chacha" | |
308 | version = "0.2.1" | |
309 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
310 | dependencies = [ | |
311 | "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
312 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
313 | ] | |
314 | ||
315 | [[package]] | |
316 | name = "rand_core" | |
317 | version = "0.5.1" | |
318 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
319 | dependencies = [ | |
320 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
321 | ] | |
322 | ||
323 | [[package]] | |
324 | name = "rand_hc" | |
325 | version = "0.2.0" | |
326 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
327 | dependencies = [ | |
328 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
329 | ] | |
330 | ||
331 | [[package]] | |
332 | name = "rand_os" | |
333 | version = "0.2.2" | |
334 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
335 | dependencies = [ | |
336 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
337 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
338 | ] | |
339 | ||
340 | [[package]] | |
341 | name = "rand_xoshiro" | |
342 | version = "0.3.1" | |
343 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
344 | dependencies = [ | |
345 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
346 | ] | |
347 | ||
348 | [[package]] | |
349 | name = "rayon" | |
350 | version = "1.3.0" | |
351 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
352 | dependencies = [ | |
353 | "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
354 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
355 | "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
356 | ] | |
357 | ||
358 | [[package]] | |
359 | name = "rayon-core" | |
360 | version = "1.7.0" | |
361 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
362 | dependencies = [ | |
363 | "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
364 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
365 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
366 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
367 | "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
368 | ] | |
369 | ||
370 | [[package]] | |
371 | name = "regex-automata" | |
372 | version = "0.1.8" | |
373 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
374 | dependencies = [ | |
375 | "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
376 | ] | |
377 | ||
378 | [[package]] | |
379 | name = "rustc_version" | |
380 | version = "0.2.3" | |
381 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
382 | dependencies = [ | |
383 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
384 | ] | |
385 | ||
386 | [[package]] | |
387 | name = "ryu" | |
388 | version = "1.0.2" | |
389 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
390 | ||
391 | [[package]] | |
392 | name = "same-file" | |
393 | version = "1.0.6" | |
394 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
395 | dependencies = [ | |
396 | "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
397 | ] | |
398 | ||
399 | [[package]] | |
400 | name = "scopeguard" | |
401 | version = "1.0.0" | |
402 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
403 | ||
404 | [[package]] | |
405 | name = "semver" | |
406 | version = "0.9.0" | |
407 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
408 | dependencies = [ | |
409 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
410 | ] | |
411 | ||
412 | [[package]] | |
413 | name = "semver-parser" | |
414 | version = "0.7.0" | |
415 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
416 | ||
417 | [[package]] | |
418 | name = "serde" | |
419 | version = "1.0.104" | |
420 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
421 | ||
422 | [[package]] | |
423 | name = "serde_derive" | |
424 | version = "1.0.104" | |
425 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
426 | dependencies = [ | |
427 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
428 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
429 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
430 | ] | |
431 | ||
432 | [[package]] | |
433 | name = "serde_json" | |
434 | version = "1.0.47" | |
435 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
436 | dependencies = [ | |
437 | "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
438 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
439 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | |
440 | ] | |
441 | ||
442 | [[package]] | |
443 | name = "syn" | |
444 | version = "1.0.14" | |
445 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
446 | dependencies = [ | |
447 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
448 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
449 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
450 | ] | |
451 | ||
452 | [[package]] | |
453 | name = "textwrap" | |
454 | version = "0.11.0" | |
455 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
456 | dependencies = [ | |
457 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
458 | ] | |
459 | ||
460 | [[package]] | |
461 | name = "tinytemplate" | |
462 | version = "1.0.3" | |
463 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
464 | dependencies = [ | |
465 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | |
466 | "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | |
467 | ] | |
468 | ||
469 | [[package]] | |
470 | name = "unicode-width" | |
471 | version = "0.1.7" | |
472 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
473 | ||
474 | [[package]] | |
475 | name = "unicode-xid" | |
476 | version = "0.2.0" | |
477 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
478 | ||
479 | [[package]] | |
480 | name = "walkdir" | |
481 | version = "2.3.1" | |
482 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
483 | dependencies = [ | |
484 | "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
485 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
486 | "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
487 | ] | |
488 | ||
489 | [[package]] | |
490 | name = "wasi" | |
491 | version = "0.9.0+wasi-snapshot-preview1" | |
492 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
493 | ||
494 | [[package]] | |
495 | name = "winapi" | |
496 | version = "0.3.8" | |
497 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
498 | dependencies = [ | |
499 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
500 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
501 | ] | |
502 | ||
503 | [[package]] | |
504 | name = "winapi-i686-pc-windows-gnu" | |
505 | version = "0.4.0" | |
506 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
507 | ||
508 | [[package]] | |
509 | name = "winapi-util" | |
510 | version = "0.1.3" | |
511 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
512 | dependencies = [ | |
513 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
514 | ] | |
515 | ||
516 | [[package]] | |
517 | name = "winapi-x86_64-pc-windows-gnu" | |
518 | version = "0.4.0" | |
519 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
520 | ||
521 | [metadata] | |
522 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | |
523 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | |
524 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" | |
525 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | |
526 | "checksum bstr 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "502ae1441a0a5adb8fbd38a5955a6416b9493e92b465de5e4a9bde6a539c2c48" | |
527 | "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" | |
528 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | |
529 | "checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0" | |
530 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | |
531 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" | |
532 | "checksum criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "938703e165481c8d612ea3479ac8342e5615185db37765162e762ec3523e2fc6" | |
533 | "checksum criterion-plot 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a01e15e0ea58e8234f96146b1f91fa9d0e4dd7a38da93ff7a75d42c0b9d3a545" | |
534 | "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" | |
535 | "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" | |
536 | "checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" | |
537 | "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" | |
538 | "checksum csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279" | |
539 | "checksum csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c" | |
540 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" | |
541 | "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" | |
542 | "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" | |
543 | "checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" | |
544 | "checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" | |
545 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
546 | "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" | |
547 | "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" | |
548 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" | |
549 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" | |
550 | "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" | |
551 | "checksum permutohedron 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b687ff7b5da449d39e418ad391e5e08da53ec334903ddbb921db208908fc372c" | |
552 | "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" | |
553 | "checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548" | |
554 | "checksum quickcheck 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f" | |
555 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | |
556 | "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | |
557 | "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" | |
558 | "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | |
559 | "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | |
560 | "checksum rand_os 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a788ae3edb696cfcba1c19bfd388cc4b8c21f8a408432b199c072825084da58a" | |
561 | "checksum rand_xoshiro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0e18c91676f670f6f0312764c759405f13afb98d5d73819840cf72a518487bff" | |
562 | "checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" | |
563 | "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" | |
564 | "checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9" | |
565 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | |
566 | "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" | |
567 | "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | |
568 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | |
569 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
570 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
571 | "checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" | |
572 | "checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" | |
573 | "checksum serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "15913895b61e0be854afd32fd4163fcd2a3df34142cf2cb961b310ce694cbf90" | |
574 | "checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5" | |
575 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | |
576 | "checksum tinytemplate 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "57a3c6667d3e65eb1bc3aed6fd14011c6cbc3a0665218ab7f5daf040b9ec371a" | |
577 | "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" | |
578 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | |
579 | "checksum walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" | |
580 | "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | |
581 | "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" | |
582 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
583 | "checksum winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80" | |
584 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |