Cargo.lock 111.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[[package]]
name = "advapi32-sys"
version = "0.2.0"
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)",
]

[[package]]
name = "aho-corasick"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

18 19
[[package]]
name = "aho-corasick"
20
version = "0.6.3"
21 22
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
23
 "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
24 25
]

26 27 28 29 30
[[package]]
name = "alloc"
version = "0.0.0"
dependencies = [
 "core 0.0.0",
N
Nick Cameron 已提交
31
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
M
Murarth 已提交
32
 "std_unicode 0.0.0",
33 34 35 36 37 38
]

[[package]]
name = "alloc_jemalloc"
version = "0.0.0"
dependencies = [
39 40
 "alloc 0.0.0",
 "alloc_system 0.0.0",
41
 "build_helper 0.1.0",
N
Nick Cameron 已提交
42
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
43 44 45 46 47 48 49 50
 "core 0.0.0",
 "libc 0.0.0",
]

[[package]]
name = "alloc_system"
version = "0.0.0"
dependencies = [
51
 "alloc 0.0.0",
52
 "core 0.0.0",
53
 "dlmalloc 0.0.0",
54 55 56
 "libc 0.0.0",
]

57 58 59 60 61
[[package]]
name = "ansi_term"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

62 63
[[package]]
name = "ar"
A
Alex Crichton 已提交
64
version = "0.3.1"
65 66
source = "registry+https://github.com/rust-lang/crates.io-index"

67 68 69 70
[[package]]
name = "arena"
version = "0.0.0"

71 72
[[package]]
name = "atty"
A
Alex Crichton 已提交
73
version = "0.2.3"
74 75 76
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
77
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
78
 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
79 80 81
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

82 83
[[package]]
name = "backtrace"
A
Ariel Ben-Yehuda 已提交
84
version = "0.3.4"
85 86
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
87
 "backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
88
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
89 90
 "dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
91
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
92
 "rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
93 94 95 96 97
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "backtrace-sys"
A
Alex Crichton 已提交
98
version = "0.1.16"
99 100
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
101 102
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
103 104
]

N
Nick Cameron 已提交
105 106 107 108
[[package]]
name = "bin_lib"
version = "0.1.0"

109 110 111 112 113
[[package]]
name = "bitflags"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

119 120
[[package]]
name = "bitflags"
A
Ariel Ben-Yehuda 已提交
121
version = "1.0.1"
122 123
source = "registry+https://github.com/rust-lang/crates.io-index"

124 125 126 127 128
[[package]]
name = "bootstrap"
version = "0.0.0"
dependencies = [
 "build_helper 0.1.0",
N
Nick Cameron 已提交
129
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
130
 "cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
131
 "filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
132
 "getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
133
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
134
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
135
 "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
136 137
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
138
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
139
 "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
140 141
]

N
Nick Cameron 已提交
142 143 144 145
[[package]]
name = "borrow_error"
version = "0.1.0"

146 147 148 149 150
[[package]]
name = "bufstream"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

151 152 153 154
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
A
Ariel Ben-Yehuda 已提交
155 156
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
157
 "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
158 159 160 161 162
]

[[package]]
name = "build_helper"
version = "0.1.0"
163
dependencies = [
A
Alex Crichton 已提交
164
 "filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
165
]
166

167 168
[[package]]
name = "cargo"
A
Alex Crichton 已提交
169
version = "0.24.0"
170
dependencies = [
A
Alex Crichton 已提交
171
 "atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
172 173
 "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "cargotest 0.1.0",
N
Nick Cameron 已提交
174
 "core-foundation 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
175
 "crates-io 0.13.0",
176
 "crossbeam 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
177
 "crypto-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
178 179 180
 "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
181
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
182
 "filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
183
 "flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
184
 "fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
185
 "git2 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
186 187
 "git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
188
 "hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
189 190 191
 "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "home 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ignore 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
192
 "jobserver 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
193
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
194
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
195
 "libgit2-sys 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
196 197
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
198
 "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
199
 "psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
200
 "same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
201
 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
202
 "semver 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
203 204
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
205
 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
206
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
207
 "shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
208
 "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
209
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
210
 "termcolor 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
211
 "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
212
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
213 214 215
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

216 217 218 219 220
[[package]]
name = "cargo_metadata"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
221 222
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
223
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
224 225
]

226 227 228 229
[[package]]
name = "cargotest"
version = "0.1.0"
dependencies = [
A
Alex Crichton 已提交
230 231
 "cargo 0.24.0",
 "filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
232
 "flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
233
 "git2 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
234
 "hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
235 236
 "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
237
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
238
 "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
239
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
240 241
]

A
Alex Crichton 已提交
242 243 244 245
[[package]]
name = "cargotest2"
version = "0.1.0"

N
Nick Cameron 已提交
246 247
[[package]]
name = "cc"
N
Nick Cameron 已提交
248
version = "1.0.3"
N
Nick Cameron 已提交
249 250
source = "registry+https://github.com/rust-lang/crates.io-index"

251 252
[[package]]
name = "cfg-if"
S
steveklabnik 已提交
253
version = "0.1.2"
254 255
source = "registry+https://github.com/rust-lang/crates.io-index"

256 257
[[package]]
name = "clap"
N
Nick Cameron 已提交
258
version = "2.27.1"
259 260 261
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
262
 "atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
263
 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
264
 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
265
 "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
266
 "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
267
 "vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
268
 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
269 270
]

271
[[package]]
272
name = "clippy"
O
Oliver Schneider 已提交
273
version = "0.0.171"
274
dependencies = [
275 276
 "cargo_metadata 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "clippy-mini-macro-test 0.1.0",
O
Oliver Schneider 已提交
277 278
 "clippy_lints 0.0.171",
 "compiletest_rs 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
279
 "duct 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
280
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
281
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
282 283
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
284 285
]

286
[[package]]
287 288 289 290 291
name = "clippy-mini-macro-test"
version = "0.1.0"

[[package]]
name = "clippy_lints"
O
Oliver Schneider 已提交
292
version = "0.0.171"
293
dependencies = [
M
Manish Goregaokar 已提交
294
 "if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
295
 "itertools 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
296
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
297 298 299 300 301
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "pulldown-cmark 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
302 303
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
304 305
 "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
306
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
307 308
]

309 310
[[package]]
name = "cmake"
A
Ariel Ben-Yehuda 已提交
311
version = "0.1.28"
312 313
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
314
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
315 316
]

A
Alex Crichton 已提交
317 318 319 320 321 322 323 324 325 326 327 328 329
[[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 = [
N
Nick Cameron 已提交
330
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
331 332
]

333 334 335 336
[[package]]
name = "compiler_builtins"
version = "0.0.0"
dependencies = [
N
Nick Cameron 已提交
337
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
338 339 340
 "core 0.0.0",
]

341 342 343 344
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
A
Ariel Ben-Yehuda 已提交
345
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
346
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
347
 "filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
348
 "getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
349
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
350
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
351
 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
352
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
353
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
354 355
]

356 357
[[package]]
name = "compiletest_rs"
O
Oliver Schneider 已提交
358
version = "0.3.1"
359 360
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
361
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
362 363 364
 "filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
365 366 367 368
 "log 0.3.8 (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 已提交
369 370 371 372
[[package]]
name = "completion"
version = "0.1.0"

373 374 375 376
[[package]]
name = "core"
version = "0.0.0"

N
Nick Cameron 已提交
377 378 379 380 381 382
[[package]]
name = "core-foundation"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "core-foundation-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
383
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
384 385 386 387 388 389 390
]

[[package]]
name = "core-foundation-sys"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
391
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
392 393
]

394 395
[[package]]
name = "crates-io"
A
Alex Crichton 已提交
396
version = "0.13.0"
397 398
dependencies = [
 "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
399
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
400 401
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
402 403
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
404 405 406 407 408 409 410
]

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

411 412 413 414 415
[[package]]
name = "crossbeam"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
416 417 418 419 420 421 422 423
[[package]]
name = "crypto-hash"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
424
 "openssl 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
425 426 427
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

428 429
[[package]]
name = "cssparser"
G
Guillaume Gomez 已提交
430
version = "0.13.7"
431 432
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
G
Guillaume Gomez 已提交
433
 "cssparser-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
434
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
435
 "phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
436
 "procedural-masquerade 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
437 438 439 440 441 442 443 444 445 446
 "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)",
]

[[package]]
name = "cssparser-macros"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
447
 "procedural-masquerade 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
448
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
449
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
450 451
]

452 453
[[package]]
name = "curl"
454
version = "0.4.8"
455 456
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
457
 "curl-sys 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
458
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
459
 "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
460
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
461
 "socket2 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
462 463 464 465 466
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "curl-sys"
N
Nick Cameron 已提交
467
version = "0.3.15"
468 469
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
470 471
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
472
 "libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
473
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
474
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
475
 "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
476 477 478
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

479 480 481 482 483 484 485 486 487
[[package]]
name = "dbghelp-sys"
version = "0.2.0"
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)",
]

488 489 490 491 492 493 494 495
[[package]]
name = "debug_unreachable"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

496 497
[[package]]
name = "derive-new"
498
version = "0.5.0"
499 500
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
501 502
 "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)",
503 504
]

505 506
[[package]]
name = "diff"
A
Ariel Ben-Yehuda 已提交
507
version = "0.1.11"
508 509
source = "registry+https://github.com/rust-lang/crates.io-index"

510 511 512 513 514 515 516 517
[[package]]
name = "dlmalloc"
version = "0.0.0"
dependencies = [
 "alloc 0.0.0",
 "core 0.0.0",
]

518 519
[[package]]
name = "docopt"
M
Mark Simulacrum 已提交
520
version = "0.8.1"
521 522
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
523
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
524
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
525 526
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
527 528 529
 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
Steve Klabnik 已提交
530 531
[[package]]
name = "dtoa"
532
version = "0.4.2"
S
Steve Klabnik 已提交
533 534
source = "registry+https://github.com/rust-lang/crates.io-index"

535 536 537 538 539 540 541 542 543 544 545 546 547
[[package]]
name = "duct"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "os_pipe 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "shared_child 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "either"
A
Ariel Ben-Yehuda 已提交
548
version = "1.4.0"
549 550
source = "registry+https://github.com/rust-lang/crates.io-index"

551 552 553 554 555
[[package]]
name = "enum_primitive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
556
 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
557 558 559 560 561 562 563
]

[[package]]
name = "env_logger"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
564
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
565 566 567
 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
Steve Klabnik 已提交
568 569
[[package]]
name = "env_logger"
570
version = "0.4.3"
S
Steve Klabnik 已提交
571 572
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
573 574
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
575 576
]

577 578 579 580 581
[[package]]
name = "error-chain"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
582
 "backtrace 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
583 584
]

585 586
[[package]]
name = "error-chain"
587
version = "0.11.0"
G
Guillaume Gomez 已提交
588 589
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
590
 "backtrace 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
591 592
]

593 594 595
[[package]]
name = "error_index_generator"
version = "0.0.0"
M
Mark Simulacrum 已提交
596 597 598
dependencies = [
 "rustdoc 0.0.0",
]
599

600 601 602 603
[[package]]
name = "features"
version = "0.1.0"

604 605
[[package]]
name = "filetime"
A
Alex Crichton 已提交
606
version = "0.1.14"
607 608
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
609
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
610
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
611
 "redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
612 613
]

N
Nick Cameron 已提交
614 615 616 617
[[package]]
name = "find_all_refs_no_cfg_test"
version = "0.1.0"

N
Nick Cameron 已提交
618 619 620 621
[[package]]
name = "find_impls"
version = "0.1.0"

622 623
[[package]]
name = "flate2"
N
Nick Cameron 已提交
624
version = "0.2.20"
625 626
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
627
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
628
 "miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
629 630
]

631 632 633 634
[[package]]
name = "fmt_macros"
version = "0.0.0"

635 636
[[package]]
name = "fnv"
N
Nick Cameron 已提交
637
version = "1.0.6"
638 639
source = "registry+https://github.com/rust-lang/crates.io-index"

640 641 642 643 644 645 646
[[package]]
name = "foreign-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "fs2"
647
version = "0.4.2"
648 649 650
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
651
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
652 653 654
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670
[[package]]
name = "fuchsia-zircon"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fuchsia-zircon-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

671
[[package]]
672 673 674 675 676 677 678
name = "futf"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
679

680 681
[[package]]
name = "futures"
N
Nick Cameron 已提交
682
version = "0.1.17"
683 684
source = "registry+https://github.com/rust-lang/crates.io-index"

685 686
[[package]]
name = "getopts"
N
Nick Cameron 已提交
687
version = "0.2.15"
688 689
source = "registry+https://github.com/rust-lang/crates.io-index"

690 691
[[package]]
name = "git2"
692
version = "0.6.8"
693 694
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
Marc-Antoine Perennou 已提交
695
 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
696
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
697
 "libgit2-sys 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
698
 "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
699
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
700
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
701 702 703 704 705 706 707
]

[[package]]
name = "git2-curl"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
708
 "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
709
 "git2 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
710
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
711
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
712 713 714 715 716 717 718
]

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

719 720
[[package]]
name = "globset"
N
Nick Cameron 已提交
721
version = "0.2.1"
722 723 724
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
725
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
726
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
727
 "memchr 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
728 729 730
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

731 732 733 734
[[package]]
name = "graphviz"
version = "0.0.0"

735 736 737 738 739
[[package]]
name = "hamcrest"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
740
 "num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
741 742 743
 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
]

744 745
[[package]]
name = "handlebars"
S
steveklabnik 已提交
746
version = "0.29.1"
747 748
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
749
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
750
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
751
 "pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
752
 "quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
753
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
754
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
755
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
756 757
]

758 759 760 761 762
[[package]]
name = "hex"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

763 764 765 766 767 768 769 770 771 772 773 774
[[package]]
name = "home"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "userenv-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

775 776
[[package]]
name = "html-diff"
A
Ariel Ben-Yehuda 已提交
777
version = "0.0.5"
778 779
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
780
 "kuchiki 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
781 782 783 784
]

[[package]]
name = "html5ever"
A
Ariel Ben-Yehuda 已提交
785
version = "0.20.0"
786 787 788 789
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
790
 "markup5ever 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
791 792 793 794
 "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)",
]

795 796
[[package]]
name = "idna"
797
version = "0.1.4"
798 799
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
800
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
801
 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
802
 "unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
803 804
]

M
Manish Goregaokar 已提交
805 806 807 808 809
[[package]]
name = "if_chain"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

810 811 812 813 814 815
[[package]]
name = "ignore"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
816
 "globset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
817
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
818
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
819
 "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
820 821 822 823 824
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
825 826 827 828 829 830 831 832 833 834 835 836
[[package]]
name = "infer_bin"
version = "0.1.0"

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

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

837 838 839 840
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
N
Nick Cameron 已提交
841
 "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)",
842
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
843
 "flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
844
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
845
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
846
 "tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
847 848 849 850 851
 "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

852 853 854 855 856
[[package]]
name = "itertools"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
857
 "either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
858 859
]

860
[[package]]
A
Alex Crichton 已提交
861
name = "itoa"
N
Nick Cameron 已提交
862
version = "0.3.4"
863 864
source = "registry+https://github.com/rust-lang/crates.io-index"

S
Steve Klabnik 已提交
865
[[package]]
A
Alex Crichton 已提交
866
name = "jobserver"
867
version = "0.1.8"
S
Steve Klabnik 已提交
868
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
869
dependencies = [
N
Nick Cameron 已提交
870 871
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
872
]
S
Steve Klabnik 已提交
873

874 875
[[package]]
name = "jsonrpc-core"
N
Nick Cameron 已提交
876
version = "7.1.1"
877 878
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
879
 "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
880
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
881 882
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
883
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
884 885
]

886 887 888 889 890 891 892 893 894
[[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)",
]

895 896
[[package]]
name = "kuchiki"
A
Ariel Ben-Yehuda 已提交
897
version = "0.6.0"
898 899
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
G
Guillaume Gomez 已提交
900
 "cssparser 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
901
 "html5ever 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
902
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
903
 "selectors 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
904 905
]

906 907
[[package]]
name = "languageserver-types"
908
version = "0.12.0"
909 910 911
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
912 913
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
914 915
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
916 917 918
 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

919 920
[[package]]
name = "lazy_static"
A
Ariel Ben-Yehuda 已提交
921
version = "0.2.11"
922 923
source = "registry+https://github.com/rust-lang/crates.io-index"

924 925 926 927 928
[[package]]
name = "lazycell"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

929 930 931 932 933 934 935 936 937
[[package]]
name = "libc"
version = "0.0.0"
dependencies = [
 "core 0.0.0",
]

[[package]]
name = "libc"
N
Nick Cameron 已提交
938
version = "0.2.33"
939 940
source = "registry+https://github.com/rust-lang/crates.io-index"

941 942
[[package]]
name = "libgit2-sys"
A
Alex Crichton 已提交
943
version = "0.6.16"
944 945
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
946
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
947
 "cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
948
 "curl-sys 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
949
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
950
 "libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
951
 "libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
952
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
953 954 955 956 957 958 959 960
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "libssh2-sys"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
961
 "cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
962
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
963
 "libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
964
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
965 966 967 968 969
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "libz-sys"
A
Alex Crichton 已提交
970
version = "1.0.18"
971 972
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
973 974
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
975
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
976
 "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
977 978
]

979 980 981 982 983 984
[[package]]
name = "linkchecker"
version = "0.1.0"

[[package]]
name = "log"
985
version = "0.3.8"
986 987
source = "registry+https://github.com/rust-lang/crates.io-index"

988 989
[[package]]
name = "lzma-sys"
N
Nick Cameron 已提交
990
version = "0.1.9"
991 992
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
993
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
994
 "filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
995
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
996
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
997 998
]

999 1000 1001 1002
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1003

G
Guillaume Gomez 已提交
1004 1005
[[package]]
name = "markup5ever"
A
Ariel Ben-Yehuda 已提交
1006
version = "0.5.0"
G
Guillaume Gomez 已提交
1007 1008 1009 1010 1011
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1012
 "string_cache 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
1013
 "string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1014
 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
1015 1016
]

1017 1018
[[package]]
name = "matches"
1019
version = "0.1.6"
1020 1021
source = "registry+https://github.com/rust-lang/crates.io-index"

1022 1023
[[package]]
name = "mdbook"
S
steveklabnik 已提交
1024
version = "0.0.26"
1025 1026
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1027
 "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)",
1028
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1029 1030
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "handlebars 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1031
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1032
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1033
 "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1034
 "pulldown-cmark 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1035
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1036 1037
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1038
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1039
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1040
 "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1041 1042 1043 1044 1045 1046 1047
]

[[package]]
name = "memchr"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1048
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1049 1050 1051 1052
]

[[package]]
name = "memchr"
A
Alex Crichton 已提交
1053
version = "1.0.2"
1054 1055
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1056 1057 1058 1059 1060 1061 1062 1063 1064
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "memchr"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1065 1066
]

1067 1068
[[package]]
name = "miniz-sys"
N
Nick Cameron 已提交
1069
version = "0.1.10"
1070 1071
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1072 1073
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1074 1075 1076 1077 1078 1079 1080 1081
]

[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1082
 "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
1083 1084 1085 1086
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
1087 1088 1089 1090
[[package]]
name = "multiple_bins"
version = "0.1.0"

1091 1092
[[package]]
name = "net2"
N
Nick Cameron 已提交
1093
version = "0.2.31"
1094 1095
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
S
steveklabnik 已提交
1096
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1097
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1098
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1099 1100 1101 1102
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

1103 1104 1105 1106 1107 1108 1109
[[package]]
name = "nix"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1110
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1111 1112 1113
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

1114 1115
[[package]]
name = "num"
1116
version = "0.1.40"
1117 1118
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1119
 "num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1120
 "num-complex 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
1121 1122
 "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1123
 "num-rational 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
1124
 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
1125 1126 1127 1128
]

[[package]]
name = "num-bigint"
1129
version = "0.1.40"
1130 1131
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1132 1133
 "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1134
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
1135 1136 1137 1138 1139
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-complex"
N
Nick Cameron 已提交
1140
version = "0.1.40"
1141 1142
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1143
 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
1144 1145 1146 1147 1148
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-integer"
1149
version = "0.1.35"
1150 1151
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1152
 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
1153 1154 1155 1156
]

[[package]]
name = "num-iter"
1157
version = "0.1.34"
1158 1159
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1160 1161
 "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
1162 1163 1164 1165
]

[[package]]
name = "num-rational"
N
Nick Cameron 已提交
1166
version = "0.1.40"
1167 1168
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1169 1170 1171
 "num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
1172
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
1173 1174
]

S
Steve Klabnik 已提交
1175 1176
[[package]]
name = "num-traits"
1177
version = "0.1.40"
S
Steve Klabnik 已提交
1178 1179
source = "registry+https://github.com/rust-lang/crates.io-index"

1180 1181
[[package]]
name = "num_cpus"
A
Alex Crichton 已提交
1182
version = "1.7.0"
1183 1184
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1185
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1186 1187
]

S
Steve Klabnik 已提交
1188 1189
[[package]]
name = "open"
A
Alex Crichton 已提交
1190
version = "1.2.1"
S
Steve Klabnik 已提交
1191 1192
source = "registry+https://github.com/rust-lang/crates.io-index"

1193 1194
[[package]]
name = "openssl"
1195
version = "0.9.21"
1196 1197
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1198
 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
1199
 "foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1200
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1201
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1202
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
1203 1204 1205 1206 1207 1208 1209 1210 1211
]

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

[[package]]
name = "openssl-sys"
1212
version = "0.9.21"
1213 1214
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1215 1216
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1217
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1218
 "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1219 1220
]

1221 1222 1223 1224 1225 1226 1227 1228 1229 1230
[[package]]
name = "os_pipe"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "nix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

1231 1232 1233 1234 1235 1236 1237 1238
[[package]]
name = "owning_ref"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
 "core 0.0.0",
 "libc 0.0.0",
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
 "alloc 0.0.0",
 "core 0.0.0",
 "libc 0.0.0",
 "unwind 0.0.0",
]

1257 1258
[[package]]
name = "percent-encoding"
A
Ariel Ben-Yehuda 已提交
1259
version = "1.0.1"
1260 1261
source = "registry+https://github.com/rust-lang/crates.io-index"

1262 1263 1264 1265 1266
[[package]]
name = "pest"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289
[[package]]
name = "phf"
version = "0.7.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "phf_codegen"
version = "0.7.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "phf_generator"
version = "0.7.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1290
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
1291 1292 1293 1294 1295 1296 1297 1298 1299 1300
]

[[package]]
name = "phf_shared"
version = "0.7.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

1301 1302 1303 1304 1305
[[package]]
name = "pkg-config"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

G
Guillaume Gomez 已提交
1306 1307
[[package]]
name = "precomputed-hash"
A
Alex Crichton 已提交
1308
version = "0.1.1"
G
Guillaume Gomez 已提交
1309 1310
source = "registry+https://github.com/rust-lang/crates.io-index"

1311 1312 1313 1314
[[package]]
name = "proc_macro"
version = "0.0.0"
dependencies = [
1315
 "rustc_errors 0.0.0",
1316
 "syntax 0.0.0",
J
Jeffrey Seyfried 已提交
1317
 "syntax_pos 0.0.0",
1318 1319
]

G
Guillaume Gomez 已提交
1320 1321
[[package]]
name = "procedural-masquerade"
A
Ariel Ben-Yehuda 已提交
1322
version = "0.1.5"
G
Guillaume Gomez 已提交
1323 1324
source = "registry+https://github.com/rust-lang/crates.io-index"

1325 1326 1327 1328
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
N
Nick Cameron 已提交
1329
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1330
 "core 0.0.0",
1331 1332
]

1333 1334 1335 1336 1337 1338 1339 1340 1341
[[package]]
name = "psapi-sys"
version = "0.1.0"
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)",
]

1342 1343 1344 1345 1346 1347 1348 1349 1350
[[package]]
name = "pulldown-cmark"
version = "0.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
steveklabnik 已提交
1351 1352 1353 1354 1355 1356
[[package]]
name = "pulldown-cmark"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1357
 "getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
1358 1359
]

1360 1361
[[package]]
name = "quick-error"
N
Nick Cameron 已提交
1362
version = "1.2.1"
1363 1364
source = "registry+https://github.com/rust-lang/crates.io-index"

1365 1366 1367 1368 1369
[[package]]
name = "quine-mc_cluskey"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

1370 1371 1372 1373 1374 1375 1376
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "racer"
N
Nick Cameron 已提交
1377
version = "2.0.12"
1378
source = "registry+https://github.com/rust-lang/crates.io-index"
1379
dependencies = [
N
Nick Cameron 已提交
1380
 "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)",
1381
 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1382
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1383
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1384 1385 1386 1387
 "syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
1388

1389 1390
[[package]]
name = "rand"
N
Nick Cameron 已提交
1391
version = "0.3.18"
1392 1393
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1394
 "fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1395
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1396 1397
]

N
Nick Cameron 已提交
1398 1399 1400 1401 1402
[[package]]
name = "redox_syscall"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1403 1404 1405 1406 1407 1408 1409 1410
[[package]]
name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
1411 1412 1413 1414 1415 1416 1417 1418
[[package]]
name = "reformat"
version = "0.1.0"

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

1419 1420 1421 1422 1423 1424 1425 1426 1427 1428
[[package]]
name = "regex"
version = "0.1.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1429 1430
]

1431 1432
[[package]]
name = "regex"
1433
version = "0.2.2"
1434 1435
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1436
 "aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1437
 "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1438
 "regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1439
 "thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
S
Steve Klabnik 已提交
1440
 "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1441 1442
]

1443 1444 1445 1446 1447
[[package]]
name = "regex-syntax"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

1448 1449
[[package]]
name = "regex-syntax"
1450
version = "0.4.1"
1451 1452
source = "registry+https://github.com/rust-lang/crates.io-index"

1453 1454 1455 1456 1457 1458 1459 1460
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

1461 1462
[[package]]
name = "rls"
D
Dustin Speckhals 已提交
1463
version = "0.123.0"
1464
dependencies = [
A
Alex Crichton 已提交
1465
 "cargo 0.24.0",
1466
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1467
 "jsonrpc-core 7.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1468
 "languageserver-types 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1469
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1470
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1471 1472
 "racer 2.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "rls-analysis 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
1473
 "rls-data 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1474
 "rls-rustc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1475
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1476
 "rls-vfs 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1477
 "rustfmt-nightly 0.2.15",
A
Ariel Ben-Yehuda 已提交
1478 1479
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1480 1481
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1482 1483 1484 1485
]

[[package]]
name = "rls-analysis"
N
Nick Cameron 已提交
1486
version = "0.8.1"
1487 1488
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1489
 "derive-new 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1490
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1491
 "rls-data 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1492 1493 1494 1495
 "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 已提交
1496 1497
[[package]]
name = "rls-data"
1498
version = "0.12.0"
N
Nick Cameron 已提交
1499 1500 1501 1502
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
Ariel Ben-Yehuda 已提交
1503 1504
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1505 1506
]

A
Andy Russell 已提交
1507 1508 1509 1510 1511 1512 1513 1514 1515
[[package]]
name = "rls-data"
version = "0.13.0"
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)",
]

N
Nick Cameron 已提交
1516 1517
[[package]]
name = "rls-rustc"
1518
version = "0.1.1"
N
Nick Cameron 已提交
1519 1520
source = "registry+https://github.com/rust-lang/crates.io-index"

1521 1522
[[package]]
name = "rls-span"
1523
version = "0.4.0"
1524
source = "registry+https://github.com/rust-lang/crates.io-index"
1525
dependencies = [
1526
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1527 1528
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
1529 1530 1531 1532
]

[[package]]
name = "rls-vfs"
S
steveklabnik 已提交
1533
version = "0.4.4"
1534 1535
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1536
 "racer 2.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
1537
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1538 1539
]

1540 1541
[[package]]
name = "rustbook"
1542 1543
version = "0.1.0"
dependencies = [
N
Nick Cameron 已提交
1544
 "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1545
 "mdbook 0.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
1546
]
1547 1548 1549 1550 1551 1552

[[package]]
name = "rustc"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
A
Ariel Ben-Yehuda 已提交
1553
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1554
 "flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
1555 1556
 "fmt_macros 0.0.0",
 "graphviz 0.0.0",
1557
 "jobserver 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1558
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1559
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1560 1561 1562 1563 1564 1565 1566 1567 1568
 "rustc_back 0.0.0",
 "rustc_const_math 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
 "serialize 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

1569 1570
[[package]]
name = "rustc-demangle"
N
Nick Cameron 已提交
1571
version = "0.1.5"
1572 1573
source = "registry+https://github.com/rust-lang/crates.io-index"

1574 1575 1576 1577 1578 1579 1580 1581 1582 1583
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
 "rustc_back 0.0.0",
 "rustc_driver 0.0.0",
]

[[package]]
name = "rustc-serialize"
1584
version = "0.3.24"
1585 1586
source = "registry+https://github.com/rust-lang/crates.io-index"

1587 1588 1589 1590 1591 1592 1593 1594 1595 1596
[[package]]
name = "rustc_allocator"
version = "0.0.0"
dependencies = [
 "rustc 0.0.0",
 "rustc_errors 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

1597 1598 1599 1600
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
A
Ariel Ben-Yehuda 已提交
1601
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1602
 "rustc_cratesio_shim 0.0.0",
1603 1604
]

J
Jorge Aparicio 已提交
1605 1606 1607 1608
[[package]]
name = "rustc_asan"
version = "0.0.0"
dependencies = [
1609
 "alloc 0.0.0",
J
Jorge Aparicio 已提交
1610
 "alloc_system 0.0.0",
1611
 "build_helper 0.1.0",
A
Ariel Ben-Yehuda 已提交
1612
 "cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
1613 1614 1615
 "core 0.0.0",
]

1616 1617 1618 1619
[[package]]
name = "rustc_back"
version = "0.0.0"
dependencies = [
1620
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1621
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
1622 1623 1624 1625
 "serialize 0.0.0",
 "syntax 0.0.0",
]

1626 1627 1628 1629 1630
[[package]]
name = "rustc_binaryen"
version = "0.0.0"
dependencies = [
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1631
 "cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
1632 1633 1634
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
]

1635 1636 1637 1638 1639
[[package]]
name = "rustc_borrowck"
version = "0.0.0"
dependencies = [
 "graphviz 0.0.0",
1640
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1641
 "rustc 0.0.0",
1642
 "rustc_back 0.0.0",
1643 1644 1645 1646 1647 1648 1649 1650 1651 1652
 "rustc_errors 0.0.0",
 "rustc_mir 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_const_eval"
version = "0.0.0"
dependencies = [
1653
 "arena 0.0.0",
1654
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1655 1656 1657
 "rustc 0.0.0",
 "rustc_back 0.0.0",
 "rustc_const_math 0.0.0",
1658
 "rustc_data_structures 0.0.0",
1659 1660 1661 1662 1663 1664 1665 1666 1667
 "rustc_errors 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_const_math"
version = "0.0.0"
dependencies = [
1668
 "rustc_apfloat 0.0.0",
1669 1670 1671 1672
 "serialize 0.0.0",
 "syntax 0.0.0",
]

1673 1674 1675 1676
[[package]]
name = "rustc_cratesio_shim"
version = "0.0.0"
dependencies = [
A
Ariel Ben-Yehuda 已提交
1677
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1678 1679
]

1680 1681 1682 1683
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
1684
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1685 1686 1687 1688 1689 1690 1691
 "serialize 0.0.0",
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
1692
 "ar 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
1693
 "arena 0.0.0",
1694
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1695
 "graphviz 0.0.0",
1696
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1697
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1698
 "rustc 0.0.0",
1699
 "rustc_allocator 0.0.0",
1700 1701 1702
 "rustc_back 0.0.0",
 "rustc_borrowck 0.0.0",
 "rustc_const_eval 0.0.0",
1703
 "rustc_data_structures 0.0.0",
1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714
 "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",
 "rustc_trans 0.0.0",
1715
 "rustc_trans_utils 0.0.0",
1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726
 "rustc_typeck 0.0.0",
 "serialize 0.0.0",
 "syntax 0.0.0",
 "syntax_ext 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
1727
 "rustc_data_structures 0.0.0",
1728
 "serialize 0.0.0",
1729 1730 1731 1732 1733 1734 1735 1736
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
 "graphviz 0.0.0",
1737
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1738
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
 "serialize 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
1750
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1751 1752 1753 1754 1755 1756 1757 1758 1759 1760
 "rustc 0.0.0",
 "rustc_const_eval 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
A
Ariel Ben-Yehuda 已提交
1761
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1762
 "build_helper 0.1.0",
N
Nick Cameron 已提交
1763
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1764
 "rustc_cratesio_shim 0.0.0",
1765 1766
]

J
Jorge Aparicio 已提交
1767 1768 1769 1770
[[package]]
name = "rustc_lsan"
version = "0.0.0"
dependencies = [
1771
 "alloc 0.0.0",
J
Jorge Aparicio 已提交
1772
 "alloc_system 0.0.0",
1773
 "build_helper 0.1.0",
A
Ariel Ben-Yehuda 已提交
1774
 "cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
1775 1776 1777
 "core 0.0.0",
]

1778 1779 1780 1781
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
N
Nick Cameron 已提交
1782
 "flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
1783
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1784
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1785
 "proc_macro 0.0.0",
1786 1787 1788 1789 1790 1791
 "rustc 0.0.0",
 "rustc_back 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
 "serialize 0.0.0",
 "syntax 0.0.0",
1792
 "syntax_ext 0.0.0",
1793 1794 1795 1796 1797 1798 1799
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
A
Ariel Ben-Yehuda 已提交
1800
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1801
 "graphviz 0.0.0",
1802
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1803 1804 1805 1806
 "rustc 0.0.0",
 "rustc_const_eval 0.0.0",
 "rustc_const_math 0.0.0",
 "rustc_data_structures 0.0.0",
1807
 "rustc_errors 0.0.0",
1808
 "serialize 0.0.0",
1809 1810 1811 1812
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

J
Jorge Aparicio 已提交
1813 1814 1815 1816
[[package]]
name = "rustc_msan"
version = "0.0.0"
dependencies = [
1817
 "alloc 0.0.0",
J
Jorge Aparicio 已提交
1818
 "alloc_system 0.0.0",
1819
 "build_helper 0.1.0",
A
Ariel Ben-Yehuda 已提交
1820
 "cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
1821 1822 1823
 "core 0.0.0",
]

1824 1825 1826 1827
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
1828
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857
 "rustc 0.0.0",
 "rustc_const_eval 0.0.0",
 "rustc_const_math 0.0.0",
 "rustc_errors 0.0.0",
 "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_back 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",
1858
 "rustc_typeck 0.0.0",
1859 1860 1861 1862 1863 1864 1865 1866 1867
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
1868
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1869
 "rustc 0.0.0",
1870
 "rustc_data_structures 0.0.0",
1871 1872 1873 1874 1875 1876 1877 1878 1879
 "rustc_errors 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
1880
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
A
Andy Russell 已提交
1881
 "rls-data 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
1882
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1883
 "rustc 0.0.0",
1884
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1885
 "rustc_data_structures 0.0.0",
1886
 "rustc_typeck 0.0.0",
1887 1888 1889 1890 1891 1892 1893 1894
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_trans"
version = "0.0.0"
dependencies = [
A
Ariel Ben-Yehuda 已提交
1895
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1896
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1897
 "flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
1898
 "jobserver 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1899
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1900
 "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1901
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1902
 "rustc 0.0.0",
N
Nick Cameron 已提交
1903
 "rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1904
 "rustc_allocator 0.0.0",
1905
 "rustc_apfloat 0.0.0",
1906
 "rustc_back 0.0.0",
1907
 "rustc_binaryen 0.0.0",
1908 1909 1910 1911 1912 1913
 "rustc_const_math 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
 "rustc_incremental 0.0.0",
 "rustc_llvm 0.0.0",
 "rustc_platform_intrinsics 0.0.0",
1914 1915 1916 1917 1918 1919
 "rustc_trans_utils 0.0.0",
 "serialize 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

B
bjorn3 已提交
1920
[[package]]
1921
name = "rustc_trans_utils"
B
bjorn3 已提交
1922 1923
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
1924
 "ar 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1925
 "flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
1926
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
1927 1928 1929
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc 0.0.0",
 "rustc_back 0.0.0",
B
bjorn3 已提交
1930
 "rustc_data_structures 0.0.0",
1931 1932 1933 1934
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

J
Jorge Aparicio 已提交
1935 1936 1937 1938
[[package]]
name = "rustc_tsan"
version = "0.0.0"
dependencies = [
1939
 "alloc 0.0.0",
J
Jorge Aparicio 已提交
1940
 "alloc_system 0.0.0",
1941
 "build_helper 0.1.0",
A
Ariel Ben-Yehuda 已提交
1942
 "cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
1943 1944 1945
 "core 0.0.0",
]

1946 1947 1948 1949 1950 1951
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
 "fmt_macros 0.0.0",
1952
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1953 1954 1955
 "rustc 0.0.0",
 "rustc_back 0.0.0",
 "rustc_const_math 0.0.0",
T
Tim Neumann 已提交
1956
 "rustc_data_structures 0.0.0",
1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967
 "rustc_errors 0.0.0",
 "rustc_platform_intrinsics 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
 "build_helper 0.1.0",
N
Nick Cameron 已提交
1968
 "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1969
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1970
 "html-diff 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1971
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1972
 "pulldown-cmark 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
1973 1974 1975 1976 1977 1978 1979
]

[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
 "rustdoc 0.0.0",
1980 1981
]

D
Dustin Speckhals 已提交
1982 1983
[[package]]
name = "rustfmt-nightly"
N
Nick Cameron 已提交
1984
version = "0.2.15"
D
Dustin Speckhals 已提交
1985
dependencies = [
N
Nick Cameron 已提交
1986
 "derive-new 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1987
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
D
Dustin Speckhals 已提交
1988 1989 1990
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1991
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
D
Dustin Speckhals 已提交
1992 1993
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1994 1995
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1996
 "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
1997
 "strings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
D
Dustin Speckhals 已提交
1998 1999 2000 2001 2002 2003
 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

2004 2005 2006 2007 2008 2009 2010 2011 2012
[[package]]
name = "same-file"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
2013 2014 2015 2016 2017
[[package]]
name = "scoped-tls"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

2018 2019 2020 2021 2022
[[package]]
name = "scopeguard"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

2023 2024
[[package]]
name = "selectors"
G
Guillaume Gomez 已提交
2025
version = "0.18.0"
2026 2027 2028
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
2029
 "cssparser 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2030
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2031
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
2032 2033
 "phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2034
 "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
2035
 "smallvec 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2036 2037
]

2038 2039 2040 2041 2042 2043 2044 2045
[[package]]
name = "semver"
version = "0.6.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)",
]

2046 2047
[[package]]
name = "semver"
2048
version = "0.8.0"
2049 2050 2051
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
Ariel Ben-Yehuda 已提交
2052
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
2053 2054 2055 2056 2057 2058 2059 2060 2061
]

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

[[package]]
name = "serde"
A
Ariel Ben-Yehuda 已提交
2062
version = "1.0.21"
2063 2064 2065 2066
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "serde_derive"
A
Ariel Ben-Yehuda 已提交
2067
version = "1.0.21"
2068 2069 2070
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2071
 "serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
2072 2073 2074 2075 2076
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "serde_derive_internals"
N
Nick Cameron 已提交
2077
version = "0.17.0"
2078 2079 2080 2081 2082 2083 2084 2085
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "serde_ignored"
2086
version = "0.0.4"
2087 2088
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
2089
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
2090
]
S
Steve Klabnik 已提交
2091 2092 2093

[[package]]
name = "serde_json"
N
Nick Cameron 已提交
2094
version = "1.0.6"
S
Steve Klabnik 已提交
2095 2096
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2097
 "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2098
 "itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2099
 "num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
2100
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
S
Steve Klabnik 已提交
2101 2102
]

2103 2104 2105 2106
[[package]]
name = "serialize"
version = "0.0.0"

2107 2108 2109 2110 2111 2112
[[package]]
name = "shared_child"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2113
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
2114 2115 2116
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

2117 2118 2119 2120 2121
[[package]]
name = "shell-escape"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Mark Simulacrum 已提交
2122
[[package]]
G
Guillaume Gomez 已提交
2123 2124 2125 2126 2127 2128 2129 2130 2131
name = "siphasher"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

M
Mark Simulacrum 已提交
2132 2133
[[package]]
name = "socket2"
A
Alex Crichton 已提交
2134
version = "0.2.4"
M
Mark Simulacrum 已提交
2135 2136
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
S
steveklabnik 已提交
2137
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2138
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2139
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2140 2141 2142 2143
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

2144 2145 2146 2147 2148
[[package]]
name = "stable_deref_trait"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

2149 2150 2151 2152 2153 2154 2155 2156
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
 "alloc 0.0.0",
 "alloc_jemalloc 0.0.0",
 "alloc_system 0.0.0",
 "build_helper 0.1.0",
2157
 "compiler_builtins 0.0.0",
2158 2159 2160 2161
 "core 0.0.0",
 "libc 0.0.0",
 "panic_abort 0.0.0",
 "panic_unwind 0.0.0",
2162
 "profiler_builtins 0.0.0",
N
Nick Cameron 已提交
2163
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2164 2165 2166 2167
 "rustc_asan 0.0.0",
 "rustc_lsan 0.0.0",
 "rustc_msan 0.0.0",
 "rustc_tsan 0.0.0",
2168
 "std_unicode 0.0.0",
2169 2170 2171
 "unwind 0.0.0",
]

2172 2173 2174 2175 2176 2177 2178
[[package]]
name = "std_unicode"
version = "0.0.0"
dependencies = [
 "core 0.0.0",
]

2179 2180
[[package]]
name = "string_cache"
2181
version = "0.6.2"
2182 2183 2184
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
2185
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2186
 "phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2187
 "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
2188
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
2189
 "string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2190 2191 2192 2193 2194
 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "string_cache_codegen"
G
Guillaume Gomez 已提交
2195
version = "0.4.0"
2196 2197 2198
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
2199 2200
 "phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
2201 2202 2203 2204 2205 2206 2207 2208
 "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"

2209 2210
[[package]]
name = "strings"
A
Ariel Ben-Yehuda 已提交
2211
version = "0.1.1"
2212 2213
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2214
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2215 2216
]

2217 2218
[[package]]
name = "strsim"
S
Steve Klabnik 已提交
2219
version = "0.6.0"
2220 2221
source = "registry+https://github.com/rust-lang/crates.io-index"

2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239
[[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)",
]

[[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)",
]

2240 2241 2242 2243
[[package]]
name = "syntax"
version = "0.0.0"
dependencies = [
A
Ariel Ben-Yehuda 已提交
2244
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2245
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2246
 "rustc_cratesio_shim 0.0.0",
2247
 "rustc_data_structures 0.0.0",
2248 2249 2250 2251 2252 2253 2254 2255 2256 2257
 "rustc_errors 0.0.0",
 "serialize 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "syntax_ext"
version = "0.0.0"
dependencies = [
 "fmt_macros 0.0.0",
2258
 "proc_macro 0.0.0",
2259 2260 2261 2262 2263 2264 2265 2266 2267
 "rustc_errors 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "syntax_pos"
version = "0.0.0"
dependencies = [
2268
 "rustc_data_structures 0.0.0",
2269
 "serialize 0.0.0",
2270
 "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2271 2272
]

2273 2274 2275 2276 2277
[[package]]
name = "syntex_errors"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2278
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
2279
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2280 2281
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2282
 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299
 "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "syntex_pos"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "syntex_syntax"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2300
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
2301
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2302 2303 2304
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2305
 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2306 2307 2308
 "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

2309 2310
[[package]]
name = "tar"
2311
version = "0.4.13"
2312 2313
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2314
 "filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2315
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
2316 2317 2318
 "xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

2319 2320 2321 2322 2323
[[package]]
name = "tempdir"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2324
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
2325 2326
]

2327 2328
[[package]]
name = "tendril"
A
Ariel Ben-Yehuda 已提交
2329
version = "0.4.0"
2330 2331 2332 2333
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futf 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
2334
 "utf-8 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2335 2336
]

2337 2338 2339 2340
[[package]]
name = "term"
version = "0.0.0"

2341 2342
[[package]]
name = "term"
M
Mark Simulacrum 已提交
2343
version = "0.4.6"
2344 2345 2346 2347 2348 2349
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

2350 2351
[[package]]
name = "termcolor"
2352
version = "0.3.3"
2353 2354
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2355
 "wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2356 2357
]

A
Alex Crichton 已提交
2358 2359 2360 2361 2362
[[package]]
name = "termion"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2363
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2364 2365 2366 2367
 "redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

2368 2369 2370 2371
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
N
Nick Cameron 已提交
2372
 "getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
2373 2374 2375
 "term 0.0.0",
]

S
steveklabnik 已提交
2376 2377
[[package]]
name = "textwrap"
N
Nick Cameron 已提交
2378
version = "0.9.0"
S
steveklabnik 已提交
2379 2380 2381 2382 2383
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

2384 2385
[[package]]
name = "thread-id"
2386 2387 2388 2389
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2390
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
2391 2392 2393 2394 2395 2396 2397 2398
]

[[package]]
name = "thread_local"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2399 2400
]

A
Alex Crichton 已提交
2401 2402
[[package]]
name = "thread_local"
N
Nick Cameron 已提交
2403
version = "0.3.4"
2404 2405
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
2406
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2407
 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2408 2409
]

2410 2411 2412 2413
[[package]]
name = "tidy"
version = "0.1.0"

S
Steve Klabnik 已提交
2414 2415
[[package]]
name = "toml"
2416 2417 2418 2419 2420 2421 2422 2423
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "toml"
N
Nick Cameron 已提交
2424
version = "0.4.5"
2425 2426
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
2427
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
2428 2429 2430 2431
]

[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
2432
version = "0.3.4"
S
Steve Klabnik 已提交
2433 2434
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2435
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2436 2437
]

2438 2439
[[package]]
name = "unicode-normalization"
2440
version = "0.1.5"
2441 2442 2443 2444
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-segmentation"
N
Nick Cameron 已提交
2445
version = "1.2.0"
2446 2447 2448 2449 2450 2451 2452
source = "registry+https://github.com/rust-lang/crates.io-index"

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

2453 2454 2455 2456 2457 2458 2459 2460 2461 2462
[[package]]
name = "unicode-xid"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

G
Guillaume Gomez 已提交
2463 2464 2465 2466 2467 2468 2469 2470
[[package]]
name = "unreachable"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
Steve Klabnik 已提交
2471 2472
[[package]]
name = "unreachable"
N
Nick Cameron 已提交
2473
version = "1.0.0"
S
Steve Klabnik 已提交
2474 2475 2476 2477 2478
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

2479 2480 2481 2482 2483 2484 2485
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
 "tidy 0.1.0",
]

N
Nick Cameron 已提交
2486 2487 2488 2489 2490 2491 2492 2493
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
 "core 0.0.0",
 "libc 0.0.0",
]

2494 2495
[[package]]
name = "url"
N
Nick Cameron 已提交
2496
version = "1.6.0"
2497 2498
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2499
 "idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2500
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Ariel Ben-Yehuda 已提交
2501
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2502 2503 2504 2505 2506 2507 2508
]

[[package]]
name = "url_serde"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Ariel Ben-Yehuda 已提交
2509
 "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2510
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2511 2512
]

2513 2514 2515 2516 2517 2518 2519 2520 2521
[[package]]
name = "userenv-sys"
version = "0.2.0"
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)",
]

2522
[[package]]
2523
name = "utf-8"
G
Guillaume Gomez 已提交
2524
version = "0.7.1"
2525 2526 2527
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2528 2529
]

2530 2531 2532 2533 2534
[[package]]
name = "utf8-ranges"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

2535 2536
[[package]]
name = "utf8-ranges"
S
Steve Klabnik 已提交
2537
version = "1.0.0"
2538 2539
source = "registry+https://github.com/rust-lang/crates.io-index"

2540 2541 2542 2543 2544
[[package]]
name = "vcpkg"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

2545 2546
[[package]]
name = "vec_map"
2547
version = "0.8.0"
2548 2549
source = "registry+https://github.com/rust-lang/crates.io-index"

S
Steve Klabnik 已提交
2550 2551 2552 2553 2554
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

2555 2556 2557 2558 2559 2560 2561 2562 2563 2564
[[package]]
name = "walkdir"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

2565 2566 2567 2568 2569 2570 2571 2572 2573 2574
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

2575 2576
[[package]]
name = "wincolor"
A
Alex Crichton 已提交
2577
version = "0.1.4"
2578 2579 2580 2581 2582 2583
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

2584 2585 2586 2587
[[package]]
name = "workspace_symbol"
version = "0.1.0"

2588 2589 2590 2591 2592 2593 2594 2595 2596
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
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)",
]

2597 2598 2599 2600 2601
[[package]]
name = "xattr"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2602
 "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
2603 2604 2605 2606 2607 2608 2609
]

[[package]]
name = "xz2"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2610
 "lzma-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2611 2612 2613 2614 2615 2616 2617
]

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

2618
[metadata]
2619 2620
"checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
"checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
2621
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
2622
"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
A
Alex Crichton 已提交
2623 2624
"checksum ar 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35c7a5669cb64f085739387e1308b74e6d44022464b7f1b63bbd4ceb6379ec31"
"checksum atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "21e50800ec991574876040fff8ee46b136a53e985286fbe6a3bdfe6421b78860"
A
Ariel Ben-Yehuda 已提交
2625
"checksum backtrace 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8709cc7ec06f6f0ae6c2c7e12f6ed41540781f72b488d83734978295ceae182e"
A
Alex Crichton 已提交
2626
"checksum backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661"
2627
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
M
Marc-Antoine Perennou 已提交
2628
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
A
Ariel Ben-Yehuda 已提交
2629
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
2630
"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
2631
"checksum cargo_metadata 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "be1057b8462184f634c3a208ee35b0f935cfd94b694b26deadccd98732088d7b"
N
Nick Cameron 已提交
2632
"checksum cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9b13a57efd6b30ecd6598ebdb302cca617930b5470647570468a65d12ef9719"
S
steveklabnik 已提交
2633
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
N
Nick Cameron 已提交
2634
"checksum clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b8c532887f1a292d17de05ae858a8fe50a301e196f9ef0ddb7ccd0d1d00f180"
A
Ariel Ben-Yehuda 已提交
2635
"checksum cmake 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "e14cd15a7cbc2c6a905677e54b831ee91af2ff43b352010f6133236463b65cac"
A
Alex Crichton 已提交
2636 2637
"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 Schneider 已提交
2638
"checksum compiletest_rs 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "86f4663adfd113e17109c35c2067194eca782a5baf9c90f4696ca13d04631adb"
N
Nick Cameron 已提交
2639 2640
"checksum core-foundation 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5909502e547762013619f4c4e01cc7393c20fe2d52d7fa471c1210adb2320dc7"
"checksum core-foundation-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bc9fb3d6cb663e6fd7cf1c63f9b144ee2b1e4a78595a0451dd34bff85b9a3387"
2641
"checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97"
2642
"checksum crossbeam 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8837ab96533202c5b610ed44bc7f4183e7957c1c8f56e8cc78bb098593c8ba0a"
A
Alex Crichton 已提交
2643
"checksum crypto-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34903878eec1694faf53cae8473a088df333181de421d4d3d48061d6559fe602"
G
Guillaume Gomez 已提交
2644 2645
"checksum cssparser 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)" = "ef6124306e5ebc5ab11891d063aeafdd0cdc308079b708c8b566125f3680292b"
"checksum cssparser-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "079adec4af52bb5275eadd004292028c79eb3c5f5b4ee8086a36d4197032f6df"
2646
"checksum curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7034c534a1d7d22f7971d6088aa9d281d219ef724026c3428092500f41ae9c2c"
N
Nick Cameron 已提交
2647
"checksum curl-sys 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "4bee31aa3a079d5f3ff9579ea4dcfb1b1a17a40886f5f467436d383e78134b55"
2648
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
2649
"checksum debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3"
2650
"checksum derive-new 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "415f627ab054041c3eb748c2e1da0ef751989f5f0c386b63a098e545854a98ba"
A
Ariel Ben-Yehuda 已提交
2651
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
M
Mark Simulacrum 已提交
2652
"checksum docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b5b93718f8b3e5544fcc914c43de828ca6c6ace23e0332c6080a2977b49787a"
2653
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
2654
"checksum duct 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e45aa15fe0a8a8f511e6d834626afd55e49b62e5c8802e18328a87e8a8f6065c"
A
Ariel Ben-Yehuda 已提交
2655
"checksum either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "740178ddf48b1a9e878e6d6509a1442a2d42fd2928aae8e7a6f8a36fb01981b3"
2656 2657
"checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
"checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
2658
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
2659
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
2660
"checksum error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6930e04918388a9a2e41d518c25cf679ccafe26733fb4127dbf21993f2575d46"
A
Alex Crichton 已提交
2661
"checksum filetime 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "aa75ec8f7927063335a9583e7fa87b0110bb888cf766dc01b54c0ff70d760c8e"
N
Nick Cameron 已提交
2662
"checksum flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "e6234dd4468ae5d1e2dbb06fe2b058696fdc50a339c68a393aefbf00bc81e423"
N
Nick Cameron 已提交
2663
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
2664
"checksum foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e4056b9bd47f8ac5ba12be771f77a0dae796d1bbaaf5fd0b9c2d38b69b8a29d"
2665
"checksum fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab76cfd2aaa59b7bf6688ad9ba15bbae64bff97f04ea02144cfd3443e5c2866"
A
Alex Crichton 已提交
2666 2667
"checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159"
"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
2668
"checksum futf 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "51f93f3de6ba1794dcd5810b3546d004600a59a98266487c8407bc4b24e398f3"
N
Nick Cameron 已提交
2669
"checksum futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "118b49cac82e04121117cbd3121ede3147e885627d82c4546b87c702debb90c1"
N
Nick Cameron 已提交
2670
"checksum getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "65922871abd2f101a2eb0eaebadc66668e54a87ad9c3dd82520b5f86ede5eff9"
2671
"checksum git2 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0c1c0203d653f4140241da0c1375a404f0a397249ec818cd2076c6280c50f6fa"
2672 2673
"checksum git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "68676bc784bf0bef83278898929bf64a251e87c0340723d0b93fa096c9c5bf8e"
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
N
Nick Cameron 已提交
2674
"checksum globset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "464627f948c3190ae3d04b1bc6d7dca2f785bda0ac01278e6db129ad383dbeb6"
2675
"checksum hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bf088f042a467089e9baa4972f57f9247e42a0cc549ba264c7a04fbb8ecb89d4"
S
steveklabnik 已提交
2676
"checksum handlebars 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fb04af2006ea09d985fef82b81e0eb25337e51b691c76403332378a53d521edc"
2677
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
2678
"checksum home 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f25ae61099d8f3fee8b483df0bd4ecccf4b2731897aad40d50eca1b641fe6db"
A
Ariel Ben-Yehuda 已提交
2679 2680
"checksum html-diff 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9778743e3b3c3679f471f0ed1833c690f19f4a0919e33b281f12ef5f77ad64c6"
"checksum html5ever 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bfb46978eb757a603b7dfe2dafb1c62cb4dee3428d8ac1de734d83d6b022d06"
2681
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
M
Manish Goregaokar 已提交
2682
"checksum if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "61bb90bdd39e3af69b0172dfc6130f6cd6332bf040fbb9bdd4401d37adbd48b8"
2683
"checksum ignore 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3fcaf2365eb14b28ec7603c98c06cc531f19de9eb283d89a3dff8417c8c99f5"
2684
"checksum itertools 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d3f2be4da1690a039e9ae5fd575f706a63ad5a2120f161b1d653c9da3930dd21"
N
Nick Cameron 已提交
2685
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
2686
"checksum jobserver 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "931b04e5e57d88cc909528f0d701db36a870b72a052648ded8baf80f9f445e0f"
N
Nick Cameron 已提交
2687
"checksum jsonrpc-core 7.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1acd0f9934da94466d2370f36832b9b19271b4abdfdb5e69f0bcd991ebcd515"
2688
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
A
Ariel Ben-Yehuda 已提交
2689
"checksum kuchiki 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e03098e8e719c92b7794515dfd5c1724e2b12f5ce1788e61cfa4663f82eba8d8"
2690
"checksum languageserver-types 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d52e477b23bf52cd3ca0f9fc6c5d14be954eec97e3b9cdfbd962d911bd533caf"
A
Ariel Ben-Yehuda 已提交
2691
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
2692
"checksum lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b"
N
Nick Cameron 已提交
2693
"checksum libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "5ba3df4dcb460b9dfbd070d41c94c19209620c191b0340b929ce748a2bcd42d2"
A
Alex Crichton 已提交
2694
"checksum libgit2-sys 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "6f74b4959cef96898f5123148724fc7dee043b9a6b99f219d948851bfbe53cb2"
2695
"checksum libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0db4ec23611747ef772db1c4d650f8bd762f07b461727ec998f953c614024b75"
A
Alex Crichton 已提交
2696
"checksum libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "87f737ad6cc6fd6eefe3d9dc5412f1573865bded441300904d2f42269e140f16"
2697
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
N
Nick Cameron 已提交
2698
"checksum lzma-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c1b93b78f89e8737dac81837fc8f5521ac162abcba902e1a3db949d55346d1da"
2699
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
A
Ariel Ben-Yehuda 已提交
2700
"checksum markup5ever 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "047150a0e03b57e638fc45af33a0b63a0362305d5b9f92ecef81df472a4cceb0"
2701
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
S
steveklabnik 已提交
2702
"checksum mdbook 0.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "8a1ac668292d1e5c7b1c6fd64f70d3a85105b8069a89558a0d67bdb2ff298ca1"
2703
"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
A
Alex Crichton 已提交
2704
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
N
Nick Cameron 已提交
2705
"checksum memchr 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e01e64d9017d18e7fc09d8e4fe0e28ff6931019e979fb8019319db7ca827f8a6"
N
Nick Cameron 已提交
2706
"checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4"
2707
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
N
Nick Cameron 已提交
2708
"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09"
2709
"checksum nix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "47e49f6982987135c5e9620ab317623e723bd06738fd85377e8d55f57c8b6487"
2710 2711
"checksum num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525"
"checksum num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "8fd0f8dbb4c0960998958a796281d88c16fbe68d87b1baa6f31e2979e81fd0bd"
N
Nick Cameron 已提交
2712
"checksum num-complex 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "503e668405c5492d67cf662a81e05be40efe2e6bcf10f7794a07bd9865e704e6"
2713 2714
"checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba"
"checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01"
N
Nick Cameron 已提交
2715
"checksum num-rational 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "0c7cb72a95250d8a370105c828f388932373e0e94414919891a0f945222310fe"
2716
"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0"
A
Alex Crichton 已提交
2717
"checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d"
A
Alex Crichton 已提交
2718
"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
2719
"checksum openssl 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)" = "2225c305d8f57001a0d34263e046794aa251695f20773102fbbfeb1e7b189955"
2720
"checksum openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d98df0270d404ccd3c050a41d579c52d1db15375168bb3471e04ec0f5f378daf"
2721
"checksum openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)" = "92867746af30eea7a89feade385f7f5366776f1c52ec6f0de81360373fa88363"
2722
"checksum os_pipe 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "998bfbb3042e715190fe2a41abfa047d7e8cb81374d2977d7f100eacd8619cb1"
2723
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
A
Ariel Ben-Yehuda 已提交
2724
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2725
"checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
2726 2727 2728 2729
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
"checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f"
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03"
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2"
2730
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
A
Alex Crichton 已提交
2731
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
A
Ariel Ben-Yehuda 已提交
2732
"checksum procedural-masquerade 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1bcafee1590f81acb329ae45ec627b318123f085153913620316ae9a144b2a"
2733
"checksum psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "abcd5d1a07d360e29727f757a9decb3ce8bc6e0efa8969cfaad669a8317a2478"
2734
"checksum pulldown-cmark 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "378e941dbd392c101f2cb88097fa4d7167bc421d4b88de3ff7dbee503bc3233b"
S
steveklabnik 已提交
2735
"checksum pulldown-cmark 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a656fdb8b6848f896df5e478a0eb9083681663e37dcb77dd16981ff65329fe8b"
N
Nick Cameron 已提交
2736
"checksum quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eda5fe9b71976e62bc81b781206aaa076401769b2143379d3eb2118388babac4"
2737
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2738
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
N
Nick Cameron 已提交
2739
"checksum racer 2.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "034f1c4528581c40a60e96875467c03315868084e08ff4ceb46a00f7be3b16b4"
N
Nick Cameron 已提交
2740
"checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd"
N
Nick Cameron 已提交
2741
"checksum redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509"
A
Alex Crichton 已提交
2742
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
2743
"checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f"
2744
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b"
2745
"checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
2746
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
N
Nick Cameron 已提交
2747
"checksum rls-analysis 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5b961e7270b2084839ede4d2788167086b24bc9cf09c9e955cc851afaf116054"
I
Igor Matuszewski 已提交
2748
"checksum rls-data 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48257ceade23c2e01a3ca8d2fc4226101b107f6a3c868f829cf3fd2f204a1fe6"
A
Andy Russell 已提交
2749
"checksum rls-data 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff85bb3a0daf9f64207a5530d90ae1c10f5515cef064c88b6821090678382b44"
2750
"checksum rls-rustc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b21ea952e9bf1569929abf1bb920262cde04b7b1b26d8e0260286302807299d2"
2751
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
S
steveklabnik 已提交
2752
"checksum rls-vfs 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ffd34691a510938bb67fe0444fb363103c73ffb31c121d1e16bc92d8945ea8ff"
N
Nick Cameron 已提交
2753
"checksum rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e"
2754
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
2755
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
A
Alex Crichton 已提交
2756
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
2757
"checksum scopeguard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "59a076157c1e2dc561d8de585151ee6965d910dd4dcb5dabb7ae3e83981a6c57"
2758
"checksum selectors 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3c89b1c6a3c029c82263f7dd2d44d0005ee7374eb09e254ab59dede4353a8c0"
2759
"checksum semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
2760
"checksum semver 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bee2bc909ab2d8d60dab26e8cad85b25d795b14603a0dcb627b78b9d30b6454b"
2761
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
A
Ariel Ben-Yehuda 已提交
2762 2763
"checksum serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6eda663e865517ee783b0891a3f6eb3a253e0b0dabb46418969ee9635beadd9e"
"checksum serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "652bc323d694dc925829725ec6c890156d8e70ae5202919869cb00fe2eff3788"
N
Nick Cameron 已提交
2764
"checksum serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32f1926285523b2db55df263d2aa4eb69ddcfa7a7eade6430323637866b513ab"
2765
"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142"
N
Nick Cameron 已提交
2766
"checksum serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e4586746d1974a030c48919731ecffd0ed28d0c40749d0d18d43b3a7d6c9b20e"
2767
"checksum shared_child 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "099b38928dbe4a0a01fcd8c233183072f14a7d126a34bed05880869be66e14cc"
2768
"checksum shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dd5cc96481d54583947bfe88bf30c23d53f883c6cd0145368b69989d97b84ef8"
G
Guillaume Gomez 已提交
2769 2770
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
"checksum smallvec 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4f8266519bc1d17d0b5b16f6c21295625d562841c708f6376f49028a43e9c11e"
A
Alex Crichton 已提交
2771
"checksum socket2 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36b4896961171cd3317c7e9603d88f379f8c6e45342212235d356496680c68fd"
2772
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
2773
"checksum string_cache 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "413fc7852aeeb5472f1986ef755f561ddf0c789d3d796e65f0b6fe293ecd4ef8"
G
Guillaume Gomez 已提交
2774
"checksum string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "479cde50c3539481f33906a387f2bd17c8e87cb848c35b6021d41fb81ff9b4d7"
2775
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
A
Ariel Ben-Yehuda 已提交
2776
"checksum strings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa481ee1bc42fc3df8195f91f7cb43cf8f2b71b48bac40bf5381cfaf7e481f3c"
S
Steve Klabnik 已提交
2777
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
2778 2779 2780 2781 2782
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
"checksum syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e52bffe6202cfb67587784cf23e0ec5bf26d331eef4922a16d5c42e12aa1e9b"
"checksum syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "955ef4b16af4c468e4680d1497f873ff288f557d338180649e18f915af5e15ac"
"checksum syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76a302e717e348aa372ff577791c3832395650073b8d8432f8b3cb170b34afde"
2783
"checksum tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "281285b717926caa919ad905ef89c63d75805c7d89437fb873100925a53f2b1b"
2784
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
A
Ariel Ben-Yehuda 已提交
2785
"checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
M
Mark Simulacrum 已提交
2786
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
2787
"checksum termcolor 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9065bced9c3e43453aa3d56f1e98590b8455b341d2fa191a1090c0dd0b242c75"
A
Alex Crichton 已提交
2788
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
N
Nick Cameron 已提交
2789
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
2790 2791
"checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
"checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
N
Nick Cameron 已提交
2792
"checksum thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14"
2793
"checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4"
N
Nick Cameron 已提交
2794
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e"
S
steveklabnik 已提交
2795
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2796
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
N
Nick Cameron 已提交
2797
"checksum unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946"
2798
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
2799 2800
"checksum unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb"
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
2801
"checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
N
Nick Cameron 已提交
2802
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
N
Nick Cameron 已提交
2803
"checksum url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa35e768d4daf1d85733418a49fb42e10d7f633e394fccab4ab7aba897053fe2"
2804
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
2805
"checksum userenv-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d28ea36bbd9192d75bd9fa9b39f96ddb986eaee824adae5d53b6e51919b2f3"
G
Guillaume Gomez 已提交
2806
"checksum utf-8 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6f923c601c7ac48ef1d66f7d5b5b2d9a7ba9c51333ab75a3ddf8d0309185a56"
2807
"checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
S
Steve Klabnik 已提交
2808
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
2809 2810
"checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b"
"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c"
S
Steve Klabnik 已提交
2811
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2812
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
2813 2814
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
A
Alex Crichton 已提交
2815
"checksum wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a39ee4464208f6430992ff20154216ab2357772ac871d994c51628d60e58b8b0"
2816
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2817 2818 2819
"checksum xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "5f04de8a1346489a2f9e9bd8526b73d135ec554227b17568456e86aa35b6f3fc"
"checksum xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e9510bdf100731599107c61f77daf46713a69a568f75458999c1f9dbf6ba25b0"
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"