]> code.octet-stream.net Git - hashgood/blob - Cargo.lock
Remove regexes, update deps, add digest test
[hashgood] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "ansi_term"
7 version = "0.12.1"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
10 dependencies = [
11 "winapi",
12 ]
13
14 [[package]]
15 name = "atty"
16 version = "0.2.14"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
19 dependencies = [
20 "hermit-abi",
21 "libc",
22 "winapi",
23 ]
24
25 [[package]]
26 name = "bitflags"
27 version = "1.3.2"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
30
31 [[package]]
32 name = "block"
33 version = "0.1.6"
34 source = "registry+https://github.com/rust-lang/crates.io-index"
35 checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
36
37 [[package]]
38 name = "cfg-if"
39 version = "1.0.0"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
42
43 [[package]]
44 name = "clap"
45 version = "2.34.0"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
48 dependencies = [
49 "ansi_term",
50 "atty",
51 "bitflags",
52 "strsim",
53 "textwrap",
54 "unicode-width",
55 "vec_map",
56 ]
57
58 [[package]]
59 name = "clipboard"
60 version = "0.5.0"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7"
63 dependencies = [
64 "clipboard-win",
65 "objc",
66 "objc-foundation",
67 "objc_id",
68 "x11-clipboard",
69 ]
70
71 [[package]]
72 name = "clipboard-win"
73 version = "2.2.0"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
75 checksum = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b"
76 dependencies = [
77 "winapi",
78 ]
79
80 [[package]]
81 name = "crossbeam-channel"
82 version = "0.5.4"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
85 dependencies = [
86 "cfg-if",
87 "crossbeam-utils",
88 ]
89
90 [[package]]
91 name = "crossbeam-utils"
92 version = "0.8.8"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
94 checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
95 dependencies = [
96 "cfg-if",
97 "lazy_static",
98 ]
99
100 [[package]]
101 name = "fuchsia-cprng"
102 version = "0.1.1"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
105
106 [[package]]
107 name = "gcc"
108 version = "0.3.55"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
111
112 [[package]]
113 name = "hashgood"
114 version = "0.2.0"
115 dependencies = [
116 "clipboard",
117 "crossbeam-channel",
118 "hex",
119 "rust-crypto",
120 "structopt",
121 "termcolor",
122 ]
123
124 [[package]]
125 name = "heck"
126 version = "0.3.3"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
129 dependencies = [
130 "unicode-segmentation",
131 ]
132
133 [[package]]
134 name = "hermit-abi"
135 version = "0.1.19"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
138 dependencies = [
139 "libc",
140 ]
141
142 [[package]]
143 name = "hex"
144 version = "0.4.3"
145 source = "registry+https://github.com/rust-lang/crates.io-index"
146 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
147
148 [[package]]
149 name = "lazy_static"
150 version = "1.4.0"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
153
154 [[package]]
155 name = "libc"
156 version = "0.2.126"
157 source = "registry+https://github.com/rust-lang/crates.io-index"
158 checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
159
160 [[package]]
161 name = "log"
162 version = "0.4.17"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
165 dependencies = [
166 "cfg-if",
167 ]
168
169 [[package]]
170 name = "malloc_buf"
171 version = "0.0.6"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
174 dependencies = [
175 "libc",
176 ]
177
178 [[package]]
179 name = "objc"
180 version = "0.2.7"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
183 dependencies = [
184 "malloc_buf",
185 ]
186
187 [[package]]
188 name = "objc-foundation"
189 version = "0.1.1"
190 source = "registry+https://github.com/rust-lang/crates.io-index"
191 checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
192 dependencies = [
193 "block",
194 "objc",
195 "objc_id",
196 ]
197
198 [[package]]
199 name = "objc_id"
200 version = "0.1.1"
201 source = "registry+https://github.com/rust-lang/crates.io-index"
202 checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
203 dependencies = [
204 "objc",
205 ]
206
207 [[package]]
208 name = "proc-macro-error"
209 version = "1.0.4"
210 source = "registry+https://github.com/rust-lang/crates.io-index"
211 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
212 dependencies = [
213 "proc-macro-error-attr",
214 "proc-macro2",
215 "quote",
216 "syn",
217 "version_check",
218 ]
219
220 [[package]]
221 name = "proc-macro-error-attr"
222 version = "1.0.4"
223 source = "registry+https://github.com/rust-lang/crates.io-index"
224 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
225 dependencies = [
226 "proc-macro2",
227 "quote",
228 "version_check",
229 ]
230
231 [[package]]
232 name = "proc-macro2"
233 version = "1.0.39"
234 source = "registry+https://github.com/rust-lang/crates.io-index"
235 checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
236 dependencies = [
237 "unicode-ident",
238 ]
239
240 [[package]]
241 name = "quote"
242 version = "1.0.18"
243 source = "registry+https://github.com/rust-lang/crates.io-index"
244 checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
245 dependencies = [
246 "proc-macro2",
247 ]
248
249 [[package]]
250 name = "rand"
251 version = "0.3.23"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
254 dependencies = [
255 "libc",
256 "rand 0.4.6",
257 ]
258
259 [[package]]
260 name = "rand"
261 version = "0.4.6"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
263 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
264 dependencies = [
265 "fuchsia-cprng",
266 "libc",
267 "rand_core 0.3.1",
268 "rdrand",
269 "winapi",
270 ]
271
272 [[package]]
273 name = "rand_core"
274 version = "0.3.1"
275 source = "registry+https://github.com/rust-lang/crates.io-index"
276 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
277 dependencies = [
278 "rand_core 0.4.2",
279 ]
280
281 [[package]]
282 name = "rand_core"
283 version = "0.4.2"
284 source = "registry+https://github.com/rust-lang/crates.io-index"
285 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
286
287 [[package]]
288 name = "rdrand"
289 version = "0.4.0"
290 source = "registry+https://github.com/rust-lang/crates.io-index"
291 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
292 dependencies = [
293 "rand_core 0.3.1",
294 ]
295
296 [[package]]
297 name = "rust-crypto"
298 version = "0.2.36"
299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 checksum = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
301 dependencies = [
302 "gcc",
303 "libc",
304 "rand 0.3.23",
305 "rustc-serialize",
306 "time",
307 ]
308
309 [[package]]
310 name = "rustc-serialize"
311 version = "0.3.24"
312 source = "registry+https://github.com/rust-lang/crates.io-index"
313 checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
314
315 [[package]]
316 name = "strsim"
317 version = "0.8.0"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
320
321 [[package]]
322 name = "structopt"
323 version = "0.3.26"
324 source = "registry+https://github.com/rust-lang/crates.io-index"
325 checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
326 dependencies = [
327 "clap",
328 "lazy_static",
329 "structopt-derive",
330 ]
331
332 [[package]]
333 name = "structopt-derive"
334 version = "0.4.18"
335 source = "registry+https://github.com/rust-lang/crates.io-index"
336 checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
337 dependencies = [
338 "heck",
339 "proc-macro-error",
340 "proc-macro2",
341 "quote",
342 "syn",
343 ]
344
345 [[package]]
346 name = "syn"
347 version = "1.0.96"
348 source = "registry+https://github.com/rust-lang/crates.io-index"
349 checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
350 dependencies = [
351 "proc-macro2",
352 "quote",
353 "unicode-ident",
354 ]
355
356 [[package]]
357 name = "termcolor"
358 version = "1.1.3"
359 source = "registry+https://github.com/rust-lang/crates.io-index"
360 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
361 dependencies = [
362 "winapi-util",
363 ]
364
365 [[package]]
366 name = "textwrap"
367 version = "0.11.0"
368 source = "registry+https://github.com/rust-lang/crates.io-index"
369 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
370 dependencies = [
371 "unicode-width",
372 ]
373
374 [[package]]
375 name = "time"
376 version = "0.1.44"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
378 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
379 dependencies = [
380 "libc",
381 "wasi",
382 "winapi",
383 ]
384
385 [[package]]
386 name = "unicode-ident"
387 version = "1.0.0"
388 source = "registry+https://github.com/rust-lang/crates.io-index"
389 checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
390
391 [[package]]
392 name = "unicode-segmentation"
393 version = "1.9.0"
394 source = "registry+https://github.com/rust-lang/crates.io-index"
395 checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
396
397 [[package]]
398 name = "unicode-width"
399 version = "0.1.9"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
401 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
402
403 [[package]]
404 name = "vec_map"
405 version = "0.8.2"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
408
409 [[package]]
410 name = "version_check"
411 version = "0.9.4"
412 source = "registry+https://github.com/rust-lang/crates.io-index"
413 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
414
415 [[package]]
416 name = "wasi"
417 version = "0.10.0+wasi-snapshot-preview1"
418 source = "registry+https://github.com/rust-lang/crates.io-index"
419 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
420
421 [[package]]
422 name = "winapi"
423 version = "0.3.9"
424 source = "registry+https://github.com/rust-lang/crates.io-index"
425 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
426 dependencies = [
427 "winapi-i686-pc-windows-gnu",
428 "winapi-x86_64-pc-windows-gnu",
429 ]
430
431 [[package]]
432 name = "winapi-i686-pc-windows-gnu"
433 version = "0.4.0"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
435 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
436
437 [[package]]
438 name = "winapi-util"
439 version = "0.1.5"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
442 dependencies = [
443 "winapi",
444 ]
445
446 [[package]]
447 name = "winapi-x86_64-pc-windows-gnu"
448 version = "0.4.0"
449 source = "registry+https://github.com/rust-lang/crates.io-index"
450 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
451
452 [[package]]
453 name = "x11-clipboard"
454 version = "0.3.3"
455 source = "registry+https://github.com/rust-lang/crates.io-index"
456 checksum = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea"
457 dependencies = [
458 "xcb",
459 ]
460
461 [[package]]
462 name = "xcb"
463 version = "0.8.2"
464 source = "registry+https://github.com/rust-lang/crates.io-index"
465 checksum = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de"
466 dependencies = [
467 "libc",
468 "log",
469 ]