1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "0.7.19"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "bitflags"
16version = "1.3.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
19
20[[package]]
21name = "cc"
22version = "1.0.77"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
25
26[[package]]
27name = "cfg-if"
28version = "1.0.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
31
32[[package]]
33name = "env_logger"
34version = "0.10.2"
35dependencies = [
36 "humantime",
37 "is-terminal",
38 "log",
39 "regex",
40 "termcolor",
41]
42
43[[package]]
44name = "errno"
45version = "0.2.8"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
48dependencies = [
49 "errno-dragonfly",
50 "libc",
51 "winapi",
52]
53
54[[package]]
55name = "errno-dragonfly"
56version = "0.1.2"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
59dependencies = [
60 "cc",
61 "libc",
62]
63
64[[package]]
65name = "hermit-abi"
66version = "0.2.6"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
69dependencies = [
70 "libc",
71]
72
73[[package]]
74name = "humantime"
75version = "2.1.0"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
78
79[[package]]
80name = "io-lifetimes"
81version = "1.0.1"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87"
84dependencies = [
85 "libc",
86 "windows-sys",
87]
88
89[[package]]
90name = "is-terminal"
91version = "0.4.0"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "aae5bc6e2eb41c9def29a3e0f1306382807764b9b53112030eff57435667352d"
94dependencies = [
95 "hermit-abi",
96 "io-lifetimes",
97 "rustix",
98 "windows-sys",
99]
100
101[[package]]
102name = "libc"
103version = "0.2.137"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
106
107[[package]]
108name = "linux-raw-sys"
109version = "0.1.3"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"
112
113[[package]]
114name = "log"
115version = "0.4.17"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
118dependencies = [
119 "cfg-if",
120]
121
122[[package]]
123name = "memchr"
124version = "2.5.0"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
127
128[[package]]
129name = "regex"
130version = "1.7.0"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
133dependencies = [
134 "aho-corasick",
135 "memchr",
136 "regex-syntax",
137]
138
139[[package]]
140name = "regex-syntax"
141version = "0.6.28"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
144
145[[package]]
146name = "rustix"
147version = "0.36.3"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "0b1fbb4dfc4eb1d390c02df47760bb19a84bb80b301ecc947ab5406394d8223e"
150dependencies = [
151 "bitflags",
152 "errno",
153 "io-lifetimes",
154 "libc",
155 "linux-raw-sys",
156 "windows-sys",
157]
158
159[[package]]
160name = "termcolor"
161version = "1.1.3"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
164dependencies = [
165 "winapi-util",
166]
167
168[[package]]
169name = "winapi"
170version = "0.3.9"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
173dependencies = [
174 "winapi-i686-pc-windows-gnu",
175 "winapi-x86_64-pc-windows-gnu",
176]
177
178[[package]]
179name = "winapi-i686-pc-windows-gnu"
180version = "0.4.0"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
183
184[[package]]
185name = "winapi-util"
186version = "0.1.5"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
189dependencies = [
190 "winapi",
191]
192
193[[package]]
194name = "winapi-x86_64-pc-windows-gnu"
195version = "0.4.0"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
198
199[[package]]
200name = "windows-sys"
201version = "0.42.0"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
204dependencies = [
205 "windows_aarch64_gnullvm",
206 "windows_aarch64_msvc",
207 "windows_i686_gnu",
208 "windows_i686_msvc",
209 "windows_x86_64_gnu",
210 "windows_x86_64_gnullvm",
211 "windows_x86_64_msvc",
212]
213
214[[package]]
215name = "windows_aarch64_gnullvm"
216version = "0.42.0"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
219
220[[package]]
221name = "windows_aarch64_msvc"
222version = "0.42.0"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
225
226[[package]]
227name = "windows_i686_gnu"
228version = "0.42.0"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
231
232[[package]]
233name = "windows_i686_msvc"
234version = "0.42.0"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
237
238[[package]]
239name = "windows_x86_64_gnu"
240version = "0.42.0"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
243
244[[package]]
245name = "windows_x86_64_gnullvm"
246version = "0.42.0"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
249
250[[package]]
251name = "windows_x86_64_msvc"
252version = "0.42.0"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
255