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