]> Witch of Git - ivy/blob - Cargo.lock
Remove unused ffi::OsStr import
[ivy] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "ansi_term"
5 version = "0.11.0"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
8 dependencies = [
9 "winapi",
10 ]
11
12 [[package]]
13 name = "arrayvec"
14 version = "0.5.1"
15 source = "registry+https://github.com/rust-lang/crates.io-index"
16 checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
17
18 [[package]]
19 name = "atty"
20 version = "0.2.14"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
23 dependencies = [
24 "hermit-abi",
25 "libc",
26 "winapi",
27 ]
28
29 [[package]]
30 name = "bitflags"
31 version = "1.2.1"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
34
35 [[package]]
36 name = "c2-chacha"
37 version = "0.2.3"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
40 dependencies = [
41 "ppv-lite86",
42 ]
43
44 [[package]]
45 name = "cfg-if"
46 version = "0.1.10"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
49
50 [[package]]
51 name = "clap"
52 version = "2.33.0"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
55 dependencies = [
56 "ansi_term",
57 "atty",
58 "bitflags",
59 "strsim",
60 "textwrap",
61 "unicode-width",
62 "vec_map",
63 ]
64
65 [[package]]
66 name = "ess"
67 version = "0.4.2"
68 source = "registry+https://github.com/rust-lang/crates.io-index"
69 checksum = "c70ece3a2affa9eda5d916d778fe80fe2b7357aeb2d7b38f35286cfa983571d0"
70
71 [[package]]
72 name = "getrandom"
73 version = "0.1.14"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
75 checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
76 dependencies = [
77 "cfg-if",
78 "libc",
79 "wasi",
80 ]
81
82 [[package]]
83 name = "heck"
84 version = "0.3.1"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
87 dependencies = [
88 "unicode-segmentation",
89 ]
90
91 [[package]]
92 name = "hermit-abi"
93 version = "0.1.8"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
96 dependencies = [
97 "libc",
98 ]
99
100 [[package]]
101 name = "ivy"
102 version = "0.1.0"
103 dependencies = [
104 "ess",
105 "pretty",
106 "structopt",
107 "tempfile",
108 ]
109
110 [[package]]
111 name = "libc"
112 version = "0.2.67"
113 source = "registry+https://github.com/rust-lang/crates.io-index"
114 checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
115
116 [[package]]
117 name = "ppv-lite86"
118 version = "0.2.6"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
121
122 [[package]]
123 name = "pretty"
124 version = "0.9.0"
125 source = "registry+https://github.com/rust-lang/crates.io-index"
126 checksum = "1891757f8427ce41706957fde1fec1b86aee3e335bd50320257705061507a24c"
127 dependencies = [
128 "arrayvec",
129 "typed-arena",
130 ]
131
132 [[package]]
133 name = "proc-macro-error"
134 version = "0.2.6"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 checksum = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097"
137 dependencies = [
138 "proc-macro2",
139 "quote",
140 "syn",
141 ]
142
143 [[package]]
144 name = "proc-macro2"
145 version = "1.0.9"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
147 checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
148 dependencies = [
149 "unicode-xid",
150 ]
151
152 [[package]]
153 name = "quote"
154 version = "1.0.2"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
157 dependencies = [
158 "proc-macro2",
159 ]
160
161 [[package]]
162 name = "rand"
163 version = "0.7.3"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
166 dependencies = [
167 "getrandom",
168 "libc",
169 "rand_chacha",
170 "rand_core",
171 "rand_hc",
172 ]
173
174 [[package]]
175 name = "rand_chacha"
176 version = "0.2.1"
177 source = "registry+https://github.com/rust-lang/crates.io-index"
178 checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
179 dependencies = [
180 "c2-chacha",
181 "rand_core",
182 ]
183
184 [[package]]
185 name = "rand_core"
186 version = "0.5.1"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
188 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
189 dependencies = [
190 "getrandom",
191 ]
192
193 [[package]]
194 name = "rand_hc"
195 version = "0.2.0"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
198 dependencies = [
199 "rand_core",
200 ]
201
202 [[package]]
203 name = "redox_syscall"
204 version = "0.1.56"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
207
208 [[package]]
209 name = "remove_dir_all"
210 version = "0.5.2"
211 source = "registry+https://github.com/rust-lang/crates.io-index"
212 checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
213 dependencies = [
214 "winapi",
215 ]
216
217 [[package]]
218 name = "strsim"
219 version = "0.8.0"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
222
223 [[package]]
224 name = "structopt"
225 version = "0.3.5"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 checksum = "30b3a3e93f5ad553c38b3301c8a0a0cec829a36783f6a0c467fc4bf553a5f5bf"
228 dependencies = [
229 "clap",
230 "structopt-derive",
231 ]
232
233 [[package]]
234 name = "structopt-derive"
235 version = "0.3.5"
236 source = "registry+https://github.com/rust-lang/crates.io-index"
237 checksum = "ea692d40005b3ceba90a9fe7a78fa8d4b82b0ce627eebbffc329aab850f3410e"
238 dependencies = [
239 "heck",
240 "proc-macro-error",
241 "proc-macro2",
242 "quote",
243 "syn",
244 ]
245
246 [[package]]
247 name = "syn"
248 version = "1.0.16"
249 source = "registry+https://github.com/rust-lang/crates.io-index"
250 checksum = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859"
251 dependencies = [
252 "proc-macro2",
253 "quote",
254 "unicode-xid",
255 ]
256
257 [[package]]
258 name = "tempfile"
259 version = "3.1.0"
260 source = "registry+https://github.com/rust-lang/crates.io-index"
261 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
262 dependencies = [
263 "cfg-if",
264 "libc",
265 "rand",
266 "redox_syscall",
267 "remove_dir_all",
268 "winapi",
269 ]
270
271 [[package]]
272 name = "textwrap"
273 version = "0.11.0"
274 source = "registry+https://github.com/rust-lang/crates.io-index"
275 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
276 dependencies = [
277 "unicode-width",
278 ]
279
280 [[package]]
281 name = "typed-arena"
282 version = "2.0.1"
283 source = "registry+https://github.com/rust-lang/crates.io-index"
284 checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
285
286 [[package]]
287 name = "unicode-segmentation"
288 version = "1.6.0"
289 source = "registry+https://github.com/rust-lang/crates.io-index"
290 checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
291
292 [[package]]
293 name = "unicode-width"
294 version = "0.1.7"
295 source = "registry+https://github.com/rust-lang/crates.io-index"
296 checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
297
298 [[package]]
299 name = "unicode-xid"
300 version = "0.2.0"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
303
304 [[package]]
305 name = "vec_map"
306 version = "0.8.1"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
309
310 [[package]]
311 name = "wasi"
312 version = "0.9.0+wasi-snapshot-preview1"
313 source = "registry+https://github.com/rust-lang/crates.io-index"
314 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
315
316 [[package]]
317 name = "winapi"
318 version = "0.3.8"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
320 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
321 dependencies = [
322 "winapi-i686-pc-windows-gnu",
323 "winapi-x86_64-pc-windows-gnu",
324 ]
325
326 [[package]]
327 name = "winapi-i686-pc-windows-gnu"
328 version = "0.4.0"
329 source = "registry+https://github.com/rust-lang/crates.io-index"
330 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
331
332 [[package]]
333 name = "winapi-x86_64-pc-windows-gnu"
334 version = "0.4.0"
335 source = "registry+https://github.com/rust-lang/crates.io-index"
336 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"