Cargo.lock 148.3 KB
Newer Older
1 2
[[package]]
name = "aho-corasick"
A
Alex Crichton 已提交
3
version = "0.6.7"
4 5
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
6
 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
7 8
]

9 10 11 12
[[package]]
name = "alloc"
version = "0.0.0"
dependencies = [
13
 "compiler_builtins 0.0.0",
14
 "core 0.0.0",
15
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
16 17
]

S
steveklabnik 已提交
18 19 20 21 22
[[package]]
name = "ammonia"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
23
 "html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
24
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
25
 "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
26
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
27
 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
28
 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
29 30
]

31 32
[[package]]
name = "ansi_term"
A
Aleksey Kladov 已提交
33
version = "0.11.0"
34
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Aleksey Kladov 已提交
35
dependencies = [
36
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
37
]
38

39 40 41
[[package]]
name = "arena"
version = "0.0.0"
J
John Kåre Alsaker 已提交
42 43 44
dependencies = [
 "rustc_data_structures 0.0.0",
]
45

N
Nick Cameron 已提交
46 47 48 49 50 51 52 53
[[package]]
name = "arrayvec"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
54 55
[[package]]
name = "assert_cli"
A
Alex Crichton 已提交
56
version = "0.6.2"
N
Nick Cameron 已提交
57 58 59
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
60
 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
61
 "environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
62 63
 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
64
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
65 66
]

67 68
[[package]]
name = "atty"
R
Ralf Jung 已提交
69
version = "0.2.11"
70 71
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
72
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
73
 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
74
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
75 76
]

77 78
[[package]]
name = "backtrace"
A
Alex Crichton 已提交
79
version = "0.3.9"
80 81
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
82
 "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
83
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
84
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
85
 "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
86
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
87 88 89 90
]

[[package]]
name = "backtrace-sys"
91
version = "0.1.24"
92 93
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
94
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
95
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
96 97
]

A
Alex Crichton 已提交
98 99 100 101 102 103 104 105 106 107 108 109 110
[[package]]
name = "bit-set"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "bit-vec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Marc-Antoine Perennou 已提交
111 112 113 114 115
[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

116 117
[[package]]
name = "bitflags"
A
Alex Crichton 已提交
118
version = "1.0.4"
119 120
source = "registry+https://github.com/rust-lang/crates.io-index"

121 122 123 124 125
[[package]]
name = "bootstrap"
version = "0.0.0"
dependencies = [
 "build_helper 0.1.0",
126
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
127
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
128
 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
129
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
130
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
131
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
132
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
133
 "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
134
 "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
135 136
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
137
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
138
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
139
 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
140 141
]

142 143 144 145 146
[[package]]
name = "bufstream"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

147 148 149 150
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
A
Alex Crichton 已提交
151 152
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
153
 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
154 155 156 157 158 159
]

[[package]]
name = "build_helper"
version = "0.1.0"

160 161 162 163 164 165 166 167
[[package]]
name = "bytecount"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "simd 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

168 169
[[package]]
name = "byteorder"
A
Alex Crichton 已提交
170
version = "1.2.3"
171 172
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
173 174 175 176 177
[[package]]
name = "bytesize"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

178 179
[[package]]
name = "cargo"
A
Alex Crichton 已提交
180
version = "0.33.0"
181
dependencies = [
R
Ralf Jung 已提交
182
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
183
 "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
184
 "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
185
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
186
 "core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
187
 "crates-io 0.21.0",
A
Alex Crichton 已提交
188
 "crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
189
 "crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
190 191
 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
192
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
193
 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
194
 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
195
 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
196
 "fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
197 198
 "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
199
 "git2-curl 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
200
 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
201
 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
202 203
 "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "ignore 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
204
 "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
205
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
206
 "lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
207
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
208 209
 "libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
210
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
211
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
212
 "opener 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
213
 "openssl 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
214
 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
215 216
 "rustc-workspace-hack 1.0.0",
 "rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
217
 "same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
218
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
219 220
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
221
 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
222
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
223
 "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
224
 "tar 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
225 226
 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
227
 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
228
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
229
 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
230
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
231 232
]

R
Ralf Jung 已提交
233 234
[[package]]
name = "cargo_metadata"
235
version = "0.6.2"
R
Ralf Jung 已提交
236 237 238 239
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
240 241
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
242
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
243 244
]

A
Alex Crichton 已提交
245 246 247 248
[[package]]
name = "cargotest2"
version = "0.1.0"

N
Nick Cameron 已提交
249 250
[[package]]
name = "cc"
251
version = "1.0.25"
N
Nick Cameron 已提交
252 253
source = "registry+https://github.com/rust-lang/crates.io-index"

254 255
[[package]]
name = "cfg-if"
A
Alex Crichton 已提交
256
version = "0.1.5"
257 258
source = "registry+https://github.com/rust-lang/crates.io-index"

259 260
[[package]]
name = "chalk-engine"
261
version = "0.8.0"
262 263 264
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
265
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
266 267 268 269 270 271 272 273 274 275
]

[[package]]
name = "chalk-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
276 277
[[package]]
name = "chrono"
A
Alex Crichton 已提交
278
version = "0.4.4"
A
Alex Crichton 已提交
279 280
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
281 282 283
 "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
284 285
]

286 287
[[package]]
name = "clap"
A
Alex Crichton 已提交
288
version = "2.32.0"
289 290
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Aleksey Kladov 已提交
291
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
292
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
293
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
294
 "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
295
 "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
296
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
297
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
298
 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
299 300
]

O
Oliver Schneider 已提交
301 302
[[package]]
name = "clippy"
O
Oliver Schneider 已提交
303
version = "0.0.212"
O
Oliver Schneider 已提交
304
dependencies = [
305
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
306
 "clippy-mini-macro-test 0.2.0",
M
Matthias Krüger 已提交
307
 "clippy_dev 0.0.1",
O
Oliver Schneider 已提交
308
 "clippy_lints 0.0.212",
O
Oliver Scherer 已提交
309
 "compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
310
 "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
311 312
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
313
 "rustc-workspace-hack 1.0.0",
M
Matthias Krüger 已提交
314
 "rustc_tools_util 0.1.0",
315
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
316 317
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
318 319 320 321
]

[[package]]
name = "clippy-mini-macro-test"
322
version = "0.2.0"
O
Oliver Schneider 已提交
323

M
Matthias Krüger 已提交
324 325 326 327 328 329 330 331
[[package]]
name = "clippy_dev"
version = "0.0.1"
dependencies = [
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
332
 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
Matthias Krüger 已提交
333 334
]

O
Oliver Schneider 已提交
335 336
[[package]]
name = "clippy_lints"
O
Oliver Schneider 已提交
337
version = "0.0.212"
338
dependencies = [
339
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
340
 "if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
341
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
342 343
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
344
 "pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
345
 "quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
346
 "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
347
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
348 349
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
350
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
351
 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
352
 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
353
 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
354 355
]

K
kennytm 已提交
356 357 358 359 360
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
361
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
362 363
]

364 365
[[package]]
name = "cmake"
A
Alex Crichton 已提交
366
version = "0.1.33"
367 368
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
369
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
370 371
]

N
Nick Cameron 已提交
372 373 374 375 376 377 378 379
[[package]]
name = "colored"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

O
Oliver Schneider 已提交
380 381 382 383 384 385 386 387 388 389 390 391 392
[[package]]
name = "commoncrypto"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "commoncrypto-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
393
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
394 395
]

396 397 398 399
[[package]]
name = "compiler_builtins"
version = "0.0.0"
dependencies = [
400
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
401 402 403
 "core 0.0.0",
]

404 405 406 407
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
O
Oliver Schneider 已提交
408
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
409
 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
410
 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
411
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
412
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
413
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
414
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
415
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
416
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
417
 "rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
418 419
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
420
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
421
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
422 423
]

N
Nick Cameron 已提交
424
[[package]]
O
Oliver Schneider 已提交
425
name = "compiletest_rs"
O
Oliver Scherer 已提交
426
version = "0.3.17"
427 428
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
O
Oliver Schneider 已提交
429
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
430
 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
431
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
432
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
433
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
434
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
435
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
436 437
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
438
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
439
 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
440
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
441 442
]

443 444 445
[[package]]
name = "core"
version = "0.0.0"
A
Alex Crichton 已提交
446
dependencies = [
447
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
448
]
449

N
Nick Cameron 已提交
450 451
[[package]]
name = "core-foundation"
A
Alex Crichton 已提交
452
version = "0.6.1"
N
Nick Cameron 已提交
453 454
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
455
 "core-foundation-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
456
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
457 458 459 460
]

[[package]]
name = "core-foundation-sys"
A
Alex Crichton 已提交
461
version = "0.6.1"
N
Nick Cameron 已提交
462 463
source = "registry+https://github.com/rust-lang/crates.io-index"

464 465
[[package]]
name = "crates-io"
A
Alex Crichton 已提交
466
version = "0.21.0"
467
dependencies = [
A
Alex Crichton 已提交
468
 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
469
 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
470 471
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
472
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
473
 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
474 475
]

476 477
[[package]]
name = "crossbeam"
478
version = "0.3.2"
479 480
source = "registry+https://github.com/rust-lang/crates.io-index"

K
kennytm 已提交
481 482
[[package]]
name = "crossbeam-channel"
N
Nick Cameron 已提交
483
version = "0.2.6"
K
kennytm 已提交
484 485
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
486 487 488
 "crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
489
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
490
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
491 492
]

N
Nick Cameron 已提交
493 494 495 496 497
[[package]]
name = "crossbeam-deque"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
498
 "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
499 500 501 502 503
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-epoch"
A
Alex Crichton 已提交
504
version = "0.3.1"
N
Nick Cameron 已提交
505 506 507
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
508
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
509
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
510
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
511 512 513 514 515
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

K
kennytm 已提交
516 517
[[package]]
name = "crossbeam-epoch"
N
Nick Cameron 已提交
518
version = "0.6.0"
K
kennytm 已提交
519 520 521
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
522
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
523
 "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
524
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
525 526 527 528
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
529 530 531 532 533
[[package]]
name = "crossbeam-utils"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
534
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
535 536
]

A
Alex Crichton 已提交
537 538 539 540 541
[[package]]
name = "crossbeam-utils"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
542 543 544 545 546 547 548 549
[[package]]
name = "crossbeam-utils"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

O
Oliver Schneider 已提交
550 551
[[package]]
name = "crypto-hash"
A
Alex Crichton 已提交
552
version = "0.3.1"
O
Oliver Schneider 已提交
553 554 555
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
556
 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
557 558
 "openssl 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
559 560
]

561 562
[[package]]
name = "curl"
A
Alex Crichton 已提交
563
version = "0.4.19"
564 565
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
566
 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
567
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
568
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
569
 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
570 571 572
 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
573 574 575 576 577
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "curl-sys"
A
Alex Crichton 已提交
578
version = "0.4.15"
579 580
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
581
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
582
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
583
 "libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
584 585 586
 "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
587
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
588
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
589 590
]

D
Douglas Campos 已提交
591 592 593 594 595
[[package]]
name = "datafrog"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

596 597
[[package]]
name = "derive-new"
B
Bastien Orivel 已提交
598
version = "0.5.4"
599 600
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
601 602 603
 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
604 605
]

K
kennytm 已提交
606 607
[[package]]
name = "derive_more"
N
Nick Cameron 已提交
608
version = "0.13.0"
K
kennytm 已提交
609 610
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
611 612
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
613
 "rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
614
 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
615 616
]

617 618
[[package]]
name = "diff"
O
Oliver Schneider 已提交
619
version = "0.1.11"
620 621
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Mark Simulacrum 已提交
622 623 624 625 626
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

O
Oliver Schneider 已提交
627 628 629 630
[[package]]
name = "dlmalloc"
version = "0.0.0"
dependencies = [
631
 "compiler_builtins 0.0.0",
O
Oliver Schneider 已提交
632 633 634 635 636
 "core 0.0.0",
]

[[package]]
name = "either"
A
Alex Crichton 已提交
637
version = "1.5.0"
O
Oliver Schneider 已提交
638 639
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
640 641
[[package]]
name = "elasticlunr-rs"
A
Alex Crichton 已提交
642
version = "2.3.3"
S
steveklabnik 已提交
643 644
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
645 646 647 648
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
649
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
M
Matt Ickstadt 已提交
650
 "strum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
651
 "strum_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
652 653
]

654 655
[[package]]
name = "ena"
656
version = "0.9.3"
657 658
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
659
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
660 661
]

662 663
[[package]]
name = "ena"
N
Nicholas Nethercote 已提交
664
version = "0.11.0"
665 666 667 668 669
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
670 671
[[package]]
name = "env_logger"
A
Alex Crichton 已提交
672
version = "0.5.12"
A
Alex Crichton 已提交
673 674
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
R
Ralf Jung 已提交
675
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
676
 "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
677
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
678 679
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
680 681
]

A
Alex Crichton 已提交
682 683 684 685 686 687 688 689 690 691 692 693
[[package]]
name = "env_logger"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
694 695 696 697 698
[[package]]
name = "environment"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

699 700
[[package]]
name = "error-chain"
701
version = "0.11.0"
G
Guillaume Gomez 已提交
702 703
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
704
 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
705 706
]

R
Ralf Jung 已提交
707 708 709 710 711 712 713 714
[[package]]
name = "error-chain"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

715 716 717
[[package]]
name = "error_index_generator"
version = "0.0.0"
M
Mark Simulacrum 已提交
718 719 720
dependencies = [
 "rustdoc 0.0.0",
]
721

A
Alex Crichton 已提交
722 723
[[package]]
name = "failure"
A
Alex Crichton 已提交
724
version = "0.1.2"
A
Alex Crichton 已提交
725 726
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
727
 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
728
 "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
729 730 731 732
]

[[package]]
name = "failure_derive"
A
Alex Crichton 已提交
733
version = "0.1.2"
A
Alex Crichton 已提交
734 735
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
736
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
737 738
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
739
 "synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
740 741
]

A
Alex Crichton 已提交
742 743
[[package]]
name = "filetime"
A
Alex Crichton 已提交
744
version = "0.2.1"
A
Alex Crichton 已提交
745 746
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
747
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
748
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
749
 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
750 751
]

752 753 754 755 756
[[package]]
name = "fixedbitset"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

F
Felix Schütt 已提交
757 758
[[package]]
name = "flate2"
759
version = "1.0.3"
F
Felix Schütt 已提交
760 761
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
762
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
763
 "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
F
Felix Schütt 已提交
764 765 766
 "miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]

767 768 769 770
[[package]]
name = "fmt_macros"
version = "0.0.0"

771 772
[[package]]
name = "fnv"
O
Oliver Schneider 已提交
773
version = "1.0.6"
774 775
source = "registry+https://github.com/rust-lang/crates.io-index"

776 777
[[package]]
name = "foreign-types"
O
Oliver Schneider 已提交
778 779 780 781 782 783 784 785 786
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "foreign-types-shared"
version = "0.1.1"
787 788 789 790
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "fs2"
791
version = "0.4.3"
792 793
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
794
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
795
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
796 797
]

798 799 800 801 802
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

803 804 805 806 807 808 809 810
[[package]]
name = "fst"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

O
Oliver Schneider 已提交
811 812
[[package]]
name = "fuchsia-zircon"
813
version = "0.3.3"
O
Oliver Schneider 已提交
814 815
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
816
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
817
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
818 819 820 821
]

[[package]]
name = "fuchsia-zircon-sys"
822
version = "0.3.3"
O
Oliver Schneider 已提交
823 824
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
825 826
[[package]]
name = "futf"
A
Alex Crichton 已提交
827
version = "0.1.4"
S
steveklabnik 已提交
828 829 830
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
831
 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
832 833
]

834 835
[[package]]
name = "futures"
A
Alex Crichton 已提交
836
version = "0.1.21"
837 838
source = "registry+https://github.com/rust-lang/crates.io-index"

E
Eric Huss 已提交
839 840 841 842 843
[[package]]
name = "fwdansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
844 845
 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
846 847
]

848 849
[[package]]
name = "getopts"
A
Alex Crichton 已提交
850
version = "0.2.17"
851 852
source = "registry+https://github.com/rust-lang/crates.io-index"

853 854
[[package]]
name = "git2"
E
Eric Huss 已提交
855
version = "0.7.5"
856 857
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
858
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
859
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
860 861
 "libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
862
 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
863
 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
864
 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
865 866 867 868
]

[[package]]
name = "git2-curl"
869
version = "0.8.2"
870 871
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
872
 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
873
 "git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
874
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
875
 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
876 877 878 879 880 881 882
]

[[package]]
name = "glob"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"

883 884
[[package]]
name = "globset"
A
Alex Crichton 已提交
885
version = "0.4.1"
886 887
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
888
 "aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
889
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
890
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
891 892
 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
893 894
]

895 896 897 898
[[package]]
name = "graphviz"
version = "0.0.0"

899 900
[[package]]
name = "handlebars"
A
Alex Crichton 已提交
901
version = "0.32.4"
902 903
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
904
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
905
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
906 907
 "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
908
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
909 910
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
911
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
912 913
]

914 915
[[package]]
name = "hex"
A
Alex Crichton 已提交
916
version = "0.3.2"
917 918
source = "registry+https://github.com/rust-lang/crates.io-index"

919 920
[[package]]
name = "home"
A
Alex Crichton 已提交
921
version = "0.3.3"
922 923
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
924
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
925
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
926 927
]

S
steveklabnik 已提交
928 929
[[package]]
name = "html5ever"
A
Alex Crichton 已提交
930
version = "0.22.3"
S
steveklabnik 已提交
931 932
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
933
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
934 935
 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
936 937 938
 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
939 940
]

A
Alex Crichton 已提交
941 942 943 944 945
[[package]]
name = "humantime"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
946
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
947 948
]

949 950
[[package]]
name = "idna"
A
Alex Crichton 已提交
951
version = "0.1.5"
952 953
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
954
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
955
 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
956
 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
957 958
]

O
Oliver Schneider 已提交
959 960
[[package]]
name = "if_chain"
M
Manish Goregaokar 已提交
961
version = "0.1.3"
O
Oliver Schneider 已提交
962 963
source = "registry+https://github.com/rust-lang/crates.io-index"

964 965
[[package]]
name = "ignore"
A
Alex Crichton 已提交
966
version = "0.4.3"
967 968
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
969
 "crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
970 971
 "globset 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
972
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
973 974 975 976 977
 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
978
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
979 980
]

981 982 983 984
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
985
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tom Tromey 已提交
986
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
987
 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
988
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
989
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
990
 "tar 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
991
 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
992
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
993
 "xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
994 995
]

S
steveklabnik 已提交
996 997 998 999 1000 1001 1002
[[package]]
name = "is-match"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "itertools"
A
Alex Crichton 已提交
1003
version = "0.7.8"
S
steveklabnik 已提交
1004 1005
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1006
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1007 1008
]

1009
[[package]]
A
Alex Crichton 已提交
1010
name = "itoa"
A
Alex Crichton 已提交
1011
version = "0.4.3"
1012 1013
source = "registry+https://github.com/rust-lang/crates.io-index"

1014 1015 1016 1017 1018 1019 1020 1021 1022 1023
[[package]]
name = "jemalloc-sys"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
Steve Klabnik 已提交
1024
[[package]]
A
Alex Crichton 已提交
1025
name = "jobserver"
1026
version = "0.1.11"
S
Steve Klabnik 已提交
1027
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1028
dependencies = [
1029
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1030
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1031
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1032
]
S
Steve Klabnik 已提交
1033

1034 1035 1036 1037 1038
[[package]]
name = "json"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"

1039 1040
[[package]]
name = "jsonrpc-core"
I
Igor Matuszewski 已提交
1041
version = "8.0.1"
1042 1043
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1044
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1045
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1046 1047
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1048
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
1049 1050
]

1051 1052 1053 1054 1055 1056 1057 1058 1059
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

1060 1061
[[package]]
name = "languageserver-types"
O
Oliver Schneider 已提交
1062
version = "0.45.0"
1063 1064
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1065
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1066 1067
 "num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1068 1069
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1070
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1071
 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1072 1073 1074
 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1075 1076
[[package]]
name = "lazy_static"
O
Oliver Schneider 已提交
1077 1078 1079
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1080 1081
[[package]]
name = "lazy_static"
A
Alex Crichton 已提交
1082
version = "1.1.0"
A
Alex Crichton 已提交
1083
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1084
dependencies = [
1085
 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1086
]
A
Alex Crichton 已提交
1087

A
Alex Crichton 已提交
1088 1089
[[package]]
name = "lazycell"
A
Alex Crichton 已提交
1090
version = "1.2.0"
A
Alex Crichton 已提交
1091 1092
source = "registry+https://github.com/rust-lang/crates.io-index"

1093 1094 1095 1096
[[package]]
name = "libc"
version = "0.0.0"
dependencies = [
1097
 "compiler_builtins 0.0.0",
1098 1099 1100 1101 1102
 "core 0.0.0",
]

[[package]]
name = "libc"
1103
version = "0.2.43"
1104 1105
source = "registry+https://github.com/rust-lang/crates.io-index"

1106 1107
[[package]]
name = "libgit2-sys"
1108
version = "0.7.10"
1109 1110
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1111
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1112
 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
1113
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1114
 "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1115 1116 1117
 "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1118 1119
]

A
Alex Crichton 已提交
1120 1121 1122 1123 1124 1125 1126 1127
[[package]]
name = "libnghttp2-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
]

1128 1129
[[package]]
name = "libssh2-sys"
1130
version = "0.2.11"
1131 1132
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1133
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1134
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1135 1136 1137
 "libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1138
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1139 1140 1141 1142
]

[[package]]
name = "libz-sys"
1143
version = "1.0.24"
1144 1145
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1146
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1147
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1148
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1149
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1150 1151
]

1152 1153 1154 1155
[[package]]
name = "linkchecker"
version = "0.1.0"

M
Mark Rousskov 已提交
1156 1157 1158 1159 1160 1161 1162 1163 1164
[[package]]
name = "lock_api"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

1165 1166
[[package]]
name = "log"
1167 1168 1169
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1170
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1171 1172 1173 1174
]

[[package]]
name = "log"
1175
version = "0.4.5"
1176
source = "registry+https://github.com/rust-lang/crates.io-index"
1177
dependencies = [
A
Alex Crichton 已提交
1178
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1179
]
1180

1181 1182
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1183
version = "0.1.2"
1184 1185
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1186
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1187 1188
]

1189 1190
[[package]]
name = "lzma-sys"
B
Bastien Orivel 已提交
1191
version = "0.1.10"
1192 1193
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1194
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
1195
 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1196
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1197
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1198 1199
]

S
steveklabnik 已提交
1200 1201 1202 1203 1204
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

G
Guillaume Gomez 已提交
1205 1206 1207 1208 1209
[[package]]
name = "macro-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
1210 1211 1212 1213 1214 1215 1216 1217 1218 1219
[[package]]
name = "maplit"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "markup5ever"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1220 1221
 "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1222 1223
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1224
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1225 1226
 "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1227 1228 1229
 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1230 1231
[[package]]
name = "matches"
A
Alex Crichton 已提交
1232
version = "0.1.8"
1233 1234
source = "registry+https://github.com/rust-lang/crates.io-index"

1235 1236
[[package]]
name = "mdbook"
M
Matt Ickstadt 已提交
1237
version = "0.1.7"
1238 1239
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
S
steveklabnik 已提交
1240
 "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1241 1242 1243
 "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1244
 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1245
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1246
 "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1247
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1248
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1249
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1250
 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1251
 "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
1252
 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1253
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1254 1255
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1256
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1257
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1258
 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1259
 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1260
 "toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1261 1262
]

O
Oliver Schneider 已提交
1263 1264
[[package]]
name = "memchr"
A
Alex Crichton 已提交
1265
version = "2.0.2"
O
Oliver Schneider 已提交
1266 1267
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1268
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1269 1270
]

1271 1272 1273 1274 1275 1276
[[package]]
name = "memmap"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1277
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1278 1279
]

N
Nick Cameron 已提交
1280 1281 1282 1283 1284
[[package]]
name = "memoffset"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

G
Guillaume Gomez 已提交
1285 1286
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
1287
version = "0.0.20"
G
Guillaume Gomez 已提交
1288 1289
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
G
Guillaume Gomez 已提交
1290
 "macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
1291 1292
]

1293 1294
[[package]]
name = "miniz-sys"
N
Nick Cameron 已提交
1295
version = "0.1.10"
1296 1297
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1298
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1299
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1300 1301
]

A
Alex Crichton 已提交
1302 1303
[[package]]
name = "miow"
A
Alex Crichton 已提交
1304
version = "0.3.3"
A
Alex Crichton 已提交
1305 1306
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1307 1308
 "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1309 1310
]

1311 1312 1313 1314
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
A
Alex Crichton 已提交
1315
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1316
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1317
 "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Scherer 已提交
1318
 "compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1319
 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
1320
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1321
 "vergen 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1322 1323
]

A
Alex Crichton 已提交
1324 1325 1326 1327 1328 1329 1330 1331
[[package]]
name = "new_debug_unreachable"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
1332 1333 1334 1335 1336
[[package]]
name = "nodrop"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"

1337
[[package]]
O
Oliver Schneider 已提交
1338 1339
name = "num-derive"
version = "0.2.2"
1340 1341
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1342
 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1343
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1344 1345
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
1346 1347 1348
]

[[package]]
O
Oliver Schneider 已提交
1349 1350
name = "num-integer"
version = "0.1.39"
1351 1352
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1353
 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
1354 1355
]

S
Steve Klabnik 已提交
1356 1357
[[package]]
name = "num-traits"
A
Alex Crichton 已提交
1358
version = "0.2.5"
S
Steve Klabnik 已提交
1359 1360
source = "registry+https://github.com/rust-lang/crates.io-index"

1361 1362
[[package]]
name = "num_cpus"
1363
version = "1.8.0"
1364 1365
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1366
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1367 1368
]

S
Steve Klabnik 已提交
1369 1370
[[package]]
name = "open"
A
Alex Crichton 已提交
1371
version = "1.2.1"
S
Steve Klabnik 已提交
1372 1373
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1374 1375 1376 1377 1378 1379 1380
[[package]]
name = "opener"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1381
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1382 1383
]

1384 1385
[[package]]
name = "openssl"
1386
version = "0.10.13"
1387 1388
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1389 1390
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1391
 "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1392
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1393
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1394
 "openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)",
1395 1396 1397 1398
]

[[package]]
name = "openssl-probe"
A
Alex Crichton 已提交
1399
version = "0.1.2"
1400 1401
source = "registry+https://github.com/rust-lang/crates.io-index"

E
Eric Huss 已提交
1402 1403
[[package]]
name = "openssl-src"
1404
version = "111.0.1+1.1.1"
E
Eric Huss 已提交
1405 1406
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1407
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1408 1409
]

1410 1411
[[package]]
name = "openssl-sys"
1412
version = "0.9.38"
1413 1414
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1415
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1416
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1417 1418
 "openssl-src 111.0.1+1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1419
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1420 1421
]

1422 1423 1424 1425 1426
[[package]]
name = "ordermap"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

1427 1428 1429 1430 1431
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1432 1433 1434 1435 1436
[[package]]
name = "owning_ref"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1437
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1438 1439
]

1440 1441 1442 1443
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
1444
 "compiler_builtins 0.0.0",
1445 1446 1447 1448 1449 1450 1451 1452 1453
 "core 0.0.0",
 "libc 0.0.0",
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
 "alloc 0.0.0",
1454
 "compiler_builtins 0.0.0",
1455 1456 1457 1458 1459
 "core 0.0.0",
 "libc 0.0.0",
 "unwind 0.0.0",
]

M
Mark Rousskov 已提交
1460 1461 1462 1463 1464 1465 1466 1467 1468
[[package]]
name = "parking_lot"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1469 1470
[[package]]
name = "parking_lot_core"
1471
version = "0.2.14"
1472 1473
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1474
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1475
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1476
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
1477
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1478 1479
]

M
Mark Rousskov 已提交
1480 1481 1482 1483 1484 1485
[[package]]
name = "parking_lot_core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1486
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
1487
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
1488
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
1489 1490
]

1491 1492
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
1493
version = "1.0.1"
1494 1495
source = "registry+https://github.com/rust-lang/crates.io-index"

1496 1497
[[package]]
name = "pest"
A
Alex Crichton 已提交
1498
version = "1.0.6"
1499 1500
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1501 1502 1503 1504 1505 1506 1507 1508 1509 1510
[[package]]
name = "pest_derive"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

1511 1512
[[package]]
name = "petgraph"
1513
version = "0.4.13"
1514 1515 1516 1517 1518 1519
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
steveklabnik 已提交
1520 1521
[[package]]
name = "phf"
A
Alex Crichton 已提交
1522
version = "0.7.22"
S
steveklabnik 已提交
1523 1524
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1525
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1526 1527 1528 1529
]

[[package]]
name = "phf_codegen"
A
Alex Crichton 已提交
1530
version = "0.7.22"
S
steveklabnik 已提交
1531 1532
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1533 1534
 "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1535 1536 1537 1538
]

[[package]]
name = "phf_generator"
A
Alex Crichton 已提交
1539
version = "0.7.22"
S
steveklabnik 已提交
1540 1541
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1542
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1543
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1544 1545 1546 1547
]

[[package]]
name = "phf_shared"
A
Alex Crichton 已提交
1548
version = "0.7.22"
S
steveklabnik 已提交
1549 1550 1551 1552 1553
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

1554 1555
[[package]]
name = "pkg-config"
1556
version = "0.3.14"
1557 1558
source = "registry+https://github.com/rust-lang/crates.io-index"

1559 1560
[[package]]
name = "polonius-engine"
1561
version = "0.5.0"
1562
source = "registry+https://github.com/rust-lang/crates.io-index"
D
Douglas Campos 已提交
1563 1564
dependencies = [
 "datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1565
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1566
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
D
Douglas Campos 已提交
1567
]
1568

S
steveklabnik 已提交
1569 1570 1571 1572 1573
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Mark Simulacrum 已提交
1574 1575 1576 1577 1578 1579 1580 1581 1582
[[package]]
name = "pretty_assertions"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
1583 1584
[[package]]
name = "proc-macro2"
A
Alex Crichton 已提交
1585 1586 1587 1588 1589 1590 1591 1592
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "proc-macro2"
N
Nick Cameron 已提交
1593
version = "0.4.24"
A
Alex Crichton 已提交
1594 1595 1596 1597 1598
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1599 1600 1601 1602
[[package]]
name = "proc_macro"
version = "0.0.0"
dependencies = [
1603
 "rustc_data_structures 0.0.0",
1604
 "rustc_errors 0.0.0",
1605
 "syntax 0.0.0",
J
Jeffrey Seyfried 已提交
1606
 "syntax_pos 0.0.0",
1607 1608
]

1609 1610 1611 1612
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
1613
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1614
 "compiler_builtins 0.0.0",
1615
 "core 0.0.0",
1616 1617
]

A
Alex Crichton 已提交
1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634
[[package]]
name = "proptest"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

O
Oliver Schneider 已提交
1635 1636
[[package]]
name = "pulldown-cmark"
M
Manish Goregaokar 已提交
1637
version = "0.1.2"
O
Oliver Schneider 已提交
1638 1639 1640
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1641
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
1642 1643
]

1644 1645 1646 1647 1648 1649 1650 1651 1652
[[package]]
name = "pulldown-cmark"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
]

1653 1654
[[package]]
name = "quick-error"
A
Alex Crichton 已提交
1655
version = "1.2.2"
1656 1657 1658
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
O
Oliver Schneider 已提交
1659 1660
name = "quine-mc_cluskey"
version = "0.2.4"
1661 1662 1663 1664 1665 1666 1667
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1668 1669
[[package]]
name = "quote"
A
Alex Crichton 已提交
1670
version = "0.5.2"
A
Alex Crichton 已提交
1671 1672
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1673 1674 1675 1676 1677
 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "quote"
A
Alex Crichton 已提交
1678
version = "0.6.8"
A
Alex Crichton 已提交
1679 1680
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1681
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1682 1683
]

1684 1685
[[package]]
name = "racer"
N
Nick Cameron 已提交
1686
version = "2.1.13"
1687
source = "registry+https://github.com/rust-lang/crates.io-index"
1688
dependencies = [
A
Alex Crichton 已提交
1689
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1690
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1691
 "derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1692
 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1693
 "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1694
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1695
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
1696
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1697
 "rustc-ap-syntax 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1698
]
1699

A
Alex Crichton 已提交
1700 1701
[[package]]
name = "rand"
A
Alex Crichton 已提交
1702
version = "0.4.3"
A
Alex Crichton 已提交
1703 1704 1705
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1706
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1707
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1708 1709
]

K
kennytm 已提交
1710 1711
[[package]]
name = "rand"
1712
version = "0.5.5"
K
kennytm 已提交
1713 1714 1715 1716
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1717
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
1718
 "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1719
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
1720 1721 1722 1723 1724 1725 1726
]

[[package]]
name = "rand_core"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

N
Nick Cameron 已提交
1727 1728
[[package]]
name = "rayon"
A
Alex Crichton 已提交
1729
version = "1.0.1"
N
Nick Cameron 已提交
1730 1731
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1732
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1733
 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1734 1735 1736 1737
]

[[package]]
name = "rayon-core"
N
Nick Cameron 已提交
1738
version = "1.4.0"
O
Oliver Schneider 已提交
1739 1740
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1741
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1742
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1743
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
1744
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1745
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1746 1747
]

N
Nick Cameron 已提交
1748 1749
[[package]]
name = "redox_syscall"
A
Alex Crichton 已提交
1750
version = "0.1.40"
O
Oliver Schneider 已提交
1751 1752 1753 1754 1755
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "redox_termios"
version = "0.1.1"
N
Nick Cameron 已提交
1756
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oliver Schneider 已提交
1757
dependencies = [
A
Alex Crichton 已提交
1758
 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1759
]
N
Nick Cameron 已提交
1760

1761 1762
[[package]]
name = "regex"
A
Alex Crichton 已提交
1763
version = "0.2.11"
1764 1765
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1766 1767
 "aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1768
 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1769 1770
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1771 1772
]

1773 1774
[[package]]
name = "regex"
A
Alex Crichton 已提交
1775
version = "1.0.4"
1776 1777
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1778 1779 1780 1781 1782
 "aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1783 1784
]

A
Alex Crichton 已提交
1785 1786
[[package]]
name = "regex-syntax"
A
Alex Crichton 已提交
1787
version = "0.5.6"
A
Alex Crichton 已提交
1788 1789 1790 1791 1792
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

1793 1794
[[package]]
name = "regex-syntax"
A
Alex Crichton 已提交
1795
version = "0.6.2"
1796 1797 1798 1799 1800
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

1801 1802 1803 1804 1805 1806 1807 1808
[[package]]
name = "remote-test-client"
version = "0.1.0"

[[package]]
name = "remote-test-server"
version = "0.1.0"

A
Alex Crichton 已提交
1809 1810
[[package]]
name = "remove_dir_all"
A
Alex Crichton 已提交
1811
version = "0.5.1"
A
Alex Crichton 已提交
1812 1813
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1814
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1815 1816
]

1817 1818
[[package]]
name = "rls"
N
Nick Cameron 已提交
1819
version = "1.31.6"
1820
dependencies = [
A
Alex Crichton 已提交
1821
 "cargo 0.33.0",
1822
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1823
 "clippy_lints 0.0.212",
N
Nick Cameron 已提交
1824
 "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1825
 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1826
 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1827
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1828
 "jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1829
 "languageserver-types 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1830
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1831
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1832
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1833
 "ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1834
 "racer 2.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1835
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1836
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1837
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1838 1839
 "rls-analysis 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1840
 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1841
 "rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1842
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1843
 "rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1844
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1845
 "rustc-workspace-hack 1.0.0",
1846
 "rustc_tools_util 0.1.0",
N
Nick Cameron 已提交
1847
 "rustfmt-nightly 1.0.0",
A
Alex Crichton 已提交
1848 1849
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1850
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
1851
 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1852
 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1853
 "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
1854 1855 1856 1857
]

[[package]]
name = "rls-analysis"
N
Nick Cameron 已提交
1858
version = "0.16.8"
1859 1860
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
1861
 "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
1862 1863
 "fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
1864
 "json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)",
1865
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1866
 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1867 1868 1869 1870
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
1871
[[package]]
N
Nick Cameron 已提交
1872
name = "rls-blacklist"
N
Nick Cameron 已提交
1873
version = "0.1.3"
N
Nick Cameron 已提交
1874 1875
source = "registry+https://github.com/rust-lang/crates.io-index"

1876 1877
[[package]]
name = "rls-data"
N
Nick Cameron 已提交
1878
version = "0.18.1"
1879 1880 1881 1882
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1883 1884
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1885 1886
]

N
Nick Cameron 已提交
1887 1888
[[package]]
name = "rls-rustc"
N
Nick Cameron 已提交
1889
version = "0.5.0"
N
Nick Cameron 已提交
1890 1891
source = "registry+https://github.com/rust-lang/crates.io-index"

1892 1893
[[package]]
name = "rls-span"
1894
version = "0.4.0"
1895
source = "registry+https://github.com/rust-lang/crates.io-index"
1896
dependencies = [
1897
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1898 1899
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
1900 1901 1902 1903
]

[[package]]
name = "rls-vfs"
N
Nick Cameron 已提交
1904
version = "0.7.0"
1905 1906
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1907
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1908
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1909 1910
]

1911 1912
[[package]]
name = "rustbook"
1913 1914
version = "0.1.0"
dependencies = [
A
Alex Crichton 已提交
1915
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Matt Ickstadt 已提交
1916
 "mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1917
]
1918 1919 1920 1921 1922 1923

[[package]]
name = "rustc"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
A
Alex Crichton 已提交
1924
 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1925
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1926
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1927
 "chalk-engine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1928
 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1929 1930
 "fmt_macros 0.0.0",
 "graphviz 0.0.0",
1931
 "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1932
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1933
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
1934
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
1935
 "polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1936
 "proc_macro 0.0.0",
J
John Kåre Alsaker 已提交
1937 1938
 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1939
 "rustc_apfloat 0.0.0",
1940 1941
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
1942
 "rustc_fs_util 0.0.0",
1943
 "rustc_target 0.0.0",
A
Alex Crichton 已提交
1944
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1945
 "serialize 0.0.0",
1946
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
1947 1948
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
A
Alex Crichton 已提交
1949
 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1950 1951
]

N
Nick Cameron 已提交
1952 1953
[[package]]
name = "rustc-ap-arena"
N
Nick Cameron 已提交
1954
version = "297.0.0"
T
topecongiro 已提交
1955 1956
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1957
 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
T
topecongiro 已提交
1958 1959
]

N
Nick Cameron 已提交
1960 1961 1962 1963 1964
[[package]]
name = "rustc-ap-graphviz"
version = "297.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1965 1966
[[package]]
name = "rustc-ap-rustc_cratesio_shim"
N
Nick Cameron 已提交
1967
version = "297.0.0"
A
Alex Crichton 已提交
1968 1969
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1970
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1971
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1972
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1973 1974
]

T
topecongiro 已提交
1975 1976
[[package]]
name = "rustc-ap-rustc_data_structures"
N
Nick Cameron 已提交
1977
version = "297.0.0"
T
topecongiro 已提交
1978 1979
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1980
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1981
 "ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
1982
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1983
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
1984
 "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1985 1986 1987
 "rustc-ap-graphviz 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1988 1989 1990
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1991
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1992 1993 1994
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

T
topecongiro 已提交
1995 1996
[[package]]
name = "rustc-ap-rustc_errors"
N
Nick Cameron 已提交
1997
version = "297.0.0"
T
topecongiro 已提交
1998 1999
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
R
Ralf Jung 已提交
2000
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2001
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2002 2003 2004 2005
 "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2006
 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2007 2008 2009
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
2010 2011
[[package]]
name = "rustc-ap-rustc_target"
N
Nick Cameron 已提交
2012
version = "297.0.0"
N
Nick Cameron 已提交
2013 2014
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2015
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2016
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2017 2018 2019
 "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2020 2021
]

A
Alex Crichton 已提交
2022 2023
[[package]]
name = "rustc-ap-serialize"
N
Nick Cameron 已提交
2024
version = "297.0.0"
N
Nick Cameron 已提交
2025
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2026 2027 2028
dependencies = [
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
N
Nick Cameron 已提交
2029

A
Alex Crichton 已提交
2030 2031
[[package]]
name = "rustc-ap-syntax"
N
Nick Cameron 已提交
2032
version = "297.0.0"
A
Alex Crichton 已提交
2033 2034
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2035
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2036
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2037 2038 2039 2040 2041
 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_errors 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_target 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2042
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2043
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2044 2045
]

N
Nick Cameron 已提交
2046 2047
[[package]]
name = "rustc-ap-syntax_pos"
N
Nick Cameron 已提交
2048
version = "297.0.0"
A
Alex Crichton 已提交
2049 2050
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2051
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2052 2053 2054
 "rustc-ap-arena 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2055 2056 2057 2058
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

2059 2060
[[package]]
name = "rustc-demangle"
A
Alex Crichton 已提交
2061
version = "0.1.9"
2062 2063
source = "registry+https://github.com/rust-lang/crates.io-index"

2064 2065
[[package]]
name = "rustc-hash"
2066
version = "1.0.1"
2067
source = "registry+https://github.com/rust-lang/crates.io-index"
2068
dependencies = [
A
Alex Crichton 已提交
2069
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2070
]
2071

2072 2073 2074 2075
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
2076
 "rustc_codegen_ssa 0.0.0",
2077
 "rustc_driver 0.0.0",
2078
 "rustc_target 0.0.0",
2079 2080
]

J
John Kåre Alsaker 已提交
2081 2082
[[package]]
name = "rustc-rayon"
J
John Kåre Alsaker 已提交
2083
version = "0.1.1"
J
John Kåre Alsaker 已提交
2084 2085 2086
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2087
 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2088 2089 2090 2091
]

[[package]]
name = "rustc-rayon-core"
J
John Kåre Alsaker 已提交
2092
version = "0.1.1"
J
John Kåre Alsaker 已提交
2093 2094 2095
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2096
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2097
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2098
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2099
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2100 2101
]

2102 2103
[[package]]
name = "rustc-serialize"
2104
version = "0.3.24"
2105 2106
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
2107 2108 2109 2110
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
O
Oliver Schneider 已提交
2111
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
2112
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2113
 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
2114
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2115 2116
]

2117 2118 2119 2120
[[package]]
name = "rustc_allocator"
version = "0.0.0"
dependencies = [
2121
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2122
 "rustc 0.0.0",
2123
 "rustc_data_structures 0.0.0",
2124
 "rustc_errors 0.0.0",
2125
 "rustc_target 0.0.0",
2126
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2127 2128 2129 2130
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2131 2132 2133 2134
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2135
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2136
 "rustc_cratesio_shim 0.0.0",
2137
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2138 2139
]

J
Jorge Aparicio 已提交
2140 2141 2142 2143
[[package]]
name = "rustc_asan"
version = "0.0.0"
dependencies = [
2144
 "alloc 0.0.0",
2145
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2146
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2147
 "compiler_builtins 0.0.0",
J
Jorge Aparicio 已提交
2148 2149 2150
 "core 0.0.0",
]

2151 2152 2153 2154 2155
[[package]]
name = "rustc_borrowck"
version = "0.0.0"
dependencies = [
 "graphviz 0.0.0",
2156
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2157
 "rustc 0.0.0",
2158
 "rustc_data_structures 0.0.0",
2159 2160 2161 2162 2163 2164
 "rustc_errors 0.0.0",
 "rustc_mir 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

I
Irina Popa 已提交
2165 2166 2167 2168
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
2169
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
2170
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2171
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2172
 "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2173 2174 2175
 "rustc_llvm 0.0.0",
]

2176 2177 2178
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
2179
dependencies = [
B
bjorn3 已提交
2180
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2181
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
2182 2183 2184
 "jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2185 2186
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
2187
 "rustc 0.0.0",
2188
 "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200
 "rustc_allocator 0.0.0",
 "rustc_apfloat 0.0.0",
 "rustc_codegen_utils 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
 "rustc_fs_util 0.0.0",
 "rustc_incremental 0.0.0",
 "rustc_mir 0.0.0",
 "rustc_target 0.0.0",
 "serialize 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
2201
]
2202

I
Irina Popa 已提交
2203 2204 2205 2206
[[package]]
name = "rustc_codegen_utils"
version = "0.0.0"
dependencies = [
2207
 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2208
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2209 2210 2211
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_incremental 0.0.0",
2212
 "rustc_metadata 0.0.0",
I
Irina Popa 已提交
2213 2214 2215 2216 2217 2218
 "rustc_mir 0.0.0",
 "rustc_target 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2219 2220 2221 2222
[[package]]
name = "rustc_cratesio_shim"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2223
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2224
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
2225
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2226 2227
]

2228 2229 2230 2231
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2232
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nicholas Nethercote 已提交
2233
 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2234
 "graphviz 0.0.0",
2235
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
2236
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
2237
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2238 2239
 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2240
 "rustc_cratesio_shim 0.0.0",
2241
 "serialize 0.0.0",
2242
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2243
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2244 2245 2246 2247 2248 2249 2250
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
A
Alex Crichton 已提交
2251
 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
2252
 "graphviz 0.0.0",
2253
 "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
2254
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2255
 "rustc 0.0.0",
J
John Kåre Alsaker 已提交
2256
 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2257
 "rustc_allocator 0.0.0",
2258
 "rustc_borrowck 0.0.0",
I
Irina Popa 已提交
2259
 "rustc_codegen_utils 0.0.0",
2260
 "rustc_data_structures 0.0.0",
2261 2262 2263 2264 2265 2266 2267 2268 2269 2270
 "rustc_errors 0.0.0",
 "rustc_incremental 0.0.0",
 "rustc_lint 0.0.0",
 "rustc_metadata 0.0.0",
 "rustc_mir 0.0.0",
 "rustc_passes 0.0.0",
 "rustc_plugin 0.0.0",
 "rustc_privacy 0.0.0",
 "rustc_resolve 0.0.0",
 "rustc_save_analysis 0.0.0",
2271
 "rustc_target 0.0.0",
2272
 "rustc_traits 0.0.0",
2273
 "rustc_typeck 0.0.0",
A
Alex Crichton 已提交
2274
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2275
 "serialize 0.0.0",
L
ljedrz 已提交
2276
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2277 2278 2279 2280 2281 2282 2283 2284 2285
 "syntax 0.0.0",
 "syntax_ext 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
R
Ralf Jung 已提交
2286
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2287
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
2288
 "rustc_cratesio_shim 0.0.0",
O
Oliver Schneider 已提交
2289
 "rustc_data_structures 0.0.0",
2290
 "serialize 0.0.0",
2291
 "syntax_pos 0.0.0",
M
Mark Rousskov 已提交
2292
 "termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2293
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2294 2295
]

2296 2297 2298 2299
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

2300 2301 2302 2303 2304
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
 "graphviz 0.0.0",
2305
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2306
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
2307 2308
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
2309
 "rustc_fs_util 0.0.0",
2310 2311 2312 2313 2314 2315 2316 2317 2318
 "serialize 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
2319
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2320
 "rustc 0.0.0",
2321
 "rustc_data_structures 0.0.0",
O
Oliver Schneider 已提交
2322
 "rustc_mir 0.0.0",
2323
 "rustc_target 0.0.0",
2324 2325 2326 2327 2328 2329 2330 2331 2332
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
 "build_helper 0.1.0",
2333
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
2334 2335
]

J
Jorge Aparicio 已提交
2336 2337 2338 2339
[[package]]
name = "rustc_lsan"
version = "0.0.0"
dependencies = [
2340
 "alloc 0.0.0",
2341
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2342
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2343
 "compiler_builtins 0.0.0",
J
Jorge Aparicio 已提交
2344 2345 2346
 "core 0.0.0",
]

2347 2348 2349 2350
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
2351
 "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2352
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2353
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2354
 "proc_macro 0.0.0",
2355 2356 2357
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
2358
 "rustc_target 0.0.0",
2359
 "serialize 0.0.0",
2360
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2361
 "syntax 0.0.0",
2362
 "syntax_ext 0.0.0",
2363 2364 2365 2366 2367 2368 2369
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
O
Oliver Schneider 已提交
2370
 "arena 0.0.0",
A
Alex Crichton 已提交
2371
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2372
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
S
Santiago Pastorino 已提交
2373
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2374
 "graphviz 0.0.0",
2375
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2376
 "log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2377
 "polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2378
 "rustc 0.0.0",
2379
 "rustc_apfloat 0.0.0",
2380
 "rustc_data_structures 0.0.0",
2381
 "rustc_errors 0.0.0",
2382
 "rustc_target 0.0.0",
O
Oliver Schneider 已提交
2383
 "serialize 0.0.0",
2384
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2385 2386 2387 2388
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

J
Jorge Aparicio 已提交
2389 2390 2391 2392
[[package]]
name = "rustc_msan"
version = "0.0.0"
dependencies = [
2393
 "alloc 0.0.0",
2394
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2395
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2396
 "compiler_builtins 0.0.0",
J
Jorge Aparicio 已提交
2397 2398 2399
 "core 0.0.0",
]

2400 2401 2402 2403
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
2404
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2405
 "rustc 0.0.0",
2406
 "rustc_data_structures 0.0.0",
2407
 "rustc_errors 0.0.0",
O
Oliver Schneider 已提交
2408
 "rustc_mir 0.0.0",
2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_platform_intrinsics"
version = "0.0.0"

[[package]]
name = "rustc_plugin"
version = "0.0.0"
dependencies = [
 "rustc 0.0.0",
 "rustc_errors 0.0.0",
 "rustc_metadata 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
 "rustc 0.0.0",
2433
 "rustc_data_structures 0.0.0",
2434
 "rustc_typeck 0.0.0",
2435 2436 2437 2438 2439 2440 2441 2442 2443
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2444
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2445
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2446
 "rustc 0.0.0",
O
Oliver Schneider 已提交
2447
 "rustc_data_structures 0.0.0",
2448
 "rustc_errors 0.0.0",
2449
 "rustc_metadata 0.0.0",
2450 2451 2452 2453 2454 2455 2456 2457
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
2458
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2459
 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
2460
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2461
 "rustc 0.0.0",
2462
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
2463
 "rustc_codegen_utils 0.0.0",
N
Nick Cameron 已提交
2464
 "rustc_data_structures 0.0.0",
2465
 "rustc_target 0.0.0",
2466
 "rustc_typeck 0.0.0",
2467 2468 2469 2470
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2471 2472 2473 2474
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2475
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2476
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2477
 "rustc_cratesio_shim 0.0.0",
2478
 "rustc_data_structures 0.0.0",
2479 2480 2481
 "serialize 0.0.0",
]

M
Matthias Krüger 已提交
2482 2483 2484 2485
[[package]]
name = "rustc_tools_util"
version = "0.1.0"

2486 2487 2488 2489
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2490
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2491
 "chalk-engine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2492
 "graphviz 0.0.0",
2493
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2494 2495
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
2496
 "rustc_target 0.0.0",
2497
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2498 2499 2500 2501
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

J
Jorge Aparicio 已提交
2502 2503 2504 2505
[[package]]
name = "rustc_tsan"
version = "0.0.0"
dependencies = [
2506
 "alloc 0.0.0",
2507
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2508
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2509
 "compiler_builtins 0.0.0",
J
Jorge Aparicio 已提交
2510 2511 2512
 "core 0.0.0",
]

2513 2514 2515 2516 2517
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2518
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2519
 "rustc 0.0.0",
T
Tim Neumann 已提交
2520
 "rustc_data_structures 0.0.0",
2521 2522
 "rustc_errors 0.0.0",
 "rustc_platform_intrinsics 0.0.0",
2523
 "rustc_target 0.0.0",
2524
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2525 2526 2527 2528
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2529 2530 2531 2532 2533 2534 2535 2536
[[package]]
name = "rustc_version"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

2537 2538 2539 2540
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
G
Guillaume Gomez 已提交
2541
 "minifier 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
2542
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
2543
 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2544
 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2545 2546
]

G
Guillaume Gomez 已提交
2547 2548 2549 2550
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
2551 2552 2553 2554 2555
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
 "rustdoc 0.0.0",
2556 2557
]

2558 2559
[[package]]
name = "rustfix"
A
Alex Crichton 已提交
2560
version = "0.4.2"
A
Alex Crichton 已提交
2561 2562
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2563
 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2564
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2565 2566
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2567
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
2568 2569
]

2570 2571
[[package]]
name = "rustfmt-nightly"
N
Nick Cameron 已提交
2572
version = "1.0.0"
2573
dependencies = [
A
Alex Crichton 已提交
2574
 "assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2575 2576
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytecount 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2577
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
2578
 "derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
2579
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2580
 "env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2581
 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2582 2583
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2584
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2585
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2586
 "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2587 2588 2589
 "rustc-ap-rustc_target 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2590
 "rustc-workspace-hack 1.0.0",
A
Alex Crichton 已提交
2591 2592
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2593
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alan Du 已提交
2594
 "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2595
 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2596
 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Boris-Chengbiao Zhou 已提交
2597 2598
]

A
Alex Crichton 已提交
2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609
[[package]]
name = "rusty-fork"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
2610 2611 2612 2613 2614
[[package]]
name = "ryu"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

2615 2616
[[package]]
name = "same-file"
A
Alex Crichton 已提交
2617
version = "1.0.3"
2618 2619
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2620
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2621 2622 2623 2624
]

[[package]]
name = "schannel"
2625
version = "0.1.14"
2626 2627
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2628
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2629
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2630 2631
]

A
Alex Crichton 已提交
2632 2633
[[package]]
name = "scoped-tls"
A
Alex Crichton 已提交
2634
version = "0.1.2"
A
Alex Crichton 已提交
2635 2636
source = "registry+https://github.com/rust-lang/crates.io-index"

O
Oliver Schneider 已提交
2637 2638 2639 2640 2641
[[package]]
name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

2642 2643 2644 2645 2646 2647
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2648
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
2649 2650 2651 2652 2653 2654 2655 2656 2657
]

[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "serde"
A
Alex Crichton 已提交
2658
version = "1.0.75"
2659 2660 2661 2662
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "serde_derive"
A
Alex Crichton 已提交
2663
version = "1.0.75"
2664 2665
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2666
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2667 2668
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
2669 2670 2671 2672
]

[[package]]
name = "serde_ignored"
2673
version = "0.0.4"
2674 2675
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2676
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
2677
]
S
Steve Klabnik 已提交
2678 2679 2680

[[package]]
name = "serde_json"
A
Alex Crichton 已提交
2681
version = "1.0.31"
S
Steve Klabnik 已提交
2682 2683
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2684
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2685 2686
 "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
S
Steve Klabnik 已提交
2687 2688
]

2689 2690 2691
[[package]]
name = "serialize"
version = "0.0.0"
2692 2693 2694
dependencies = [
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
2695

2696 2697
[[package]]
name = "shell-escape"
A
Alex Crichton 已提交
2698
version = "0.1.4"
2699 2700
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
2701 2702 2703 2704 2705
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

2706 2707 2708 2709 2710
[[package]]
name = "simd"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
2711 2712 2713 2714 2715
[[package]]
name = "siphasher"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

2716 2717
[[package]]
name = "smallvec"
2718
version = "0.6.5"
2719
source = "registry+https://github.com/rust-lang/crates.io-index"
2720 2721 2722
dependencies = [
 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2723

M
Mark Simulacrum 已提交
2724 2725
[[package]]
name = "socket2"
2726
version = "0.3.8"
M
Mark Simulacrum 已提交
2727 2728
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2729
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2730
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2731
 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
2732
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2733 2734
]

2735 2736
[[package]]
name = "stable_deref_trait"
A
Alex Crichton 已提交
2737
version = "1.1.0"
2738 2739
source = "registry+https://github.com/rust-lang/crates.io-index"

2740 2741 2742 2743 2744 2745
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
 "alloc 0.0.0",
 "build_helper 0.1.0",
2746
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
2747
 "compiler_builtins 0.0.0",
2748
 "core 0.0.0",
2749
 "dlmalloc 0.0.0",
2750 2751 2752
 "libc 0.0.0",
 "panic_abort 0.0.0",
 "panic_unwind 0.0.0",
2753
 "profiler_builtins 0.0.0",
2754
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2755 2756 2757 2758
 "rustc_asan 0.0.0",
 "rustc_lsan 0.0.0",
 "rustc_msan 0.0.0",
 "rustc_tsan 0.0.0",
2759 2760 2761
 "unwind 0.0.0",
]

S
steveklabnik 已提交
2762 2763
[[package]]
name = "string_cache"
A
Alex Crichton 已提交
2764
version = "0.7.3"
S
steveklabnik 已提交
2765 2766
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2767
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2768 2769
 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
2770
 "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2771
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2772
 "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
2773 2774 2775 2776 2777
 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "string_cache_codegen"
A
Alex Crichton 已提交
2778
version = "0.4.1"
S
steveklabnik 已提交
2779 2780
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2781 2782 2783 2784
 "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
2785 2786 2787 2788 2789 2790 2791 2792
 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "string_cache_shared"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

2793 2794
[[package]]
name = "strsim"
A
Aleksey Kladov 已提交
2795
version = "0.7.0"
2796 2797
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Matt Ickstadt 已提交
2798 2799 2800 2801 2802 2803 2804
[[package]]
name = "strum"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "strum_macros"
A
Alex Crichton 已提交
2805
version = "0.9.1"
M
Matt Ickstadt 已提交
2806 2807
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2808
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2809 2810
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
M
Matt Ickstadt 已提交
2811 2812
]

2813 2814 2815 2816 2817 2818 2819 2820 2821 2822
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
2823 2824
[[package]]
name = "syn"
A
Alex Crichton 已提交
2825
version = "0.13.11"
A
Alex Crichton 已提交
2826 2827
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2828 2829 2830 2831 2832 2833 2834
 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "syn"
A
Alex Crichton 已提交
2835
version = "0.14.9"
A
Alex Crichton 已提交
2836 2837
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "syn"
version = "0.15.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2849
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2850 2851 2852
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

2853 2854 2855 2856 2857 2858 2859 2860
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
2861 2862
[[package]]
name = "synstructure"
A
Alex Crichton 已提交
2863
version = "0.9.0"
A
Alex Crichton 已提交
2864 2865
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2866
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2867 2868
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2869
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2870 2871
]

2872 2873 2874 2875
[[package]]
name = "syntax"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2876
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2877
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2878
 "rustc_data_structures 0.0.0",
2879
 "rustc_errors 0.0.0",
2880
 "rustc_target 0.0.0",
A
Alex Crichton 已提交
2881
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2882
 "serialize 0.0.0",
2883
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2884 2885 2886 2887 2888 2889 2890 2891
 "syntax_pos 0.0.0",
]

[[package]]
name = "syntax_ext"
version = "0.0.0"
dependencies = [
 "fmt_macros 0.0.0",
2892
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
2893
 "proc_macro 0.0.0",
2894
 "rustc_data_structures 0.0.0",
2895
 "rustc_errors 0.0.0",
2896
 "rustc_target 0.0.0",
2897
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
2898 2899 2900 2901 2902 2903 2904 2905
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "syntax_pos"
version = "0.0.0"
dependencies = [
2906
 "arena 0.0.0",
A
Alex Crichton 已提交
2907
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2908
 "rustc_data_structures 0.0.0",
A
Alex Crichton 已提交
2909
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2910
 "serialize 0.0.0",
M
Mark Simulacrum 已提交
2911
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2912 2913
]

2914 2915
[[package]]
name = "tar"
A
Alex Crichton 已提交
2916
version = "0.4.19"
2917 2918
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2919
 "filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2920
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2921
 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2922
 "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2923 2924
]

A
Aleksey Kladov 已提交
2925 2926
[[package]]
name = "tempfile"
A
Alex Crichton 已提交
2927
version = "3.0.3"
A
Aleksey Kladov 已提交
2928 2929
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2930
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
2931
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2932
 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2933
 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2934
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
2935 2936
]

S
steveklabnik 已提交
2937 2938 2939 2940 2941
[[package]]
name = "tendril"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2942
 "futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
2943 2944 2945 2946
 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

2947 2948 2949 2950
[[package]]
name = "term"
version = "0.0.0"

A
Alan Du 已提交
2951 2952 2953 2954 2955
[[package]]
name = "term"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2956
 "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2957
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alan Du 已提交
2958 2959
]

2960 2961
[[package]]
name = "termcolor"
A
Alex Crichton 已提交
2962
version = "1.0.2"
2963 2964
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2965
 "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2966 2967
]

2968
[[package]]
O
Oliver Schneider 已提交
2969 2970
name = "termion"
version = "1.5.1"
2971 2972
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2973
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2974
 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
2975
 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2976 2977
]

2978 2979 2980 2981
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2982
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
2983 2984 2985
 "term 0.0.0",
]

S
steveklabnik 已提交
2986 2987
[[package]]
name = "textwrap"
A
Alex Crichton 已提交
2988
version = "0.10.0"
S
steveklabnik 已提交
2989 2990
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
Mark Simulacrum 已提交
2991
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
2992 2993
]

A
Alex Crichton 已提交
2994 2995
[[package]]
name = "thread_local"
A
Alex Crichton 已提交
2996
version = "0.3.6"
2997 2998
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2999
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
3000 3001
]

3002 3003 3004
[[package]]
name = "tidy"
version = "0.1.0"
3005
dependencies = [
A
Alex Crichton 已提交
3006 3007
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3008
 "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
3009
]
3010

A
Alex Crichton 已提交
3011 3012
[[package]]
name = "time"
A
Alex Crichton 已提交
3013
version = "0.1.40"
A
Alex Crichton 已提交
3014 3015
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3016
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3017
 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
3018
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3019 3020
]

3021 3022
[[package]]
name = "toml"
A
Alex Crichton 已提交
3023
version = "0.4.6"
3024 3025
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3026
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
3027 3028
]

S
steveklabnik 已提交
3029 3030 3031 3032 3033 3034 3035
[[package]]
name = "toml-query"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3036
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3037
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3038
 "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3039 3040
]

A
Alex Crichton 已提交
3041 3042 3043 3044 3045
[[package]]
name = "ucd-util"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

3046 3047
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
3048
version = "0.3.4"
S
Steve Klabnik 已提交
3049 3050
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3051
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
3052 3053
]

3054 3055
[[package]]
name = "unicode-normalization"
A
Alex Crichton 已提交
3056
version = "0.1.7"
3057 3058 3059 3060
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-segmentation"
A
Alex Crichton 已提交
3061
version = "1.2.1"
3062 3063 3064 3065
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-width"
M
Mark Simulacrum 已提交
3066
version = "0.1.5"
3067 3068
source = "registry+https://github.com/rust-lang/crates.io-index"

3069 3070 3071 3072 3073
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3074 3075 3076 3077 3078
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
Steve Klabnik 已提交
3079 3080
[[package]]
name = "unreachable"
N
Nick Cameron 已提交
3081
version = "1.0.0"
S
Steve Klabnik 已提交
3082 3083 3084 3085 3086
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

3087 3088 3089 3090
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
A
Alex Crichton 已提交
3091
 "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
3092 3093 3094
 "tidy 0.1.0",
]

N
Nick Cameron 已提交
3095 3096 3097 3098
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
3099
 "compiler_builtins 0.0.0",
N
Nick Cameron 已提交
3100 3101 3102 3103
 "core 0.0.0",
 "libc 0.0.0",
]

3104 3105
[[package]]
name = "url"
A
Alex Crichton 已提交
3106
version = "1.7.1"
3107 3108
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3109
 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3110
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
3111
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3112 3113 3114 3115 3116 3117 3118
]

[[package]]
name = "url_serde"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3119
 "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3120
 "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
3121 3122
]

S
steveklabnik 已提交
3123 3124 3125 3126 3127
[[package]]
name = "utf-8"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

3128 3129
[[package]]
name = "utf8-ranges"
A
Alex Crichton 已提交
3130
version = "1.0.1"
3131 3132
source = "registry+https://github.com/rust-lang/crates.io-index"

3133 3134
[[package]]
name = "vcpkg"
A
Alex Crichton 已提交
3135
version = "0.2.6"
3136 3137
source = "registry+https://github.com/rust-lang/crates.io-index"

3138 3139
[[package]]
name = "vec_map"
A
Alex Crichton 已提交
3140
version = "0.8.1"
3141 3142
source = "registry+https://github.com/rust-lang/crates.io-index"

R
Ralf Jung 已提交
3143 3144
[[package]]
name = "vergen"
R
Ralf Jung 已提交
3145
version = "3.0.3"
R
Ralf Jung 已提交
3146 3147 3148 3149
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
3150
 "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
3151 3152
]

A
Alex Crichton 已提交
3153 3154
[[package]]
name = "version_check"
3155
version = "0.1.5"
A
Alex Crichton 已提交
3156 3157
source = "registry+https://github.com/rust-lang/crates.io-index"

S
Steve Klabnik 已提交
3158 3159 3160 3161 3162
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3163 3164 3165 3166 3167 3168 3169 3170
[[package]]
name = "wait-timeout"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
]

3171 3172
[[package]]
name = "walkdir"
A
Alex Crichton 已提交
3173
version = "2.2.5"
3174 3175
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3176
 "same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
3177
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3178
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3179 3180
]

3181 3182 3183 3184 3185
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

3186 3187
[[package]]
name = "winapi"
3188
version = "0.3.6"
3189 3190 3191 3192 3193 3194
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

3195 3196 3197 3198 3199
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

3200 3201 3202 3203 3204
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3205 3206 3207 3208 3209
[[package]]
name = "winapi-util"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3210
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3211 3212
]

3213 3214 3215 3216 3217
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

3218 3219
[[package]]
name = "wincolor"
A
Alex Crichton 已提交
3220
version = "1.0.1"
3221 3222
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3223
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3224
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3225 3226
]

3227 3228
[[package]]
name = "xattr"
A
Alex Crichton 已提交
3229
version = "0.2.2"
3230 3231
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3232
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
3233 3234 3235 3236
]

[[package]]
name = "xz2"
A
Alex Crichton 已提交
3237
version = "0.1.5"
3238 3239
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
3240
 "lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
3241 3242 3243 3244 3245 3246 3247
]

[[package]]
name = "yaml-rust"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

3248
[metadata]
A
Alex Crichton 已提交
3249
"checksum aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7ee94e9463ccb9d681e7b708082687b2c56d2bd420ca8a3d3157d27d59508ec0"
S
steveklabnik 已提交
3250
"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
A
Aleksey Kladov 已提交
3251
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
N
Nick Cameron 已提交
3252
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
A
Alex Crichton 已提交
3253
"checksum assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98589b0e465a6c510d95fceebd365bb79bedece7f6e18a480897f2015f85ec51"
R
Ralf Jung 已提交
3254
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
A
Alex Crichton 已提交
3255
"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
3256
"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
A
Alex Crichton 已提交
3257 3258
"checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a"
"checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf"
M
Marc-Antoine Perennou 已提交
3259
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
A
Alex Crichton 已提交
3260
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
3261
"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
3262
"checksum bytecount 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f861d9ce359f56dbcb6e0c2a1cb84e52ad732cadb57b806adeb3c7668caccbd8"
A
Alex Crichton 已提交
3263
"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"
A
Alex Crichton 已提交
3264
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
3265
"checksum cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d8dfe3adeb30f7938e6c1dd5327f29235d8ada3e898aeb08c343005ec2915a2"
3266
"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
A
Alex Crichton 已提交
3267
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
3268
"checksum chalk-engine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6749eb72e7d4355d944a99f15fbaea701b978c18c5e184a025fcde942b0c9779"
3269
"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
A
Alex Crichton 已提交
3270 3271
"checksum chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6962c635d530328acc53ac6a955e83093fedc91c5809dfac1fa60fa470830a37"
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
K
kennytm 已提交
3272
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
A
Alex Crichton 已提交
3273
"checksum cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "704fbf3bb5149daab0afb255dbea24a1f08d2f4099cedb9baab6d470d4c5eefb"
N
Nick Cameron 已提交
3274
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
O
Oliver Schneider 已提交
3275 3276
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
O
Oliver Scherer 已提交
3277
"checksum compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "89747fe073b7838343bd2c2445e7a7c2e0d415598f8925f0fa9205b9cdfc48cb"
A
Alex Crichton 已提交
3278 3279
"checksum core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc3532ec724375c7cb7ff0a097b714fde180bb1f6ed2ab27cfcd99ffca873cd2"
"checksum core-foundation-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a3fb15cdbdd9cf8b82d97d0296bb5cd3631bba58d6e31650a002a8e7fb5721f9"
3280
"checksum crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19"
N
Nick Cameron 已提交
3281
"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827"
N
Nick Cameron 已提交
3282
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
A
Alex Crichton 已提交
3283
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
N
Nick Cameron 已提交
3284
"checksum crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c90f1474584f38e270b5b613e898c8c328aa4f3dea85e0a27ac2e642f009416"
N
Nick Cameron 已提交
3285
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
A
Alex Crichton 已提交
3286
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
A
Alex Crichton 已提交
3287
"checksum crossbeam-utils 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c55913cc2799171a550e307918c0a360e8c16004820291bf3b638969b4a01816"
A
Alex Crichton 已提交
3288
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
A
Alex Crichton 已提交
3289 3290
"checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16"
"checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870"
D
Douglas Campos 已提交
3291
"checksum datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16d724bf4ffe77cdceeecd461009b5f8d9e23c5d645d68bedb4586bf43e7e142"
B
Bastien Orivel 已提交
3292
"checksum derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ceed73957c449214f8440eec8ad7fa282b67dc9eacbb24a3085b15d60397a17a"
N
Nick Cameron 已提交
3293
"checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
O
Oliver Schneider 已提交
3294
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
M
Mark Simulacrum 已提交
3295
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
A
Alex Crichton 已提交
3296
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
A
Alex Crichton 已提交
3297
"checksum elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4837d77a1e157489a3933b743fd774ae75074e0e390b2b7f071530048a0d87ee"
N
Nicholas Nethercote 已提交
3298
"checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"
3299
"checksum ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88dc8393b3c7352f94092497f6b52019643e493b6b890eb417cdb7c46117e621"
A
Alex Crichton 已提交
3300
"checksum env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" = "f4d7e69c283751083d53d01eac767407343b8b69c4bd70058e08adc2637cb257"
A
Alex Crichton 已提交
3301
"checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e"
N
Nick Cameron 已提交
3302
"checksum environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4b14e20978669064c33b4c1e0fb4083412e40fe56cbea2eae80fd7591503ee"
3303
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
R
Ralf Jung 已提交
3304
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
A
Alex Crichton 已提交
3305 3306
"checksum failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7efb22686e4a466b1ec1a15c2898f91fa9cb340452496dca654032de20ff95b9"
"checksum failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "946d0e98a50d9831f5d589038d2ca7f8f455b1c21028c0db0e84116a12696426"
A
Alex Crichton 已提交
3307
"checksum filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da4b9849e77b13195302c174324b5ba73eec9b236b24c221a61000daefb95c5f"
3308
"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
3309
"checksum flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4af030962d89d62aa52cd9492083b1cd9b2d1a77764878102a6c0f86b4d5444d"
O
Oliver Schneider 已提交
3310 3311 3312
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
3313
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
3314
"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
3315
"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
3316 3317
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
A
Alex Crichton 已提交
3318 3319
"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
E
Eric Huss 已提交
3320
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
A
Alex Crichton 已提交
3321
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
E
Eric Huss 已提交
3322
"checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71"
3323
"checksum git2-curl 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0173e317f8ba21f3fff0f71549fead5e42e67961dbd402bf69f42775f3cc78b4"
3324
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
A
Alex Crichton 已提交
3325
"checksum globset 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8e49edbcc9c7fc5beb8c0a54e7319ff8bed353a2b55e85811c6281188c2a6c84"
A
Alex Crichton 已提交
3326 3327
"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
A
Alex Crichton 已提交
3328
"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"
A
Alex Crichton 已提交
3329
"checksum html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b04478cf718862650a0bf66acaf8f2f8c906fbc703f35c916c1f4211b069a364"
A
Alex Crichton 已提交
3330
"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
A
Alex Crichton 已提交
3331
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
M
Manish Goregaokar 已提交
3332
"checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec"
A
Alex Crichton 已提交
3333
"checksum ignore 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3e9faa7c84064f07b40da27044af629f578bc7994b650d3e458d0c29183c1d91"
S
steveklabnik 已提交
3334
"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
A
Alex Crichton 已提交
3335
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
A
Alex Crichton 已提交
3336
"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
3337
"checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae"
3338
"checksum jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "60af5f849e1981434e4a31d3d782c4774ae9b434ce55b101a96ecfd09147e8be"
3339
"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
I
Igor Matuszewski 已提交
3340
"checksum jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf83704f4e79979a424d1082dd2c1e52683058056c9280efa19ac5f6bc9033c"
3341
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
O
Oliver Schneider 已提交
3342
"checksum languageserver-types 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d91d91d1c23db74187096d191967cb49f49bb175ad6d855fa9229d16ef2c982"
O
Oliver Schneider 已提交
3343
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
A
Alex Crichton 已提交
3344
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
A
Alex Crichton 已提交
3345
"checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0"
3346
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
3347
"checksum libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4916b5addc78ec36cc309acfcdf0b9f9d97ab7b84083118b248709c5b7029356"
A
Alex Crichton 已提交
3348
"checksum libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ffbfb81475cc9f625e44f3a8f8b9cf7173815ae1c7cc2fa91853ec009e38198"
3349
"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
3350
"checksum libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "4401fe74560a0d46fce3464625ac8aa7a79d291dd28cee021d18852d5191c280"
M
Mark Rousskov 已提交
3351
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
3352
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
3353
"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
A
Alex Crichton 已提交
3354
"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
B
Bastien Orivel 已提交
3355
"checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614"
S
steveklabnik 已提交
3356
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
G
Guillaume Gomez 已提交
3357
"checksum macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
S
steveklabnik 已提交
3358 3359
"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
"checksum markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfedc97d5a503e96816d10fedcd5b42f760b2e525ce2f7ec71f6a41780548475"
A
Alex Crichton 已提交
3360
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
M
Matt Ickstadt 已提交
3361
"checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f"
A
Alex Crichton 已提交
3362
"checksum memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a3b4142ab8738a78c51896f704f83c11df047ff1bda9a92a661aa6361552d93d"
3363
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
N
Nick Cameron 已提交
3364
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
G
Guillaume Gomez 已提交
3365
"checksum minifier 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "96c269bb45c39b333392b2b18ad71760b34ac65666591386b0e959ed58b3f474"
N
Nick Cameron 已提交
3366
"checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4"
A
Alex Crichton 已提交
3367
"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
A
Alex Crichton 已提交
3368
"checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4"
N
Nick Cameron 已提交
3369
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
O
Oliver Schneider 已提交
3370
"checksum num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d2c31b75c36a993d30c7a13d70513cb93f02acafdd5b7ba250f9b0e18615de7"
A
Alex Crichton 已提交
3371 3372
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe"
3373
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
A
Alex Crichton 已提交
3374
"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
A
Alex Crichton 已提交
3375
"checksum opener 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "176cd8eadff5ef9fa5c6d19452535662c02c6bf29b3d594a3fc01f749bb24c94"
3376
"checksum openssl 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "5af9e83eb3c51ee806387d26a43056f3246d865844caa6dd704d2ba7e831c264"
A
Alex Crichton 已提交
3377
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
3378 3379
"checksum openssl-src 111.0.1+1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d1edaed888fd85a54a2646bf02992931ddefdda3b1a748fc79f088a8db27fcbe"
"checksum openssl-sys 0.9.38 (registry+https://github.com/rust-lang/crates.io-index)" = "ff3d1b390ab1b9700f682ad95a30dc9c0f40dd212ca57266012cfc678b0e365a"
3380
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
3381
"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
3382
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
M
Mark Rousskov 已提交
3383
"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
3384
"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
M
Mark Rousskov 已提交
3385
"checksum parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06a2b6aae052309c2fd2161ef58f5067bc17bb758377a0de9d4b279d603fdd8a"
O
Oliver Schneider 已提交
3386
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
A
Alex Crichton 已提交
3387 3388
"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
"checksum pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "ab94faafeb93f4c5e3ce81ca0e5a779529a602ad5d09ae6d21996bfb8b6a52bf"
3389
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
A
Alex Crichton 已提交
3390 3391 3392 3393
"checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2"
"checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b"
"checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998"
"checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930"
3394
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
3395
"checksum polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b6b0a7f5f4278b991ffd14abce1d01b013121ad297460237ef0a2f08d43201"
S
steveklabnik 已提交
3396
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
M
Mark Simulacrum 已提交
3397
"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
A
Alex Crichton 已提交
3398
"checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7"
N
Nick Cameron 已提交
3399
"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
A
Alex Crichton 已提交
3400
"checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f"
M
Manish Goregaokar 已提交
3401
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
3402
"checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
A
Alex Crichton 已提交
3403
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
O
Oliver Schneider 已提交
3404
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
3405
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
A
Alex Crichton 已提交
3406
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
A
Alex Crichton 已提交
3407
"checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5"
N
Nick Cameron 已提交
3408
"checksum racer 2.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "344a53b68d889ab5f44d0617f2bbe1f696abe6a730bd41fa619cfc6fa83a6078"
A
Alex Crichton 已提交
3409
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
3410
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
K
kennytm 已提交
3411
"checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
A
Alex Crichton 已提交
3412
"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
N
Nick Cameron 已提交
3413
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
A
Alex Crichton 已提交
3414
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
O
Oliver Schneider 已提交
3415
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
A
Alex Crichton 已提交
3416
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
A
Alex Crichton 已提交
3417
"checksum regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "67d0301b0c6804eca7e3c275119d0b01ff3b7ab9258a65709e608a66312a1025"
A
Alex Crichton 已提交
3418
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
A
Alex Crichton 已提交
3419
"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
A
Alex Crichton 已提交
3420
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
N
Nick Cameron 已提交
3421 3422
"checksum rls-analysis 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)" = "2a1d3a2a8c03e380331aefb8b5e3e06f3065602fbaa6657ba0ac649dc99d8537"
"checksum rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ce1fdac03e138c4617ff87b194e1ff57a39bb985a044ccbd8673d30701e411"
N
Nick Cameron 已提交
3423
"checksum rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a209ce46bb52813cbe0786a7baadc0c1a3f5543ef93f179eda3b841ed72cf2e"
N
Nick Cameron 已提交
3424
"checksum rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9dba7390427aefa953608429701e3665192ca810ba8ae09301e001b7c7bed0"
3425
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
N
Nick Cameron 已提交
3426 3427 3428 3429 3430 3431 3432 3433 3434 3435
"checksum rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "72d56425bd5aa86d9d4372b76f0381d3b4bda9c0220e71956c9fcc929f45c1f1"
"checksum rustc-ap-arena 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b69fd4a0e8a3ecd99b497965d05f6f04dd2e4601a6146a841dbe4c8e77c2b30c"
"checksum rustc-ap-graphviz 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8136418dbc491bab74aa0565eaa2086754a7a81a5e74a1d84d6168d18e889e7"
"checksum rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a972feda82332d1d05b1ba5a097e915cd9c9c8f1af2bd7b08af09fb88c753d5f"
"checksum rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "582584c6c48b0ece4b8aef3f9bb59d94d17c5665612bc87a71f509e45a3113b5"
"checksum rustc-ap-rustc_errors 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd852096944d0ac6af1aefa9639a2ae6dede217606ce97f88ff0dcc8c86d6ff6"
"checksum rustc-ap-rustc_target 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98301a272ecfeec29d2d4e97b07238707c2b89d86fc3a4a5f31a00728f14e288"
"checksum rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f13510e617e2e322e3297038fd6a7346f2297124af9e10e33a627c5d544e9d"
"checksum rustc-ap-syntax 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0792f5a9ccfc5ec13bb5b0472fa49e145481029c39f6bf5b1a36decc99c3328f"
"checksum rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0df9f97f41650d23b14f92f7267f8c61089655efb4533d82bf8991f99245198d"
A
Alex Crichton 已提交
3436
"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
3437
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
J
John Kåre Alsaker 已提交
3438 3439
"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
3440
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
3441
"checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a"
A
Alex Crichton 已提交
3442
"checksum rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "756567f00f7d89c9f89a5c401b8b1caaa122e27240b9eaadd0bb52ee0b680b1b"
A
Alex Crichton 已提交
3443
"checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c"
A
Alex Crichton 已提交
3444 3445
"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"
"checksum same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10f7794e2fda7f594866840e95f5c5962e886e228e68b6505885811a94dd728c"
3446
"checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56"
A
Alex Crichton 已提交
3447
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
O
Oliver Schneider 已提交
3448
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
3449
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
3450
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
A
Alex Crichton 已提交
3451 3452
"checksum serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "22d340507cea0b7e6632900a176101fea959c7065d93ba555072da90aaaafc87"
"checksum serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "234fc8b737737b148ccd625175fc6390f5e4dacfdaa543cb93a3430d984a9119"
3453
"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142"
A
Alex Crichton 已提交
3454
"checksum serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "bb47a3d5c84320222f66d7db21157c4a7407755de41798f9b4c1c40593397b1a"
A
Alex Crichton 已提交
3455
"checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
S
steveklabnik 已提交
3456
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
3457
"checksum simd 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0048b17eb9577ac545c61d85c3559b41dfb4cbea41c9bd9ca6a4f73ff05fda84"
S
steveklabnik 已提交
3458
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
3459
"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d"
3460
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
A
Alex Crichton 已提交
3461 3462 3463
"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
"checksum string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35293b05cf1494e8ddd042a7df6756bf18d07f42d234f32e71dce8a7aabb0191"
S
steveklabnik 已提交
3464
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
A
Aleksey Kladov 已提交
3465
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
M
Matt Ickstadt 已提交
3466
"checksum strum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "099e21b5dd6dd07b5adcf8c4b723a7c0b7efd7a9359bf963d58c0caae8532545"
A
Alex Crichton 已提交
3467
"checksum strum_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1292d85e688e4696ecb69b2db2648994fb8af266974e89be53cefdf003861a5d"
3468
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
A
Alex Crichton 已提交
3469
"checksum syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)" = "14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b"
A
Alex Crichton 已提交
3470
"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741"
N
Nick Cameron 已提交
3471
"checksum syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)" = "816b7af21405b011a23554ea2dc3f6576dc86ca557047c34098c1d741f10f823"
3472
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
A
Alex Crichton 已提交
3473
"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7"
A
Alex Crichton 已提交
3474
"checksum tar 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "69e16840a1e0a1f1a880b739ef1cc6a4b85496c99b8aa786ccffce6e0c15624c"
A
Alex Crichton 已提交
3475
"checksum tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c4b103c6d08d323b92ff42c8ce62abcd83ca8efa7fd5bf7927efefec75f58c76"
S
steveklabnik 已提交
3476
"checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
A
Alan Du 已提交
3477
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
A
Alex Crichton 已提交
3478
"checksum termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3390f44f1f706d8870297b6a2c4f92d9ab65a37c265fbbc6ac4ee72bcc2f3698"
O
Oliver Schneider 已提交
3479
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
A
Alex Crichton 已提交
3480
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
A
Alex Crichton 已提交
3481
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
A
Alex Crichton 已提交
3482
"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
A
Alex Crichton 已提交
3483
"checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
S
steveklabnik 已提交
3484
"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
A
Alex Crichton 已提交
3485
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
S
steveklabnik 已提交
3486
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
A
Alex Crichton 已提交
3487 3488
"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
M
Mark Simulacrum 已提交
3489
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
3490
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
A
Alex Crichton 已提交
3491
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
N
Nick Cameron 已提交
3492
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
A
Alex Crichton 已提交
3493
"checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6"
3494
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
S
steveklabnik 已提交
3495
"checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
A
Alex Crichton 已提交
3496 3497
"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4"
"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
A
Alex Crichton 已提交
3498
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
R
Ralf Jung 已提交
3499
"checksum vergen 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1b9696d96ec5d68984d060af80d7ba0ed4eb533978a0efb05ed4b8465f20d04f"
3500
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
S
Steve Klabnik 已提交
3501
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
A
Alex Crichton 已提交
3502
"checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349"
A
Alex Crichton 已提交
3503
"checksum walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "af464bc7be7b785c7ac72e266a6b67c4c9070155606f51655a650a6686204e35"
3504
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
3505
"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
3506
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
3507
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
A
Alex Crichton 已提交
3508
"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
3509
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
A
Alex Crichton 已提交
3510
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
A
Alex Crichton 已提交
3511
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
A
Alex Crichton 已提交
3512
"checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
3513
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"