Refactored the main() function
[evpf.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "aho-corasick"
5 version = "0.7.10"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
8 dependencies = [
9 "memchr",
10 ]
11
12 [[package]]
13 name = "atty"
14 version = "0.2.14"
15 source = "registry+https://github.com/rust-lang/crates.io-index"
16 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
17 dependencies = [
18 "hermit-abi",
19 "libc",
20 "winapi",
21 ]
22
23 [[package]]
24 name = "colored"
25 version = "1.9.3"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
28 dependencies = [
29 "atty",
30 "lazy_static",
31 "winapi",
32 ]
33
34 [[package]]
35 name = "evpf"
36 version = "0.1.0"
37 dependencies = [
38 "colored",
39 "regex",
40 ]
41
42 [[package]]
43 name = "hermit-abi"
44 version = "0.1.13"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46 checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
47 dependencies = [
48 "libc",
49 ]
50
51 [[package]]
52 name = "lazy_static"
53 version = "1.4.0"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
56
57 [[package]]
58 name = "libc"
59 version = "0.2.71"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
62
63 [[package]]
64 name = "memchr"
65 version = "2.3.3"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
68
69 [[package]]
70 name = "regex"
71 version = "1.3.8"
72 source = "registry+https://github.com/rust-lang/crates.io-index"
73 checksum = "226ddd1197737bcb937489322ec1b9edaac1709d46792886e70f2113923585a6"
74 dependencies = [
75 "aho-corasick",
76 "memchr",
77 "regex-syntax",
78 "thread_local",
79 ]
80
81 [[package]]
82 name = "regex-syntax"
83 version = "0.6.18"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
86
87 [[package]]
88 name = "thread_local"
89 version = "1.0.1"
90 source = "registry+https://github.com/rust-lang/crates.io-index"
91 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
92 dependencies = [
93 "lazy_static",
94 ]
95
96 [[package]]
97 name = "winapi"
98 version = "0.3.8"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
100 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
101 dependencies = [
102 "winapi-i686-pc-windows-gnu",
103 "winapi-x86_64-pc-windows-gnu",
104 ]
105
106 [[package]]
107 name = "winapi-i686-pc-windows-gnu"
108 version = "0.4.0"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
111
112 [[package]]
113 name = "winapi-x86_64-pc-windows-gnu"
114 version = "0.4.0"
115 source = "registry+https://github.com/rust-lang/crates.io-index"
116 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"