Cargo.lock 189.3 KB
Newer Older
1 2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
3 4 5 6 7
[[package]]
name = "adler32"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

8 9
[[package]]
name = "aho-corasick"
10
version = "0.6.9"
11 12
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
13
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
14 15
]

16 17 18 19
[[package]]
name = "alloc"
version = "0.0.0"
dependencies = [
J
John Kåre Alsaker 已提交
20
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
21
 "core 0.0.0",
22
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
23
 "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
24 25
]

S
steveklabnik 已提交
26 27 28 29 30
[[package]]
name = "ammonia"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
31
 "html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
32
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
33
 "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
34
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
35
 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
36
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
37 38
]

T
topecongiro 已提交
39 40 41 42 43 44 45 46
[[package]]
name = "annotate-snippets"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

47 48
[[package]]
name = "ansi_term"
A
Aleksey Kladov 已提交
49
version = "0.11.0"
50
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Aleksey Kladov 已提交
51
dependencies = [
52
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
53
]
54

55 56 57 58 59
[[package]]
name = "arc-swap"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"

60 61 62
[[package]]
name = "arena"
version = "0.0.0"
J
John Kåre Alsaker 已提交
63 64
dependencies = [
 "rustc_data_structures 0.0.0",
65
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
66
]
67

F
flip1995 已提交
68 69 70 71 72 73 74 75 76
[[package]]
name = "argon2rs"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

77 78 79 80 81
[[package]]
name = "arrayref"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

N
Nick Cameron 已提交
82 83 84 85 86 87 88 89
[[package]]
name = "arrayvec"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

90 91
[[package]]
name = "atty"
R
Ralf Jung 已提交
92
version = "0.2.11"
93 94
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
95
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
96
 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
97
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
98 99
]

100 101
[[package]]
name = "backtrace"
102
version = "0.3.11"
103 104
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
105
 "backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
106
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
107
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
108
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
109
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
110 111 112 113
]

[[package]]
name = "backtrace-sys"
114
version = "0.1.27"
115 116
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
117 118
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
119
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
120
 "rustc-std-workspace-core 1.0.0",
121 122
]

A
Alex Crichton 已提交
123 124 125 126 127 128 129 130 131 132 133 134 135
[[package]]
name = "bit-set"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

M
Marc-Antoine Perennou 已提交
136 137 138 139 140
[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

141 142
[[package]]
name = "bitflags"
A
Alex Crichton 已提交
143
version = "1.0.4"
144 145
source = "registry+https://github.com/rust-lang/crates.io-index"

F
flip1995 已提交
146 147 148 149 150 151 152 153 154
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

155 156 157 158 159 160 161 162 163
[[package]]
name = "block-buffer"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

164 165 166 167 168
[[package]]
name = "bootstrap"
version = "0.0.0"
dependencies = [
 "build_helper 0.1.0",
J
John Kåre Alsaker 已提交
169 170
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
171
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
172
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
173
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
174
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
175
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
176
 "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
177
 "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
178
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
179 180
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
181
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
182
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
183 184
]

185 186
[[package]]
name = "bufstream"
187
version = "0.1.4"
188 189
source = "registry+https://github.com/rust-lang/crates.io-index"

190 191 192 193
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
E
Eric Huss 已提交
194
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
195 196
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
197 198
]

199 200 201 202 203
[[package]]
name = "build_const"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

204 205 206 207
[[package]]
name = "build_helper"
version = "0.1.0"

208 209 210 211 212
[[package]]
name = "byte-tools"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

213 214
[[package]]
name = "bytecount"
F
flip1995 已提交
215
version = "0.5.1"
216 217
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
218
 "packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
219 220
]

221 222
[[package]]
name = "byteorder"
223
version = "1.2.7"
224 225
source = "registry+https://github.com/rust-lang/crates.io-index"

226 227 228 229 230 231 232 233 234
[[package]]
name = "bytes"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
235 236 237 238 239
[[package]]
name = "bytesize"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

240 241
[[package]]
name = "cargo"
E
Eric Huss 已提交
242
version = "0.37.0"
243
dependencies = [
R
Ralf Jung 已提交
244
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
245
 "bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
246
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
247
 "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
248
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
249
 "core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
250
 "crates-io 0.25.0",
251
 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
252
 "crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
253 254
 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
255
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
256
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
257 258
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
259
 "fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
260
 "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
261 262
 "git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "git2-curl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
263
 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
264
 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
265
 "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
266
 "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
267
 "im-rc 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
268
 "jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
269
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
270
 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
271
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
272
 "libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
273
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
274
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
275
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
276
 "opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
277
 "openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
278
 "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
279
 "proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
280
 "rustc-workspace-hack 1.0.0",
E
Eric Huss 已提交
281
 "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
282
 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
283
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
284
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
285
 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
286
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
287
 "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
288 289 290
 "tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
291
 "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
292
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
293
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
294
 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
295
 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
296
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
297 298
]

R
Ralf Jung 已提交
299 300
[[package]]
name = "cargo_metadata"
301
version = "0.6.2"
R
Ralf Jung 已提交
302 303 304 305
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
306
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
307 308
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
309 310
]

311 312 313 314 315 316 317 318 319 320 321 322
[[package]]
name = "cargo_metadata"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
323 324 325 326
[[package]]
name = "cargotest2"
version = "0.1.0"

N
Nick Cameron 已提交
327 328
[[package]]
name = "cc"
J
John Kåre Alsaker 已提交
329
version = "1.0.35"
N
Nick Cameron 已提交
330 331
source = "registry+https://github.com/rust-lang/crates.io-index"

332 333
[[package]]
name = "cfg-if"
334
version = "0.1.6"
335 336
source = "registry+https://github.com/rust-lang/crates.io-index"

337 338
[[package]]
name = "chalk-engine"
S
scalexm 已提交
339
version = "0.9.0"
340 341 342
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
343
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
344 345 346 347 348 349 350 351 352 353
]

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

A
Alex Crichton 已提交
354 355
[[package]]
name = "chrono"
356
version = "0.4.6"
A
Alex Crichton 已提交
357 358
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
359
 "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
360
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
361
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
362 363
]

364 365
[[package]]
name = "clap"
A
Alex Crichton 已提交
366
version = "2.32.0"
367 368
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Aleksey Kladov 已提交
369
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
370
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
371
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
372
 "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
373
 "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
374
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
375
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
376
 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
377 378
]

O
Oliver Schneider 已提交
379 380
[[package]]
name = "clippy"
O
Oliver Schneider 已提交
381
version = "0.0.212"
O
Oliver Schneider 已提交
382
dependencies = [
383
 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
384
 "clippy-mini-macro-test 0.2.0",
O
Oliver Schneider 已提交
385
 "clippy_lints 0.0.212",
M
Matthias Krüger 已提交
386
 "compiletest_rs 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
387
 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
388
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
389
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
390
 "rustc-workspace-hack 1.0.0",
H
Hugues de Valon 已提交
391
 "rustc_tools_util 0.1.1",
392
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
393
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
394
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
395 396 397 398
]

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

O
Oliver Schneider 已提交
401 402
[[package]]
name = "clippy_lints"
O
Oliver Schneider 已提交
403
version = "0.0.212"
404
dependencies = [
405
 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
406
 "if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
407
 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
408
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
409
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
410
 "pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
411
 "quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
412
 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
413
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
414
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
415
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
416
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
417
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
418
 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
419
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
420 421
]

K
kennytm 已提交
422 423 424 425 426
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
427
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
428 429
]

430 431
[[package]]
name = "cmake"
J
John Kåre Alsaker 已提交
432
version = "0.1.38"
433 434
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
435
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
436 437
]

N
Nick Cameron 已提交
438 439 440 441 442 443 444 445
[[package]]
name = "colored"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

O
Oliver Schneider 已提交
446 447 448 449 450 451 452 453 454 455 456 457 458
[[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 = [
459
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
460 461
]

462 463
[[package]]
name = "compiler_builtins"
J
John Kåre Alsaker 已提交
464
version = "0.1.10"
465
source = "registry+https://github.com/rust-lang/crates.io-index"
466
dependencies = [
J
John Kåre Alsaker 已提交
467
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
468
 "rustc-std-workspace-core 1.0.0",
469 470
]

471 472 473 474
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
O
Oliver Schneider 已提交
475
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
476 477
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
478
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
479
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
480
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
481
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
482
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
483
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
484 485
 "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
486 487
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
V
Vytautas Astrauskas 已提交
488
 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
489
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
490 491
]

N
Nick Cameron 已提交
492
[[package]]
O
Oliver Schneider 已提交
493
name = "compiletest_rs"
M
Matthias Krüger 已提交
494
version = "0.3.21"
495 496
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
O
Oliver Schneider 已提交
497
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
498
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
499
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
500
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
501
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
502
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
503
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
504
 "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
505
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
506 507 508
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
S
Santiago Pastorino 已提交
509
 "tester 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
510
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
511 512
]

F
flip1995 已提交
513 514 515 516 517
[[package]]
name = "constant_time_eq"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

518 519 520
[[package]]
name = "core"
version = "0.0.0"
A
Alex Crichton 已提交
521
dependencies = [
522
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
523
]
524

N
Nick Cameron 已提交
525 526
[[package]]
name = "core-foundation"
527
version = "0.6.3"
N
Nick Cameron 已提交
528 529
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
530
 "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
531
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
532 533 534 535
]

[[package]]
name = "core-foundation-sys"
536
version = "0.6.2"
N
Nick Cameron 已提交
537 538
source = "registry+https://github.com/rust-lang/crates.io-index"

539 540
[[package]]
name = "crates-io"
E
Eric Huss 已提交
541
version = "0.25.0"
542
dependencies = [
A
Alex Crichton 已提交
543
 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
544
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
545
 "http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
546
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
547 548 549
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
550 551
]

552
[[package]]
553 554
name = "crc"
version = "1.8.1"
555
source = "registry+https://github.com/rust-lang/crates.io-index"
556 557 558 559 560 561 562 563 564 565 566
dependencies = [
 "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crc32fast"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
567

568 569 570 571 572 573 574 575 576 577 578 579
[[package]]
name = "crossbeam-channel"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
580 581 582 583 584
[[package]]
name = "crossbeam-deque"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
585
 "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
586 587 588
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

589 590 591 592 593 594 595 596 597
[[package]]
name = "crossbeam-deque"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
598 599
[[package]]
name = "crossbeam-epoch"
A
Alex Crichton 已提交
600
version = "0.3.1"
N
Nick Cameron 已提交
601 602 603
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
604
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
605
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
606
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
607 608 609 610 611
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

612 613 614 615 616 617 618 619 620 621 622 623 624
[[package]]
name = "crossbeam-epoch"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
625 626 627 628 629
[[package]]
name = "crossbeam-utils"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
630
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
631 632
]

A
Alex Crichton 已提交
633 634
[[package]]
name = "crossbeam-utils"
635
version = "0.6.2"
A
Alex Crichton 已提交
636 637
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
638
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
639 640
]

O
Oliver Schneider 已提交
641 642
[[package]]
name = "crypto-hash"
A
Alex Crichton 已提交
643
version = "0.3.1"
O
Oliver Schneider 已提交
644 645 646
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
647
 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
648
 "openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
649
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
650 651
]

652 653
[[package]]
name = "curl"
A
Alex Crichton 已提交
654
version = "0.4.19"
655 656
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
657
 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
658
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
659
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
660
 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
661
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
662 663
 "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
664 665 666 667 668
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "curl-sys"
A
Alex Crichton 已提交
669
version = "0.4.15"
670 671
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
672
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
673
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
674 675
 "libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
676
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
677
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
678
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
679
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
680 681
]

D
Douglas Campos 已提交
682 683
[[package]]
name = "datafrog"
N
Niko Matsakis 已提交
684
version = "2.0.1"
D
Douglas Campos 已提交
685 686
source = "registry+https://github.com/rust-lang/crates.io-index"

687 688
[[package]]
name = "derive-new"
689
version = "0.5.6"
690 691
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
692
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
693 694
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
695 696
]

K
kennytm 已提交
697 698
[[package]]
name = "derive_more"
N
Nick Cameron 已提交
699
version = "0.13.0"
K
kennytm 已提交
700 701
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
702
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
703 704 705
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
706 707
]

708 709
[[package]]
name = "diff"
O
Oliver Schneider 已提交
710
version = "0.1.11"
711 712
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Mark Simulacrum 已提交
713 714 715 716 717
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

718 719 720 721 722 723 724 725
[[package]]
name = "digest"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

R
Ralf Jung 已提交
726 727 728 729 730
[[package]]
name = "directories"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
731
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
732 733 734
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

F
flip1995 已提交
735 736 737 738 739
[[package]]
name = "dirs"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
740
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
741 742 743 744
 "redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

O
Oliver Schneider 已提交
745 746
[[package]]
name = "dlmalloc"
J
Jethro Beekman 已提交
747
version = "0.1.3"
748
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oliver Schneider 已提交
749
dependencies = [
J
John Kåre Alsaker 已提交
750
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
751
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
752
 "rustc-std-workspace-core 1.0.0",
O
Oliver Schneider 已提交
753 754 755 756
]

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

S
steveklabnik 已提交
760 761
[[package]]
name = "elasticlunr-rs"
762
version = "2.3.4"
S
steveklabnik 已提交
763 764
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
765
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
766
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
767
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
768 769
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
770 771
 "strum 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "strum_macros 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
772 773
]

774 775
[[package]]
name = "ena"
N
Nicholas Nethercote 已提交
776
version = "0.11.0"
777 778
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
779
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
780 781
]

V
varkor 已提交
782 783
[[package]]
name = "ena"
V
varkor 已提交
784
version = "0.13.0"
V
varkor 已提交
785 786 787 788 789
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
790 791
[[package]]
name = "env_logger"
792
version = "0.5.13"
A
Alex Crichton 已提交
793 794
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
R
Ralf Jung 已提交
795
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
796 797 798 799
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
800 801
]

A
Alex Crichton 已提交
802 803 804 805 806 807
[[package]]
name = "env_logger"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
808 809 810 811
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
812 813
]

814 815
[[package]]
name = "error-chain"
816
version = "0.11.0"
G
Guillaume Gomez 已提交
817 818
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
819
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
820 821
]

R
Ralf Jung 已提交
822 823 824 825 826
[[package]]
name = "error-chain"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
827
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
828 829
]

830 831 832
[[package]]
name = "error_index_generator"
version = "0.0.0"
M
Mark Simulacrum 已提交
833 834 835
dependencies = [
 "rustdoc 0.0.0",
]
836

A
Alex Crichton 已提交
837 838
[[package]]
name = "failure"
E
Eric Huss 已提交
839
version = "0.1.5"
A
Alex Crichton 已提交
840 841
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
842
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
843
 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
844 845 846 847
]

[[package]]
name = "failure_derive"
E
Eric Huss 已提交
848
version = "0.1.5"
A
Alex Crichton 已提交
849 850
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
851
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
852 853
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
854
 "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
855 856
]

857 858 859 860 861
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
862 863
[[package]]
name = "filetime"
864
version = "0.2.4"
A
Alex Crichton 已提交
865 866
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
867
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
868
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
869
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
870 871
]

872 873 874 875 876
[[package]]
name = "fixedbitset"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

F
Felix Schütt 已提交
877 878
[[package]]
name = "flate2"
879
version = "1.0.6"
F
Felix Schütt 已提交
880 881
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
882
 "crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
883
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
884 885 886
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "miniz_oxide_c_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
F
Felix Schütt 已提交
887 888
]

889 890 891 892
[[package]]
name = "fmt_macros"
version = "0.0.0"

893 894
[[package]]
name = "fnv"
O
Oliver Schneider 已提交
895
version = "1.0.6"
896 897
source = "registry+https://github.com/rust-lang/crates.io-index"

898 899
[[package]]
name = "foreign-types"
O
Oliver Schneider 已提交
900 901 902 903 904 905 906 907 908
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

911 912
[[package]]
name = "fortanix-sgx-abi"
913
version = "0.3.2"
914
source = "registry+https://github.com/rust-lang/crates.io-index"
915
dependencies = [
J
John Kåre Alsaker 已提交
916
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
917
 "rustc-std-workspace-core 1.0.0",
918 919
]

920 921
[[package]]
name = "fs2"
922
version = "0.4.3"
923 924
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
925
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
926
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
927 928
]

929 930 931 932 933
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

934 935 936 937 938
[[package]]
name = "fst"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
939
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
940 941
]

O
Oliver Schneider 已提交
942 943
[[package]]
name = "fuchsia-zircon"
944
version = "0.3.3"
O
Oliver Schneider 已提交
945 946
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
947
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
948
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
949 950 951 952
]

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

S
steveklabnik 已提交
956 957
[[package]]
name = "futf"
A
Alex Crichton 已提交
958
version = "0.1.4"
S
steveklabnik 已提交
959 960 961
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
962
 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
963 964
]

965 966
[[package]]
name = "futures"
A
Alex Crichton 已提交
967
version = "0.1.21"
968 969
source = "registry+https://github.com/rust-lang/crates.io-index"

E
Eric Huss 已提交
970 971 972 973 974
[[package]]
name = "fwdansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
975 976
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
977 978
]

979 980 981 982 983 984 985 986
[[package]]
name = "generic-array"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

987 988
[[package]]
name = "getopts"
A
Alex Crichton 已提交
989
version = "0.2.17"
990 991
source = "registry+https://github.com/rust-lang/crates.io-index"

992 993
[[package]]
name = "git2"
H
Hugues de Valon 已提交
994
version = "0.8.0"
995 996
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
997
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
998
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
999
 "libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
1000
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1001
 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
1002
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1003
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1004 1005 1006 1007
]

[[package]]
name = "git2-curl"
H
Hugues de Valon 已提交
1008
version = "0.9.0"
1009 1010
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1011
 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
1012
 "git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1013 1014
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1015 1016 1017 1018
]

[[package]]
name = "glob"
E
Eric Huss 已提交
1019
version = "0.3.0"
1020 1021
source = "registry+https://github.com/rust-lang/crates.io-index"

1022 1023
[[package]]
name = "globset"
1024
version = "0.4.2"
1025 1026
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1027
 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1028
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1029 1030 1031
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1032 1033
]

1034 1035 1036 1037
[[package]]
name = "graphviz"
version = "0.0.0"

1038 1039
[[package]]
name = "handlebars"
A
Alex Crichton 已提交
1040
version = "0.32.4"
1041 1042
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
1043
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1044
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1045
 "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1046
 "pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1047
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1048
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1049
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1050
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
1051 1052
]

1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068
[[package]]
name = "handlebars"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

1069 1070 1071 1072 1073 1074 1075 1076
[[package]]
name = "heck"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

1077 1078
[[package]]
name = "hex"
A
Alex Crichton 已提交
1079
version = "0.3.2"
1080 1081
source = "registry+https://github.com/rust-lang/crates.io-index"

1082 1083
[[package]]
name = "home"
A
Alex Crichton 已提交
1084
version = "0.3.3"
1085 1086
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
1087
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1088
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1089 1090
]

S
steveklabnik 已提交
1091 1092
[[package]]
name = "html5ever"
1093
version = "0.22.5"
S
steveklabnik 已提交
1094 1095
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1096
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1097 1098
 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1099
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
1100 1101
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1102 1103
]

E
Eric Huss 已提交
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113
[[package]]
name = "http"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
1114 1115
[[package]]
name = "humantime"
1116
version = "1.2.0"
A
Alex Crichton 已提交
1117 1118
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1119
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1120 1121
]

1122 1123
[[package]]
name = "idna"
A
Alex Crichton 已提交
1124
version = "0.1.5"
1125 1126
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1127
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1128
 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1129
 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1130 1131
]

O
Oliver Schneider 已提交
1132 1133
[[package]]
name = "if_chain"
M
Manish Goregaokar 已提交
1134
version = "0.1.3"
O
Oliver Schneider 已提交
1135 1136
source = "registry+https://github.com/rust-lang/crates.io-index"

1137 1138
[[package]]
name = "ignore"
B
Bastien Orivel 已提交
1139
version = "0.4.6"
1140 1141
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
1142
 "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
1143
 "globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1144
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1145 1146 1147 1148
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1149
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1150 1151
 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1152 1153
]

E
Eric Huss 已提交
1154 1155
[[package]]
name = "im-rc"
F
flip1995 已提交
1156
version = "12.3.0"
E
Eric Huss 已提交
1157 1158
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1159
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1160 1161 1162
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1163 1164 1165 1166
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
1167
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tom Tromey 已提交
1168
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1169
 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1170
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1171
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1172 1173
 "tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1174
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1175
 "xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1176 1177
]

1178 1179 1180 1181 1182
[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1183
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1184 1185 1186
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
steveklabnik 已提交
1187 1188 1189 1190 1191 1192 1193
[[package]]
name = "is-match"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "itertools"
A
Alex Crichton 已提交
1194
version = "0.7.8"
S
steveklabnik 已提交
1195 1196
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1197
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1198 1199
]

1200 1201 1202 1203 1204 1205 1206 1207
[[package]]
name = "itertools"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1208
[[package]]
A
Alex Crichton 已提交
1209
name = "itoa"
A
Alex Crichton 已提交
1210
version = "0.4.3"
1211 1212
source = "registry+https://github.com/rust-lang/crates.io-index"

1213 1214
[[package]]
name = "jemalloc-sys"
G
gnzlbg 已提交
1215
version = "0.3.0"
1216 1217
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1218
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1219
 "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1220
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1221 1222
]

S
Steve Klabnik 已提交
1223
[[package]]
A
Alex Crichton 已提交
1224
name = "jobserver"
E
Eric Huss 已提交
1225
version = "0.1.13"
S
Steve Klabnik 已提交
1226
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1227
dependencies = [
1228
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1229 1230
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1231
]
S
Steve Klabnik 已提交
1232

1233 1234 1235 1236 1237
[[package]]
name = "json"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"

1238 1239
[[package]]
name = "jsonrpc-core"
1240
version = "10.0.1"
1241 1242
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1243
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
1244
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1245
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1246 1247
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
1248 1249
]

1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260
[[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)",
]

[[package]]
name = "lazy_static"
O
Oliver Schneider 已提交
1261 1262 1263
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1264 1265
[[package]]
name = "lazy_static"
I
Igor Matuszewski 已提交
1266
version = "1.2.0"
A
Alex Crichton 已提交
1267 1268
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1269 1270
[[package]]
name = "lazycell"
1271
version = "1.2.1"
A
Alex Crichton 已提交
1272 1273
source = "registry+https://github.com/rust-lang/crates.io-index"

1274 1275
[[package]]
name = "libc"
1276
version = "0.2.51"
1277
source = "registry+https://github.com/rust-lang/crates.io-index"
1278 1279 1280
dependencies = [
 "rustc-std-workspace-core 1.0.0",
]
1281

1282 1283
[[package]]
name = "libgit2-sys"
E
Eric Huss 已提交
1284
version = "0.7.11"
1285 1286
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1287
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1288
 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
1289
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1290
 "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1291
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
1292
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1293
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1294 1295
]

A
Alex Crichton 已提交
1296 1297
[[package]]
name = "libnghttp2-sys"
1298
version = "0.1.1"
A
Alex Crichton 已提交
1299 1300
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1301
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1302
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1303 1304
]

1305 1306
[[package]]
name = "libssh2-sys"
1307
version = "0.2.11"
1308 1309
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1310
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1311
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1312
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
1313
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1314
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1315
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1316 1317 1318 1319
]

[[package]]
name = "libz-sys"
1320
version = "1.0.25"
1321 1322
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1323
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1324
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1325
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1326
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1327 1328
]

1329 1330 1331 1332
[[package]]
name = "linkchecker"
version = "0.1.0"

M
Mark Rousskov 已提交
1333 1334 1335 1336 1337 1338 1339 1340 1341
[[package]]
name = "lock_api"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

1342 1343
[[package]]
name = "log"
1344
version = "0.4.6"
1345
source = "registry+https://github.com/rust-lang/crates.io-index"
1346
dependencies = [
1347
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1348
]
1349

1350 1351
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1352
version = "0.1.2"
1353 1354
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
1355
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1356 1357
]

1358 1359
[[package]]
name = "lsp-codec"
E
Eric Huss 已提交
1360
version = "0.1.2"
1361 1362 1363 1364 1365 1366 1367 1368 1369
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "lsp-types"
F
flip1995 已提交
1370
version = "0.55.4"
1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1383 1384
[[package]]
name = "lzma-sys"
B
Bastien Orivel 已提交
1385
version = "0.1.10"
1386 1387
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1388
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1389
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
1390
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1391
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1392 1393
]

S
steveklabnik 已提交
1394 1395 1396 1397 1398
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

G
Guillaume Gomez 已提交
1399 1400 1401 1402 1403
[[package]]
name = "macro-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413
[[package]]
name = "maplit"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "markup5ever"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1414 1415
 "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1416
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1417 1418
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1419
 "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
1420
 "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1421 1422 1423
 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1424 1425
[[package]]
name = "matches"
A
Alex Crichton 已提交
1426
version = "0.1.8"
1427 1428
source = "registry+https://github.com/rust-lang/crates.io-index"

1429 1430
[[package]]
name = "mdbook"
M
Matt Ickstadt 已提交
1431
version = "0.1.7"
1432 1433
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
S
steveklabnik 已提交
1434
 "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1435
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1436
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
1437
 "elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
1438
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1439
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1440
 "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1441
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1442
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1443 1444
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1445
 "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
1446
 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1447
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1448
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1449 1450
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1451
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1452 1453
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1454
 "toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1455 1456
]

1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484
[[package]]
name = "mdbook"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "toml-query 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

W
Wesley Wiser 已提交
1485 1486 1487 1488 1489 1490 1491 1492 1493 1494
[[package]]
name = "measureme"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

O
Oliver Schneider 已提交
1495 1496
[[package]]
name = "memchr"
1497
version = "2.1.1"
O
Oliver Schneider 已提交
1498 1499
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1500
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1501
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1502
 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1503 1504
]

1505 1506 1507 1508 1509
[[package]]
name = "memmap"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1510
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1511
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1512 1513
]

N
Nick Cameron 已提交
1514 1515 1516 1517 1518
[[package]]
name = "memoffset"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

G
Guillaume Gomez 已提交
1519 1520
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
1521
version = "0.0.29"
G
Guillaume Gomez 已提交
1522 1523
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
G
Guillaume Gomez 已提交
1524
 "macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
1525 1526
]

1527 1528
[[package]]
name = "miniz-sys"
1529 1530 1531
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1532
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1533
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546
]

[[package]]
name = "miniz_oxide"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "miniz_oxide_c_api"
version = "0.2.0"
1547 1548
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1549
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1550
 "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
1551
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1552
 "miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1553 1554
]

1555 1556 1557 1558 1559 1560 1561 1562 1563 1564
[[package]]
name = "mio"
version = "0.6.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1565
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "mio-named-pipes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "mio-uds"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1590
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[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)",
 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
]

A
Alex Crichton 已提交
1605 1606
[[package]]
name = "miow"
A
Alex Crichton 已提交
1607
version = "0.3.3"
A
Alex Crichton 已提交
1608 1609
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1610 1611
 "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1612 1613
]

1614 1615 1616 1617
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
1618
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1619
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1620
 "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Matthias Krüger 已提交
1621
 "compiletest_rs 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1622
 "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
1623
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1624
 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
1625
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1626
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
1627 1628
 "rustc-workspace-hack 1.0.0",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1629
 "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1630
 "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1631 1632
]

1633 1634 1635 1636 1637 1638
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1639
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1640 1641 1642
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
1643 1644 1645 1646 1647 1648 1649 1650
[[package]]
name = "new_debug_unreachable"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
1651 1652 1653 1654 1655
[[package]]
name = "nodrop"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"

1656
[[package]]
O
Oliver Schneider 已提交
1657
name = "num-derive"
1658
version = "0.2.3"
1659 1660
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1661
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1662
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
1663 1664
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
1665 1666 1667
]

[[package]]
O
Oliver Schneider 已提交
1668 1669
name = "num-integer"
version = "0.1.39"
1670 1671
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1672
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1673 1674
]

S
Steve Klabnik 已提交
1675 1676
[[package]]
name = "num-traits"
1677
version = "0.2.6"
S
Steve Klabnik 已提交
1678 1679
source = "registry+https://github.com/rust-lang/crates.io-index"

1680 1681
[[package]]
name = "num_cpus"
1682
version = "1.8.0"
1683 1684
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1685
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1686 1687
]

S
Steve Klabnik 已提交
1688 1689
[[package]]
name = "open"
A
Alex Crichton 已提交
1690
version = "1.2.1"
S
Steve Klabnik 已提交
1691 1692
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1693 1694
[[package]]
name = "opener"
1695
version = "0.3.2"
A
Alex Crichton 已提交
1696 1697
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
1698 1699
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1700
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1701 1702
]

1703 1704
[[package]]
name = "openssl"
T
Tatsuyuki Ishi 已提交
1705
version = "0.10.16"
1706 1707
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1708
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1709
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1710
 "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1711
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1712
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
1713
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1714 1715 1716 1717
]

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

E
Eric Huss 已提交
1721 1722
[[package]]
name = "openssl-src"
1723
version = "111.1.0+1.1.1a"
E
Eric Huss 已提交
1724 1725
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1726
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1727 1728
]

1729 1730
[[package]]
name = "openssl-sys"
T
Tatsuyuki Ishi 已提交
1731
version = "0.9.40"
1732 1733
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1734
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1735
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1736
 "openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)",
1737
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1738
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1739 1740
]

1741 1742 1743 1744 1745
[[package]]
name = "ordermap"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

1746 1747 1748 1749 1750
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1751 1752 1753 1754 1755
[[package]]
name = "owning_ref"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1756
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1757 1758
]

N
Nick Cameron 已提交
1759 1760 1761 1762 1763
[[package]]
name = "packed_simd"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1764
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1765 1766
]

1767 1768 1769 1770
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
J
John Kåre Alsaker 已提交
1771
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1772
 "core 0.0.0",
1773
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1774 1775 1776 1777 1778 1779 1780
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
 "alloc 0.0.0",
J
John Kåre Alsaker 已提交
1781
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1782
 "core 0.0.0",
1783
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1784 1785 1786
 "unwind 0.0.0",
]

1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800
[[package]]
name = "parking_lot"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "parking_lot_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1801
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1802 1803 1804 1805 1806 1807
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

1808 1809
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
1810
version = "1.0.1"
1811 1812
source = "registry+https://github.com/rust-lang/crates.io-index"

1813 1814
[[package]]
name = "pest"
A
Alex Crichton 已提交
1815
version = "1.0.6"
1816 1817
source = "registry+https://github.com/rust-lang/crates.io-index"

1818 1819 1820 1821 1822 1823 1824 1825
[[package]]
name = "pest"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
1826 1827
[[package]]
name = "pest_derive"
1828
version = "1.0.8"
A
Alex Crichton 已提交
1829 1830 1831 1832 1833 1834 1835
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "pest_generator"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "pest_meta"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1867 1868
[[package]]
name = "petgraph"
1869
version = "0.4.13"
1870 1871 1872 1873 1874 1875
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
steveklabnik 已提交
1876 1877
[[package]]
name = "phf"
A
Alex Crichton 已提交
1878
version = "0.7.22"
S
steveklabnik 已提交
1879 1880
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1881
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1882 1883 1884 1885
]

[[package]]
name = "phf_codegen"
A
Alex Crichton 已提交
1886
version = "0.7.22"
S
steveklabnik 已提交
1887 1888
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1889 1890
 "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1891 1892 1893 1894
]

[[package]]
name = "phf_generator"
A
Alex Crichton 已提交
1895
version = "0.7.22"
S
steveklabnik 已提交
1896 1897
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1898
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1899
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1900 1901 1902 1903
]

[[package]]
name = "phf_shared"
A
Alex Crichton 已提交
1904
version = "0.7.22"
S
steveklabnik 已提交
1905 1906 1907 1908 1909
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

1910 1911
[[package]]
name = "pkg-config"
1912
version = "0.3.14"
1913 1914
source = "registry+https://github.com/rust-lang/crates.io-index"

1915 1916
[[package]]
name = "polonius-engine"
A
Albin Stjerna 已提交
1917
version = "0.7.0"
1918
source = "registry+https://github.com/rust-lang/crates.io-index"
D
Douglas Campos 已提交
1919
dependencies = [
N
Niko Matsakis 已提交
1920
 "datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1921
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1922
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
D
Douglas Campos 已提交
1923
]
1924

S
steveklabnik 已提交
1925 1926 1927 1928 1929
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Mark Simulacrum 已提交
1930 1931 1932 1933 1934 1935 1936 1937 1938
[[package]]
name = "pretty_assertions"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

E
Eric Huss 已提交
1939 1940
[[package]]
name = "pretty_env_logger"
1941
version = "0.3.0"
E
Eric Huss 已提交
1942 1943
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1944 1945 1946
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1947 1948
]

A
Alex Crichton 已提交
1949 1950
[[package]]
name = "proc-macro2"
N
Nick Cameron 已提交
1951
version = "0.4.24"
A
Alex Crichton 已提交
1952 1953 1954 1955 1956
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1957 1958 1959 1960
[[package]]
name = "proc_macro"
version = "0.0.0"

1961 1962 1963 1964
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
J
John Kåre Alsaker 已提交
1965 1966
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1967
 "core 0.0.0",
1968 1969
]

A
Alex Crichton 已提交
1970 1971
[[package]]
name = "proptest"
E
Eric Huss 已提交
1972
version = "0.9.2"
A
Alex Crichton 已提交
1973 1974 1975 1976
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1977
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1978
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1979
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1980
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1981 1982 1983
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1984
 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1985
 "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1986
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1987 1988
]

O
Oliver Schneider 已提交
1989 1990
[[package]]
name = "pulldown-cmark"
M
Manish Goregaokar 已提交
1991
version = "0.1.2"
O
Oliver Schneider 已提交
1992 1993 1994
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1995
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
1996 1997
]

1998 1999 2000 2001 2002 2003 2004 2005 2006
[[package]]
name = "pulldown-cmark"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
]

2007 2008
[[package]]
name = "quick-error"
A
Alex Crichton 已提交
2009
version = "1.2.2"
2010 2011 2012
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
O
Oliver Schneider 已提交
2013 2014
name = "quine-mc_cluskey"
version = "0.2.4"
2015 2016 2017 2018 2019 2020 2021
source = "registry+https://github.com/rust-lang/crates.io-index"

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

A
Alex Crichton 已提交
2022 2023
[[package]]
name = "quote"
2024
version = "0.6.10"
A
Alex Crichton 已提交
2025 2026
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2027
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2028 2029
]

2030 2031
[[package]]
name = "racer"
M
Mateusz Mikuła 已提交
2032
version = "2.1.21"
2033
source = "registry+https://github.com/rust-lang/crates.io-index"
2034
dependencies = [
A
Alex Crichton 已提交
2035
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2036
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2037
 "derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2038
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2039
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2040
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2041
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2042
 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2043
 "rustc-ap-syntax 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2044
]
2045

A
Alex Crichton 已提交
2046 2047
[[package]]
name = "rand"
A
Alex Crichton 已提交
2048
version = "0.4.3"
A
Alex Crichton 已提交
2049 2050 2051
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2052
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
2053
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2054 2055
]

2056 2057 2058 2059 2060 2061 2062
[[package]]
name = "rand"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2063
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078
 "rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand_chacha"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
G
gnzlbg 已提交
2079
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
G
gnzlbg 已提交
2093
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2094 2095 2096 2097 2098
]

[[package]]
name = "rand_isaac"
version = "0.1.1"
K
kennytm 已提交
2099
source = "registry+https://github.com/rust-lang/crates.io-index"
2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117
dependencies = [
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand_pcg"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand_xorshift"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
G
gnzlbg 已提交
2118
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2119
]
K
kennytm 已提交
2120

N
Nick Cameron 已提交
2121 2122
[[package]]
name = "rayon"
A
Alex Crichton 已提交
2123
version = "1.0.1"
N
Nick Cameron 已提交
2124 2125
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2126
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2127
 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
2128 2129 2130 2131
]

[[package]]
name = "rayon-core"
N
Nick Cameron 已提交
2132
version = "1.4.0"
O
Oliver Schneider 已提交
2133 2134
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2135
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2136
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2137
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
2138
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2139
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2140 2141
]

N
Nick Cameron 已提交
2142 2143
[[package]]
name = "redox_syscall"
2144
version = "0.1.43"
O
Oliver Schneider 已提交
2145 2146 2147 2148 2149
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "redox_termios"
version = "0.1.1"
N
Nick Cameron 已提交
2150
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oliver Schneider 已提交
2151
dependencies = [
2152
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
2153
]
N
Nick Cameron 已提交
2154

F
flip1995 已提交
2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165
[[package]]
name = "redox_users"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
]

2166 2167
[[package]]
name = "regex"
A
Alex Crichton 已提交
2168
version = "0.2.11"
2169 2170
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2171 2172
 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2173
 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2174
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2175
 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2176 2177
]

2178 2179
[[package]]
name = "regex"
2180
version = "1.1.0"
2181 2182
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2183 2184 2185
 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2186
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2187
 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2188 2189
]

A
Alex Crichton 已提交
2190 2191
[[package]]
name = "regex-syntax"
A
Alex Crichton 已提交
2192
version = "0.5.6"
A
Alex Crichton 已提交
2193 2194
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2195
 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2196 2197
]

2198 2199
[[package]]
name = "regex-syntax"
2200
version = "0.6.4"
2201 2202
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2203
 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2204 2205
]

2206 2207 2208 2209 2210 2211 2212 2213
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
2214 2215
[[package]]
name = "remove_dir_all"
A
Alex Crichton 已提交
2216
version = "0.5.1"
A
Alex Crichton 已提交
2217 2218
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2219
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2220 2221
]

2222 2223
[[package]]
name = "rls"
M
Mateusz Mikuła 已提交
2224
version = "1.35.0"
2225
dependencies = [
E
Eric Huss 已提交
2226
 "cargo 0.37.0",
2227
 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
2228
 "clippy_lints 0.0.212",
2229
 "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
2230
 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2231
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2232
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2233
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2234
 "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
2235
 "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2236
 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2237
 "jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2238
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2239
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2240
 "lsp-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2241
 "lsp-types 0.55.4 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2242
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2243
 "ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2244
 "racer 2.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
2245
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2246
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2247
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2248
 "rls-analysis 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2249
 "rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2250
 "rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2251
 "rls-rustc 0.6.0",
F
flip1995 已提交
2252
 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2253
 "rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2254
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2255
 "rustc-workspace-hack 1.0.0",
H
Hugues de Valon 已提交
2256
 "rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
T
topecongiro 已提交
2257
 "rustfmt-nightly 1.2.1",
E
Eric Huss 已提交
2258
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2259
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2260
 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2261
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
2262
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2263 2264 2265
 "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
M
Matthias Krüger 已提交
2266
 "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2267 2268
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
2269 2270 2271 2272
]

[[package]]
name = "rls-analysis"
F
flip1995 已提交
2273
version = "0.16.12"
2274 2275
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2276
 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
2277 2278
 "fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
2279
 "json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)",
2280
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2281 2282
 "rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2283 2284 2285
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
2286
[[package]]
N
Nick Cameron 已提交
2287
name = "rls-blacklist"
N
Nick Cameron 已提交
2288
version = "0.1.3"
N
Nick Cameron 已提交
2289 2290
source = "registry+https://github.com/rust-lang/crates.io-index"

2291 2292
[[package]]
name = "rls-data"
F
flip1995 已提交
2293
version = "0.18.2"
2294 2295
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
F
flip1995 已提交
2296
 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2297
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2298
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2299
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
2300 2301
]

N
Nick Cameron 已提交
2302 2303
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
2304
version = "0.6.0"
N
Nick Cameron 已提交
2305

2306 2307
[[package]]
name = "rls-span"
F
flip1995 已提交
2308
version = "0.4.1"
2309
source = "registry+https://github.com/rust-lang/crates.io-index"
2310
dependencies = [
2311
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2312
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2313
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
2314 2315 2316 2317
]

[[package]]
name = "rls-vfs"
N
Nick Cameron 已提交
2318
version = "0.7.0"
2319 2320
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2321
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2322
 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2323 2324
]

2325 2326
[[package]]
name = "rustbook"
2327 2328
version = "0.1.0"
dependencies = [
A
Alex Crichton 已提交
2329
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Matt Ickstadt 已提交
2330
 "mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2331
 "mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2332
]
2333 2334 2335 2336 2337 2338

[[package]]
name = "rustc"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2339
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2340
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2341
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
S
scalexm 已提交
2342
 "chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2343
 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2344 2345
 "fmt_macros 0.0.0",
 "graphviz 0.0.0",
E
Eric Huss 已提交
2346
 "jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2347
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2348
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
W
Wesley Wiser 已提交
2349
 "measureme 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2350
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
2351
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Albin Stjerna 已提交
2352
 "polonius-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2353 2354
 "rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
2355
 "rustc_apfloat 0.0.0",
2356 2357
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
2358
 "rustc_fs_util 0.0.0",
J
John Kåre Alsaker 已提交
2359
 "rustc_macros 0.1.0",
2360
 "rustc_target 0.0.0",
M
Marcel Hellwig 已提交
2361
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2362
 "serialize 0.0.0",
2363
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2364 2365
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
2366
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2367 2368
]

N
Nick Cameron 已提交
2369 2370
[[package]]
name = "rustc-ap-arena"
M
Mateusz Mikuła 已提交
2371
version = "407.0.0"
T
topecongiro 已提交
2372 2373
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
Mateusz Mikuła 已提交
2374
 "rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
T
topecongiro 已提交
2375 2376
]

N
Nick Cameron 已提交
2377 2378
[[package]]
name = "rustc-ap-graphviz"
M
Mateusz Mikuła 已提交
2379
version = "407.0.0"
N
Nick Cameron 已提交
2380 2381
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
2382 2383
[[package]]
name = "rustc-ap-rustc_cratesio_shim"
M
Mateusz Mikuła 已提交
2384
version = "407.0.0"
A
Alex Crichton 已提交
2385 2386
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2387
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2388
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2389
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2390 2391
]

T
topecongiro 已提交
2392 2393
[[package]]
name = "rustc-ap-rustc_data_structures"
M
Mateusz Mikuła 已提交
2394
version = "407.0.0"
T
topecongiro 已提交
2395 2396
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2397
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2398
 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2399
 "jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2400
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2401
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2402 2403 2404 2405
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-graphviz 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_cratesio_shim 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2406
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2407 2408
 "rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2409
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2410 2411 2412
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

T
topecongiro 已提交
2413 2414
[[package]]
name = "rustc-ap-rustc_errors"
M
Mateusz Mikuła 已提交
2415
version = "407.0.0"
T
topecongiro 已提交
2416 2417
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
R
Ralf Jung 已提交
2418
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2419
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2420 2421 2422 2423
 "rustc-ap-rustc_cratesio_shim 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax_pos 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2424
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2425 2426 2427
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
2428 2429
[[package]]
name = "rustc-ap-rustc_target"
M
Mateusz Mikuła 已提交
2430
version = "407.0.0"
N
Nick Cameron 已提交
2431 2432
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2433
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2434
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2435 2436 2437
 "rustc-ap-rustc_cratesio_shim 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2438 2439
]

A
Alex Crichton 已提交
2440 2441
[[package]]
name = "rustc-ap-serialize"
M
Mateusz Mikuła 已提交
2442
version = "407.0.0"
N
Nick Cameron 已提交
2443
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2444
dependencies = [
2445
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2446
]
N
Nick Cameron 已提交
2447

A
Alex Crichton 已提交
2448 2449
[[package]]
name = "rustc-ap-syntax"
M
Mateusz Mikuła 已提交
2450
version = "407.0.0"
A
Alex Crichton 已提交
2451 2452
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2453
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2454
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2455 2456 2457 2458 2459 2460
 "rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_errors 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_target 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax_pos 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2461
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2462 2463
]

N
Nick Cameron 已提交
2464 2465
[[package]]
name = "rustc-ap-syntax_pos"
M
Mateusz Mikuła 已提交
2466
version = "407.0.0"
A
Alex Crichton 已提交
2467 2468
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2469
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2470 2471 2472 2473
 "rustc-ap-arena 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2474 2475 2476
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

2477 2478
[[package]]
name = "rustc-demangle"
2479
version = "0.1.10"
2480
source = "registry+https://github.com/rust-lang/crates.io-index"
2481
dependencies = [
J
John Kåre Alsaker 已提交
2482
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2483 2484
 "rustc-std-workspace-core 1.0.0",
]
2485

2486 2487
[[package]]
name = "rustc-hash"
2488
version = "1.0.1"
2489
source = "registry+https://github.com/rust-lang/crates.io-index"
2490
dependencies = [
2491
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
2492
]
2493

2494 2495 2496 2497
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
G
gnzlbg 已提交
2498
 "jemalloc-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2499
 "rustc_codegen_ssa 0.0.0",
2500
 "rustc_driver 0.0.0",
2501
 "rustc_target 0.0.0",
2502 2503
]

J
John Kåre Alsaker 已提交
2504 2505
[[package]]
name = "rustc-rayon"
J
John Kåre Alsaker 已提交
2506
version = "0.1.2"
J
John Kåre Alsaker 已提交
2507 2508
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
2509
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2510
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2511
 "rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2512 2513 2514 2515
]

[[package]]
name = "rustc-rayon-core"
J
John Kåre Alsaker 已提交
2516
version = "0.1.2"
J
John Kåre Alsaker 已提交
2517 2518 2519
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2520
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2521
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2522 2523 2524
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

2525 2526
[[package]]
name = "rustc-serialize"
2527
version = "0.3.24"
2528 2529
source = "registry+https://github.com/rust-lang/crates.io-index"

2530 2531 2532 2533 2534 2535 2536
[[package]]
name = "rustc-std-workspace-core"
version = "1.0.0"
dependencies = [
 "core 0.0.0",
]

A
Alex Crichton 已提交
2537 2538 2539 2540
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
2541
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
2542
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
2543
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
2544
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2545
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2546 2547 2548
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
2549
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2550 2551
]

2552 2553 2554 2555
[[package]]
name = "rustc_allocator"
version = "0.0.0"
dependencies = [
2556
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2557
 "rustc 0.0.0",
2558
 "rustc_data_structures 0.0.0",
2559
 "rustc_errors 0.0.0",
2560
 "rustc_target 0.0.0",
2561
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2562 2563 2564 2565
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2566 2567 2568 2569
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2570
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2571
 "rustc_cratesio_shim 0.0.0",
2572
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2573 2574
]

J
Jorge Aparicio 已提交
2575 2576 2577 2578
[[package]]
name = "rustc_asan"
version = "0.0.0"
dependencies = [
2579
 "alloc 0.0.0",
2580
 "build_helper 0.1.0",
J
John Kåre Alsaker 已提交
2581 2582
 "cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2583 2584 2585
 "core 0.0.0",
]

2586 2587 2588 2589 2590
[[package]]
name = "rustc_borrowck"
version = "0.0.0"
dependencies = [
 "graphviz 0.0.0",
2591
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2592
 "rustc 0.0.0",
2593
 "rustc_data_structures 0.0.0",
2594 2595 2596 2597 2598 2599
 "rustc_errors 0.0.0",
 "rustc_mir 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

I
Irina Popa 已提交
2600 2601 2602 2603
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
J
John Kåre Alsaker 已提交
2604
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
2605
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2606
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2607
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2608 2609 2610
 "rustc_llvm 0.0.0",
]

2611 2612 2613
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
2614
dependencies = [
B
bjorn3 已提交
2615
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2616
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2617
 "jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
2618
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
2619
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2620 2621
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2622
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
2623
 "rustc 0.0.0",
2624
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636
 "rustc_allocator 0.0.0",
 "rustc_apfloat 0.0.0",
 "rustc_codegen_utils 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
 "rustc_fs_util 0.0.0",
 "rustc_incremental 0.0.0",
 "rustc_mir 0.0.0",
 "rustc_target 0.0.0",
 "serialize 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
2637
]
2638

I
Irina Popa 已提交
2639 2640 2641 2642
[[package]]
name = "rustc_codegen_utils"
version = "0.0.0"
dependencies = [
2643 2644
 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2645 2646
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
2647
 "rustc_metadata 0.0.0",
I
Irina Popa 已提交
2648 2649 2650 2651 2652 2653
 "rustc_mir 0.0.0",
 "rustc_target 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2654 2655 2656 2657
[[package]]
name = "rustc_cratesio_shim"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2658
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2659
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
2660
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2661 2662
]

2663 2664 2665 2666
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
2667
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
V
varkor 已提交
2668
 "ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
2669
 "graphviz 0.0.0",
E
Eric Huss 已提交
2670
 "jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2671
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2672
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
2673
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2674
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2675 2676
 "rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2677
 "rustc_cratesio_shim 0.0.0",
2678
 "serialize 0.0.0",
2679
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2680
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2681 2682 2683 2684 2685 2686 2687
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2688
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
2689
 "graphviz 0.0.0",
2690
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2691
 "rustc 0.0.0",
J
John Kåre Alsaker 已提交
2692
 "rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2693
 "rustc_allocator 0.0.0",
2694
 "rustc_borrowck 0.0.0",
I
Irina Popa 已提交
2695
 "rustc_codegen_utils 0.0.0",
2696
 "rustc_data_structures 0.0.0",
2697 2698
 "rustc_errors 0.0.0",
 "rustc_incremental 0.0.0",
2699
 "rustc_interface 0.0.0",
2700 2701 2702 2703 2704 2705 2706 2707
 "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",
2708
 "rustc_target 0.0.0",
2709
 "rustc_traits 0.0.0",
2710
 "rustc_typeck 0.0.0",
M
Marcel Hellwig 已提交
2711
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2712
 "serialize 0.0.0",
2713
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2714 2715 2716 2717 2718 2719 2720 2721 2722
 "syntax 0.0.0",
 "syntax_ext 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
R
Ralf Jung 已提交
2723
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2724
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
2725
 "rustc_cratesio_shim 0.0.0",
O
Oliver Schneider 已提交
2726
 "rustc_data_structures 0.0.0",
2727
 "serialize 0.0.0",
2728
 "syntax_pos 0.0.0",
2729
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2730
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2731 2732
]

2733 2734 2735 2736
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

2737 2738 2739 2740 2741
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
 "graphviz 0.0.0",
2742
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Y
Yuki Okushi 已提交
2743
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
2744 2745
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
2746
 "rustc_fs_util 0.0.0",
2747 2748 2749 2750 2751
 "serialize 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2752 2753 2754 2755 2756 2757
[[package]]
name = "rustc_interface"
version = "0.0.0"
dependencies = [
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc 0.0.0",
J
John Kåre Alsaker 已提交
2758
 "rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773
 "rustc_allocator 0.0.0",
 "rustc_borrowck 0.0.0",
 "rustc_codegen_utils 0.0.0",
 "rustc_data_structures 0.0.0",
 "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_traits 0.0.0",
 "rustc_typeck 0.0.0",
2774
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2775 2776 2777 2778 2779 2780 2781
 "serialize 0.0.0",
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "syntax 0.0.0",
 "syntax_ext 0.0.0",
 "syntax_pos 0.0.0",
]

2782 2783 2784 2785
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
2786
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2787
 "rustc 0.0.0",
2788
 "rustc_data_structures 0.0.0",
2789
 "rustc_target 0.0.0",
2790 2791 2792 2793 2794 2795 2796 2797 2798
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
 "build_helper 0.1.0",
J
John Kåre Alsaker 已提交
2799
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
2800 2801
]

J
Jorge Aparicio 已提交
2802 2803 2804 2805
[[package]]
name = "rustc_lsan"
version = "0.0.0"
dependencies = [
2806
 "alloc 0.0.0",
2807
 "build_helper 0.1.0",
J
John Kåre Alsaker 已提交
2808 2809
 "cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2810 2811 2812
 "core 0.0.0",
]

J
John Kåre Alsaker 已提交
2813 2814 2815 2816
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
2817
 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2818 2819 2820 2821 2822 2823
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

2824 2825 2826 2827
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
2828 2829
 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2830
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2831 2832 2833
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
2834
 "rustc_target 0.0.0",
2835
 "serialize 0.0.0",
2836
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2837
 "syntax 0.0.0",
2838
 "syntax_ext 0.0.0",
2839 2840 2841 2842 2843 2844 2845
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
O
Oliver Schneider 已提交
2846
 "arena 0.0.0",
2847
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
S
Santiago Pastorino 已提交
2848
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2849
 "graphviz 0.0.0",
2850
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2851
 "log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Albin Stjerna 已提交
2852
 "polonius-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2853
 "rustc 0.0.0",
2854
 "rustc_apfloat 0.0.0",
2855
 "rustc_data_structures 0.0.0",
2856
 "rustc_errors 0.0.0",
2857
 "rustc_target 0.0.0",
O
Oliver Schneider 已提交
2858
 "serialize 0.0.0",
2859
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2860 2861 2862 2863
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

J
Jorge Aparicio 已提交
2864 2865 2866 2867
[[package]]
name = "rustc_msan"
version = "0.0.0"
dependencies = [
2868
 "alloc 0.0.0",
2869
 "build_helper 0.1.0",
J
John Kåre Alsaker 已提交
2870 2871
 "cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2872 2873 2874
 "core 0.0.0",
]

2875 2876 2877 2878
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
2879
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2880
 "rustc 0.0.0",
2881
 "rustc_data_structures 0.0.0",
2882
 "rustc_errors 0.0.0",
O
Oliver Schneider 已提交
2883
 "rustc_mir 0.0.0",
2884
 "syntax 0.0.0",
2885
 "syntax_ext 0.0.0",
2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903
 "syntax_pos 0.0.0",
]

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

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
A
Aaron Hill 已提交
2904
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2905
 "rustc 0.0.0",
2906
 "rustc_data_structures 0.0.0",
2907
 "rustc_typeck 0.0.0",
2908 2909 2910 2911 2912 2913 2914 2915 2916
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2917
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2918
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2919
 "rustc 0.0.0",
O
Oliver Schneider 已提交
2920
 "rustc_data_structures 0.0.0",
2921
 "rustc_errors 0.0.0",
2922
 "rustc_metadata 0.0.0",
2923 2924 2925 2926 2927 2928 2929 2930
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
2931
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2932 2933
 "rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2934
 "rustc 0.0.0",
2935
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
2936
 "rustc_codegen_utils 0.0.0",
N
Nick Cameron 已提交
2937
 "rustc_data_structures 0.0.0",
2938
 "rustc_target 0.0.0",
2939
 "rustc_typeck 0.0.0",
2940 2941 2942 2943
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2944 2945 2946 2947
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2948
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2949
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2950
 "rustc_cratesio_shim 0.0.0",
2951
 "rustc_data_structures 0.0.0",
2952 2953 2954
 "serialize 0.0.0",
]

M
Matthias Krüger 已提交
2955 2956
[[package]]
name = "rustc_tools_util"
H
Hugues de Valon 已提交
2957
version = "0.1.1"
2958 2959 2960

[[package]]
name = "rustc_tools_util"
H
Hugues de Valon 已提交
2961 2962
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Matthias Krüger 已提交
2963

2964 2965 2966 2967
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2968
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
S
scalexm 已提交
2969
 "chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2970
 "graphviz 0.0.0",
2971
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2972 2973
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
2974
 "rustc_target 0.0.0",
2975
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2976 2977 2978 2979
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

J
Jorge Aparicio 已提交
2980 2981 2982 2983
[[package]]
name = "rustc_tsan"
version = "0.0.0"
dependencies = [
2984
 "alloc 0.0.0",
2985
 "build_helper 0.1.0",
J
John Kåre Alsaker 已提交
2986 2987
 "cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2988 2989 2990
 "core 0.0.0",
]

2991 2992 2993 2994 2995
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2996
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2997
 "rustc 0.0.0",
T
Tim Neumann 已提交
2998
 "rustc_data_structures 0.0.0",
2999
 "rustc_errors 0.0.0",
3000
 "rustc_target 0.0.0",
3001
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3002 3003 3004 3005
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

3006 3007
[[package]]
name = "rustc_version"
3008
version = "0.2.3"
3009 3010 3011 3012 3013
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

3014 3015 3016 3017
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
G
Guillaume Gomez 已提交
3018
 "minifier 0.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
3019
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
3020
 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
3021
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
3022 3023
]

G
Guillaume Gomez 已提交
3024 3025 3026 3027
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
3028 3029 3030 3031 3032
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
 "rustdoc 0.0.0",
3033 3034
]

3035 3036
[[package]]
name = "rustfix"
E
Eric Huss 已提交
3037
version = "0.4.4"
A
Alex Crichton 已提交
3038 3039
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
3040
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3041
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3042
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3043 3044
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
3045 3046
]

3047 3048
[[package]]
name = "rustfmt-nightly"
T
topecongiro 已提交
3049
version = "1.2.1"
3050
dependencies = [
T
topecongiro 已提交
3051
 "annotate-snippets 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
3052
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3053 3054
 "bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
3055
 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
3056
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3057 3058
 "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3059
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3060
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
T
topecongiro 已提交
3061
 "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3062
 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
3063
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3064 3065
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
3066 3067 3068
 "rustc-ap-rustc_target 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax_pos 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
3069
 "rustc-workspace-hack 1.0.0",
E
Eric Huss 已提交
3070
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3071 3072
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
3073
 "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
T
topecongiro 已提交
3074
 "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
3075
 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3076 3077
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode_categories 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
3078 3079
]

A
Alex Crichton 已提交
3080 3081 3082 3083 3084 3085 3086
[[package]]
name = "rusty-fork"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
3087
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3088 3089 3090
 "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
3091 3092
[[package]]
name = "ryu"
3093
version = "0.2.7"
A
Alex Crichton 已提交
3094 3095
source = "registry+https://github.com/rust-lang/crates.io-index"

3096 3097
[[package]]
name = "same-file"
3098
version = "1.0.4"
3099 3100
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3101
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3102 3103 3104 3105
]

[[package]]
name = "schannel"
3106
version = "0.1.14"
3107 3108
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
3109
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3110
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
3111 3112
]

M
Marcel Hellwig 已提交
3113 3114 3115 3116 3117
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

F
flip1995 已提交
3118 3119 3120 3121 3122
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

O
Oliver Schneider 已提交
3123 3124 3125 3126 3127
[[package]]
name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

3128 3129 3130 3131 3132 3133
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3134
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3135 3136 3137 3138 3139 3140 3141 3142 3143
]

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

[[package]]
name = "serde"
E
Eric Huss 已提交
3144
version = "1.0.82"
3145
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
3146 3147 3148
dependencies = [
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
]
3149 3150 3151

[[package]]
name = "serde_derive"
3152
version = "1.0.81"
3153 3154
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
3155
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3156 3157
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
3158 3159 3160 3161
]

[[package]]
name = "serde_ignored"
3162
version = "0.0.4"
3163 3164
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
3165
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3166
]
S
Steve Klabnik 已提交
3167 3168 3169

[[package]]
name = "serde_json"
3170
version = "1.0.33"
S
Steve Klabnik 已提交
3171 3172
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3173
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
3174
 "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3175
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
S
Steve Klabnik 已提交
3176 3177
]

3178 3179 3180
[[package]]
name = "serialize"
version = "0.0.0"
3181
dependencies = [
3182
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3183
]
3184

3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195
[[package]]
name = "sha-1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

3196 3197
[[package]]
name = "shell-escape"
A
Alex Crichton 已提交
3198
version = "0.1.4"
3199 3200
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
3201 3202 3203 3204 3205
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

3206 3207 3208 3209 3210 3211
[[package]]
name = "signal-hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
3212
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3213 3214
]

S
steveklabnik 已提交
3215 3216 3217 3218 3219
[[package]]
name = "siphasher"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

3220 3221 3222 3223 3224
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

3225 3226
[[package]]
name = "smallvec"
3227
version = "0.6.7"
3228
source = "registry+https://github.com/rust-lang/crates.io-index"
3229 3230 3231
dependencies = [
 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
3232

M
Mark Simulacrum 已提交
3233 3234
[[package]]
name = "socket2"
3235
version = "0.3.8"
M
Mark Simulacrum 已提交
3236 3237
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3238
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3239
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3240
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
3241
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
3242 3243
]

3244 3245
[[package]]
name = "stable_deref_trait"
A
Alex Crichton 已提交
3246
version = "1.1.0"
3247 3248
source = "registry+https://github.com/rust-lang/crates.io-index"

3249 3250 3251 3252 3253
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
 "alloc 0.0.0",
3254
 "backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
3255 3256
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
3257
 "core 0.0.0",
J
Jethro Beekman 已提交
3258
 "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
3259
 "fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
3260
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3261 3262
 "panic_abort 0.0.0",
 "panic_unwind 0.0.0",
3263
 "profiler_builtins 0.0.0",
3264
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
3265
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
3266 3267 3268 3269
 "rustc_asan 0.0.0",
 "rustc_lsan 0.0.0",
 "rustc_msan 0.0.0",
 "rustc_tsan 0.0.0",
3270 3271 3272
 "unwind 0.0.0",
]

S
steveklabnik 已提交
3273 3274
[[package]]
name = "string_cache"
A
Alex Crichton 已提交
3275
version = "0.7.3"
S
steveklabnik 已提交
3276 3277
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
3278
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3279 3280
 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3281
 "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3282
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3283
 "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3284 3285 3286 3287 3288
 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "string_cache_codegen"
3289
version = "0.4.2"
S
steveklabnik 已提交
3290 3291
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3292 3293
 "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
3294 3295
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3296 3297 3298 3299 3300 3301 3302 3303
 "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"

3304 3305
[[package]]
name = "strsim"
A
Aleksey Kladov 已提交
3306
version = "0.7.0"
3307 3308
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Matt Ickstadt 已提交
3309 3310
[[package]]
name = "strum"
3311
version = "0.11.0"
M
Matt Ickstadt 已提交
3312 3313 3314 3315
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "strum_macros"
3316
version = "0.11.0"
M
Matt Ickstadt 已提交
3317 3318
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3319
 "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
3320
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3321 3322
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
M
Matt Ickstadt 已提交
3323 3324
]

3325 3326 3327 3328 3329 3330 3331 3332 3333 3334
[[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)",
]

N
Nick Cameron 已提交
3335 3336
[[package]]
name = "syn"
3337
version = "0.15.22"
N
Nick Cameron 已提交
3338 3339 3340
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3341
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3342 3343 3344
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

3345 3346 3347 3348 3349 3350 3351 3352
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
3353 3354
[[package]]
name = "synstructure"
3355
version = "0.10.1"
A
Alex Crichton 已提交
3356 3357
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
3358
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3359 3360
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3361
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3362 3363
]

3364 3365 3366 3367
[[package]]
name = "syntax"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
3368
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3369
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3370
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3371
 "rustc_data_structures 0.0.0",
3372
 "rustc_errors 0.0.0",
3373
 "rustc_macros 0.1.0",
3374
 "rustc_target 0.0.0",
M
Marcel Hellwig 已提交
3375
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3376
 "serialize 0.0.0",
3377
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3378 3379 3380 3381 3382 3383 3384 3385
 "syntax_pos 0.0.0",
]

[[package]]
name = "syntax_ext"
version = "0.0.0"
dependencies = [
 "fmt_macros 0.0.0",
3386
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3387
 "rustc_data_structures 0.0.0",
3388
 "rustc_errors 0.0.0",
3389
 "rustc_target 0.0.0",
3390
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3391 3392 3393 3394 3395 3396 3397 3398
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "syntax_pos"
version = "0.0.0"
dependencies = [
3399
 "arena 0.0.0",
3400
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3401
 "rustc_data_structures 0.0.0",
3402
 "rustc_macros 0.1.0",
M
Marcel Hellwig 已提交
3403
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3404
 "serialize 0.0.0",
M
Mark Simulacrum 已提交
3405
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3406 3407
]

3408 3409
[[package]]
name = "tar"
3410
version = "0.4.20"
3411 3412
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3413
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
3414
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3415
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3416
 "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
3417 3418
]

A
Aleksey Kladov 已提交
3419 3420
[[package]]
name = "tempfile"
3421
version = "3.0.5"
A
Aleksey Kladov 已提交
3422 3423
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3424
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3425
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3426 3427
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3428
 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
3429
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
3430 3431
]

S
steveklabnik 已提交
3432 3433 3434 3435 3436
[[package]]
name = "tendril"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3437
 "futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3438 3439 3440 3441
 "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

3442 3443 3444 3445
[[package]]
name = "term"
version = "0.0.0"

S
Santiago Pastorino 已提交
3446 3447 3448 3449 3450 3451 3452 3453 3454
[[package]]
name = "term"
version = "0.4.6"
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
Alan Du 已提交
3455 3456 3457 3458 3459
[[package]]
name = "term"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3460
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
3461
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alan Du 已提交
3462 3463
]

3464 3465
[[package]]
name = "termcolor"
3466
version = "1.0.4"
3467 3468
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3469
 "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3470 3471
]

3472
[[package]]
O
Oliver Schneider 已提交
3473 3474
name = "termion"
version = "1.5.1"
3475 3476
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3477
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3478
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
3479
 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3480 3481
]

3482 3483 3484 3485
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
3486
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
3487
 "proc_macro 0.0.0",
3488
 "term 0.0.0",
3489 3490
]

S
Santiago Pastorino 已提交
3491 3492 3493 3494 3495 3496
[[package]]
name = "tester"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
3497
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
S
Santiago Pastorino 已提交
3498 3499 3500
 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
steveklabnik 已提交
3501 3502
[[package]]
name = "textwrap"
A
Alex Crichton 已提交
3503
version = "0.10.0"
S
steveklabnik 已提交
3504 3505
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
Mark Simulacrum 已提交
3506
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3507 3508
]

A
Alex Crichton 已提交
3509 3510
[[package]]
name = "thread_local"
A
Alex Crichton 已提交
3511
version = "0.3.6"
3512 3513
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
3514
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3515 3516
]

3517 3518 3519
[[package]]
name = "tidy"
version = "0.1.0"
3520
dependencies = [
E
Eric Huss 已提交
3521
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3522 3523
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
3524
]
3525

A
Alex Crichton 已提交
3526 3527
[[package]]
name = "time"
A
Alex Crichton 已提交
3528
version = "0.1.40"
A
Alex Crichton 已提交
3529 3530
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3531
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3532
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
3533
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3534 3535
]

3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611
[[package]]
name = "tokio"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-fs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-current-thread"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-executor"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-fs"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-io"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-process"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3612
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-reactor"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-signal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
3644
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "signal-hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-tcp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-threadpool"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-timer"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-udp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-uds"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
3715
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3716 3717 3718 3719 3720 3721 3722 3723
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

3724 3725
[[package]]
name = "toml"
3726
version = "0.4.10"
3727 3728
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
3729
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3730 3731
]

E
Eric Huss 已提交
3732 3733 3734 3735 3736 3737 3738 3739
[[package]]
name = "toml"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
steveklabnik 已提交
3740 3741 3742 3743 3744 3745 3746
[[package]]
name = "toml-query"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
3747
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3748
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
3749
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3750 3751
]

3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763
[[package]]
name = "toml-query"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
]

E
Eric Huss 已提交
3764 3765 3766 3767 3768
[[package]]
name = "typenum"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

3769 3770 3771 3772 3773
[[package]]
name = "ucd-trie"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3774 3775
[[package]]
name = "ucd-util"
3776
version = "0.1.3"
A
Alex Crichton 已提交
3777 3778
source = "registry+https://github.com/rust-lang/crates.io-index"

3779 3780
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
3781
version = "0.3.4"
S
Steve Klabnik 已提交
3782 3783
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3784
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
3785 3786
]

3787 3788
[[package]]
name = "unicode-normalization"
A
Alex Crichton 已提交
3789
version = "0.1.7"
3790 3791 3792 3793
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-segmentation"
A
Alex Crichton 已提交
3794
version = "1.2.1"
3795 3796 3797 3798
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

A
Alex Crichton 已提交
3807 3808 3809 3810 3811
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

F
flip1995 已提交
3812 3813 3814 3815 3816
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
Steve Klabnik 已提交
3817 3818
[[package]]
name = "unreachable"
N
Nick Cameron 已提交
3819
version = "1.0.0"
S
Steve Klabnik 已提交
3820 3821 3822 3823 3824
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

3825 3826 3827 3828
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
3829
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
3830 3831 3832
 "tidy 0.1.0",
]

N
Nick Cameron 已提交
3833 3834 3835 3836
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
J
John Kåre Alsaker 已提交
3837 3838
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
3839
 "core 0.0.0",
3840
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
3841 3842
]

3843 3844
[[package]]
name = "url"
3845
version = "1.7.2"
3846 3847
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3848
 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3849
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
3850
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3851 3852 3853 3854 3855 3856 3857
]

[[package]]
name = "url_serde"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
3858
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3859
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
3860 3861
]

S
steveklabnik 已提交
3862 3863 3864 3865 3866
[[package]]
name = "utf-8"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

3867 3868
[[package]]
name = "utf8-ranges"
3869
version = "1.0.2"
3870 3871
source = "registry+https://github.com/rust-lang/crates.io-index"

3872 3873
[[package]]
name = "vcpkg"
A
Alex Crichton 已提交
3874
version = "0.2.6"
3875 3876
source = "registry+https://github.com/rust-lang/crates.io-index"

3877 3878
[[package]]
name = "vec_map"
A
Alex Crichton 已提交
3879
version = "0.8.1"
3880 3881
source = "registry+https://github.com/rust-lang/crates.io-index"

R
Ralf Jung 已提交
3882 3883
[[package]]
name = "vergen"
R
Ralf Jung 已提交
3884
version = "3.0.4"
R
Ralf Jung 已提交
3885 3886 3887
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3888
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3889
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
3890 3891
]

3892 3893 3894 3895 3896
[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
Steve Klabnik 已提交
3897 3898 3899 3900 3901
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3902 3903 3904 3905 3906
[[package]]
name = "wait-timeout"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3907
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3908 3909
]

3910 3911
[[package]]
name = "walkdir"
3912
version = "2.2.7"
3913 3914
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3915
 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3916
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3917
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3918 3919
]

3920 3921 3922 3923 3924
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

3925 3926
[[package]]
name = "winapi"
3927
version = "0.3.6"
3928 3929 3930 3931 3932 3933
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

3939 3940 3941 3942 3943
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3944 3945 3946 3947 3948
[[package]]
name = "winapi-util"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3949
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3950 3951
]

3952 3953 3954 3955 3956
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

3957 3958
[[package]]
name = "wincolor"
A
Alex Crichton 已提交
3959
version = "1.0.1"
3960 3961
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3962
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3963
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3964 3965
]

3966 3967 3968 3969 3970 3971 3972 3973 3974
[[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)",
]

3975 3976
[[package]]
name = "xattr"
A
Alex Crichton 已提交
3977
version = "0.2.2"
3978 3979
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3980
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3981 3982 3983 3984
]

[[package]]
name = "xz2"
A
Alex Crichton 已提交
3985
version = "0.1.5"
3986 3987
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
3988
 "lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
3989 3990 3991 3992 3993 3994 3995
]

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

3996
[metadata]
3997 3998
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
"checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e"
S
steveklabnik 已提交
3999
"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
T
topecongiro 已提交
4000
"checksum annotate-snippets 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e8bcdcd5b291ce85a78f2b9d082a8de9676c12b1840d386d67bc5eea6f9d2b4e"
A
Aleksey Kladov 已提交
4001
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
4002
"checksum arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6"
F
flip1995 已提交
4003
"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
4004
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
N
Nick Cameron 已提交
4005
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
R
Ralf Jung 已提交
4006
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
4007
"checksum backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "18b65ea1161bfb2dd6da6fade5edd4dbd08fba85012123dd333d2fd1b90b2782"
4008
"checksum backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "6ea90dd7b012b3d1a2cb6bec16670a0db2c95d4e931e84f4047e0460c1b34c8d"
A
Alex Crichton 已提交
4009 4010
"checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a"
"checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf"
M
Marc-Antoine Perennou 已提交
4011
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
A
Alex Crichton 已提交
4012
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
F
flip1995 已提交
4013
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
4014
"checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab"
4015 4016
"checksum bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8"
"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
4017
"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
F
flip1995 已提交
4018
"checksum bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be0fdd54b507df8f22012890aadd099979befdba27713c767993f8380112ca7c"
4019
"checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d"
4020
"checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
A
Alex Crichton 已提交
4021
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
4022
"checksum cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d8dfe3adeb30f7938e6c1dd5327f29235d8ada3e898aeb08c343005ec2915a2"
4023
"checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720"
J
John Kåre Alsaker 已提交
4024
"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83"
4025
"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
S
scalexm 已提交
4026
"checksum chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17ec698a6f053a23bfbe646d9f2fde4b02abc19125595270a99e6f44ae0bdd1a"
4027
"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
4028
"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
A
Alex Crichton 已提交
4029
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
K
kennytm 已提交
4030
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
J
John Kåre Alsaker 已提交
4031
"checksum cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "96210eec534fc3fbfc0452a63769424eaa80205fda6cea98e5b61cb3d97bcec8"
N
Nick Cameron 已提交
4032
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
O
Oliver Schneider 已提交
4033 4034
"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"
J
John Kåre Alsaker 已提交
4035
"checksum compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4ada53ac629568219809178f988ca2aac9889e9a847379588c097d30ce185145"
M
Matthias Krüger 已提交
4036
"checksum compiletest_rs 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)" = "17a60483b7d4d1534db7b77458a03d5d8a93a707432a04978dfe87ea43bb61b1"
F
flip1995 已提交
4037
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
4038 4039 4040 4041
"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
"checksum crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192"
4042
"checksum crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5b2a9ea8f77c7f9efd317a8a5645f515d903a2d86ee14d2337a5facd1bd52c12"
N
Nick Cameron 已提交
4043
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
4044
"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
A
Alex Crichton 已提交
4045
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
4046
"checksum crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f10a4f8f409aaac4b16a5474fb233624238fcdeefb9ba50d5ea059aab63ba31c"
N
Nick Cameron 已提交
4047
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
4048
"checksum crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e07fc155212827475223f0bcfae57e945e694fc90950ddf3f6695bbfd5555c72"
A
Alex Crichton 已提交
4049
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
A
Alex Crichton 已提交
4050 4051
"checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16"
"checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870"
N
Niko Matsakis 已提交
4052
"checksum datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
4053
"checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c"
N
Nick Cameron 已提交
4054
"checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
O
Oliver Schneider 已提交
4055
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
M
Mark Simulacrum 已提交
4056
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
4057
"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
R
Ralf Jung 已提交
4058
"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
F
flip1995 已提交
4059
"checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a"
J
Jethro Beekman 已提交
4060
"checksum dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63"
A
Alex Crichton 已提交
4061
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
4062
"checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
N
Nicholas Nethercote 已提交
4063
"checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"
V
varkor 已提交
4064
"checksum ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc01d68e08ca384955a3aeba9217102ca1aa85b6e168639bf27739f1d749d87"
4065
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
A
Alex Crichton 已提交
4066
"checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e"
4067
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
R
Ralf Jung 已提交
4068
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
E
Eric Huss 已提交
4069 4070
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
4071
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
4072
"checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646"
4073
"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
4074
"checksum flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2291c165c8e703ee54ef3055ad6188e3d51108e2ded18e9f2476e774fc5ad3d4"
O
Oliver Schneider 已提交
4075 4076 4077
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4078
"checksum fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3f8cbee5e872cf7db61a999a041f9bc4706ca7bf7df4cb914f53fabb1c1bc550"
4079
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4080
"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
4081
"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
4082 4083
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
A
Alex Crichton 已提交
4084 4085
"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
E
Eric Huss 已提交
4086
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
4087
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
A
Alex Crichton 已提交
4088
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
H
Hugues de Valon 已提交
4089 4090
"checksum git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7339329bfa14a00223244311560d11f8f489b453fb90092af97f267a6090ab0"
"checksum git2-curl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d58551e903ed7e2d6fe3a2f3c7efa3a784ec29b19d0fbb035aaf0497c183fbdd"
E
Eric Huss 已提交
4091
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
4092
"checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865"
A
Alex Crichton 已提交
4093
"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
4094
"checksum handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d82e5750d8027a97b9640e3fefa66bbaf852a35228e1c90790efd13c4b09c166"
4095
"checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
A
Alex Crichton 已提交
4096
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
A
Alex Crichton 已提交
4097
"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"
4098
"checksum html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c213fa6a618dc1da552f54f85cba74b05d8e883c92ec4e89067736938084c26e"
E
Eric Huss 已提交
4099
"checksum http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "fe67e3678f2827030e89cc4b9e7ecd16d52f132c0b940ab5005f88e821500f6a"
4100
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
A
Alex Crichton 已提交
4101
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
M
Manish Goregaokar 已提交
4102
"checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec"
B
Bastien Orivel 已提交
4103
"checksum ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ad03ca67dc12474ecd91fdb94d758cbd20cb4e7a78ebe831df26a9b7511e1162"
F
flip1995 已提交
4104
"checksum im-rc 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9460397452f537fd51808056ff209f4c4c4c9d20d42ae952f517708726284972"
4105
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
S
steveklabnik 已提交
4106
"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
A
Alex Crichton 已提交
4107
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
4108
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
A
Alex Crichton 已提交
4109
"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
G
gnzlbg 已提交
4110
"checksum jemalloc-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7bef0d4ce37578dfd80b466e3d8324bd9de788e249f1accebb0c472ea4b52bdc"
E
Eric Huss 已提交
4111
"checksum jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b3d51e24009d966c8285d524dbaf6d60926636b2a89caee9ce0bd612494ddc16"
4112
"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
4113
"checksum jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a5152c3fda235dfd68341b3edf4121bc4428642c93acbd6de88c26bf95fc5d7"
4114
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
O
Oliver Schneider 已提交
4115
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
I
Igor Matuszewski 已提交
4116
"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
4117
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
4118
"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
E
Eric Huss 已提交
4119
"checksum libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "48441cb35dc255da8ae72825689a95368bf510659ae1ad55dc4aa88cb1789bf1"
4120
"checksum libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d75d7966bda4730b722d1eab8e668df445368a24394bae9fc1e8dc0ab3dbe4f4"
4121
"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
4122
"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
M
Mark Rousskov 已提交
4123
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
4124
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
A
Alex Crichton 已提交
4125
"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
E
Eric Huss 已提交
4126
"checksum lsp-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
F
flip1995 已提交
4127
"checksum lsp-types 0.55.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6392b5843615b8a2adeebe87b83fdd29567c0870baba3407a67e6dbfee4712f8"
B
Bastien Orivel 已提交
4128
"checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614"
S
steveklabnik 已提交
4129
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
G
Guillaume Gomez 已提交
4130
"checksum macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
S
steveklabnik 已提交
4131 4132
"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
"checksum markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfedc97d5a503e96816d10fedcd5b42f760b2e525ce2f7ec71f6a41780548475"
A
Alex Crichton 已提交
4133
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
M
Matt Ickstadt 已提交
4134
"checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f"
4135
"checksum mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0ba0d44cb4089c741b9a91f3e5218298a40699c2f3a070a85014eed290c60819"
W
Wesley Wiser 已提交
4136
"checksum measureme 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "36bb2b263a6795d352035024d6b30ce465bb79a5e5280d74c3b5f8464c657bcc"
4137
"checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16"
4138
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
N
Nick Cameron 已提交
4139
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
G
Guillaume Gomez 已提交
4140
"checksum minifier 0.0.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4950cb2617b1933e2da0446e864dfe0d6a22c22ff72297996c46e6a63b210b"
4141 4142 4143
"checksum miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649"
"checksum miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ad30a47319c16cde58d0314f5d98202a80c9083b5f61178457403dfb14e509c"
"checksum miniz_oxide_c_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "28edaef377517fd9fe3e085c37d892ce7acd1fbeab9239c5a36eec352d8a8b7e"
4144 4145 4146 4147
"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
"checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
A
Alex Crichton 已提交
4148
"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
4149
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
A
Alex Crichton 已提交
4150
"checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4"
N
Nick Cameron 已提交
4151
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
4152
"checksum num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8af1847c907c2f04d7bfd572fb25bbb4385c637fe5be163cf2f8c5d778fe1e7d"
A
Alex Crichton 已提交
4153
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
4154
"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
4155
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
A
Alex Crichton 已提交
4156
"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
4157
"checksum opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "04b1d6b086d9b3009550f9b6f81b10ad9428cf14f404b8e1a3a06f6f012c8ec9"
T
Tatsuyuki Ishi 已提交
4158
"checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9"
A
Alex Crichton 已提交
4159
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
4160
"checksum openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)" = "26bb632127731bf4ac49bf86a5dde12d2ca0918c2234fc39d79d4da2ccbc6da7"
T
Tatsuyuki Ishi 已提交
4161
"checksum openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" = "1bb974e77de925ef426b6bc82fce15fd45bdcbeb5728bffcfc7cdeeb7ce1c2d6"
4162
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
4163
"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
4164
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
N
Nick Cameron 已提交
4165
"checksum packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
4166 4167
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
O
Oliver Schneider 已提交
4168
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
A
Alex Crichton 已提交
4169
"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
4170
"checksum pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3"
4171
"checksum pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3294f437119209b084c797604295f40227cffa35c57220b1e99a6ff3bf8ee4"
4172 4173 4174
"checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
"checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646"
"checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e"
4175
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
A
Alex Crichton 已提交
4176 4177 4178 4179
"checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2"
"checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b"
"checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998"
"checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930"
4180
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
A
Albin Stjerna 已提交
4181
"checksum polonius-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b24942fee141ea45628484a453762bb7e515099c3ec05fbeb76b7bf57b1aeed"
S
steveklabnik 已提交
4182
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
M
Mark Simulacrum 已提交
4183
"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
4184
"checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61"
N
Nick Cameron 已提交
4185
"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
E
Eric Huss 已提交
4186
"checksum proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24f5844db2f839e97e3021980975f6ebf8691d9b9b2ca67ed3feb38dc3edb52c"
M
Manish Goregaokar 已提交
4187
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
4188
"checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
A
Alex Crichton 已提交
4189
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
O
Oliver Schneider 已提交
4190
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
4191
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
4192
"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
M
Mateusz Mikuła 已提交
4193
"checksum racer 2.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "37c88638777cc178684cf648ca0e1dad56646ce105b8593dfe665c436300adc3"
A
Alex Crichton 已提交
4194
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
4195 4196 4197 4198 4199 4200 4201
"checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
"checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
"checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
"checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
A
Alex Crichton 已提交
4202
"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
N
Nick Cameron 已提交
4203
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
4204
"checksum redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d"
O
Oliver Schneider 已提交
4205
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
F
flip1995 已提交
4206
"checksum redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "214a97e49be64fd2c86f568dd0cb2c757d2cc53de95b273b6ad0a1c908482f26"
A
Alex Crichton 已提交
4207
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
4208
"checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f"
A
Alex Crichton 已提交
4209
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
4210
"checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1"
A
Alex Crichton 已提交
4211
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
F
flip1995 已提交
4212
"checksum rls-analysis 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ae18d8ad01dec3b2014f4d7ae3c607d7adbcff79e5d3b48ea42ea71c10d43a71"
N
Nick Cameron 已提交
4213
"checksum rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ce1fdac03e138c4617ff87b194e1ff57a39bb985a044ccbd8673d30701e411"
F
flip1995 已提交
4214 4215
"checksum rls-data 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5f80b84551b32e26affaf7f12374913b5061730c0dcd185d9e8fa5a15e36e65c"
"checksum rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33d66f1d6c6ccd5c98029f162544131698f6ebb61d8c697681cac409dcd08805"
N
Nick Cameron 已提交
4216
"checksum rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "72d56425bd5aa86d9d4372b76f0381d3b4bda9c0220e71956c9fcc929f45c1f1"
M
Mateusz Mikuła 已提交
4217 4218 4219 4220 4221 4222 4223 4224 4225
"checksum rustc-ap-arena 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5aab2fb5e5becf1c9183f6c63b8714817a3e780a20b4fe6b3920751c98a18225"
"checksum rustc-ap-graphviz 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0235ff613d4f96176ea56748010b5d8e978605cc47856ba9bb5372f4f38e9c03"
"checksum rustc-ap-rustc_cratesio_shim 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63e04a90b0dd8597da83633961698c61a2948f50c9d4b9a71e8afafc0ba0f158"
"checksum rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c03988d65fc5130787df32e8ea91738f78a8ed62b7a5bdd77f10e5cceb531d8e"
"checksum rustc-ap-rustc_errors 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b33b9dc34f9fa50bf7e6fd14f2f3c1adc69833acf43c10f3e9795bd4d613712"
"checksum rustc-ap-rustc_target 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e6de75caef2c7acba11994614266d60238653657677934817ab368d169333cba"
"checksum rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf09c60aaee892b0fd107544cfe607d8d463e7f33da34aa823566b8fd2b17f53"
"checksum rustc-ap-syntax 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "69f38cc120ff317678bbda8c4f58c1bbc1de64b615383ab01480482dde5e95a1"
"checksum rustc-ap-syntax_pos 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "20a0a201141c5c416b1924b079eeefc7b013e34ece0740ce4997f358b3684a7f"
4226
"checksum rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "82ae957aa1b3055d8e086486723c0ccd3d7b8fa190ae8fa2e35543b6171c810e"
4227
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
J
John Kåre Alsaker 已提交
4228 4229
"checksum rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8d98c51d9cbbe810c8b6693236d3412d8cd60513ff27a3e1b6af483dca0af544"
"checksum rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "526e7b6d2707a5b9bec3927d424ad70fa3cfc68e0ac1b75e46cdbbc95adc5108"
4230
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
H
Hugues de Valon 已提交
4231
"checksum rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c5a95edfa0c893236ae4778bb7c4752760e4c0d245e19b5eff33c5aa5eb9dc"
4232
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
E
Eric Huss 已提交
4233
"checksum rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "af7c21531a91512a4a51b490be6ba1c8eff34fdda0dc5bf87dc28d86748aac56"
A
Alex Crichton 已提交
4234
"checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c"
4235 4236
"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
4237
"checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56"
M
Marcel Hellwig 已提交
4238
"checksum scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
F
flip1995 已提交
4239
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
O
Oliver Schneider 已提交
4240
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
4241
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4242
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
E
Eric Huss 已提交
4243
"checksum serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "6fa52f19aee12441d5ad11c9a00459122bd8f98707cadf9778c540674f1935b6"
4244
"checksum serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" = "477b13b646f5b5b56fc95bedfc3b550d12141ce84f466f6c44b9a17589923885"
4245
"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142"
4246
"checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811"
4247
"checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded"
A
Alex Crichton 已提交
4248
"checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
S
steveklabnik 已提交
4249
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
4250
"checksum signal-hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
S
steveklabnik 已提交
4251
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
4252
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4253
"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
4254
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
A
Alex Crichton 已提交
4255 4256
"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
4257
"checksum string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da"
S
steveklabnik 已提交
4258
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
A
Aleksey Kladov 已提交
4259
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
4260 4261
"checksum strum 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c3a2071519ab6a48f465808c4c1ffdd00dfc8e93111d02b4fc5abab177676e"
"checksum strum_macros 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8baacebd7b7c9b864d83a6ba7a246232983e277b86fa5cdec77f565715a4b136"
4262
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
4263
"checksum syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)" = "ae8b29eb5210bc5cf63ed6149cbf9adfc82ac0be023d8735c176ee74a2db4da7"
4264
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
4265
"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
4266 4267
"checksum tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "a303ba60a099fcd2aaa646b14d2724591a96a75283e4b7ed3d1a1658909d9ae2"
"checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2"
S
steveklabnik 已提交
4268
"checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
S
Santiago Pastorino 已提交
4269
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
A
Alan Du 已提交
4270
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
4271
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
O
Oliver Schneider 已提交
4272
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
S
Santiago Pastorino 已提交
4273
"checksum tester 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e812cb26c597f86a49b26dbb58b878bd2a2b4b93fc069dc39499228fe556ff6"
A
Alex Crichton 已提交
4274
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
A
Alex Crichton 已提交
4275
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
A
Alex Crichton 已提交
4276
"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290
"checksum tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4790d0be6f4ba6ae4f48190efa2ed7780c9e3567796abdb285003cf39840d9c5"
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
"checksum tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "331c8acc267855ec06eb0c94618dcbbfea45bed2d20b77252940095273fb58f6"
"checksum tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0"
"checksum tokio-fs 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0e9cbbc8a3698b7ab652340f46633364f9eaa928ddaaee79d8b8f356dd79a09d"
"checksum tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b53aeb9d3f5ccf2ebb29e19788f96987fa1355f8fe45ea193928eaaaf3ae820f"
"checksum tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d"
"checksum tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afbcdb0f0d2a1e4c440af82d7bbf0bf91a8a8c0575bcd20c05d15be7e9d3a02f"
"checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
"checksum tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "17465013014410310f9f61fa10bf4724803c149ea1d51efece131c38efca93aa"
"checksum tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4f37f0111d76cc5da132fe9bc0590b9b9cfd079bc7e75ac3846278430a299ff8"
"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92"
"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
4291
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
E
Eric Huss 已提交
4292
"checksum toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "87c5890a989fa47ecdc7bcb4c63a77a82c18f306714104b1decfd722db17b39e"
S
steveklabnik 已提交
4293
"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
4294
"checksum toml-query 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab234a943a2363ad774020e2f9474a38a85bc4396bace01a96380144aef17db3"
E
Eric Huss 已提交
4295
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
4296
"checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
4297
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
S
steveklabnik 已提交
4298
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
A
Alex Crichton 已提交
4299 4300
"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
M
Mark Simulacrum 已提交
4301
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
4302
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
A
Alex Crichton 已提交
4303
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
F
flip1995 已提交
4304
"checksum unicode_categories 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
N
Nick Cameron 已提交
4305
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
4306
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
4307
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
S
steveklabnik 已提交
4308
"checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
4309
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
A
Alex Crichton 已提交
4310
"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
A
Alex Crichton 已提交
4311
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
R
Ralf Jung 已提交
4312
"checksum vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6aba5e34f93dc7051dfad05b98a18e9156f27e7b431fe1d2398cb6061c0a1dba"
4313
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
S
Steve Klabnik 已提交
4314
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
A
Alex Crichton 已提交
4315
"checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349"
4316
"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
4317
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
4318
"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
4319
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
4320
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
A
Alex Crichton 已提交
4321
"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
4322
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
A
Alex Crichton 已提交
4323
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
4324
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
A
Alex Crichton 已提交
4325
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
A
Alex Crichton 已提交
4326
"checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
G
gnzlbg 已提交
4327
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"