Added coloured output and also removed hard-coded strings
[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 = "ansi_term"
14 version = "0.12.1"
15 source = "registry+https://github.com/rust-lang/crates.io-index"
16 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
17 dependencies = [
18 "winapi",
19 ]
20
21 [[package]]
22 name = "evpf"
23 version = "0.1.0"
24 dependencies = [
25 "ansi_term",
26 "regex",
27 ]
28
29 [[package]]
30 name = "lazy_static"
31 version = "1.4.0"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
34
35 [[package]]
36 name = "memchr"
37 version = "2.3.3"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
40
41 [[package]]
42 name = "regex"
43 version = "1.3.8"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "226ddd1197737bcb937489322ec1b9edaac1709d46792886e70f2113923585a6"
46 dependencies = [
47 "aho-corasick",
48 "memchr",
49 "regex-syntax",
50 "thread_local",
51 ]
52
53 [[package]]
54 name = "regex-syntax"
55 version = "0.6.18"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
58
59 [[package]]
60 name = "thread_local"
61 version = "1.0.1"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
64 dependencies = [
65 "lazy_static",
66 ]
67
68 [[package]]
69 name = "winapi"
70 version = "0.3.8"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
73 dependencies = [
74 "winapi-i686-pc-windows-gnu",
75 "winapi-x86_64-pc-windows-gnu",
76 ]
77
78 [[package]]
79 name = "winapi-i686-pc-windows-gnu"
80 version = "0.4.0"
81 source = "registry+https://github.com/rust-lang/crates.io-index"
82 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
83
84 [[package]]
85 name = "winapi-x86_64-pc-windows-gnu"
86 version = "0.4.0"
87 source = "registry+https://github.com/rust-lang/crates.io-index"
88 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"