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