]> git.proxmox.com Git - rustc.git/blame - src/Cargo.lock
New upstream version 1.31.0+dfsg1
[rustc.git] / src / Cargo.lock
CommitLineData
8bb4bdeb
XL
1[[package]]
2name = "aho-corasick"
b7449926 3version = "0.6.7"
8bb4bdeb
XL
4source = "registry+https://github.com/rust-lang/crates.io-index"
5dependencies = [
b7449926 6 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
8bb4bdeb
XL
7]
8
476ff2be
SL
9[[package]]
10name = "alloc"
11version = "0.0.0"
12dependencies = [
83c7162d 13 "compiler_builtins 0.0.0",
476ff2be 14 "core 0.0.0",
b7449926 15 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
16]
17
18[[package]]
19name = "alloc_jemalloc"
20version = "0.0.0"
21dependencies = [
22 "build_helper 0.1.0",
b7449926 23 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 24 "compiler_builtins 0.0.0",
476ff2be 25 "core 0.0.0",
476ff2be
SL
26 "libc 0.0.0",
27]
28
29[[package]]
30name = "alloc_system"
31version = "0.0.0"
32dependencies = [
83c7162d 33 "compiler_builtins 0.0.0",
476ff2be 34 "core 0.0.0",
abe05a73 35 "dlmalloc 0.0.0",
476ff2be
SL
36 "libc 0.0.0",
37]
38
83c7162d
XL
39[[package]]
40name = "ammonia"
41version = "1.1.0"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43dependencies = [
8faf50e0 44 "html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 45 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 46 "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 47 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 48 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 49 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
50]
51
8bb4bdeb
XL
52[[package]]
53name = "ansi_term"
0531ce1d 54version = "0.11.0"
8bb4bdeb 55source = "registry+https://github.com/rust-lang/crates.io-index"
0531ce1d 56dependencies = [
0bf4aa26 57 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d 58]
8bb4bdeb 59
476ff2be
SL
60[[package]]
61name = "arena"
62version = "0.0.0"
83c7162d
XL
63dependencies = [
64 "rustc_data_structures 0.0.0",
65]
476ff2be 66
2c00a5a8
XL
67[[package]]
68name = "arrayvec"
69version = "0.4.7"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71dependencies = [
72 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
73]
74
83c7162d
XL
75[[package]]
76name = "assert_cli"
8faf50e0 77version = "0.6.2"
83c7162d
XL
78source = "registry+https://github.com/rust-lang/crates.io-index"
79dependencies = [
80 "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34 81 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 82 "environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
83 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
84 "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 85 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
86]
87
041b39d2
XL
88[[package]]
89name = "atty"
8faf50e0 90version = "0.2.11"
041b39d2
XL
91source = "registry+https://github.com/rust-lang/crates.io-index"
92dependencies = [
b7449926 93 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
abe05a73 94 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 95 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
041b39d2
XL
96]
97
cc61c64b 98[[package]]
7cac9316 99name = "backtrace"
8faf50e0 100version = "0.3.9"
cc61c64b
XL
101source = "registry+https://github.com/rust-lang/crates.io-index"
102dependencies = [
8faf50e0 103 "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
104 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
105 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
106 "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 107 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
cc61c64b
XL
108]
109
7cac9316
XL
110[[package]]
111name = "backtrace-sys"
8faf50e0 112version = "0.1.24"
7cac9316
XL
113source = "registry+https://github.com/rust-lang/crates.io-index"
114dependencies = [
b7449926
XL
115 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
116 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
117]
118
0bf4aa26
XL
119[[package]]
120name = "bit-set"
121version = "0.5.0"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123dependencies = [
124 "bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
125]
126
127[[package]]
128name = "bit-vec"
129version = "0.5.0"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131
7cac9316
XL
132[[package]]
133name = "bitflags"
134version = "0.9.1"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136
ea8adc8c
XL
137[[package]]
138name = "bitflags"
b7449926 139version = "1.0.4"
ea8adc8c
XL
140source = "registry+https://github.com/rust-lang/crates.io-index"
141
476ff2be
SL
142[[package]]
143name = "bootstrap"
144version = "0.0.0"
145dependencies = [
146 "build_helper 0.1.0",
b7449926
XL
147 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
148 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 149 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 150 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
abe05a73 151 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 152 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 153 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 154 "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 155 "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
156 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
157 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 158 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 159 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 160 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
161]
162
7cac9316
XL
163[[package]]
164name = "bufstream"
165version = "0.1.3"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167
32a655c1
SL
168[[package]]
169name = "build-manifest"
170version = "0.1.0"
171dependencies = [
b7449926
XL
172 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
173 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 174 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
32a655c1
SL
175]
176
476ff2be
SL
177[[package]]
178name = "build_helper"
179version = "0.1.0"
180
0bf4aa26
XL
181[[package]]
182name = "bytecount"
450edc1f 183version = "0.4.0"
0bf4aa26
XL
184source = "registry+https://github.com/rust-lang/crates.io-index"
185dependencies = [
450edc1f 186 "packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
187]
188
ff7c6d11
XL
189[[package]]
190name = "byteorder"
8faf50e0 191version = "1.2.3"
ff7c6d11
XL
192source = "registry+https://github.com/rust-lang/crates.io-index"
193
0bf4aa26
XL
194[[package]]
195name = "bytesize"
196version = "1.0.0"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198
7cac9316
XL
199[[package]]
200name = "cargo"
0bf4aa26 201version = "0.32.0"
8faf50e0
XL
202dependencies = [
203 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
204 "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 205 "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
206 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
207 "core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 208 "crates-io 0.20.0",
8faf50e0
XL
209 "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
210 "crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 211 "curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4 212 "curl-sys 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 213 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
214 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
215 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 216 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 217 "fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
218 "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
219 "git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 220 "git2-curl 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
221 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
222 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
223 "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
224 "ignore 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 225 "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 226 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 227 "lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 228 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
229 "libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
230 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 231 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 232 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 233 "opener 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
234 "openssl 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
235 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
236 "rustc-workspace-hack 1.0.0",
237 "rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 238 "same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 239 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
240 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
241 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 242 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 243 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
244 "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
245 "tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
246 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
247 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
248 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
249 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
250 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 251 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
252]
253
8faf50e0
XL
254[[package]]
255name = "cargo_metadata"
13cf67c4 256version = "0.6.2"
8faf50e0
XL
257source = "registry+https://github.com/rust-lang/crates.io-index"
258dependencies = [
259 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
260 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
261 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
262 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 263 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
264]
265
476ff2be 266[[package]]
8bb4bdeb 267name = "cargotest2"
476ff2be
SL
268version = "0.1.0"
269
ea8adc8c
XL
270[[package]]
271name = "cc"
b7449926 272version = "1.0.25"
ea8adc8c
XL
273source = "registry+https://github.com/rust-lang/crates.io-index"
274
7cac9316
XL
275[[package]]
276name = "cfg-if"
b7449926 277version = "0.1.5"
7cac9316
XL
278source = "registry+https://github.com/rust-lang/crates.io-index"
279
94b46f34
XL
280[[package]]
281name = "chalk-engine"
0bf4aa26 282version = "0.8.1"
94b46f34
XL
283source = "registry+https://github.com/rust-lang/crates.io-index"
284dependencies = [
285 "chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
286 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
287]
288
289[[package]]
290name = "chalk-macros"
291version = "0.1.0"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293dependencies = [
294 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
295]
296
2c00a5a8
XL
297[[package]]
298name = "chrono"
8faf50e0 299version = "0.4.4"
2c00a5a8
XL
300source = "registry+https://github.com/rust-lang/crates.io-index"
301dependencies = [
8faf50e0
XL
302 "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
303 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
304 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
305]
306
8bb4bdeb
XL
307[[package]]
308name = "clap"
8faf50e0 309version = "2.32.0"
8bb4bdeb
XL
310source = "registry+https://github.com/rust-lang/crates.io-index"
311dependencies = [
0531ce1d 312 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 313 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 314 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d 315 "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
316 "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
317 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
318 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316 319 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
8bb4bdeb
XL
320]
321
abe05a73
XL
322[[package]]
323name = "clippy"
8faf50e0 324version = "0.0.212"
abe05a73 325dependencies = [
13cf67c4 326 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 327 "clippy-mini-macro-test 0.2.0",
b7449926 328 "clippy_dev 0.0.1",
8faf50e0
XL
329 "clippy_lints 0.0.212",
330 "compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
331 "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
332 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
333 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 334 "rustc-workspace-hack 1.0.0",
b7449926 335 "rustc_tools_util 0.1.0",
0531ce1d 336 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
337 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
338 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
abe05a73
XL
339]
340
341[[package]]
342name = "clippy-mini-macro-test"
2c00a5a8 343version = "0.2.0"
abe05a73 344
b7449926
XL
345[[package]]
346name = "clippy_dev"
347version = "0.0.1"
348dependencies = [
349 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
350 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
351 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
352 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 353 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
354]
355
476ff2be 356[[package]]
2c00a5a8 357name = "clippy_lints"
8faf50e0 358version = "0.0.212"
476ff2be 359dependencies = [
13cf67c4 360 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 361 "if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 362 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
363 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
364 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d 365 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 366 "quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 367 "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 368 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
369 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
370 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 371 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 372 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
373 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
374 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
375]
376
377[[package]]
8faf50e0
XL
378name = "cloudabi"
379version = "0.0.3"
83c7162d
XL
380source = "registry+https://github.com/rust-lang/crates.io-index"
381dependencies = [
b7449926 382 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
383]
384
385[[package]]
2c00a5a8 386name = "cmake"
b7449926 387version = "0.1.33"
abe05a73 388source = "registry+https://github.com/rust-lang/crates.io-index"
476ff2be 389dependencies = [
b7449926 390 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
391]
392
393[[package]]
394name = "colored"
395version = "1.6.0"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397dependencies = [
398 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
399]
400
ea8adc8c
XL
401[[package]]
402name = "commoncrypto"
403version = "0.2.0"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405dependencies = [
406 "commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
407]
408
409[[package]]
410name = "commoncrypto-sys"
411version = "0.2.0"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413dependencies = [
b7449926 414 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c
XL
415]
416
476ff2be
SL
417[[package]]
418name = "compiler_builtins"
419version = "0.0.0"
420dependencies = [
b7449926 421 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 422 "core 0.0.0",
476ff2be
SL
423]
424
425[[package]]
426name = "compiletest"
427version = "0.0.0"
428dependencies = [
abe05a73 429 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 430 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 431 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 432 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
433 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
434 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 435 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
436 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
437 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 438 "rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
439 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
440 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
441 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
442 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
443]
444
3b2f2976 445[[package]]
abe05a73 446name = "compiletest_rs"
8faf50e0 447version = "0.3.13"
ea8adc8c
XL
448source = "registry+https://github.com/rust-lang/crates.io-index"
449dependencies = [
abe05a73 450 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 451 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 452 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 453 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 454 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
455 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
456 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
457 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 458 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 459 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 460 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c
XL
461]
462
476ff2be
SL
463[[package]]
464name = "core"
465version = "0.0.0"
0531ce1d 466dependencies = [
b7449926 467 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
468]
469
470[[package]]
471name = "core-foundation"
472version = "0.6.1"
3b2f2976
XL
473source = "registry+https://github.com/rust-lang/crates.io-index"
474dependencies = [
8faf50e0 475 "core-foundation-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 476 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
477]
478
479[[package]]
480name = "core-foundation-sys"
481version = "0.6.1"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483
484[[package]]
485name = "crates-io"
0bf4aa26 486version = "0.20.0"
8faf50e0 487dependencies = [
0bf4aa26 488 "curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 489 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
490 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
491 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 492 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 493 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
494]
495
496[[package]]
497name = "crossbeam"
2c00a5a8 498version = "0.3.2"
7cac9316
XL
499source = "registry+https://github.com/rust-lang/crates.io-index"
500
8faf50e0
XL
501[[package]]
502name = "crossbeam-channel"
0bf4aa26 503version = "0.2.6"
8faf50e0
XL
504source = "registry+https://github.com/rust-lang/crates.io-index"
505dependencies = [
0bf4aa26
XL
506 "crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
507 "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
508 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
509 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
510 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
511]
512
ea8adc8c 513[[package]]
2c00a5a8
XL
514name = "crossbeam-deque"
515version = "0.2.0"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517dependencies = [
83c7162d 518 "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
519 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
520]
521
522[[package]]
523name = "crossbeam-epoch"
83c7162d 524version = "0.3.1"
ea8adc8c 525source = "registry+https://github.com/rust-lang/crates.io-index"
2c00a5a8
XL
526dependencies = [
527 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 528 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 529 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 530 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
531 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
532 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
533 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
534]
535
8faf50e0
XL
536[[package]]
537name = "crossbeam-epoch"
0bf4aa26 538version = "0.6.0"
8faf50e0
XL
539source = "registry+https://github.com/rust-lang/crates.io-index"
540dependencies = [
541 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 542 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 543 "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 544 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
545 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
546 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
547]
548
2c00a5a8
XL
549[[package]]
550name = "crossbeam-utils"
551version = "0.2.2"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553dependencies = [
b7449926 554 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 555]
ea8adc8c 556
8faf50e0
XL
557[[package]]
558name = "crossbeam-utils"
559version = "0.5.0"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561
ea8adc8c
XL
562[[package]]
563name = "crypto-hash"
0531ce1d 564version = "0.3.1"
ea8adc8c
XL
565source = "registry+https://github.com/rust-lang/crates.io-index"
566dependencies = [
ea8adc8c 567 "commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 568 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
569 "openssl 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
570 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c
XL
571]
572
7cac9316
XL
573[[package]]
574name = "curl"
0bf4aa26 575version = "0.4.18"
7cac9316
XL
576source = "registry+https://github.com/rust-lang/crates.io-index"
577dependencies = [
0bf4aa26 578 "curl-sys 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 579 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 580 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11 581 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
582 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
583 "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
584 "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
585 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
586]
587
588[[package]]
589name = "curl-sys"
0bf4aa26 590version = "0.4.13"
7cac9316
XL
591source = "registry+https://github.com/rust-lang/crates.io-index"
592dependencies = [
b7449926
XL
593 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
594 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
595 "libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
596 "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
597 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
598 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 599 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 600 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
601]
602
94b46f34
XL
603[[package]]
604name = "datafrog"
605version = "0.1.0"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607
83c7162d 608[[package]]
8faf50e0 609name = "derive-new"
b7449926 610version = "0.5.4"
83c7162d
XL
611source = "registry+https://github.com/rust-lang/crates.io-index"
612dependencies = [
b7449926
XL
613 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
614 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
615 "syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
616]
617
abe05a73 618[[package]]
8faf50e0 619name = "derive_more"
13cf67c4 620version = "0.13.0"
3b2f2976
XL
621source = "registry+https://github.com/rust-lang/crates.io-index"
622dependencies = [
13cf67c4
XL
623 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
624 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 625 "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4 626 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
627]
628
7cac9316
XL
629[[package]]
630name = "diff"
abe05a73 631version = "0.1.11"
7cac9316
XL
632source = "registry+https://github.com/rust-lang/crates.io-index"
633
83c7162d
XL
634[[package]]
635name = "difference"
636version = "2.0.0"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638
abe05a73
XL
639[[package]]
640name = "dlmalloc"
641version = "0.0.0"
642dependencies = [
83c7162d 643 "compiler_builtins 0.0.0",
abe05a73
XL
644 "core 0.0.0",
645]
646
abe05a73
XL
647[[package]]
648name = "either"
83c7162d 649version = "1.5.0"
abe05a73
XL
650source = "registry+https://github.com/rust-lang/crates.io-index"
651
83c7162d
XL
652[[package]]
653name = "elasticlunr-rs"
8faf50e0 654version = "2.3.3"
83c7162d
XL
655source = "registry+https://github.com/rust-lang/crates.io-index"
656dependencies = [
b7449926
XL
657 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
658 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
659 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
660 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 661 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 662 "strum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 663 "strum_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
664]
665
ff7c6d11 666[[package]]
0531ce1d 667name = "ena"
94b46f34 668version = "0.9.3"
3b2f2976
XL
669source = "registry+https://github.com/rust-lang/crates.io-index"
670dependencies = [
0bf4aa26 671 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
672]
673
674[[package]]
675name = "env_logger"
b7449926 676version = "0.5.12"
2c00a5a8
XL
677source = "registry+https://github.com/rust-lang/crates.io-index"
678dependencies = [
8faf50e0 679 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d 680 "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 681 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
682 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
683 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
abe05a73
XL
684]
685
83c7162d
XL
686[[package]]
687name = "environment"
688version = "0.1.1"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690
7cac9316
XL
691[[package]]
692name = "error-chain"
ea8adc8c 693version = "0.11.0"
041b39d2
XL
694source = "registry+https://github.com/rust-lang/crates.io-index"
695dependencies = [
8faf50e0
XL
696 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
697]
698
699[[package]]
700name = "error-chain"
701version = "0.12.0"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703dependencies = [
704 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
705]
706
476ff2be
SL
707[[package]]
708name = "error_index_generator"
709version = "0.0.0"
3b2f2976
XL
710dependencies = [
711 "rustdoc 0.0.0",
712]
476ff2be 713
ff7c6d11
XL
714[[package]]
715name = "failure"
8faf50e0 716version = "0.1.2"
ff7c6d11
XL
717source = "registry+https://github.com/rust-lang/crates.io-index"
718dependencies = [
8faf50e0
XL
719 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
720 "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11
XL
721]
722
723[[package]]
724name = "failure_derive"
8faf50e0 725version = "0.1.2"
476ff2be
SL
726source = "registry+https://github.com/rust-lang/crates.io-index"
727dependencies = [
13cf67c4 728 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
729 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
730 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 731 "synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
732]
733
83c7162d
XL
734[[package]]
735name = "filetime"
8faf50e0 736version = "0.2.1"
83c7162d
XL
737source = "registry+https://github.com/rust-lang/crates.io-index"
738dependencies = [
b7449926
XL
739 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
740 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 741 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
742]
743
83c7162d
XL
744[[package]]
745name = "fixedbitset"
746version = "0.1.9"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748
7cac9316
XL
749[[package]]
750name = "flate2"
0bf4aa26 751version = "1.0.3"
7cac9316
XL
752source = "registry+https://github.com/rust-lang/crates.io-index"
753dependencies = [
b7449926 754 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c 755 "miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
756]
757
758[[package]]
759name = "fmt_macros"
760version = "0.0.0"
761
3b2f2976
XL
762[[package]]
763name = "fnv"
abe05a73 764version = "1.0.6"
3b2f2976
XL
765source = "registry+https://github.com/rust-lang/crates.io-index"
766
7cac9316
XL
767[[package]]
768name = "foreign-types"
ff7c6d11
XL
769version = "0.3.2"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771dependencies = [
772 "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
773]
774
775[[package]]
776name = "foreign-types-shared"
777version = "0.1.1"
7cac9316
XL
778source = "registry+https://github.com/rust-lang/crates.io-index"
779
780[[package]]
781name = "fs2"
2c00a5a8 782version = "0.4.3"
7cac9316
XL
783source = "registry+https://github.com/rust-lang/crates.io-index"
784dependencies = [
b7449926 785 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 786 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
787]
788
789[[package]]
790name = "fst"
791version = "0.3.0"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793dependencies = [
794 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
795]
796
abe05a73
XL
797[[package]]
798name = "fuchsia-zircon"
2c00a5a8 799version = "0.3.3"
abe05a73
XL
800source = "registry+https://github.com/rust-lang/crates.io-index"
801dependencies = [
b7449926 802 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 803 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
abe05a73
XL
804]
805
806[[package]]
807name = "fuchsia-zircon-sys"
2c00a5a8 808version = "0.3.3"
abe05a73 809source = "registry+https://github.com/rust-lang/crates.io-index"
abe05a73 810
83c7162d
XL
811[[package]]
812name = "futf"
8faf50e0 813version = "0.1.4"
83c7162d
XL
814source = "registry+https://github.com/rust-lang/crates.io-index"
815dependencies = [
83c7162d 816 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 817 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
818]
819
476ff2be 820[[package]]
ea8adc8c 821name = "futures"
8faf50e0
XL
822version = "0.1.21"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824
825[[package]]
b7449926
XL
826name = "fwdansi"
827version = "1.0.1"
476ff2be 828source = "registry+https://github.com/rust-lang/crates.io-index"
b7449926
XL
829dependencies = [
830 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
831 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
832]
476ff2be 833
476ff2be
SL
834[[package]]
835name = "getopts"
83c7162d 836version = "0.2.17"
476ff2be
SL
837source = "registry+https://github.com/rust-lang/crates.io-index"
838
7cac9316
XL
839[[package]]
840name = "git2"
b7449926 841version = "0.7.5"
7cac9316
XL
842source = "registry+https://github.com/rust-lang/crates.io-index"
843dependencies = [
b7449926
XL
844 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
845 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
846 "libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
847 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11 848 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 849 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 850 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
851]
852
853[[package]]
854name = "git2-curl"
0bf4aa26 855version = "0.8.2"
7cac9316
XL
856source = "registry+https://github.com/rust-lang/crates.io-index"
857dependencies = [
0bf4aa26 858 "curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 859 "git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 860 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 861 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
862]
863
864[[package]]
865name = "glob"
866version = "0.2.11"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868
3b2f2976
XL
869[[package]]
870name = "globset"
b7449926 871version = "0.4.1"
3b2f2976
XL
872source = "registry+https://github.com/rust-lang/crates.io-index"
873dependencies = [
b7449926 874 "aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
abe05a73 875 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 876 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
877 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
878 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
879]
880
476ff2be
SL
881[[package]]
882name = "graphviz"
883version = "0.0.0"
884
8bb4bdeb
XL
885[[package]]
886name = "handlebars"
8faf50e0 887version = "0.32.4"
8bb4bdeb
XL
888source = "registry+https://github.com/rust-lang/crates.io-index"
889dependencies = [
b7449926 890 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 891 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
892 "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
893 "pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 894 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
895 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
896 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 897 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
898]
899
2c00a5a8
XL
900[[package]]
901name = "hex"
8faf50e0 902version = "0.3.2"
2c00a5a8
XL
903source = "registry+https://github.com/rust-lang/crates.io-index"
904
3b2f2976
XL
905[[package]]
906name = "home"
b7449926 907version = "0.3.3"
3b2f2976
XL
908source = "registry+https://github.com/rust-lang/crates.io-index"
909dependencies = [
0531ce1d 910 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 911 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c
XL
912]
913
83c7162d
XL
914[[package]]
915name = "html5ever"
8faf50e0 916version = "0.22.3"
83c7162d
XL
917source = "registry+https://github.com/rust-lang/crates.io-index"
918dependencies = [
0bf4aa26 919 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
920 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
921 "markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
922 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
923 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
924 "syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
925]
926
ea8adc8c 927[[package]]
0531ce1d
XL
928name = "humantime"
929version = "1.1.1"
ea8adc8c
XL
930source = "registry+https://github.com/rust-lang/crates.io-index"
931dependencies = [
8faf50e0 932 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c
XL
933]
934
7cac9316
XL
935[[package]]
936name = "idna"
8faf50e0 937version = "0.1.5"
7cac9316
XL
938source = "registry+https://github.com/rust-lang/crates.io-index"
939dependencies = [
b7449926 940 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
041b39d2 941 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 942 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
943]
944
abe05a73
XL
945[[package]]
946name = "if_chain"
8faf50e0 947version = "0.1.3"
abe05a73
XL
948source = "registry+https://github.com/rust-lang/crates.io-index"
949
3b2f2976
XL
950[[package]]
951name = "ignore"
b7449926 952version = "0.4.3"
3b2f2976
XL
953source = "registry+https://github.com/rust-lang/crates.io-index"
954dependencies = [
2c00a5a8 955 "crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
956 "globset 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
957 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 958 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
959 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
960 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
961 "same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
962 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
963 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 964 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
965]
966
7cac9316
XL
967[[package]]
968name = "installer"
969version = "0.0.0"
970dependencies = [
8faf50e0 971 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 972 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 973 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 974 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 975 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 976 "tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 977 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 978 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 979 "xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
8bb4bdeb
XL
980]
981
2c00a5a8
XL
982[[package]]
983name = "is-match"
984version = "0.1.0"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986
2c00a5a8
XL
987[[package]]
988name = "itertools"
83c7162d 989version = "0.7.8"
2c00a5a8
XL
990source = "registry+https://github.com/rust-lang/crates.io-index"
991dependencies = [
83c7162d 992 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
993]
994
8bb4bdeb
XL
995[[package]]
996name = "itoa"
0bf4aa26 997version = "0.4.3"
8bb4bdeb
XL
998source = "registry+https://github.com/rust-lang/crates.io-index"
999
7cac9316
XL
1000[[package]]
1001name = "jobserver"
0531ce1d 1002version = "0.1.11"
7cac9316
XL
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004dependencies = [
b7449926 1005 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1006 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1007 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
1008]
1009
b7449926
XL
1010[[package]]
1011name = "json"
1012version = "0.11.13"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014
3b2f2976
XL
1015[[package]]
1016name = "jsonrpc-core"
ff7c6d11 1017version = "8.0.1"
3b2f2976
XL
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019dependencies = [
8faf50e0 1020 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11 1021 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1022 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1023 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1024 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
1025]
1026
8bb4bdeb
XL
1027[[package]]
1028name = "kernel32-sys"
1029version = "0.2.2"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031dependencies = [
1032 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1033 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1034]
1035
3b2f2976
XL
1036[[package]]
1037name = "languageserver-types"
450edc1f 1038version = "0.51.1"
3b2f2976
XL
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040dependencies = [
b7449926 1041 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
1042 "num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1043 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1044 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1045 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1046 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1047 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
1048 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1049]
1050
8bb4bdeb
XL
1051[[package]]
1052name = "lazy_static"
abe05a73
XL
1053version = "0.2.11"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055
ff7c6d11
XL
1056[[package]]
1057name = "lazy_static"
b7449926 1058version = "1.1.0"
2c00a5a8 1059source = "registry+https://github.com/rust-lang/crates.io-index"
b7449926 1060dependencies = [
0bf4aa26 1061 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1062]
2c00a5a8 1063
8faf50e0
XL
1064[[package]]
1065name = "lazycell"
0bf4aa26 1066version = "1.2.0"
8faf50e0
XL
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068
476ff2be
SL
1069[[package]]
1070name = "libc"
1071version = "0.0.0"
1072dependencies = [
83c7162d 1073 "compiler_builtins 0.0.0",
476ff2be
SL
1074 "core 0.0.0",
1075]
1076
1077[[package]]
1078name = "libc"
b7449926 1079version = "0.2.43"
7cac9316
XL
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081
1082[[package]]
1083name = "libgit2-sys"
0bf4aa26 1084version = "0.7.10"
7cac9316
XL
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086dependencies = [
b7449926 1087 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1088 "curl-sys 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1089 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1090 "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
1091 "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
1092 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
1093 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1094]
1095
1096[[package]]
1097name = "libnghttp2-sys"
1098version = "0.1.0"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100dependencies = [
1101 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
1102]
1103
1104[[package]]
1105name = "libssh2-sys"
b7449926 1106version = "0.2.11"
476ff2be 1107source = "registry+https://github.com/rust-lang/crates.io-index"
7cac9316 1108dependencies = [
b7449926
XL
1109 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1110 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
1111 "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
1112 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
1113 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1114 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
1115]
1116
1117[[package]]
1118name = "libz-sys"
0bf4aa26 1119version = "1.0.24"
7cac9316
XL
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121dependencies = [
b7449926
XL
1122 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1123 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1124 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1125 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316 1126]
476ff2be
SL
1127
1128[[package]]
1129name = "linkchecker"
1130version = "0.1.0"
1131
b7449926
XL
1132[[package]]
1133name = "lock_api"
1134version = "0.1.3"
1135source = "registry+https://github.com/rust-lang/crates.io-index"
1136dependencies = [
1137 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1138 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1139]
1140
476ff2be
SL
1141[[package]]
1142name = "log"
ff7c6d11
XL
1143version = "0.3.9"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145dependencies = [
0bf4aa26 1146 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11
XL
1147]
1148
1149[[package]]
1150name = "log"
0bf4aa26 1151version = "0.4.5"
ff7c6d11
XL
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153dependencies = [
b7449926 1154 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11
XL
1155]
1156
1157[[package]]
1158name = "log_settings"
8faf50e0 1159version = "0.1.2"
8bb4bdeb 1160source = "registry+https://github.com/rust-lang/crates.io-index"
ff7c6d11 1161dependencies = [
b7449926 1162 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11 1163]
8bb4bdeb 1164
7cac9316
XL
1165[[package]]
1166name = "lzma-sys"
8faf50e0 1167version = "0.1.10"
ea8adc8c
XL
1168source = "registry+https://github.com/rust-lang/crates.io-index"
1169dependencies = [
b7449926 1170 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1171 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1172 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1173 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c
XL
1174]
1175
83c7162d
XL
1176[[package]]
1177name = "mac"
1178version = "0.1.1"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180
b7449926
XL
1181[[package]]
1182name = "macro-utils"
1183version = "0.1.2"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185
83c7162d
XL
1186[[package]]
1187name = "maplit"
1188version = "1.0.1"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190
1191[[package]]
1192name = "markup5ever"
1193version = "0.7.2"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195dependencies = [
8faf50e0
XL
1196 "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
1197 "phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1198 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1199 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1200 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
1201 "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
1202 "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
1203 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1204]
1205
7cac9316
XL
1206[[package]]
1207name = "matches"
b7449926 1208version = "0.1.8"
7cac9316
XL
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210
8bb4bdeb
XL
1211[[package]]
1212name = "mdbook"
83c7162d 1213version = "0.1.7"
8bb4bdeb
XL
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215dependencies = [
83c7162d 1216 "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
1217 "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
1218 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
1219 "elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1220 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c 1221 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1222 "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 1223 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1224 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1225 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1226 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c 1227 "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d 1228 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1229 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1230 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1231 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1232 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 1233 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1234 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 1235 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 1236 "toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
1237]
1238
8bb4bdeb
XL
1239[[package]]
1240name = "memchr"
b7449926 1241version = "2.0.2"
8bb4bdeb
XL
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243dependencies = [
b7449926 1244 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
1245]
1246
1247[[package]]
1248name = "memmap"
1249version = "0.6.2"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251dependencies = [
b7449926 1252 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1253 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
abe05a73
XL
1254]
1255
1256[[package]]
2c00a5a8
XL
1257name = "memoffset"
1258version = "0.2.1"
abe05a73 1259source = "registry+https://github.com/rust-lang/crates.io-index"
7cac9316 1260
94b46f34
XL
1261[[package]]
1262name = "minifier"
0bf4aa26 1263version = "0.0.20"
94b46f34
XL
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265dependencies = [
b7449926 1266 "macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34
XL
1267]
1268
7cac9316
XL
1269[[package]]
1270name = "miniz-sys"
ea8adc8c 1271version = "0.1.10"
7cac9316
XL
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273dependencies = [
b7449926
XL
1274 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1275 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
1276]
1277
2c00a5a8
XL
1278[[package]]
1279name = "miow"
b7449926 1280version = "0.3.3"
2c00a5a8
XL
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282dependencies = [
0bf4aa26
XL
1283 "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1284 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
1285]
1286
ff7c6d11
XL
1287[[package]]
1288name = "miri"
1289version = "0.1.0"
1290dependencies = [
8faf50e0 1291 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4 1292 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
1293 "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1294 "compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1295 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
1296 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1297 "vergen 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11
XL
1298]
1299
3b2f2976 1300[[package]]
8faf50e0
XL
1301name = "new_debug_unreachable"
1302version = "1.0.1"
ff7c6d11 1303source = "registry+https://github.com/rust-lang/crates.io-index"
8faf50e0
XL
1304dependencies = [
1305 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1306]
ff7c6d11 1307
2c00a5a8
XL
1308[[package]]
1309name = "nodrop"
1310version = "0.1.12"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312
7cac9316 1313[[package]]
8faf50e0
XL
1314name = "num-derive"
1315version = "0.2.2"
7cac9316
XL
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317dependencies = [
8faf50e0 1318 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4 1319 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1320 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
1321 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
1322]
1323
7cac9316 1324[[package]]
8faf50e0
XL
1325name = "num-integer"
1326version = "0.1.39"
7cac9316
XL
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328dependencies = [
8faf50e0 1329 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
8bb4bdeb
XL
1330]
1331
1332[[package]]
1333name = "num-traits"
8faf50e0 1334version = "0.2.5"
476ff2be
SL
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336
1337[[package]]
1338name = "num_cpus"
2c00a5a8 1339version = "1.8.0"
476ff2be
SL
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341dependencies = [
b7449926 1342 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
1343]
1344
8bb4bdeb
XL
1345[[package]]
1346name = "open"
ea8adc8c 1347version = "1.2.1"
8bb4bdeb
XL
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349
b7449926
XL
1350[[package]]
1351name = "opener"
1352version = "0.3.0"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354dependencies = [
1355 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1356 "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1357 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1358]
1359
7cac9316
XL
1360[[package]]
1361name = "openssl"
0bf4aa26 1362version = "0.10.13"
7cac9316
XL
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364dependencies = [
b7449926
XL
1365 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1366 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11 1367 "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1368 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1369 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1370 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
1371]
1372
1373[[package]]
1374name = "openssl-probe"
ff7c6d11 1375version = "0.1.2"
7cac9316
XL
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377
8faf50e0
XL
1378[[package]]
1379name = "openssl-src"
0bf4aa26 1380version = "111.0.1+1.1.1"
8faf50e0
XL
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382dependencies = [
b7449926 1383 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
1384]
1385
7cac9316
XL
1386[[package]]
1387name = "openssl-sys"
0bf4aa26 1388version = "0.9.38"
7cac9316
XL
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390dependencies = [
b7449926
XL
1391 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1392 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
1393 "openssl-src 111.0.1+1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1394 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1395 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
1396]
1397
83c7162d
XL
1398[[package]]
1399name = "ordermap"
1400version = "0.3.5"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402
8faf50e0
XL
1403[[package]]
1404name = "ordslice"
1405version = "0.3.0"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407
7cac9316
XL
1408[[package]]
1409name = "owning_ref"
1410version = "0.3.3"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412dependencies = [
8faf50e0 1413 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
1414]
1415
450edc1f
XL
1416[[package]]
1417name = "packed_simd"
1418version = "0.3.1"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420dependencies = [
1421 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1422]
1423
476ff2be
SL
1424[[package]]
1425name = "panic_abort"
1426version = "0.0.0"
1427dependencies = [
83c7162d 1428 "compiler_builtins 0.0.0",
476ff2be
SL
1429 "core 0.0.0",
1430 "libc 0.0.0",
1431]
1432
1433[[package]]
1434name = "panic_unwind"
1435version = "0.0.0"
1436dependencies = [
1437 "alloc 0.0.0",
83c7162d 1438 "compiler_builtins 0.0.0",
476ff2be
SL
1439 "core 0.0.0",
1440 "libc 0.0.0",
1441 "unwind 0.0.0",
1442]
1443
b7449926
XL
1444[[package]]
1445name = "parking_lot"
1446version = "0.6.4"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448dependencies = [
1449 "lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1450 "parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1451]
1452
ff7c6d11
XL
1453[[package]]
1454name = "parking_lot_core"
83c7162d 1455version = "0.2.14"
ff7c6d11
XL
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457dependencies = [
b7449926
XL
1458 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1459 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1460 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1461 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1462]
1463
1464[[package]]
1465name = "parking_lot_core"
1466version = "0.3.0"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468dependencies = [
1469 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1470 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
1471 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1472 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11
XL
1473]
1474
041b39d2
XL
1475[[package]]
1476name = "percent-encoding"
abe05a73 1477version = "1.0.1"
041b39d2
XL
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479
8bb4bdeb
XL
1480[[package]]
1481name = "pest"
83c7162d 1482version = "1.0.6"
8bb4bdeb
XL
1483source = "registry+https://github.com/rust-lang/crates.io-index"
1484
83c7162d
XL
1485[[package]]
1486name = "pest_derive"
1487version = "1.0.7"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489dependencies = [
1490 "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1491 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
1492 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
1493]
1494
1495[[package]]
1496name = "petgraph"
b7449926 1497version = "0.4.13"
83c7162d
XL
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499dependencies = [
1500 "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1501 "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
1502]
1503
1504[[package]]
1505name = "phf"
8faf50e0 1506version = "0.7.22"
83c7162d
XL
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508dependencies = [
8faf50e0 1509 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
1510]
1511
1512[[package]]
1513name = "phf_codegen"
8faf50e0 1514version = "0.7.22"
83c7162d
XL
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516dependencies = [
8faf50e0
XL
1517 "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
1518 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
1519]
1520
1521[[package]]
1522name = "phf_generator"
8faf50e0 1523version = "0.7.22"
83c7162d
XL
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525dependencies = [
8faf50e0 1526 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1527 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
1528]
1529
1530[[package]]
1531name = "phf_shared"
8faf50e0 1532version = "0.7.22"
83c7162d
XL
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534dependencies = [
1535 "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1536]
1537
7cac9316
XL
1538[[package]]
1539name = "pkg-config"
0bf4aa26 1540version = "0.3.14"
7cac9316
XL
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542
94b46f34
XL
1543[[package]]
1544name = "polonius-engine"
1545version = "0.5.0"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547dependencies = [
1548 "datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1549 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34
XL
1550 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1551]
1552
83c7162d
XL
1553[[package]]
1554name = "precomputed-hash"
1555version = "0.1.1"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557
1558[[package]]
1559name = "pretty_assertions"
1560version = "0.5.1"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562dependencies = [
1563 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1564 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1565]
1566
83c7162d
XL
1567[[package]]
1568name = "proc-macro2"
8faf50e0
XL
1569version = "0.3.8"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571dependencies = [
1572 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1573]
1574
1575[[package]]
1576name = "proc-macro2"
13cf67c4 1577version = "0.4.24"
83c7162d
XL
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579dependencies = [
1580 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1581]
1582
476ff2be
SL
1583[[package]]
1584name = "proc_macro"
1585version = "0.0.0"
1586dependencies = [
0531ce1d 1587 "rustc_data_structures 0.0.0",
ea8adc8c 1588 "rustc_errors 0.0.0",
476ff2be 1589 "syntax 0.0.0",
041b39d2 1590 "syntax_pos 0.0.0",
476ff2be
SL
1591]
1592
1593[[package]]
041b39d2 1594name = "profiler_builtins"
476ff2be
SL
1595version = "0.0.0"
1596dependencies = [
b7449926 1597 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 1598 "compiler_builtins 0.0.0",
041b39d2 1599 "core 0.0.0",
476ff2be
SL
1600]
1601
0bf4aa26
XL
1602[[package]]
1603name = "proptest"
1604version = "0.8.7"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606dependencies = [
1607 "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1608 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1609 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1610 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1611 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
1612 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1613 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
1614 "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1615 "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1616 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1617]
1618
cc61c64b
XL
1619[[package]]
1620name = "pulldown-cmark"
0531ce1d 1621version = "0.1.2"
ea8adc8c
XL
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623dependencies = [
1624 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 1625 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
cc61c64b
XL
1626]
1627
8bb4bdeb 1628[[package]]
7cac9316 1629name = "quick-error"
8faf50e0 1630version = "1.2.2"
7cac9316 1631source = "registry+https://github.com/rust-lang/crates.io-index"
8bb4bdeb 1632
3b2f2976 1633[[package]]
abe05a73
XL
1634name = "quine-mc_cluskey"
1635version = "0.2.4"
3b2f2976
XL
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637
8bb4bdeb 1638[[package]]
7cac9316
XL
1639name = "quote"
1640version = "0.3.15"
8bb4bdeb
XL
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642
83c7162d
XL
1643[[package]]
1644name = "quote"
8faf50e0 1645version = "0.5.2"
83c7162d
XL
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647dependencies = [
8faf50e0 1648 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
1649]
1650
3b2f2976 1651[[package]]
8faf50e0 1652name = "quote"
b7449926 1653version = "0.6.8"
3b2f2976
XL
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655dependencies = [
13cf67c4 1656 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
1657]
1658
ff7c6d11 1659[[package]]
8faf50e0 1660name = "racer"
13cf67c4 1661version = "2.1.13"
ff7c6d11
XL
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663dependencies = [
b7449926 1664 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1665 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4 1666 "derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1667 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1668 "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1669 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1670 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1671 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4 1672 "rustc-ap-syntax 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
1673]
1674
1675[[package]]
1676name = "rand"
b7449926 1677version = "0.4.3"
83c7162d
XL
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679dependencies = [
1680 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1681 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1682 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11
XL
1683]
1684
476ff2be
SL
1685[[package]]
1686name = "rand"
b7449926 1687version = "0.5.5"
abe05a73 1688source = "registry+https://github.com/rust-lang/crates.io-index"
476ff2be 1689dependencies = [
8faf50e0 1690 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 1691 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1692 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1693 "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1694 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
1695]
1696
8faf50e0
XL
1697[[package]]
1698name = "rand_core"
1699version = "0.2.1"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701
7cac9316 1702[[package]]
abe05a73 1703name = "rayon"
83c7162d 1704version = "1.0.1"
abe05a73
XL
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706dependencies = [
83c7162d 1707 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 1708 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
abe05a73
XL
1709]
1710
1711[[package]]
1712name = "rayon-core"
2c00a5a8 1713version = "1.4.0"
7cac9316
XL
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715dependencies = [
2c00a5a8 1716 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1717 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1718 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 1719 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1720 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
1721]
1722
ea8adc8c
XL
1723[[package]]
1724name = "redox_syscall"
8faf50e0 1725version = "0.1.40"
ea8adc8c
XL
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727
abe05a73
XL
1728[[package]]
1729name = "redox_termios"
1730version = "0.1.1"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732dependencies = [
8faf50e0 1733 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
abe05a73
XL
1734]
1735
7cac9316
XL
1736[[package]]
1737name = "regex"
8faf50e0 1738version = "0.2.11"
8bb4bdeb
XL
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740dependencies = [
b7449926
XL
1741 "aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
1742 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1743 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1744 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1745 "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
8bb4bdeb
XL
1746]
1747
94b46f34
XL
1748[[package]]
1749name = "regex"
b7449926 1750version = "1.0.4"
94b46f34
XL
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752dependencies = [
b7449926
XL
1753 "aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
1754 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1755 "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1756 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1757 "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34
XL
1758]
1759
2c00a5a8
XL
1760[[package]]
1761name = "regex-syntax"
8faf50e0 1762version = "0.5.6"
8bb4bdeb 1763source = "registry+https://github.com/rust-lang/crates.io-index"
2c00a5a8
XL
1764dependencies = [
1765 "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1766]
8bb4bdeb 1767
94b46f34
XL
1768[[package]]
1769name = "regex-syntax"
b7449926 1770version = "0.6.2"
94b46f34
XL
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772dependencies = [
1773 "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1774]
1775
cc61c64b 1776[[package]]
7cac9316
XL
1777name = "remote-test-client"
1778version = "0.1.0"
1779
1780[[package]]
1781name = "remote-test-server"
cc61c64b 1782version = "0.1.0"
7cac9316 1783
0531ce1d
XL
1784[[package]]
1785name = "remove_dir_all"
83c7162d 1786version = "0.5.1"
0531ce1d
XL
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788dependencies = [
0bf4aa26 1789 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d
XL
1790]
1791
3b2f2976
XL
1792[[package]]
1793name = "rls"
13cf67c4 1794version = "1.31.6"
8faf50e0 1795dependencies = [
0bf4aa26 1796 "cargo 0.32.0",
13cf67c4 1797 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1798 "clippy_lints 0.0.212",
0bf4aa26 1799 "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1800 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1801 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34 1802 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11 1803 "jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
450edc1f 1804 "languageserver-types 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1805 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1806 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 1807 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1808 "ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4 1809 "racer 2.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1810 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 1811 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1812 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
450edc1f 1813 "rls-analysis 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4 1814 "rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1815 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1816 "rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976 1817 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4 1818 "rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1819 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1820 "rustc-workspace-hack 1.0.0",
0bf4aa26 1821 "rustc_tools_util 0.1.0",
13cf67c4 1822 "rustfmt-nightly 1.0.0",
b7449926
XL
1823 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1824 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
1825 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
1826 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1827 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1828 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
1829]
1830
1831[[package]]
1832name = "rls-analysis"
450edc1f 1833version = "0.16.10"
3b2f2976
XL
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835dependencies = [
b7449926 1836 "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
1837 "fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1838 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1839 "json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
1840 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1841 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
1842 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1843 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1844]
1845
2c00a5a8
XL
1846[[package]]
1847name = "rls-blacklist"
13cf67c4 1848version = "0.1.3"
2c00a5a8
XL
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850
7cac9316
XL
1851[[package]]
1852name = "rls-data"
0bf4aa26 1853version = "0.18.1"
cc61c64b
XL
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855dependencies = [
7cac9316
XL
1856 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1857 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1858 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1859 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
cc61c64b
XL
1860]
1861
3b2f2976
XL
1862[[package]]
1863name = "rls-rustc"
b7449926 1864version = "0.5.0"
3b2f2976
XL
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866
cc61c64b
XL
1867[[package]]
1868name = "rls-span"
7cac9316 1869version = "0.4.0"
cc61c64b
XL
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871dependencies = [
7cac9316 1872 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
1873 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1874 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
1875]
1876
1877[[package]]
1878name = "rls-vfs"
13cf67c4 1879version = "0.7.0"
3b2f2976
XL
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881dependencies = [
13cf67c4 1882 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976 1883 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
cc61c64b
XL
1884]
1885
476ff2be
SL
1886[[package]]
1887name = "rustbook"
8bb4bdeb
XL
1888version = "0.1.0"
1889dependencies = [
8faf50e0 1890 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 1891 "mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
8bb4bdeb 1892]
476ff2be
SL
1893
1894[[package]]
1895name = "rustc"
1896version = "0.0.0"
1897dependencies = [
1898 "arena 0.0.0",
8faf50e0 1899 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1900 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1901 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
1902 "chalk-engine 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
1903 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
1904 "fmt_macros 0.0.0",
1905 "graphviz 0.0.0",
0531ce1d 1906 "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1907 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1908 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1909 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34 1910 "polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d 1911 "proc_macro 0.0.0",
94b46f34
XL
1912 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1913 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11 1914 "rustc_apfloat 0.0.0",
476ff2be
SL
1915 "rustc_data_structures 0.0.0",
1916 "rustc_errors 0.0.0",
b7449926 1917 "rustc_fs_util 0.0.0",
83c7162d 1918 "rustc_target 0.0.0",
8faf50e0 1919 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 1920 "serialize 0.0.0",
b7449926 1921 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
1922 "syntax 0.0.0",
1923 "syntax_pos 0.0.0",
b7449926 1924 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
1925]
1926
1927[[package]]
1928name = "rustc-ap-arena"
13cf67c4 1929version = "297.0.0"
8faf50e0
XL
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931dependencies = [
13cf67c4 1932 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
1933]
1934
13cf67c4
XL
1935[[package]]
1936name = "rustc-ap-graphviz"
1937version = "297.0.0"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939
8faf50e0
XL
1940[[package]]
1941name = "rustc-ap-rustc_cratesio_shim"
13cf67c4 1942version = "297.0.0"
94b46f34
XL
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944dependencies = [
b7449926 1945 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
1946 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1947 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
1948]
1949
1950[[package]]
1951name = "rustc-ap-rustc_data_structures"
13cf67c4 1952version = "297.0.0"
8faf50e0
XL
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954dependencies = [
b7449926 1955 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1956 "ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
1957 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1958 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1959 "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4
XL
1960 "rustc-ap-graphviz 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1961 "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1962 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
1963 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1964 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1965 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 1966 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1967 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
1968]
1969
8faf50e0
XL
1970[[package]]
1971name = "rustc-ap-rustc_errors"
13cf67c4 1972version = "297.0.0"
8faf50e0
XL
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974dependencies = [
1975 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1976 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4
XL
1977 "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1978 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1979 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1980 "rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1981 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 1982 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
1983]
1984
83c7162d
XL
1985[[package]]
1986name = "rustc-ap-rustc_target"
13cf67c4 1987version = "297.0.0"
83c7162d
XL
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989dependencies = [
b7449926 1990 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 1991 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4
XL
1992 "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1993 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1994 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
1995]
1996
2c00a5a8
XL
1997[[package]]
1998name = "rustc-ap-serialize"
13cf67c4 1999version = "297.0.0"
2c00a5a8 2000source = "registry+https://github.com/rust-lang/crates.io-index"
8faf50e0 2001dependencies = [
b7449926 2002 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2003]
2c00a5a8
XL
2004
2005[[package]]
2006name = "rustc-ap-syntax"
13cf67c4 2007version = "297.0.0"
2c00a5a8
XL
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009dependencies = [
b7449926 2010 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2011 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4
XL
2012 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2013 "rustc-ap-rustc_errors 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2014 "rustc-ap-rustc_target 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2015 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2016 "rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2017 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2018 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
2019]
2020
2021[[package]]
2022name = "rustc-ap-syntax_pos"
13cf67c4 2023version = "297.0.0"
8faf50e0
XL
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025dependencies = [
b7449926 2026 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4
XL
2027 "rustc-ap-arena 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2028 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2029 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
2030 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2031 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
2032]
2033
7cac9316
XL
2034[[package]]
2035name = "rustc-demangle"
b7449926 2036version = "0.1.9"
7cac9316
XL
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038
94b46f34
XL
2039[[package]]
2040name = "rustc-hash"
2041version = "1.0.1"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043dependencies = [
8faf50e0 2044 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34
XL
2045]
2046
476ff2be
SL
2047[[package]]
2048name = "rustc-main"
2049version = "0.0.0"
2050dependencies = [
476ff2be 2051 "rustc_driver 0.0.0",
83c7162d 2052 "rustc_target 0.0.0",
476ff2be
SL
2053]
2054
94b46f34
XL
2055[[package]]
2056name = "rustc-rayon"
2057version = "0.1.1"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059dependencies = [
2060 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2061 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2062]
2063
2064[[package]]
2065name = "rustc-rayon-core"
2066version = "0.1.1"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068dependencies = [
2069 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
2070 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2071 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34 2072 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2073 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34
XL
2074]
2075
476ff2be
SL
2076[[package]]
2077name = "rustc-serialize"
7cac9316 2078version = "0.3.24"
476ff2be
SL
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080
8faf50e0
XL
2081[[package]]
2082name = "rustc-workspace-hack"
2083version = "1.0.0"
2084dependencies = [
0bf4aa26
XL
2085 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
2086 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2087 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2088 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
2089]
2090
041b39d2
XL
2091[[package]]
2092name = "rustc_allocator"
2093version = "0.0.0"
2094dependencies = [
0bf4aa26 2095 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
041b39d2 2096 "rustc 0.0.0",
b7449926 2097 "rustc_data_structures 0.0.0",
041b39d2 2098 "rustc_errors 0.0.0",
83c7162d 2099 "rustc_target 0.0.0",
b7449926 2100 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
041b39d2
XL
2101 "syntax 0.0.0",
2102 "syntax_pos 0.0.0",
2103]
2104
3b2f2976
XL
2105[[package]]
2106name = "rustc_apfloat"
2107version = "0.0.0"
2108dependencies = [
b7449926 2109 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c 2110 "rustc_cratesio_shim 0.0.0",
3b2f2976
XL
2111]
2112
8bb4bdeb
XL
2113[[package]]
2114name = "rustc_asan"
2115version = "0.0.0"
2116dependencies = [
041b39d2 2117 "alloc 0.0.0",
8bb4bdeb
XL
2118 "alloc_system 0.0.0",
2119 "build_helper 0.1.0",
b7449926 2120 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 2121 "compiler_builtins 0.0.0",
8bb4bdeb
XL
2122 "core 0.0.0",
2123]
2124
476ff2be
SL
2125[[package]]
2126name = "rustc_borrowck"
2127version = "0.0.0"
2128dependencies = [
2129 "graphviz 0.0.0",
0bf4aa26 2130 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2131 "rustc 0.0.0",
476ff2be
SL
2132 "rustc_data_structures 0.0.0",
2133 "rustc_errors 0.0.0",
0531ce1d 2134 "rustc_mir 0.0.0",
476ff2be
SL
2135 "syntax 0.0.0",
2136 "syntax_pos 0.0.0",
2137]
2138
94b46f34
XL
2139[[package]]
2140name = "rustc_codegen_llvm"
2141version = "0.0.0"
2142dependencies = [
b7449926
XL
2143 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
2144 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34 2145 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2146 "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34 2147 "rustc_llvm 0.0.0",
94b46f34
XL
2148]
2149
2150[[package]]
2151name = "rustc_codegen_utils"
2152version = "0.0.0"
2153dependencies = [
0bf4aa26
XL
2154 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2155 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34
XL
2156 "rustc 0.0.0",
2157 "rustc_data_structures 0.0.0",
2158 "rustc_incremental 0.0.0",
b7449926 2159 "rustc_metadata_utils 0.0.0",
94b46f34
XL
2160 "rustc_mir 0.0.0",
2161 "rustc_target 0.0.0",
2162 "syntax 0.0.0",
2163 "syntax_pos 0.0.0",
2164]
2165
ea8adc8c
XL
2166[[package]]
2167name = "rustc_cratesio_shim"
2168version = "0.0.0"
2169dependencies = [
b7449926 2170 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2171 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2172 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c
XL
2173]
2174
476ff2be
SL
2175[[package]]
2176name = "rustc_data_structures"
2177version = "0.0.0"
2178dependencies = [
b7449926 2179 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34 2180 "ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26
XL
2181 "graphviz 0.0.0",
2182 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2183 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 2184 "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34
XL
2185 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2186 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2187 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 2188 "rustc_cratesio_shim 0.0.0",
476ff2be 2189 "serialize 0.0.0",
b7449926 2190 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2191 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2192]
2193
2194[[package]]
2195name = "rustc_driver"
2196version = "0.0.0"
2197dependencies = [
2198 "arena 0.0.0",
b7449926 2199 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2200 "graphviz 0.0.0",
0bf4aa26 2201 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2202 "rustc 0.0.0",
94b46f34 2203 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
041b39d2 2204 "rustc_allocator 0.0.0",
476ff2be 2205 "rustc_borrowck 0.0.0",
94b46f34 2206 "rustc_codegen_utils 0.0.0",
476ff2be
SL
2207 "rustc_data_structures 0.0.0",
2208 "rustc_errors 0.0.0",
2209 "rustc_incremental 0.0.0",
2210 "rustc_lint 0.0.0",
476ff2be
SL
2211 "rustc_metadata 0.0.0",
2212 "rustc_mir 0.0.0",
2213 "rustc_passes 0.0.0",
2214 "rustc_plugin 0.0.0",
2215 "rustc_privacy 0.0.0",
2216 "rustc_resolve 0.0.0",
2217 "rustc_save_analysis 0.0.0",
83c7162d 2218 "rustc_target 0.0.0",
0531ce1d 2219 "rustc_traits 0.0.0",
476ff2be 2220 "rustc_typeck 0.0.0",
8faf50e0 2221 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2222 "serialize 0.0.0",
0bf4aa26 2223 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2224 "syntax 0.0.0",
2225 "syntax_ext 0.0.0",
2226 "syntax_pos 0.0.0",
2227]
2228
2229[[package]]
2230name = "rustc_errors"
2231version = "0.0.0"
2232dependencies = [
8faf50e0 2233 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2234 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2235 "rustc_cratesio_shim 0.0.0",
abe05a73 2236 "rustc_data_structures 0.0.0",
8bb4bdeb 2237 "serialize 0.0.0",
476ff2be 2238 "syntax_pos 0.0.0",
b7449926 2239 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2240 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2241]
2242
b7449926
XL
2243[[package]]
2244name = "rustc_fs_util"
2245version = "0.0.0"
2246
476ff2be
SL
2247[[package]]
2248name = "rustc_incremental"
2249version = "0.0.0"
2250dependencies = [
2251 "graphviz 0.0.0",
0bf4aa26 2252 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2253 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2254 "rustc 0.0.0",
2255 "rustc_data_structures 0.0.0",
b7449926 2256 "rustc_fs_util 0.0.0",
476ff2be
SL
2257 "serialize 0.0.0",
2258 "syntax 0.0.0",
2259 "syntax_pos 0.0.0",
2260]
2261
2262[[package]]
2263name = "rustc_lint"
2264version = "0.0.0"
2265dependencies = [
0bf4aa26 2266 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2267 "rustc 0.0.0",
0531ce1d 2268 "rustc_mir 0.0.0",
83c7162d 2269 "rustc_target 0.0.0",
476ff2be
SL
2270 "syntax 0.0.0",
2271 "syntax_pos 0.0.0",
2272]
2273
2274[[package]]
2275name = "rustc_llvm"
2276version = "0.0.0"
2277dependencies = [
2278 "build_helper 0.1.0",
b7449926 2279 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2280]
2281
8bb4bdeb
XL
2282[[package]]
2283name = "rustc_lsan"
2284version = "0.0.0"
2285dependencies = [
041b39d2 2286 "alloc 0.0.0",
8bb4bdeb
XL
2287 "alloc_system 0.0.0",
2288 "build_helper 0.1.0",
b7449926 2289 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 2290 "compiler_builtins 0.0.0",
8bb4bdeb
XL
2291 "core 0.0.0",
2292]
2293
476ff2be
SL
2294[[package]]
2295name = "rustc_metadata"
2296version = "0.0.0"
2297dependencies = [
0bf4aa26
XL
2298 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2299 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2300 "proc_macro 0.0.0",
2301 "rustc 0.0.0",
476ff2be
SL
2302 "rustc_data_structures 0.0.0",
2303 "rustc_errors 0.0.0",
b7449926 2304 "rustc_metadata_utils 0.0.0",
83c7162d 2305 "rustc_target 0.0.0",
476ff2be
SL
2306 "serialize 0.0.0",
2307 "syntax 0.0.0",
2308 "syntax_ext 0.0.0",
2309 "syntax_pos 0.0.0",
2310]
2311
b7449926
XL
2312[[package]]
2313name = "rustc_metadata_utils"
2314version = "0.0.0"
2315dependencies = [
2316 "rustc 0.0.0",
2317 "syntax 0.0.0",
2318 "syntax_pos 0.0.0",
2319]
2320
476ff2be
SL
2321[[package]]
2322name = "rustc_mir"
2323version = "0.0.0"
2324dependencies = [
0531ce1d 2325 "arena 0.0.0",
b7449926 2326 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2327 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34 2328 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2329 "graphviz 0.0.0",
0bf4aa26 2330 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2331 "log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
94b46f34 2332 "polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2333 "rustc 0.0.0",
ff7c6d11 2334 "rustc_apfloat 0.0.0",
476ff2be 2335 "rustc_data_structures 0.0.0",
3b2f2976 2336 "rustc_errors 0.0.0",
83c7162d 2337 "rustc_target 0.0.0",
ea8adc8c 2338 "serialize 0.0.0",
b7449926 2339 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2340 "syntax 0.0.0",
2341 "syntax_pos 0.0.0",
2342]
2343
8bb4bdeb
XL
2344[[package]]
2345name = "rustc_msan"
2346version = "0.0.0"
2347dependencies = [
041b39d2 2348 "alloc 0.0.0",
8bb4bdeb
XL
2349 "alloc_system 0.0.0",
2350 "build_helper 0.1.0",
b7449926 2351 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 2352 "compiler_builtins 0.0.0",
8bb4bdeb
XL
2353 "core 0.0.0",
2354]
2355
476ff2be
SL
2356[[package]]
2357name = "rustc_passes"
2358version = "0.0.0"
2359dependencies = [
0bf4aa26 2360 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2361 "rustc 0.0.0",
0531ce1d 2362 "rustc_data_structures 0.0.0",
476ff2be 2363 "rustc_errors 0.0.0",
0531ce1d 2364 "rustc_mir 0.0.0",
476ff2be
SL
2365 "syntax 0.0.0",
2366 "syntax_pos 0.0.0",
2367]
2368
2369[[package]]
2370name = "rustc_platform_intrinsics"
2371version = "0.0.0"
2372
2373[[package]]
2374name = "rustc_plugin"
2375version = "0.0.0"
2376dependencies = [
476ff2be 2377 "rustc 0.0.0",
476ff2be
SL
2378 "rustc_errors 0.0.0",
2379 "rustc_metadata 0.0.0",
2380 "syntax 0.0.0",
2381 "syntax_pos 0.0.0",
2382]
2383
2384[[package]]
2385name = "rustc_privacy"
2386version = "0.0.0"
2387dependencies = [
2388 "rustc 0.0.0",
0531ce1d 2389 "rustc_data_structures 0.0.0",
ea8adc8c 2390 "rustc_typeck 0.0.0",
476ff2be
SL
2391 "syntax 0.0.0",
2392 "syntax_pos 0.0.0",
2393]
2394
2395[[package]]
2396name = "rustc_resolve"
2397version = "0.0.0"
2398dependencies = [
2399 "arena 0.0.0",
0bf4aa26
XL
2400 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2401 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2402 "rustc 0.0.0",
abe05a73 2403 "rustc_data_structures 0.0.0",
476ff2be 2404 "rustc_errors 0.0.0",
b7449926 2405 "rustc_metadata 0.0.0",
476ff2be
SL
2406 "syntax 0.0.0",
2407 "syntax_pos 0.0.0",
2408]
2409
2410[[package]]
2411name = "rustc_save_analysis"
2412version = "0.0.0"
2413dependencies = [
0bf4aa26
XL
2414 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2415 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316 2416 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2417 "rustc 0.0.0",
7cac9316 2418 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2419 "rustc_codegen_utils 0.0.0",
3b2f2976 2420 "rustc_data_structures 0.0.0",
83c7162d 2421 "rustc_target 0.0.0",
7cac9316 2422 "rustc_typeck 0.0.0",
476ff2be
SL
2423 "syntax 0.0.0",
2424 "syntax_pos 0.0.0",
2425]
2426
83c7162d
XL
2427[[package]]
2428name = "rustc_target"
2429version = "0.0.0"
2430dependencies = [
b7449926 2431 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2432 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
2433 "rustc_cratesio_shim 0.0.0",
2434 "serialize 0.0.0",
2435]
2436
b7449926
XL
2437[[package]]
2438name = "rustc_tools_util"
2439version = "0.1.0"
2440
0531ce1d
XL
2441[[package]]
2442name = "rustc_traits"
2443version = "0.0.0"
2444dependencies = [
b7449926 2445 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2446 "chalk-engine 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d 2447 "graphviz 0.0.0",
0bf4aa26 2448 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d
XL
2449 "rustc 0.0.0",
2450 "rustc_data_structures 0.0.0",
b7449926 2451 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d
XL
2452 "syntax 0.0.0",
2453 "syntax_pos 0.0.0",
2454]
2455
8bb4bdeb
XL
2456[[package]]
2457name = "rustc_tsan"
2458version = "0.0.0"
2459dependencies = [
3b2f2976 2460 "alloc 0.0.0",
8bb4bdeb
XL
2461 "alloc_system 0.0.0",
2462 "build_helper 0.1.0",
b7449926 2463 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 2464 "compiler_builtins 0.0.0",
8bb4bdeb
XL
2465 "core 0.0.0",
2466]
2467
476ff2be
SL
2468[[package]]
2469name = "rustc_typeck"
2470version = "0.0.0"
2471dependencies = [
2472 "arena 0.0.0",
0bf4aa26 2473 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2474 "rustc 0.0.0",
476ff2be
SL
2475 "rustc_data_structures 0.0.0",
2476 "rustc_errors 0.0.0",
2477 "rustc_platform_intrinsics 0.0.0",
83c7162d 2478 "rustc_target 0.0.0",
b7449926 2479 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2480 "syntax 0.0.0",
2481 "syntax_pos 0.0.0",
2482]
2483
94b46f34
XL
2484[[package]]
2485name = "rustc_version"
2486version = "0.2.2"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488dependencies = [
2489 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2490]
2491
476ff2be
SL
2492[[package]]
2493name = "rustdoc"
2494version = "0.0.0"
2495dependencies = [
0bf4aa26
XL
2496 "minifier 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
2497 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d 2498 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2499 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
2500]
2501
2c00a5a8
XL
2502[[package]]
2503name = "rustdoc-themes"
2504version = "0.1.0"
2505
3b2f2976
XL
2506[[package]]
2507name = "rustdoc-tool"
2508version = "0.0.0"
2509dependencies = [
2510 "rustdoc 0.0.0",
2511]
2512
83c7162d
XL
2513[[package]]
2514name = "rustfix"
8faf50e0 2515version = "0.4.2"
83c7162d
XL
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517dependencies = [
8faf50e0 2518 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2519 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
2520 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
2521 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2522 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
2523]
2524
3b2f2976
XL
2525[[package]]
2526name = "rustfmt-nightly"
13cf67c4 2527version = "1.0.0"
2c00a5a8 2528dependencies = [
8faf50e0 2529 "assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2530 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
450edc1f 2531 "bytecount 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4 2532 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2533 "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8 2534 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2535 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2536 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
2537 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
2538 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2539 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2540 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2541 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
13cf67c4
XL
2542 "rustc-ap-rustc_target 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2543 "rustc-ap-syntax 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2544 "rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2545 "rustc-workspace-hack 1.0.0",
b7449926
XL
2546 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
2547 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2548 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d 2549 "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 2550 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2551 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
2552]
2553
0bf4aa26
XL
2554[[package]]
2555name = "rusty-fork"
2556version = "0.2.1"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558dependencies = [
2559 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2560 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2561 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2562 "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2563]
2564
b7449926
XL
2565[[package]]
2566name = "ryu"
2567version = "0.2.6"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569
2c00a5a8
XL
2570[[package]]
2571name = "same-file"
b7449926 2572version = "1.0.3"
2c00a5a8
XL
2573source = "registry+https://github.com/rust-lang/crates.io-index"
2574dependencies = [
b7449926 2575 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
2576]
2577
2578[[package]]
2579name = "schannel"
0bf4aa26 2580version = "0.1.14"
2c00a5a8
XL
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582dependencies = [
b7449926 2583 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2584 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
2585]
2586
7cac9316
XL
2587[[package]]
2588name = "scoped-tls"
8faf50e0 2589version = "0.1.2"
3b2f2976
XL
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591
abe05a73
XL
2592[[package]]
2593name = "scopeguard"
2594version = "0.3.3"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596
2c00a5a8
XL
2597[[package]]
2598name = "semver"
2599version = "0.9.0"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601dependencies = [
2602 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2603 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
2604]
2605
2606[[package]]
2607name = "semver-parser"
2608version = "0.7.0"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610
2611[[package]]
2612name = "serde"
b7449926 2613version = "1.0.75"
7cac9316
XL
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615
2616[[package]]
2617name = "serde_derive"
b7449926 2618version = "1.0.75"
7cac9316
XL
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620dependencies = [
13cf67c4 2621 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
2622 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
2623 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
2624]
2625
2626[[package]]
2627name = "serde_ignored"
ea8adc8c 2628version = "0.0.4"
7cac9316
XL
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630dependencies = [
b7449926 2631 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
2632]
2633
2634[[package]]
2635name = "serde_json"
0bf4aa26 2636version = "1.0.31"
7cac9316
XL
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638dependencies = [
0bf4aa26 2639 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
2640 "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
2641 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2642]
2643
8bb4bdeb
XL
2644[[package]]
2645name = "serialize"
2646version = "0.0.0"
b7449926
XL
2647dependencies = [
2648 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2649]
8bb4bdeb 2650
7cac9316
XL
2651[[package]]
2652name = "shell-escape"
83c7162d 2653version = "0.1.4"
7cac9316
XL
2654source = "registry+https://github.com/rust-lang/crates.io-index"
2655
2c00a5a8
XL
2656[[package]]
2657name = "shlex"
2658version = "0.1.1"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660
83c7162d
XL
2661[[package]]
2662name = "siphasher"
2663version = "0.2.2"
2664source = "registry+https://github.com/rust-lang/crates.io-index"
2665
ff7c6d11
XL
2666[[package]]
2667name = "smallvec"
b7449926 2668version = "0.6.5"
ff7c6d11 2669source = "registry+https://github.com/rust-lang/crates.io-index"
8faf50e0
XL
2670dependencies = [
2671 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2672]
ff7c6d11 2673
ea8adc8c
XL
2674[[package]]
2675name = "socket2"
0bf4aa26 2676version = "0.3.8"
ea8adc8c 2677source = "registry+https://github.com/rust-lang/crates.io-index"
041b39d2 2678dependencies = [
b7449926
XL
2679 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2680 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2681 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2682 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
041b39d2
XL
2683]
2684
7cac9316
XL
2685[[package]]
2686name = "stable_deref_trait"
8faf50e0 2687version = "1.1.0"
7cac9316
XL
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689
476ff2be
SL
2690[[package]]
2691name = "std"
2692version = "0.0.0"
2693dependencies = [
2694 "alloc 0.0.0",
2695 "alloc_jemalloc 0.0.0",
2696 "alloc_system 0.0.0",
2697 "build_helper 0.1.0",
b7449926 2698 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2699 "compiler_builtins 0.0.0",
2700 "core 0.0.0",
476ff2be
SL
2701 "libc 0.0.0",
2702 "panic_abort 0.0.0",
2703 "panic_unwind 0.0.0",
041b39d2 2704 "profiler_builtins 0.0.0",
b7449926 2705 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
8bb4bdeb
XL
2706 "rustc_asan 0.0.0",
2707 "rustc_lsan 0.0.0",
2708 "rustc_msan 0.0.0",
2709 "rustc_tsan 0.0.0",
476ff2be
SL
2710 "unwind 0.0.0",
2711]
2712
83c7162d
XL
2713[[package]]
2714name = "string_cache"
8faf50e0 2715version = "0.7.3"
83c7162d
XL
2716source = "registry+https://github.com/rust-lang/crates.io-index"
2717dependencies = [
b7449926 2718 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
2719 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2720 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 2721 "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2722 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2723 "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
2724 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2725]
2726
2727[[package]]
2728name = "string_cache_codegen"
8faf50e0 2729version = "0.4.1"
83c7162d
XL
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731dependencies = [
8faf50e0
XL
2732 "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
2733 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
2734 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2735 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
2736 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2737]
2738
2739[[package]]
2740name = "string_cache_shared"
2741version = "0.3.0"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743
ea8adc8c 2744[[package]]
0531ce1d
XL
2745name = "strsim"
2746version = "0.7.0"
ea8adc8c 2747source = "registry+https://github.com/rust-lang/crates.io-index"
ea8adc8c 2748
83c7162d
XL
2749[[package]]
2750name = "strum"
2751version = "0.9.0"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753
2754[[package]]
2755name = "strum_macros"
8faf50e0 2756version = "0.9.1"
83c7162d
XL
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758dependencies = [
13cf67c4 2759 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
2760 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
2761 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
2762]
2763
ea8adc8c 2764[[package]]
0531ce1d
XL
2765name = "syn"
2766version = "0.11.11"
ea8adc8c
XL
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768dependencies = [
ea8adc8c 2769 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d
XL
2770 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
2771 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c
XL
2772]
2773
83c7162d
XL
2774[[package]]
2775name = "syn"
8faf50e0 2776version = "0.13.11"
83c7162d
XL
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778dependencies = [
8faf50e0
XL
2779 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2780 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2781 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2782]
2783
2784[[package]]
2785name = "syn"
b7449926 2786version = "0.14.9"
8faf50e0
XL
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788dependencies = [
13cf67c4
XL
2789 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
2790 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
2791 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2792]
2793
2794[[package]]
2795name = "syn"
2796version = "0.15.21"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798dependencies = [
2799 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2800 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
2801 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2802]
2803
7cac9316
XL
2804[[package]]
2805name = "synom"
2806version = "0.11.3"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808dependencies = [
2809 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2810]
2811
ff7c6d11
XL
2812[[package]]
2813name = "synstructure"
8faf50e0 2814version = "0.9.0"
ff7c6d11
XL
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816dependencies = [
13cf67c4 2817 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
2818 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
2819 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2820 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11
XL
2821]
2822
476ff2be
SL
2823[[package]]
2824name = "syntax"
2825version = "0.0.0"
2826dependencies = [
b7449926 2827 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2828 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2829 "rustc_data_structures 0.0.0",
2830 "rustc_errors 0.0.0",
83c7162d 2831 "rustc_target 0.0.0",
8faf50e0 2832 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2833 "serialize 0.0.0",
b7449926 2834 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2835 "syntax_pos 0.0.0",
2836]
2837
2838[[package]]
2839name = "syntax_ext"
2840version = "0.0.0"
2841dependencies = [
2842 "fmt_macros 0.0.0",
0bf4aa26 2843 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2844 "proc_macro 0.0.0",
0531ce1d 2845 "rustc_data_structures 0.0.0",
476ff2be 2846 "rustc_errors 0.0.0",
83c7162d 2847 "rustc_target 0.0.0",
b7449926 2848 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2849 "syntax 0.0.0",
2850 "syntax_pos 0.0.0",
2851]
2852
2853[[package]]
2854name = "syntax_pos"
2855version = "0.0.0"
2856dependencies = [
94b46f34 2857 "arena 0.0.0",
b7449926 2858 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
041b39d2 2859 "rustc_data_structures 0.0.0",
8faf50e0 2860 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be 2861 "serialize 0.0.0",
8faf50e0 2862 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
2863]
2864
7cac9316
XL
2865[[package]]
2866name = "tar"
8faf50e0 2867version = "0.4.16"
7cac9316
XL
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869dependencies = [
8faf50e0 2870 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2871 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0
XL
2872 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
2873 "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
ea8adc8c
XL
2874]
2875
2876[[package]]
0531ce1d 2877name = "tempfile"
b7449926 2878version = "3.0.3"
ea8adc8c
XL
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880dependencies = [
b7449926
XL
2881 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
2882 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2883 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 2884 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2885 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
2886]
2887
83c7162d
XL
2888[[package]]
2889name = "tendril"
2890version = "0.4.0"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892dependencies = [
8faf50e0 2893 "futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d
XL
2894 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2895 "utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2896]
2897
476ff2be
SL
2898[[package]]
2899name = "term"
2900version = "0.0.0"
2901
3b2f2976
XL
2902[[package]]
2903name = "term"
8faf50e0 2904version = "0.5.1"
3b2f2976
XL
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906dependencies = [
8faf50e0 2907 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2908 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d
XL
2909]
2910
7cac9316 2911[[package]]
abe05a73 2912name = "termcolor"
b7449926 2913version = "1.0.2"
7cac9316
XL
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915dependencies = [
b7449926 2916 "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
2917]
2918
8bb4bdeb 2919[[package]]
abe05a73
XL
2920name = "termion"
2921version = "1.5.1"
8bb4bdeb
XL
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923dependencies = [
b7449926 2924 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2925 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
abe05a73 2926 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
8bb4bdeb
XL
2927]
2928
476ff2be
SL
2929[[package]]
2930name = "test"
2931version = "0.0.0"
2932dependencies = [
83c7162d 2933 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2934 "term 0.0.0",
2935]
2936
2937[[package]]
041b39d2 2938name = "textwrap"
8faf50e0 2939version = "0.10.0"
8bb4bdeb
XL
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941dependencies = [
8faf50e0 2942 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
2943]
2944
8bb4bdeb
XL
2945[[package]]
2946name = "thread_local"
b7449926 2947version = "0.3.6"
8bb4bdeb 2948source = "registry+https://github.com/rust-lang/crates.io-index"
476ff2be 2949dependencies = [
b7449926 2950 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
2951]
2952
2953[[package]]
2954name = "tidy"
2955version = "0.1.0"
0531ce1d 2956dependencies = [
b7449926
XL
2957 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
2958 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2959 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
0531ce1d 2960]
476ff2be 2961
ff7c6d11
XL
2962[[package]]
2963name = "time"
8faf50e0 2964version = "0.1.40"
ff7c6d11
XL
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966dependencies = [
b7449926 2967 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2968 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 2969 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
ff7c6d11
XL
2970]
2971
8bb4bdeb
XL
2972[[package]]
2973name = "toml"
83c7162d 2974version = "0.4.6"
7cac9316
XL
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976dependencies = [
b7449926 2977 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
2978]
2979
2c00a5a8
XL
2980[[package]]
2981name = "toml-query"
2982version = "0.6.0"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984dependencies = [
2985 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2986 "is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 2987 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 2988 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
83c7162d 2989 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
2990]
2991
2992[[package]]
2993name = "ucd-util"
2994version = "0.1.1"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996
7cac9316
XL
2997[[package]]
2998name = "unicode-bidi"
041b39d2 2999version = "0.3.4"
7cac9316
XL
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001dependencies = [
b7449926 3002 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
3003]
3004
3005[[package]]
3006name = "unicode-normalization"
8faf50e0 3007version = "0.1.7"
7cac9316
XL
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009
8bb4bdeb
XL
3010[[package]]
3011name = "unicode-segmentation"
8faf50e0 3012version = "1.2.1"
8bb4bdeb
XL
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014
3015[[package]]
3016name = "unicode-width"
8faf50e0 3017version = "0.1.5"
3b2f2976
XL
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019
7cac9316
XL
3020[[package]]
3021name = "unicode-xid"
3022version = "0.0.4"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024
ea8adc8c 3025[[package]]
0531ce1d
XL
3026name = "unicode-xid"
3027version = "0.1.0"
ea8adc8c 3028source = "registry+https://github.com/rust-lang/crates.io-index"
ea8adc8c 3029
8bb4bdeb
XL
3030[[package]]
3031name = "unreachable"
041b39d2 3032version = "1.0.0"
8bb4bdeb
XL
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034dependencies = [
3035 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
476ff2be
SL
3036]
3037
7cac9316 3038[[package]]
041b39d2
XL
3039name = "unstable-book-gen"
3040version = "0.1.0"
7cac9316 3041dependencies = [
8faf50e0 3042 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
041b39d2 3043 "tidy 0.1.0",
7cac9316
XL
3044]
3045
ea8adc8c
XL
3046[[package]]
3047name = "unwind"
3048version = "0.0.0"
3049dependencies = [
83c7162d 3050 "compiler_builtins 0.0.0",
ea8adc8c
XL
3051 "core 0.0.0",
3052 "libc 0.0.0",
3053]
3054
7cac9316 3055[[package]]
041b39d2 3056name = "url"
8faf50e0 3057version = "1.7.1"
7cac9316
XL
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059dependencies = [
8faf50e0 3060 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 3061 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
abe05a73 3062 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
3063]
3064
3b2f2976
XL
3065[[package]]
3066name = "url_serde"
3067version = "0.2.0"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069dependencies = [
b7449926 3070 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 3071 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
3b2f2976
XL
3072]
3073
83c7162d
XL
3074[[package]]
3075name = "utf-8"
3076version = "0.7.2"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078
8bb4bdeb
XL
3079[[package]]
3080name = "utf8-ranges"
b7449926 3081version = "1.0.1"
8bb4bdeb
XL
3082source = "registry+https://github.com/rust-lang/crates.io-index"
3083
041b39d2
XL
3084[[package]]
3085name = "vcpkg"
b7449926 3086version = "0.2.6"
041b39d2
XL
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088
8bb4bdeb
XL
3089[[package]]
3090name = "vec_map"
8faf50e0 3091version = "0.8.1"
8bb4bdeb
XL
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093
b7449926
XL
3094[[package]]
3095name = "vergen"
0bf4aa26 3096version = "3.0.3"
b7449926
XL
3097source = "registry+https://github.com/rust-lang/crates.io-index"
3098dependencies = [
3099 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3100 "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 3101 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
3102]
3103
3104[[package]]
3105name = "version_check"
0bf4aa26 3106version = "0.1.5"
b7449926
XL
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108
8bb4bdeb
XL
3109[[package]]
3110name = "void"
3111version = "1.0.2"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113
0bf4aa26
XL
3114[[package]]
3115name = "wait-timeout"
3116version = "0.1.5"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118dependencies = [
3119 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
3120]
3121
7cac9316
XL
3122[[package]]
3123name = "walkdir"
b7449926 3124version = "2.2.5"
2c00a5a8
XL
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126dependencies = [
b7449926 3127 "same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
0bf4aa26 3128 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 3129 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2c00a5a8
XL
3130]
3131
8bb4bdeb
XL
3132[[package]]
3133name = "winapi"
3134version = "0.2.8"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136
ff7c6d11
XL
3137[[package]]
3138name = "winapi"
0bf4aa26 3139version = "0.3.6"
ff7c6d11
XL
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141dependencies = [
3142 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
3143 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
3144]
3145
8bb4bdeb
XL
3146[[package]]
3147name = "winapi-build"
3148version = "0.1.1"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150
ff7c6d11
XL
3151[[package]]
3152name = "winapi-i686-pc-windows-gnu"
3153version = "0.4.0"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155
b7449926
XL
3156[[package]]
3157name = "winapi-util"
3158version = "0.1.1"
3159source = "registry+https://github.com/rust-lang/crates.io-index"
3160dependencies = [
0bf4aa26 3161 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926
XL
3162]
3163
ff7c6d11
XL
3164[[package]]
3165name = "winapi-x86_64-pc-windows-gnu"
3166version = "0.4.0"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168
ea8adc8c 3169[[package]]
8faf50e0 3170name = "wincolor"
b7449926 3171version = "1.0.1"
8faf50e0
XL
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173dependencies = [
0bf4aa26 3174 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
b7449926 3175 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
8faf50e0 3176]
ea8adc8c 3177
7cac9316
XL
3178[[package]]
3179name = "xattr"
8faf50e0 3180version = "0.2.2"
7cac9316
XL
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182dependencies = [
b7449926 3183 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
3184]
3185
3186[[package]]
3187name = "xz2"
8faf50e0 3188version = "0.1.5"
7cac9316
XL
3189source = "registry+https://github.com/rust-lang/crates.io-index"
3190dependencies = [
8faf50e0 3191 "lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
7cac9316
XL
3192]
3193
3194[[package]]
3195name = "yaml-rust"
3196version = "0.3.5"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198
476ff2be 3199[metadata]
b7449926 3200"checksum aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7ee94e9463ccb9d681e7b708082687b2c56d2bd420ca8a3d3157d27d59508ec0"
83c7162d 3201"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
0531ce1d 3202"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2c00a5a8 3203"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
8faf50e0
XL
3204"checksum assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98589b0e465a6c510d95fceebd365bb79bedece7f6e18a480897f2015f85ec51"
3205"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
3206"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
3207"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
0bf4aa26
XL
3208"checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a"
3209"checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf"
7cac9316 3210"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
b7449926 3211"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
7cac9316 3212"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
450edc1f 3213"checksum bytecount 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b92204551573580e078dc80017f36a213eb77a0450e4ddd8cfa0f3f2d1f0178f"
8faf50e0 3214"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"
0bf4aa26 3215"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
13cf67c4 3216"checksum cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d8dfe3adeb30f7938e6c1dd5327f29235d8ada3e898aeb08c343005ec2915a2"
b7449926
XL
3217"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
3218"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
0bf4aa26 3219"checksum chalk-engine 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9adbe0fe1d6e937c3ee0571739a78f53c1de22f59df616060e868cf13c6c4ce5"
94b46f34 3220"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
8faf50e0
XL
3221"checksum chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6962c635d530328acc53ac6a955e83093fedc91c5809dfac1fa60fa470830a37"
3222"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
3223"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
b7449926 3224"checksum cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "704fbf3bb5149daab0afb255dbea24a1f08d2f4099cedb9baab6d470d4c5eefb"
83c7162d 3225"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
ea8adc8c
XL
3226"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
3227"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
8faf50e0 3228"checksum compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "d3064bc712922596dd5ab449fca9261d411893356581fe5297b96aa8f53bb1b8"
8faf50e0 3229"checksum core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc3532ec724375c7cb7ff0a097b714fde180bb1f6ed2ab27cfcd99ffca873cd2"
8faf50e0 3230"checksum core-foundation-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a3fb15cdbdd9cf8b82d97d0296bb5cd3631bba58d6e31650a002a8e7fb5721f9"
2c00a5a8 3231"checksum crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19"
0bf4aa26 3232"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827"
2c00a5a8 3233"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
83c7162d 3234"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
0bf4aa26 3235"checksum crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c90f1474584f38e270b5b613e898c8c328aa4f3dea85e0a27ac2e642f009416"
2c00a5a8 3236"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
8faf50e0 3237"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
0531ce1d 3238"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
0bf4aa26
XL
3239"checksum curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a9e5285b49b44401518c947d3b808d14d99a538a6c9ffb3ec0205c11f9fc4389"
3240"checksum curl-sys 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "08459503c415173da1ce6b41036a37b8bfdd86af46d45abb9964d4c61fe670ef"
94b46f34 3241"checksum datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16d724bf4ffe77cdceeecd461009b5f8d9e23c5d645d68bedb4586bf43e7e142"
b7449926 3242"checksum derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ceed73957c449214f8440eec8ad7fa282b67dc9eacbb24a3085b15d60397a17a"
13cf67c4 3243"checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
abe05a73 3244"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
83c7162d 3245"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
83c7162d 3246"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
8faf50e0 3247"checksum elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4837d77a1e157489a3933b743fd774ae75074e0e390b2b7f071530048a0d87ee"
94b46f34 3248"checksum ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88dc8393b3c7352f94092497f6b52019643e493b6b890eb417cdb7c46117e621"
b7449926 3249"checksum env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" = "f4d7e69c283751083d53d01eac767407343b8b69c4bd70058e08adc2637cb257"
83c7162d 3250"checksum environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4b14e20978669064c33b4c1e0fb4083412e40fe56cbea2eae80fd7591503ee"
ea8adc8c 3251"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
8faf50e0
XL
3252"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
3253"checksum failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7efb22686e4a466b1ec1a15c2898f91fa9cb340452496dca654032de20ff95b9"
3254"checksum failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "946d0e98a50d9831f5d589038d2ca7f8f455b1c21028c0db0e84116a12696426"
3255"checksum filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da4b9849e77b13195302c174324b5ba73eec9b236b24c221a61000daefb95c5f"
83c7162d 3256"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
0bf4aa26 3257"checksum flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4af030962d89d62aa52cd9492083b1cd9b2d1a77764878102a6c0f86b4d5444d"
abe05a73 3258"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
ff7c6d11
XL
3259"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
3260"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2c00a5a8 3261"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
8faf50e0 3262"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
2c00a5a8
XL
3263"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
3264"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
8faf50e0
XL
3265"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
3266"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
b7449926 3267"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
83c7162d 3268"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
b7449926 3269"checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71"
0bf4aa26 3270"checksum git2-curl 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0173e317f8ba21f3fff0f71549fead5e42e67961dbd402bf69f42775f3cc78b4"
7cac9316 3271"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
b7449926 3272"checksum globset 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8e49edbcc9c7fc5beb8c0a54e7319ff8bed353a2b55e85811c6281188c2a6c84"
8faf50e0
XL
3273"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
3274"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
b7449926 3275"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"
8faf50e0 3276"checksum html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b04478cf718862650a0bf66acaf8f2f8c906fbc703f35c916c1f4211b069a364"
0531ce1d 3277"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
8faf50e0
XL
3278"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
3279"checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec"
b7449926 3280"checksum ignore 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3e9faa7c84064f07b40da27044af629f578bc7994b650d3e458d0c29183c1d91"
2c00a5a8 3281"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
83c7162d 3282"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
0bf4aa26 3283"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
0531ce1d 3284"checksum jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "60af5f849e1981434e4a31d3d782c4774ae9b434ce55b101a96ecfd09147e8be"
b7449926 3285"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
ff7c6d11 3286"checksum jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf83704f4e79979a424d1082dd2c1e52683058056c9280efa19ac5f6bc9033c"
8bb4bdeb 3287"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
450edc1f 3288"checksum languageserver-types 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)" = "68de833188ada4e175d04a028f03f244f6370eedbcc75a05604d47d925933f69"
abe05a73 3289"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
b7449926 3290"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
0bf4aa26 3291"checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0"
b7449926 3292"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
0bf4aa26
XL
3293"checksum libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4916b5addc78ec36cc309acfcdf0b9f9d97ab7b84083118b248709c5b7029356"
3294"checksum libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ffbfb81475cc9f625e44f3a8f8b9cf7173815ae1c7cc2fa91853ec009e38198"
b7449926 3295"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
0bf4aa26 3296"checksum libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "4401fe74560a0d46fce3464625ac8aa7a79d291dd28cee021d18852d5191c280"
b7449926 3297"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
ff7c6d11 3298"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
0bf4aa26 3299"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
8faf50e0
XL
3300"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
3301"checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614"
83c7162d 3302"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
b7449926 3303"checksum macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
83c7162d
XL
3304"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
3305"checksum markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfedc97d5a503e96816d10fedcd5b42f760b2e525ce2f7ec71f6a41780548475"
b7449926 3306"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
83c7162d 3307"checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f"
b7449926 3308"checksum memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a3b4142ab8738a78c51896f704f83c11df047ff1bda9a92a661aa6361552d93d"
8faf50e0 3309"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
2c00a5a8 3310"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
0bf4aa26 3311"checksum minifier 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "96c269bb45c39b333392b2b18ad71760b34ac65666591386b0e959ed58b3f474"
ea8adc8c 3312"checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4"
b7449926 3313"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
8faf50e0 3314"checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4"
2c00a5a8 3315"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
8faf50e0
XL
3316"checksum num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d2c31b75c36a993d30c7a13d70513cb93f02acafdd5b7ba250f9b0e18615de7"
3317"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
3318"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe"
2c00a5a8 3319"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
ea8adc8c 3320"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
b7449926 3321"checksum opener 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "176cd8eadff5ef9fa5c6d19452535662c02c6bf29b3d594a3fc01f749bb24c94"
0bf4aa26 3322"checksum openssl 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "5af9e83eb3c51ee806387d26a43056f3246d865844caa6dd704d2ba7e831c264"
ff7c6d11 3323"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
0bf4aa26
XL
3324"checksum openssl-src 111.0.1+1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d1edaed888fd85a54a2646bf02992931ddefdda3b1a748fc79f088a8db27fcbe"
3325"checksum openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)" = "ff3d1b390ab1b9700f682ad95a30dc9c0f40dd212ca57266012cfc678b0e365a"
83c7162d 3326"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
8faf50e0 3327"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
7cac9316 3328"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
450edc1f 3329"checksum packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
b7449926 3330"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
83c7162d 3331"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
b7449926 3332"checksum parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06a2b6aae052309c2fd2161ef58f5067bc17bb758377a0de9d4b279d603fdd8a"
abe05a73 3333"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
83c7162d
XL
3334"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
3335"checksum pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "ab94faafeb93f4c5e3ce81ca0e5a779529a602ad5d09ae6d21996bfb8b6a52bf"
b7449926 3336"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
8faf50e0
XL
3337"checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2"
3338"checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b"
3339"checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998"
3340"checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930"
0bf4aa26 3341"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
94b46f34 3342"checksum polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b6b0a7f5f4278b991ffd14abce1d01b013121ad297460237ef0a2f08d43201"
83c7162d
XL
3343"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
3344"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
8faf50e0 3345"checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7"
13cf67c4 3346"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
0bf4aa26 3347"checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f"
0531ce1d 3348"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
8faf50e0 3349"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
abe05a73 3350"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
7cac9316 3351"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
8faf50e0 3352"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
b7449926 3353"checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5"
13cf67c4 3354"checksum racer 2.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "344a53b68d889ab5f44d0617f2bbe1f696abe6a730bd41fa619cfc6fa83a6078"
b7449926
XL
3355"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
3356"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
8faf50e0 3357"checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
83c7162d 3358"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
2c00a5a8 3359"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
8faf50e0 3360"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
abe05a73 3361"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
8faf50e0 3362"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
b7449926 3363"checksum regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "67d0301b0c6804eca7e3c275119d0b01ff3b7ab9258a65709e608a66312a1025"
8faf50e0 3364"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
b7449926 3365"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
83c7162d 3366"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
450edc1f 3367"checksum rls-analysis 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2de1187cceaf16d7642cc78835a2890b55b35ed9e8a8e3c6348a6297d8dd0fb1"
13cf67c4 3368"checksum rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ce1fdac03e138c4617ff87b194e1ff57a39bb985a044ccbd8673d30701e411"
0bf4aa26 3369"checksum rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a209ce46bb52813cbe0786a7baadc0c1a3f5543ef93f179eda3b841ed72cf2e"
b7449926 3370"checksum rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9dba7390427aefa953608429701e3665192ca810ba8ae09301e001b7c7bed0"
7cac9316 3371"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
13cf67c4
XL
3372"checksum rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "72d56425bd5aa86d9d4372b76f0381d3b4bda9c0220e71956c9fcc929f45c1f1"
3373"checksum rustc-ap-arena 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b69fd4a0e8a3ecd99b497965d05f6f04dd2e4601a6146a841dbe4c8e77c2b30c"
3374"checksum rustc-ap-graphviz 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8136418dbc491bab74aa0565eaa2086754a7a81a5e74a1d84d6168d18e889e7"
3375"checksum rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a972feda82332d1d05b1ba5a097e915cd9c9c8f1af2bd7b08af09fb88c753d5f"
3376"checksum rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "582584c6c48b0ece4b8aef3f9bb59d94d17c5665612bc87a71f509e45a3113b5"
3377"checksum rustc-ap-rustc_errors 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd852096944d0ac6af1aefa9639a2ae6dede217606ce97f88ff0dcc8c86d6ff6"
3378"checksum rustc-ap-rustc_target 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98301a272ecfeec29d2d4e97b07238707c2b89d86fc3a4a5f31a00728f14e288"
3379"checksum rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f13510e617e2e322e3297038fd6a7346f2297124af9e10e33a627c5d544e9d"
3380"checksum rustc-ap-syntax 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0792f5a9ccfc5ec13bb5b0472fa49e145481029c39f6bf5b1a36decc99c3328f"
3381"checksum rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0df9f97f41650d23b14f92f7267f8c61089655efb4533d82bf8991f99245198d"
b7449926 3382"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
94b46f34
XL
3383"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
3384"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
3385"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
7cac9316 3386"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
94b46f34 3387"checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a"
8faf50e0 3388"checksum rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "756567f00f7d89c9f89a5c401b8b1caaa122e27240b9eaadd0bb52ee0b680b1b"
0bf4aa26 3389"checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c"
b7449926
XL
3390"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"
3391"checksum same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10f7794e2fda7f594866840e95f5c5962e886e228e68b6505885811a94dd728c"
0bf4aa26 3392"checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56"
8faf50e0 3393"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
abe05a73 3394"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
2c00a5a8 3395"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
7cac9316 3396"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
b7449926
XL
3397"checksum serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "22d340507cea0b7e6632900a176101fea959c7065d93ba555072da90aaaafc87"
3398"checksum serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "234fc8b737737b148ccd625175fc6390f5e4dacfdaa543cb93a3430d984a9119"
ea8adc8c 3399"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142"
0bf4aa26 3400"checksum serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "bb47a3d5c84320222f66d7db21157c4a7407755de41798f9b4c1c40593397b1a"
83c7162d 3401"checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
2c00a5a8 3402"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
83c7162d 3403"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
b7449926 3404"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d"
0bf4aa26 3405"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
8faf50e0
XL
3406"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
3407"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
3408"checksum string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35293b05cf1494e8ddd042a7df6756bf18d07f42d234f32e71dce8a7aabb0191"
83c7162d 3409"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
0531ce1d 3410"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
83c7162d 3411"checksum strum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "099e21b5dd6dd07b5adcf8c4b723a7c0b7efd7a9359bf963d58c0caae8532545"
8faf50e0 3412"checksum strum_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1292d85e688e4696ecb69b2db2648994fb8af266974e89be53cefdf003861a5d"
7cac9316 3413"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
8faf50e0 3414"checksum syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)" = "14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b"
b7449926 3415"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741"
13cf67c4 3416"checksum syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)" = "816b7af21405b011a23554ea2dc3f6576dc86ca557047c34098c1d741f10f823"
7cac9316 3417"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
8faf50e0
XL
3418"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7"
3419"checksum tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" = "e8f41ca4a5689f06998f0247fcb60da6c760f1950cc9df2a10d71575ad0b062a"
b7449926 3420"checksum tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c4b103c6d08d323b92ff42c8ce62abcd83ca8efa7fd5bf7927efefec75f58c76"
83c7162d 3421"checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
0531ce1d 3422"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
b7449926 3423"checksum termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3390f44f1f706d8870297b6a2c4f92d9ab65a37c265fbbc6ac4ee72bcc2f3698"
abe05a73 3424"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
8faf50e0 3425"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
b7449926 3426"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
8faf50e0 3427"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
83c7162d 3428"checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
2c00a5a8
XL
3429"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
3430"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
041b39d2 3431"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
8faf50e0
XL
3432"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
3433"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
3434"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
7cac9316 3435"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
0531ce1d 3436"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
041b39d2 3437"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
8faf50e0 3438"checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6"
3b2f2976 3439"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
83c7162d 3440"checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
b7449926
XL
3441"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4"
3442"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
8faf50e0 3443"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
0bf4aa26
XL
3444"checksum vergen 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1b9696d96ec5d68984d060af80d7ba0ed4eb533978a0efb05ed4b8465f20d04f"
3445"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
8bb4bdeb 3446"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
0bf4aa26 3447"checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349"
b7449926 3448"checksum walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "af464bc7be7b785c7ac72e266a6b67c4c9070155606f51655a650a6686204e35"
8bb4bdeb 3449"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
0bf4aa26 3450"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
8bb4bdeb 3451"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
ff7c6d11 3452"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
b7449926 3453"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
ff7c6d11 3454"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
b7449926 3455"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
8faf50e0
XL
3456"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
3457"checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
7cac9316 3458"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"