Cargo.lock 190.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.2.0 (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",
386
 "compiletest_rs 0.3.22 (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"
494
version = "0.3.22"
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
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
976
 "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
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1030
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1031
 "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
[[package]]
name = "hashbrown"
A
Amanieu d'Antras 已提交
1071
version = "0.3.0"
1072 1073 1074 1075 1076 1077 1078
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-std-workspace-alloc 1.0.0",
 "rustc-std-workspace-core 1.0.0",
]

1079 1080 1081 1082 1083 1084 1085 1086
[[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)",
]

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

1092 1093
[[package]]
name = "home"
A
Alex Crichton 已提交
1094
version = "0.3.3"
1095 1096
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
1097
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1098
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1099 1100
]

S
steveklabnik 已提交
1101 1102
[[package]]
name = "html5ever"
1103
version = "0.22.5"
S
steveklabnik 已提交
1104 1105
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1106
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1107 1108
 "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)",
1109
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
1110 1111
 "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 已提交
1112 1113
]

E
Eric Huss 已提交
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123
[[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 已提交
1124 1125
[[package]]
name = "humantime"
1126
version = "1.2.0"
A
Alex Crichton 已提交
1127 1128
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1129
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1130 1131
]

1132 1133
[[package]]
name = "idna"
A
Alex Crichton 已提交
1134
version = "0.1.5"
1135 1136
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1137
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1138
 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1139
 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1140 1141
]

O
Oliver Schneider 已提交
1142 1143
[[package]]
name = "if_chain"
M
Manish Goregaokar 已提交
1144
version = "0.1.3"
O
Oliver Schneider 已提交
1145 1146
source = "registry+https://github.com/rust-lang/crates.io-index"

1147 1148
[[package]]
name = "ignore"
B
Bastien Orivel 已提交
1149
version = "0.4.6"
1150 1151
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
1152
 "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
1153
 "globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1154
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1155
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1156
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1157 1158
 "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 已提交
1159
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1160 1161
 "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)",
1162 1163
]

E
Eric Huss 已提交
1164 1165
[[package]]
name = "im-rc"
F
flip1995 已提交
1166
version = "12.3.0"
E
Eric Huss 已提交
1167 1168
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1169
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1170 1171 1172
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1173 1174 1175 1176
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
1177
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tom Tromey 已提交
1178
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1179
 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1180
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1181
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1182 1183
 "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)",
1184
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1185
 "xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1186 1187
]

1188 1189 1190 1191 1192
[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1193
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1194 1195 1196
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
steveklabnik 已提交
1197 1198 1199 1200 1201 1202 1203
[[package]]
name = "is-match"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "itertools"
A
Alex Crichton 已提交
1204
version = "0.7.8"
S
steveklabnik 已提交
1205 1206
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1207
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1208 1209
]

1210 1211 1212 1213 1214 1215 1216 1217
[[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)",
]

1218
[[package]]
A
Alex Crichton 已提交
1219
name = "itoa"
A
Alex Crichton 已提交
1220
version = "0.4.3"
1221 1222
source = "registry+https://github.com/rust-lang/crates.io-index"

1223 1224
[[package]]
name = "jemalloc-sys"
G
gnzlbg 已提交
1225
version = "0.3.0"
1226 1227
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1228
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1229
 "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1230
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1231 1232
]

S
Steve Klabnik 已提交
1233
[[package]]
A
Alex Crichton 已提交
1234
name = "jobserver"
E
Eric Huss 已提交
1235
version = "0.1.13"
S
Steve Klabnik 已提交
1236
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1237
dependencies = [
1238
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1239 1240
 "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 已提交
1241
]
S
Steve Klabnik 已提交
1242

1243 1244 1245 1246 1247
[[package]]
name = "json"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"

1248 1249
[[package]]
name = "jsonrpc-core"
1250
version = "10.0.1"
1251 1252
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1253
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
1254
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1255
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1256 1257
 "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)",
1258 1259
]

1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270
[[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 已提交
1271 1272 1273
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1274 1275
[[package]]
name = "lazy_static"
I
Igor Matuszewski 已提交
1276
version = "1.2.0"
A
Alex Crichton 已提交
1277 1278
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1279 1280
[[package]]
name = "lazycell"
1281
version = "1.2.1"
A
Alex Crichton 已提交
1282 1283
source = "registry+https://github.com/rust-lang/crates.io-index"

1284 1285
[[package]]
name = "libc"
1286
version = "0.2.51"
1287
source = "registry+https://github.com/rust-lang/crates.io-index"
1288 1289 1290
dependencies = [
 "rustc-std-workspace-core 1.0.0",
]
1291

1292 1293
[[package]]
name = "libgit2-sys"
E
Eric Huss 已提交
1294
version = "0.7.11"
1295 1296
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1297
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1298
 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
1299
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1300
 "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1301
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
1302
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1303
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1304 1305
]

A
Alex Crichton 已提交
1306 1307
[[package]]
name = "libnghttp2-sys"
1308
version = "0.1.1"
A
Alex Crichton 已提交
1309 1310
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1311
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1312
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1313 1314
]

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

[[package]]
name = "libz-sys"
1330
version = "1.0.25"
1331 1332
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1333
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1334
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1335
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1336
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1337 1338
]

1339 1340 1341 1342
[[package]]
name = "linkchecker"
version = "0.1.0"

M
Mark Rousskov 已提交
1343 1344 1345 1346 1347 1348 1349 1350 1351
[[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)",
]

1352 1353
[[package]]
name = "log"
1354
version = "0.4.6"
1355
source = "registry+https://github.com/rust-lang/crates.io-index"
1356
dependencies = [
1357
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1358
]
1359

1360 1361
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1362
version = "0.1.2"
1363 1364
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
1365
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1366 1367
]

1368 1369
[[package]]
name = "lsp-codec"
E
Eric Huss 已提交
1370
version = "0.1.2"
1371 1372 1373 1374 1375 1376 1377 1378 1379
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"
1380
version = "0.57.0"
1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392
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)",
]

1393 1394
[[package]]
name = "lzma-sys"
B
Bastien Orivel 已提交
1395
version = "0.1.10"
1396 1397
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1398
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1399
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
1400
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1401
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1402 1403
]

S
steveklabnik 已提交
1404 1405 1406 1407 1408
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

G
Guillaume Gomez 已提交
1409 1410 1411 1412 1413
[[package]]
name = "macro-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
1414 1415 1416 1417 1418 1419 1420 1421 1422 1423
[[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 已提交
1424 1425
 "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 已提交
1426
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1427 1428
 "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 已提交
1429
 "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
1430
 "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1431 1432 1433
 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1434 1435
[[package]]
name = "matches"
A
Alex Crichton 已提交
1436
version = "0.1.8"
1437 1438
source = "registry+https://github.com/rust-lang/crates.io-index"

1439 1440
[[package]]
name = "mdbook"
M
Matt Ickstadt 已提交
1441
version = "0.1.7"
1442 1443
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
S
steveklabnik 已提交
1444
 "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1445
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1446
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
1447
 "elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
1448
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1449
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1450
 "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1451
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1452
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1453
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1454
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1455
 "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
1456
 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1457
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1458
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1459 1460
 "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 已提交
1461
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1462 1463
 "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 已提交
1464
 "toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1465 1466
]

1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481
[[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)",
1482
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494
 "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 已提交
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504
[[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 已提交
1505 1506
[[package]]
name = "memchr"
1507
version = "2.2.0"
O
Oliver Schneider 已提交
1508
source = "registry+https://github.com/rust-lang/crates.io-index"
1509

1510 1511 1512 1513 1514
[[package]]
name = "memmap"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1515
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1516
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1517 1518
]

N
Nick Cameron 已提交
1519 1520 1521 1522 1523
[[package]]
name = "memoffset"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

[[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"
1552 1553
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
1554
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1555
 "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
1556
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1557
 "miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1558 1559
]

1560 1561 1562 1563 1564 1565 1566 1567 1568 1569
[[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)",
1570
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594
 "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)",
1595
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609
 "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 已提交
1610 1611
[[package]]
name = "miow"
A
Alex Crichton 已提交
1612
version = "0.3.3"
A
Alex Crichton 已提交
1613 1614
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1615 1616
 "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 已提交
1617 1618
]

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

1638 1639 1640 1641 1642 1643
[[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)",
1644
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1645 1646 1647
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
1648 1649 1650 1651 1652 1653 1654 1655
[[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 已提交
1656 1657 1658 1659 1660
[[package]]
name = "nodrop"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"

1661
[[package]]
O
Oliver Schneider 已提交
1662
name = "num-derive"
1663
version = "0.2.3"
1664 1665
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1666
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1667
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
1668 1669
 "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)",
1670 1671 1672
]

[[package]]
O
Oliver Schneider 已提交
1673 1674
name = "num-integer"
version = "0.1.39"
1675 1676
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1677
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1678 1679
]

S
Steve Klabnik 已提交
1680 1681
[[package]]
name = "num-traits"
1682
version = "0.2.6"
S
Steve Klabnik 已提交
1683 1684
source = "registry+https://github.com/rust-lang/crates.io-index"

1685 1686
[[package]]
name = "num_cpus"
1687
version = "1.8.0"
1688 1689
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1690
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1691 1692
]

S
Steve Klabnik 已提交
1693 1694
[[package]]
name = "open"
A
Alex Crichton 已提交
1695
version = "1.2.1"
S
Steve Klabnik 已提交
1696 1697
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1698 1699
[[package]]
name = "opener"
1700
version = "0.3.2"
A
Alex Crichton 已提交
1701 1702
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
1703 1704
 "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)",
1705
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1706 1707
]

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

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

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

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

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

1751 1752 1753 1754 1755
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1756 1757 1758 1759 1760
[[package]]
name = "owning_ref"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1761
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1762 1763
]

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

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

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

1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805
[[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 = [
1806
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1807 1808 1809 1810 1811 1812
 "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)",
]

1813 1814
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
1815
version = "1.0.1"
1816 1817
source = "registry+https://github.com/rust-lang/crates.io-index"

1818 1819
[[package]]
name = "pest"
A
Alex Crichton 已提交
1820
version = "1.0.6"
1821 1822
source = "registry+https://github.com/rust-lang/crates.io-index"

1823 1824 1825 1826 1827 1828 1829 1830
[[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 已提交
1831 1832
[[package]]
name = "pest_derive"
1833
version = "1.0.8"
A
Alex Crichton 已提交
1834 1835 1836 1837 1838 1839 1840
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)",
]

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 1867 1868 1869 1870 1871
[[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)",
]

1872 1873
[[package]]
name = "petgraph"
1874
version = "0.4.13"
1875 1876 1877 1878 1879 1880
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 已提交
1881 1882
[[package]]
name = "phf"
A
Alex Crichton 已提交
1883
version = "0.7.22"
S
steveklabnik 已提交
1884 1885
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1886
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1887 1888 1889 1890
]

[[package]]
name = "phf_codegen"
A
Alex Crichton 已提交
1891
version = "0.7.22"
S
steveklabnik 已提交
1892 1893
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1894 1895
 "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 已提交
1896 1897 1898 1899
]

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

[[package]]
name = "phf_shared"
A
Alex Crichton 已提交
1909
version = "0.7.22"
S
steveklabnik 已提交
1910 1911 1912 1913 1914
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

1915 1916
[[package]]
name = "pkg-config"
1917
version = "0.3.14"
1918 1919
source = "registry+https://github.com/rust-lang/crates.io-index"

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

S
steveklabnik 已提交
1930 1931 1932 1933 1934
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Mark Simulacrum 已提交
1935 1936 1937 1938 1939 1940 1941 1942 1943
[[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 已提交
1944 1945
[[package]]
name = "pretty_env_logger"
1946
version = "0.3.0"
E
Eric Huss 已提交
1947 1948
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1949 1950 1951
 "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 已提交
1952 1953
]

A
Alex Crichton 已提交
1954 1955
[[package]]
name = "proc-macro2"
N
Nick Cameron 已提交
1956
version = "0.4.24"
A
Alex Crichton 已提交
1957 1958 1959 1960 1961
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)",
]

1962 1963 1964 1965
[[package]]
name = "proc_macro"
version = "0.0.0"

1966 1967 1968 1969
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
J
John Kåre Alsaker 已提交
1970 1971
 "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)",
1972
 "core 0.0.0",
1973 1974
]

A
Alex Crichton 已提交
1975 1976
[[package]]
name = "proptest"
E
Eric Huss 已提交
1977
version = "0.9.2"
A
Alex Crichton 已提交
1978 1979 1980 1981
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)",
1982
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1983
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1984
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1985
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1986 1987 1988
 "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)",
1989
 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1990
 "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1991
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1992 1993
]

O
Oliver Schneider 已提交
1994 1995
[[package]]
name = "pulldown-cmark"
M
Manish Goregaokar 已提交
1996
version = "0.1.2"
O
Oliver Schneider 已提交
1997 1998 1999
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 已提交
2000
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
2001 2002
]

2003 2004 2005 2006 2007 2008 2009 2010 2011
[[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)",
]

2012 2013 2014 2015 2016 2017 2018 2019 2020 2021
[[package]]
name = "pulldown-cmark"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

2022 2023
[[package]]
name = "quick-error"
A
Alex Crichton 已提交
2024
version = "1.2.2"
2025 2026 2027
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
O
Oliver Schneider 已提交
2028 2029
name = "quine-mc_cluskey"
version = "0.2.4"
2030 2031 2032 2033 2034 2035 2036
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 已提交
2037 2038
[[package]]
name = "quote"
2039
version = "0.6.10"
A
Alex Crichton 已提交
2040 2041
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2042
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2043 2044
]

2045 2046
[[package]]
name = "racer"
2047
version = "2.1.22"
2048
source = "registry+https://github.com/rust-lang/crates.io-index"
2049
dependencies = [
A
Alex Crichton 已提交
2050
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2051
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2052
 "derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2053
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2054
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2055
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2056
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2057
 "rls-span 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2058
 "rustc-ap-syntax 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2059
]
2060

A
Alex Crichton 已提交
2061 2062
[[package]]
name = "rand"
A
Alex Crichton 已提交
2063
version = "0.4.3"
A
Alex Crichton 已提交
2064 2065 2066
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)",
2067
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
2068
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2069 2070
]

2071 2072 2073 2074 2075 2076 2077
[[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)",
2078
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093
 "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 已提交
2094
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107
 "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 已提交
2108
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2109 2110 2111 2112 2113
]

[[package]]
name = "rand_isaac"
version = "0.1.1"
K
kennytm 已提交
2114
source = "registry+https://github.com/rust-lang/crates.io-index"
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132
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 已提交
2133
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2134
]
K
kennytm 已提交
2135

N
Nick Cameron 已提交
2136 2137
[[package]]
name = "rayon"
A
Alex Crichton 已提交
2138
version = "1.0.1"
N
Nick Cameron 已提交
2139 2140
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2141
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2142
 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
2143 2144 2145 2146
]

[[package]]
name = "rayon-core"
N
Nick Cameron 已提交
2147
version = "1.4.0"
O
Oliver Schneider 已提交
2148 2149
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2150
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2151
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2152
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
2153
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2154
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2155 2156
]

N
Nick Cameron 已提交
2157 2158
[[package]]
name = "redox_syscall"
2159
version = "0.1.43"
O
Oliver Schneider 已提交
2160 2161 2162 2163 2164
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "redox_termios"
version = "0.1.1"
N
Nick Cameron 已提交
2165
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oliver Schneider 已提交
2166
dependencies = [
2167
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
2168
]
N
Nick Cameron 已提交
2169

F
flip1995 已提交
2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180
[[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)",
]

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

2193 2194
[[package]]
name = "regex"
2195
version = "1.1.0"
2196 2197
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2198
 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
2199
 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2200
 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2201
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2202
 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2203 2204
]

A
Alex Crichton 已提交
2205 2206
[[package]]
name = "regex-syntax"
A
Alex Crichton 已提交
2207
version = "0.5.6"
A
Alex Crichton 已提交
2208 2209
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2210
 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2211 2212
]

2213 2214
[[package]]
name = "regex-syntax"
2215
version = "0.6.4"
2216 2217
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2218
 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2219 2220
]

2221 2222 2223 2224 2225 2226 2227 2228
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
2229 2230
[[package]]
name = "remove_dir_all"
A
Alex Crichton 已提交
2231
version = "0.5.1"
A
Alex Crichton 已提交
2232 2233
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2234
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2235 2236
]

2237 2238
[[package]]
name = "rls"
2239
version = "1.36.0"
2240
dependencies = [
E
Eric Huss 已提交
2241
 "cargo 0.37.0",
2242
 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
2243
 "clippy_lints 0.0.212",
2244
 "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
2245
 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2246
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2247
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2248
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2249
 "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
2250
 "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2251
 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2252
 "jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2253
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2254
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2255
 "lsp-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2256
 "lsp-types 0.57.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2257
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2258
 "ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2259
 "racer 2.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
2260
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2261
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2262
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2263
 "rls-analysis 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2264
 "rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2265
 "rls-data 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2266
 "rls-rustc 0.6.0",
2267 2268
 "rls-span 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rls-vfs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2269
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2270
 "rustc-workspace-hack 1.0.0",
H
Hugues de Valon 已提交
2271
 "rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
T
topecongiro 已提交
2272
 "rustfmt-nightly 1.2.1",
E
Eric Huss 已提交
2273
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2274
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2275
 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2276
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
2277
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2278 2279 2280
 "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 已提交
2281
 "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2282 2283
 "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)",
2284 2285 2286 2287
]

[[package]]
name = "rls-analysis"
2288
version = "0.17.0"
2289 2290
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2291
 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
2292 2293
 "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)",
2294
 "json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)",
2295
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2296 2297 2298 2299
 "rls-data 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rls-span 0.5.1 (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)",
A
Alex Crichton 已提交
2300 2301
]

N
Nick Cameron 已提交
2302
[[package]]
N
Nick Cameron 已提交
2303
name = "rls-blacklist"
N
Nick Cameron 已提交
2304
version = "0.1.3"
N
Nick Cameron 已提交
2305 2306
source = "registry+https://github.com/rust-lang/crates.io-index"

2307 2308
[[package]]
name = "rls-data"
2309
version = "0.19.0"
2310 2311
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2312
 "rls-span 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2313
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2314 2315
]

N
Nick Cameron 已提交
2316 2317
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
2318
version = "0.6.0"
N
Nick Cameron 已提交
2319

2320 2321
[[package]]
name = "rls-span"
2322
version = "0.5.1"
2323
source = "registry+https://github.com/rust-lang/crates.io-index"
2324
dependencies = [
E
Eric Huss 已提交
2325
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2326 2327 2328 2329
]

[[package]]
name = "rls-vfs"
2330
version = "0.8.0"
2331 2332
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2333
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2334
 "rls-span 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2335 2336
]

2337 2338
[[package]]
name = "rustbook"
2339 2340
version = "0.1.0"
dependencies = [
A
Alex Crichton 已提交
2341
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Matt Ickstadt 已提交
2342
 "mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2343
 "mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2344
]
2345 2346 2347 2348 2349 2350

[[package]]
name = "rustc"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2351
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2352
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2353
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
S
scalexm 已提交
2354
 "chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2355
 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2356 2357
 "fmt_macros 0.0.0",
 "graphviz 0.0.0",
E
Eric Huss 已提交
2358
 "jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2359
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2360
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
W
Wesley Wiser 已提交
2361
 "measureme 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2362
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
2363
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Albin Stjerna 已提交
2364
 "polonius-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2365 2366
 "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 已提交
2367
 "rustc_apfloat 0.0.0",
2368 2369
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
2370
 "rustc_fs_util 0.0.0",
J
John Kåre Alsaker 已提交
2371
 "rustc_macros 0.1.0",
2372
 "rustc_target 0.0.0",
M
Marcel Hellwig 已提交
2373
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2374
 "serialize 0.0.0",
2375
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2376 2377
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
2378
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2379 2380
]

N
Nick Cameron 已提交
2381 2382
[[package]]
name = "rustc-ap-arena"
M
Mateusz Mikuła 已提交
2383
version = "407.0.0"
T
topecongiro 已提交
2384 2385
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
Mateusz Mikuła 已提交
2386
 "rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
T
topecongiro 已提交
2387 2388
]

N
Nick Cameron 已提交
2389 2390
[[package]]
name = "rustc-ap-graphviz"
M
Mateusz Mikuła 已提交
2391
version = "407.0.0"
N
Nick Cameron 已提交
2392 2393
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
2394 2395
[[package]]
name = "rustc-ap-rustc_cratesio_shim"
M
Mateusz Mikuła 已提交
2396
version = "407.0.0"
A
Alex Crichton 已提交
2397 2398
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2399
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2400
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2401
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2402 2403
]

T
topecongiro 已提交
2404 2405
[[package]]
name = "rustc-ap-rustc_data_structures"
M
Mateusz Mikuła 已提交
2406
version = "407.0.0"
T
topecongiro 已提交
2407 2408
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2409
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2410
 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2411
 "jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2412
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2413
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2414 2415 2416 2417
 "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 已提交
2418
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2419 2420
 "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)",
2421
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2422 2423 2424
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

T
topecongiro 已提交
2425 2426
[[package]]
name = "rustc-ap-rustc_errors"
M
Mateusz Mikuła 已提交
2427
version = "407.0.0"
T
topecongiro 已提交
2428 2429
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
R
Ralf Jung 已提交
2430
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2431
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2432 2433 2434 2435
 "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)",
2436
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2437 2438 2439
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
2440 2441
[[package]]
name = "rustc-ap-rustc_target"
M
Mateusz Mikuła 已提交
2442
version = "407.0.0"
N
Nick Cameron 已提交
2443 2444
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2445
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2446
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2447 2448 2449
 "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 已提交
2450 2451
]

A
Alex Crichton 已提交
2452 2453
[[package]]
name = "rustc-ap-serialize"
M
Mateusz Mikuła 已提交
2454
version = "407.0.0"
N
Nick Cameron 已提交
2455
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2456
dependencies = [
2457
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2458
]
N
Nick Cameron 已提交
2459

A
Alex Crichton 已提交
2460 2461
[[package]]
name = "rustc-ap-syntax"
M
Mateusz Mikuła 已提交
2462
version = "407.0.0"
A
Alex Crichton 已提交
2463 2464
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2465
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2466
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2467 2468 2469 2470 2471 2472
 "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)",
2473
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2474 2475
]

N
Nick Cameron 已提交
2476 2477
[[package]]
name = "rustc-ap-syntax_pos"
M
Mateusz Mikuła 已提交
2478
version = "407.0.0"
A
Alex Crichton 已提交
2479 2480
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2481
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2482 2483 2484 2485
 "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 已提交
2486 2487 2488
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

2489 2490
[[package]]
name = "rustc-demangle"
2491
version = "0.1.10"
2492
source = "registry+https://github.com/rust-lang/crates.io-index"
2493
dependencies = [
J
John Kåre Alsaker 已提交
2494
 "compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2495 2496
 "rustc-std-workspace-core 1.0.0",
]
2497

2498 2499
[[package]]
name = "rustc-hash"
2500
version = "1.0.1"
2501
source = "registry+https://github.com/rust-lang/crates.io-index"
2502
dependencies = [
2503
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
2504
]
2505

2506 2507 2508 2509
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
G
gnzlbg 已提交
2510
 "jemalloc-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2511
 "rustc_codegen_ssa 0.0.0",
2512
 "rustc_driver 0.0.0",
2513
 "rustc_target 0.0.0",
2514 2515
]

J
John Kåre Alsaker 已提交
2516 2517
[[package]]
name = "rustc-rayon"
J
John Kåre Alsaker 已提交
2518
version = "0.1.2"
J
John Kåre Alsaker 已提交
2519 2520
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
J
John Kåre Alsaker 已提交
2521
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2522
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2523
 "rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2524 2525 2526 2527
]

[[package]]
name = "rustc-rayon-core"
J
John Kåre Alsaker 已提交
2528
version = "0.1.2"
J
John Kåre Alsaker 已提交
2529 2530 2531
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 已提交
2532
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2533
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2534 2535 2536
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

2537 2538
[[package]]
name = "rustc-serialize"
2539
version = "0.3.24"
2540 2541
source = "registry+https://github.com/rust-lang/crates.io-index"

2542 2543 2544 2545 2546 2547 2548
[[package]]
name = "rustc-std-workspace-alloc"
version = "1.0.0"
dependencies = [
 "alloc 0.0.0",
]

2549 2550 2551 2552 2553 2554 2555
[[package]]
name = "rustc-std-workspace-core"
version = "1.0.0"
dependencies = [
 "core 0.0.0",
]

A
Alex Crichton 已提交
2556 2557 2558 2559
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
2560
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
2561
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
2562
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
2563
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2564
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2565 2566 2567
 "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)",
2568
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2569 2570
]

2571 2572 2573 2574
[[package]]
name = "rustc_allocator"
version = "0.0.0"
dependencies = [
2575
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2576
 "rustc 0.0.0",
2577
 "rustc_data_structures 0.0.0",
2578
 "rustc_errors 0.0.0",
2579
 "rustc_target 0.0.0",
2580
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2581 2582 2583 2584
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2585 2586 2587 2588
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2589
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2590
 "rustc_cratesio_shim 0.0.0",
2591
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2592 2593
]

J
Jorge Aparicio 已提交
2594 2595 2596 2597
[[package]]
name = "rustc_asan"
version = "0.0.0"
dependencies = [
2598
 "alloc 0.0.0",
2599
 "build_helper 0.1.0",
J
John Kåre Alsaker 已提交
2600 2601
 "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 已提交
2602 2603 2604
 "core 0.0.0",
]

2605 2606 2607 2608 2609
[[package]]
name = "rustc_borrowck"
version = "0.0.0"
dependencies = [
 "graphviz 0.0.0",
2610
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2611
 "rustc 0.0.0",
2612
 "rustc_data_structures 0.0.0",
2613 2614 2615 2616 2617 2618
 "rustc_errors 0.0.0",
 "rustc_mir 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

I
Irina Popa 已提交
2619 2620 2621 2622
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
J
John Kåre Alsaker 已提交
2623
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
2624
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2625
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2626
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2627 2628 2629
 "rustc_llvm 0.0.0",
]

2630 2631 2632
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
2633
dependencies = [
B
bjorn3 已提交
2634
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2635
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2636
 "jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
2637
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
2638
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2639 2640
 "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)",
2641
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
2642
 "rustc 0.0.0",
2643
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655
 "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",
2656
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2657
]
2658

I
Irina Popa 已提交
2659 2660 2661 2662
[[package]]
name = "rustc_codegen_utils"
version = "0.0.0"
dependencies = [
2663 2664
 "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 已提交
2665 2666
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
2667
 "rustc_metadata 0.0.0",
I
Irina Popa 已提交
2668 2669 2670 2671 2672 2673
 "rustc_mir 0.0.0",
 "rustc_target 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2674 2675 2676 2677
[[package]]
name = "rustc_cratesio_shim"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2678
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2679
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
2680
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2681 2682
]

2683 2684 2685 2686
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
2687
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
V
varkor 已提交
2688
 "ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
2689
 "graphviz 0.0.0",
E
Eric Huss 已提交
2690
 "jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2691
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2692
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
2693
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2694
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2695 2696
 "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)",
2697
 "rustc_cratesio_shim 0.0.0",
2698
 "serialize 0.0.0",
2699
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2700
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2701 2702 2703 2704 2705 2706 2707
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2708
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
2709
 "graphviz 0.0.0",
2710
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2711
 "rustc 0.0.0",
J
John Kåre Alsaker 已提交
2712
 "rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2713
 "rustc_allocator 0.0.0",
2714
 "rustc_borrowck 0.0.0",
I
Irina Popa 已提交
2715
 "rustc_codegen_utils 0.0.0",
2716
 "rustc_data_structures 0.0.0",
2717 2718
 "rustc_errors 0.0.0",
 "rustc_incremental 0.0.0",
2719
 "rustc_interface 0.0.0",
2720 2721 2722 2723 2724 2725 2726 2727
 "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",
2728
 "rustc_target 0.0.0",
2729
 "rustc_traits 0.0.0",
2730
 "rustc_typeck 0.0.0",
M
Marcel Hellwig 已提交
2731
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2732
 "serialize 0.0.0",
2733
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2734 2735 2736 2737 2738 2739 2740 2741 2742
 "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 已提交
2743
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2744
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
2745
 "rustc_cratesio_shim 0.0.0",
O
Oliver Schneider 已提交
2746
 "rustc_data_structures 0.0.0",
2747
 "serialize 0.0.0",
2748
 "syntax_pos 0.0.0",
2749
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2750
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2751 2752
]

2753 2754 2755 2756
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

2757 2758 2759 2760 2761
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
 "graphviz 0.0.0",
2762
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Y
Yuki Okushi 已提交
2763
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
2764 2765
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
2766
 "rustc_fs_util 0.0.0",
2767 2768 2769 2770 2771
 "serialize 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2772 2773 2774 2775 2776 2777
[[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 已提交
2778
 "rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793
 "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",
2794
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2795 2796 2797 2798 2799 2800 2801
 "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",
]

2802 2803 2804 2805
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
2806
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2807
 "rustc 0.0.0",
2808
 "rustc_data_structures 0.0.0",
2809
 "rustc_target 0.0.0",
2810 2811 2812 2813 2814 2815 2816 2817 2818
 "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 已提交
2819
 "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
2820 2821
]

J
Jorge Aparicio 已提交
2822 2823 2824 2825
[[package]]
name = "rustc_lsan"
version = "0.0.0"
dependencies = [
2826
 "alloc 0.0.0",
2827
 "build_helper 0.1.0",
J
John Kåre Alsaker 已提交
2828 2829
 "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 已提交
2830 2831 2832
 "core 0.0.0",
]

J
John Kåre Alsaker 已提交
2833 2834 2835 2836
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
2837
 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2838 2839 2840 2841 2842 2843
 "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)",
]

2844 2845 2846 2847
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
2848 2849
 "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)",
2850
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2851 2852 2853
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
2854
 "rustc_target 0.0.0",
2855
 "serialize 0.0.0",
2856
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2857
 "syntax 0.0.0",
2858
 "syntax_ext 0.0.0",
2859 2860 2861 2862 2863 2864 2865
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
O
Oliver Schneider 已提交
2866
 "arena 0.0.0",
2867
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
S
Santiago Pastorino 已提交
2868
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2869
 "graphviz 0.0.0",
2870
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2871
 "log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Albin Stjerna 已提交
2872
 "polonius-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2873
 "rustc 0.0.0",
2874
 "rustc_apfloat 0.0.0",
2875
 "rustc_data_structures 0.0.0",
2876
 "rustc_errors 0.0.0",
2877
 "rustc_target 0.0.0",
O
Oliver Schneider 已提交
2878
 "serialize 0.0.0",
2879
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2880 2881 2882 2883
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

J
Jorge Aparicio 已提交
2884 2885 2886 2887
[[package]]
name = "rustc_msan"
version = "0.0.0"
dependencies = [
2888
 "alloc 0.0.0",
2889
 "build_helper 0.1.0",
J
John Kåre Alsaker 已提交
2890 2891
 "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 已提交
2892 2893 2894
 "core 0.0.0",
]

2895 2896 2897 2898
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
2899
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2900
 "rustc 0.0.0",
2901
 "rustc_data_structures 0.0.0",
2902
 "rustc_errors 0.0.0",
O
Oliver Schneider 已提交
2903
 "rustc_mir 0.0.0",
2904
 "syntax 0.0.0",
2905
 "syntax_ext 0.0.0",
2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923
 "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 已提交
2924
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2925
 "rustc 0.0.0",
2926
 "rustc_data_structures 0.0.0",
2927
 "rustc_typeck 0.0.0",
2928 2929 2930 2931 2932 2933 2934 2935 2936
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2937
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2938
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2939
 "rustc 0.0.0",
O
Oliver Schneider 已提交
2940
 "rustc_data_structures 0.0.0",
2941
 "rustc_errors 0.0.0",
2942
 "rustc_metadata 0.0.0",
2943 2944 2945 2946 2947 2948 2949 2950
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
2951
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2952 2953
 "rls-data 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rls-span 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2954
 "rustc 0.0.0",
2955
 "rustc_codegen_utils 0.0.0",
N
Nick Cameron 已提交
2956
 "rustc_data_structures 0.0.0",
2957
 "rustc_target 0.0.0",
2958
 "rustc_typeck 0.0.0",
2959
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
2960 2961 2962 2963
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2964 2965 2966 2967
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2968
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2969
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2970
 "rustc_cratesio_shim 0.0.0",
2971
 "rustc_data_structures 0.0.0",
2972 2973 2974
 "serialize 0.0.0",
]

M
Matthias Krüger 已提交
2975 2976
[[package]]
name = "rustc_tools_util"
H
Hugues de Valon 已提交
2977
version = "0.1.1"
2978 2979 2980

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

2984 2985 2986 2987
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2988
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
S
scalexm 已提交
2989
 "chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2990
 "graphviz 0.0.0",
2991
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2992 2993
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
2994
 "rustc_target 0.0.0",
2995
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2996 2997 2998 2999
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

J
Jorge Aparicio 已提交
3000 3001 3002 3003
[[package]]
name = "rustc_tsan"
version = "0.0.0"
dependencies = [
3004
 "alloc 0.0.0",
3005
 "build_helper 0.1.0",
J
John Kåre Alsaker 已提交
3006 3007
 "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 已提交
3008 3009 3010
 "core 0.0.0",
]

3011 3012 3013 3014 3015
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
3016
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3017
 "rustc 0.0.0",
T
Tim Neumann 已提交
3018
 "rustc_data_structures 0.0.0",
3019
 "rustc_errors 0.0.0",
3020
 "rustc_target 0.0.0",
3021
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3022 3023 3024 3025
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

3026 3027
[[package]]
name = "rustc_version"
3028
version = "0.2.3"
3029 3030 3031 3032 3033
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

3034 3035 3036 3037
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
G
Guillaume Gomez 已提交
3038
 "minifier 0.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
3039
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
3040
 "pulldown-cmark 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
3041
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
3042 3043
]

G
Guillaume Gomez 已提交
3044 3045 3046 3047
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
3048 3049 3050 3051 3052
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
 "rustdoc 0.0.0",
3053 3054
]

3055 3056
[[package]]
name = "rustfix"
E
Eric Huss 已提交
3057
version = "0.4.4"
A
Alex Crichton 已提交
3058 3059
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
3060
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3061
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3062
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3063 3064
 "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)",
3065 3066
]

3067 3068
[[package]]
name = "rustfmt-nightly"
T
topecongiro 已提交
3069
version = "1.2.1"
3070
dependencies = [
T
topecongiro 已提交
3071
 "annotate-snippets 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
3072
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3073 3074
 "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)",
3075
 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
3076
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3077 3078
 "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 已提交
3079
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3080
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
T
topecongiro 已提交
3081
 "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3082
 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
3083
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3084 3085
 "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 已提交
3086 3087 3088
 "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 已提交
3089
 "rustc-workspace-hack 1.0.0",
E
Eric Huss 已提交
3090
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3091 3092
 "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 已提交
3093
 "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
T
topecongiro 已提交
3094
 "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
3095
 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3096 3097
 "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 已提交
3098 3099
]

A
Alex Crichton 已提交
3100 3101 3102 3103 3104 3105 3106
[[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)",
3107
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3108 3109 3110
 "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
3111 3112
[[package]]
name = "ryu"
3113
version = "0.2.7"
A
Alex Crichton 已提交
3114 3115
source = "registry+https://github.com/rust-lang/crates.io-index"

3116 3117
[[package]]
name = "same-file"
3118
version = "1.0.4"
3119 3120
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3121
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3122 3123 3124 3125
]

[[package]]
name = "schannel"
3126
version = "0.1.14"
3127 3128
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
3129
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3130
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
3131 3132
]

M
Marcel Hellwig 已提交
3133 3134 3135 3136 3137
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

F
flip1995 已提交
3138 3139 3140 3141 3142
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

O
Oliver Schneider 已提交
3143 3144 3145 3146 3147
[[package]]
name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

3148 3149 3150 3151 3152 3153
[[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 已提交
3154
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3155 3156 3157 3158 3159 3160 3161 3162 3163
]

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

[[package]]
name = "serde"
E
Eric Huss 已提交
3164
version = "1.0.82"
3165
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
3166 3167 3168
dependencies = [
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
]
3169 3170 3171

[[package]]
name = "serde_derive"
3172
version = "1.0.81"
3173 3174
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
3175
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3176 3177
 "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)",
3178 3179 3180 3181
]

[[package]]
name = "serde_ignored"
3182
version = "0.0.4"
3183 3184
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
3185
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3186
]
S
Steve Klabnik 已提交
3187 3188 3189

[[package]]
name = "serde_json"
3190
version = "1.0.33"
S
Steve Klabnik 已提交
3191 3192
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3193
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
3194
 "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3195
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
S
Steve Klabnik 已提交
3196 3197
]

3198 3199 3200
[[package]]
name = "serialize"
version = "0.0.0"
3201
dependencies = [
3202
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3203
]
3204

3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215
[[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)",
]

3216 3217
[[package]]
name = "shell-escape"
A
Alex Crichton 已提交
3218
version = "0.1.4"
3219 3220
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
3221 3222 3223 3224 3225
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

3226 3227 3228 3229 3230 3231
[[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)",
3232
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3233 3234
]

S
steveklabnik 已提交
3235 3236 3237 3238 3239
[[package]]
name = "siphasher"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

3240 3241 3242 3243 3244
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

3245 3246
[[package]]
name = "smallvec"
3247
version = "0.6.7"
3248
source = "registry+https://github.com/rust-lang/crates.io-index"
3249 3250 3251
dependencies = [
 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
3252

M
Mark Simulacrum 已提交
3253 3254
[[package]]
name = "socket2"
3255
version = "0.3.8"
M
Mark Simulacrum 已提交
3256 3257
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3258
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3259
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3260
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
3261
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
3262 3263
]

3264 3265
[[package]]
name = "stable_deref_trait"
A
Alex Crichton 已提交
3266
version = "1.1.0"
3267 3268
source = "registry+https://github.com/rust-lang/crates.io-index"

3269 3270 3271 3272 3273
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
 "alloc 0.0.0",
3274
 "backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
3275 3276
 "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)",
3277
 "core 0.0.0",
J
Jethro Beekman 已提交
3278
 "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
3279
 "fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Amanieu d'Antras 已提交
3280
 "hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
3281
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3282 3283
 "panic_abort 0.0.0",
 "panic_unwind 0.0.0",
3284
 "profiler_builtins 0.0.0",
3285
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
3286
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
3287 3288 3289 3290
 "rustc_asan 0.0.0",
 "rustc_lsan 0.0.0",
 "rustc_msan 0.0.0",
 "rustc_tsan 0.0.0",
3291 3292 3293
 "unwind 0.0.0",
]

S
steveklabnik 已提交
3294 3295
[[package]]
name = "string_cache"
A
Alex Crichton 已提交
3296
version = "0.7.3"
S
steveklabnik 已提交
3297 3298
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
3299
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3300 3301
 "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 已提交
3302
 "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3303
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3304
 "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3305 3306 3307 3308 3309
 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "string_cache_codegen"
3310
version = "0.4.2"
S
steveklabnik 已提交
3311 3312
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3313 3314
 "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)",
3315 3316
 "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 已提交
3317 3318 3319 3320 3321 3322 3323 3324
 "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"

3325 3326
[[package]]
name = "strsim"
A
Aleksey Kladov 已提交
3327
version = "0.7.0"
3328 3329
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Matt Ickstadt 已提交
3330 3331
[[package]]
name = "strum"
3332
version = "0.11.0"
M
Matt Ickstadt 已提交
3333 3334 3335 3336
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "strum_macros"
3337
version = "0.11.0"
M
Matt Ickstadt 已提交
3338 3339
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3340
 "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
3341
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3342 3343
 "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 已提交
3344 3345
]

3346 3347 3348 3349 3350 3351 3352 3353 3354 3355
[[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 已提交
3356 3357
[[package]]
name = "syn"
3358
version = "0.15.22"
N
Nick Cameron 已提交
3359 3360 3361
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)",
3362
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3363 3364 3365
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

3366 3367 3368 3369 3370 3371 3372 3373
[[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 已提交
3374 3375
[[package]]
name = "synstructure"
3376
version = "0.10.1"
A
Alex Crichton 已提交
3377 3378
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
3379
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3380 3381
 "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 已提交
3382
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3383 3384
]

3385 3386 3387 3388
[[package]]
name = "syntax"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
3389
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3390
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3391
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3392
 "rustc_data_structures 0.0.0",
3393
 "rustc_errors 0.0.0",
3394
 "rustc_macros 0.1.0",
3395
 "rustc_target 0.0.0",
M
Marcel Hellwig 已提交
3396
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3397
 "serialize 0.0.0",
3398
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3399 3400 3401 3402 3403 3404 3405 3406
 "syntax_pos 0.0.0",
]

[[package]]
name = "syntax_ext"
version = "0.0.0"
dependencies = [
 "fmt_macros 0.0.0",
3407
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3408
 "rustc_data_structures 0.0.0",
3409
 "rustc_errors 0.0.0",
3410
 "rustc_target 0.0.0",
3411
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3412 3413 3414 3415 3416 3417 3418 3419
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "syntax_pos"
version = "0.0.0"
dependencies = [
3420
 "arena 0.0.0",
3421
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3422
 "rustc_data_structures 0.0.0",
3423
 "rustc_macros 0.1.0",
M
Marcel Hellwig 已提交
3424
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3425
 "serialize 0.0.0",
M
Mark Simulacrum 已提交
3426
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3427 3428
]

3429 3430
[[package]]
name = "tar"
3431
version = "0.4.20"
3432 3433
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3434
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
3435
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3436
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3437
 "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
3438 3439
]

A
Aleksey Kladov 已提交
3440 3441
[[package]]
name = "tempfile"
3442
version = "3.0.5"
A
Aleksey Kladov 已提交
3443 3444
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3445
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3446
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3447 3448
 "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 已提交
3449
 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
3450
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
3451 3452
]

S
steveklabnik 已提交
3453 3454 3455 3456 3457
[[package]]
name = "tendril"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3458
 "futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3459 3460 3461 3462
 "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)",
]

3463 3464 3465 3466
[[package]]
name = "term"
version = "0.0.0"

S
Santiago Pastorino 已提交
3467 3468 3469 3470 3471 3472 3473 3474 3475
[[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 已提交
3476 3477 3478 3479 3480
[[package]]
name = "term"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3481
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
3482
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alan Du 已提交
3483 3484
]

3485 3486
[[package]]
name = "termcolor"
3487
version = "1.0.4"
3488 3489
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3490
 "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3491 3492
]

3493
[[package]]
O
Oliver Schneider 已提交
3494 3495
name = "termion"
version = "1.5.1"
3496 3497
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3498
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3499
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
3500
 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3501 3502
]

3503 3504 3505 3506
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
3507
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
3508
 "proc_macro 0.0.0",
3509
 "term 0.0.0",
3510 3511
]

S
Santiago Pastorino 已提交
3512 3513 3514 3515 3516 3517
[[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)",
3518
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
S
Santiago Pastorino 已提交
3519 3520 3521
 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
steveklabnik 已提交
3522 3523
[[package]]
name = "textwrap"
A
Alex Crichton 已提交
3524
version = "0.10.0"
S
steveklabnik 已提交
3525 3526
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
Mark Simulacrum 已提交
3527
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3528 3529
]

A
Alex Crichton 已提交
3530 3531
[[package]]
name = "thread_local"
A
Alex Crichton 已提交
3532
version = "0.3.6"
3533 3534
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
3535
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3536 3537
]

3538 3539 3540
[[package]]
name = "tidy"
version = "0.1.0"
3541
dependencies = [
E
Eric Huss 已提交
3542
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3543 3544
 "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)",
3545
]
3546

A
Alex Crichton 已提交
3547 3548
[[package]]
name = "time"
A
Alex Crichton 已提交
3549
version = "0.1.40"
A
Alex Crichton 已提交
3550 3551
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3552
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3553
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
3554
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
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 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632
[[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)",
3633
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664
 "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)",
3665
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
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 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735
 "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)",
3736
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
3737 3738 3739 3740 3741 3742 3743 3744
 "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)",
]

3745 3746
[[package]]
name = "toml"
3747
version = "0.4.10"
3748 3749
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
3750
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3751 3752
]

E
Eric Huss 已提交
3753 3754 3755 3756 3757 3758 3759 3760
[[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 已提交
3761 3762 3763 3764 3765 3766 3767
[[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 已提交
3768
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3769
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
3770
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3771 3772
]

3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784
[[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 已提交
3785 3786 3787 3788 3789
[[package]]
name = "typenum"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

3790 3791 3792 3793 3794
[[package]]
name = "ucd-trie"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

3800 3801 3802 3803 3804 3805 3806 3807
[[package]]
name = "unicase"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

3808 3809
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
3810
version = "0.3.4"
S
Steve Klabnik 已提交
3811 3812
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3813
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
3814 3815
]

3816 3817
[[package]]
name = "unicode-normalization"
A
Alex Crichton 已提交
3818
version = "0.1.7"
3819 3820 3821 3822
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-segmentation"
A
Alex Crichton 已提交
3823
version = "1.2.1"
3824 3825 3826 3827
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

A
Alex Crichton 已提交
3836 3837 3838 3839 3840
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

F
flip1995 已提交
3841 3842 3843 3844 3845
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
Steve Klabnik 已提交
3846 3847
[[package]]
name = "unreachable"
N
Nick Cameron 已提交
3848
version = "1.0.0"
S
Steve Klabnik 已提交
3849 3850 3851 3852 3853
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

3854 3855 3856 3857
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
3858
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
3859 3860 3861
 "tidy 0.1.0",
]

N
Nick Cameron 已提交
3862 3863 3864 3865
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
J
John Kåre Alsaker 已提交
3866 3867
 "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 已提交
3868
 "core 0.0.0",
3869
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
3870 3871
]

3872 3873
[[package]]
name = "url"
3874
version = "1.7.2"
3875 3876
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3877
 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3878
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
3879
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3880 3881 3882 3883 3884 3885 3886
]

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

S
steveklabnik 已提交
3891 3892 3893 3894 3895
[[package]]
name = "utf-8"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

3896 3897
[[package]]
name = "utf8-ranges"
3898
version = "1.0.2"
3899 3900
source = "registry+https://github.com/rust-lang/crates.io-index"

3901 3902
[[package]]
name = "vcpkg"
A
Alex Crichton 已提交
3903
version = "0.2.6"
3904 3905
source = "registry+https://github.com/rust-lang/crates.io-index"

3906 3907
[[package]]
name = "vec_map"
A
Alex Crichton 已提交
3908
version = "0.8.1"
3909 3910
source = "registry+https://github.com/rust-lang/crates.io-index"

R
Ralf Jung 已提交
3911 3912
[[package]]
name = "vergen"
R
Ralf Jung 已提交
3913
version = "3.0.4"
R
Ralf Jung 已提交
3914 3915 3916
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3917
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3918
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
3919 3920
]

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

S
Steve Klabnik 已提交
3926 3927 3928 3929 3930
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3931 3932 3933 3934 3935
[[package]]
name = "wait-timeout"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3936
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3937 3938
]

3939 3940
[[package]]
name = "walkdir"
3941
version = "2.2.7"
3942 3943
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3944
 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3945
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3946
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3947 3948
]

3949 3950 3951 3952 3953
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

3954 3955
[[package]]
name = "winapi"
3956
version = "0.3.6"
3957 3958 3959 3960 3961 3962
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)",
]

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

3968 3969 3970 3971 3972
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3973 3974 3975 3976 3977
[[package]]
name = "winapi-util"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3978
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3979 3980
]

3981 3982 3983 3984 3985
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

3986 3987
[[package]]
name = "wincolor"
A
Alex Crichton 已提交
3988
version = "1.0.1"
3989 3990
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3991
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3992
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3993 3994
]

3995 3996 3997 3998 3999 4000 4001 4002 4003
[[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)",
]

4004 4005
[[package]]
name = "xattr"
A
Alex Crichton 已提交
4006
version = "0.2.2"
4007 4008
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
4009
 "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
4010 4011 4012 4013
]

[[package]]
name = "xz2"
A
Alex Crichton 已提交
4014
version = "0.1.5"
4015 4016
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
4017
 "lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
4018 4019 4020 4021 4022 4023 4024
]

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

4025
[metadata]
4026 4027
"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 已提交
4028
"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
T
topecongiro 已提交
4029
"checksum annotate-snippets 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e8bcdcd5b291ce85a78f2b9d082a8de9676c12b1840d386d67bc5eea6f9d2b4e"
A
Aleksey Kladov 已提交
4030
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
4031
"checksum arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6"
F
flip1995 已提交
4032
"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
4033
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
N
Nick Cameron 已提交
4034
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
R
Ralf Jung 已提交
4035
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
4036
"checksum backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "18b65ea1161bfb2dd6da6fade5edd4dbd08fba85012123dd333d2fd1b90b2782"
4037
"checksum backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "6ea90dd7b012b3d1a2cb6bec16670a0db2c95d4e931e84f4047e0460c1b34c8d"
A
Alex Crichton 已提交
4038 4039
"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 已提交
4040
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
A
Alex Crichton 已提交
4041
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
F
flip1995 已提交
4042
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
4043
"checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab"
4044 4045
"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"
4046
"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
F
flip1995 已提交
4047
"checksum bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be0fdd54b507df8f22012890aadd099979befdba27713c767993f8380112ca7c"
4048
"checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d"
4049
"checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
A
Alex Crichton 已提交
4050
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
4051
"checksum cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d8dfe3adeb30f7938e6c1dd5327f29235d8ada3e898aeb08c343005ec2915a2"
4052
"checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720"
J
John Kåre Alsaker 已提交
4053
"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83"
4054
"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
S
scalexm 已提交
4055
"checksum chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17ec698a6f053a23bfbe646d9f2fde4b02abc19125595270a99e6f44ae0bdd1a"
4056
"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
4057
"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
A
Alex Crichton 已提交
4058
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
K
kennytm 已提交
4059
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
J
John Kåre Alsaker 已提交
4060
"checksum cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "96210eec534fc3fbfc0452a63769424eaa80205fda6cea98e5b61cb3d97bcec8"
N
Nick Cameron 已提交
4061
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
O
Oliver Schneider 已提交
4062 4063
"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 已提交
4064
"checksum compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4ada53ac629568219809178f988ca2aac9889e9a847379588c097d30ce185145"
4065
"checksum compiletest_rs 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "f40ecc9332b68270998995c00f8051ee856121764a0d3230e64c9efd059d27b6"
F
flip1995 已提交
4066
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
4067 4068 4069 4070
"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"
4071
"checksum crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5b2a9ea8f77c7f9efd317a8a5645f515d903a2d86ee14d2337a5facd1bd52c12"
N
Nick Cameron 已提交
4072
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
4073
"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
A
Alex Crichton 已提交
4074
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
4075
"checksum crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f10a4f8f409aaac4b16a5474fb233624238fcdeefb9ba50d5ea059aab63ba31c"
N
Nick Cameron 已提交
4076
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
4077
"checksum crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e07fc155212827475223f0bcfae57e945e694fc90950ddf3f6695bbfd5555c72"
A
Alex Crichton 已提交
4078
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
A
Alex Crichton 已提交
4079 4080
"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 已提交
4081
"checksum datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
4082
"checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c"
N
Nick Cameron 已提交
4083
"checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
O
Oliver Schneider 已提交
4084
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
M
Mark Simulacrum 已提交
4085
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
4086
"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
R
Ralf Jung 已提交
4087
"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
F
flip1995 已提交
4088
"checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a"
J
Jethro Beekman 已提交
4089
"checksum dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63"
A
Alex Crichton 已提交
4090
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
4091
"checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
N
Nicholas Nethercote 已提交
4092
"checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"
V
varkor 已提交
4093
"checksum ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc01d68e08ca384955a3aeba9217102ca1aa85b6e168639bf27739f1d749d87"
4094
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
A
Alex Crichton 已提交
4095
"checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e"
4096
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
R
Ralf Jung 已提交
4097
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
E
Eric Huss 已提交
4098 4099
"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"
4100
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
4101
"checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646"
4102
"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
4103
"checksum flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2291c165c8e703ee54ef3055ad6188e3d51108e2ded18e9f2476e774fc5ad3d4"
O
Oliver Schneider 已提交
4104 4105 4106
"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"
4107
"checksum fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3f8cbee5e872cf7db61a999a041f9bc4706ca7bf7df4cb914f53fabb1c1bc550"
4108
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4109
"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
4110
"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
4111 4112
"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 已提交
4113 4114
"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 已提交
4115
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
4116
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
A
Alex Crichton 已提交
4117
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
H
Hugues de Valon 已提交
4118 4119
"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 已提交
4120
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
4121
"checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865"
A
Alex Crichton 已提交
4122
"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
4123
"checksum handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d82e5750d8027a97b9640e3fefa66bbaf852a35228e1c90790efd13c4b09c166"
A
Amanieu d'Antras 已提交
4124
"checksum hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "570178d5e4952010d138b0f1d581271ff3a02406d990f887d1e87e3d6e43b0ac"
4125
"checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
A
Alex Crichton 已提交
4126
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
A
Alex Crichton 已提交
4127
"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"
4128
"checksum html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c213fa6a618dc1da552f54f85cba74b05d8e883c92ec4e89067736938084c26e"
E
Eric Huss 已提交
4129
"checksum http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "fe67e3678f2827030e89cc4b9e7ecd16d52f132c0b940ab5005f88e821500f6a"
4130
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
A
Alex Crichton 已提交
4131
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
M
Manish Goregaokar 已提交
4132
"checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec"
B
Bastien Orivel 已提交
4133
"checksum ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ad03ca67dc12474ecd91fdb94d758cbd20cb4e7a78ebe831df26a9b7511e1162"
F
flip1995 已提交
4134
"checksum im-rc 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9460397452f537fd51808056ff209f4c4c4c9d20d42ae952f517708726284972"
4135
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
S
steveklabnik 已提交
4136
"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
A
Alex Crichton 已提交
4137
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
4138
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
A
Alex Crichton 已提交
4139
"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
G
gnzlbg 已提交
4140
"checksum jemalloc-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7bef0d4ce37578dfd80b466e3d8324bd9de788e249f1accebb0c472ea4b52bdc"
E
Eric Huss 已提交
4141
"checksum jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b3d51e24009d966c8285d524dbaf6d60926636b2a89caee9ce0bd612494ddc16"
4142
"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
4143
"checksum jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a5152c3fda235dfd68341b3edf4121bc4428642c93acbd6de88c26bf95fc5d7"
4144
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
O
Oliver Schneider 已提交
4145
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
I
Igor Matuszewski 已提交
4146
"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
4147
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
4148
"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
E
Eric Huss 已提交
4149
"checksum libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "48441cb35dc255da8ae72825689a95368bf510659ae1ad55dc4aa88cb1789bf1"
4150
"checksum libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d75d7966bda4730b722d1eab8e668df445368a24394bae9fc1e8dc0ab3dbe4f4"
4151
"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
4152
"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
M
Mark Rousskov 已提交
4153
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
4154
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
A
Alex Crichton 已提交
4155
"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
E
Eric Huss 已提交
4156
"checksum lsp-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
4157
"checksum lsp-types 0.57.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d220de1fbbb12b60df17898272579c22329375fc4baa960402fbd17cf0cdd165"
B
Bastien Orivel 已提交
4158
"checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614"
S
steveklabnik 已提交
4159
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
G
Guillaume Gomez 已提交
4160
"checksum macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
S
steveklabnik 已提交
4161 4162
"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 已提交
4163
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
M
Matt Ickstadt 已提交
4164
"checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f"
4165
"checksum mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0ba0d44cb4089c741b9a91f3e5218298a40699c2f3a070a85014eed290c60819"
W
Wesley Wiser 已提交
4166
"checksum measureme 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "36bb2b263a6795d352035024d6b30ce465bb79a5e5280d74c3b5f8464c657bcc"
4167
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
4168
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
N
Nick Cameron 已提交
4169
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
G
Guillaume Gomez 已提交
4170
"checksum minifier 0.0.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4950cb2617b1933e2da0446e864dfe0d6a22c22ff72297996c46e6a63b210b"
4171 4172 4173
"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"
4174 4175 4176 4177
"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 已提交
4178
"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
4179
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
A
Alex Crichton 已提交
4180
"checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4"
N
Nick Cameron 已提交
4181
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
4182
"checksum num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8af1847c907c2f04d7bfd572fb25bbb4385c637fe5be163cf2f8c5d778fe1e7d"
A
Alex Crichton 已提交
4183
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
4184
"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
4185
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
A
Alex Crichton 已提交
4186
"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
4187
"checksum opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "04b1d6b086d9b3009550f9b6f81b10ad9428cf14f404b8e1a3a06f6f012c8ec9"
T
Tatsuyuki Ishi 已提交
4188
"checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9"
A
Alex Crichton 已提交
4189
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
4190
"checksum openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)" = "26bb632127731bf4ac49bf86a5dde12d2ca0918c2234fc39d79d4da2ccbc6da7"
T
Tatsuyuki Ishi 已提交
4191
"checksum openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" = "1bb974e77de925ef426b6bc82fce15fd45bdcbeb5728bffcfc7cdeeb7ce1c2d6"
4192
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
4193
"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
4194
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
N
Nick Cameron 已提交
4195
"checksum packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
4196 4197
"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 已提交
4198
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
A
Alex Crichton 已提交
4199
"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
4200
"checksum pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3"
4201
"checksum pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3294f437119209b084c797604295f40227cffa35c57220b1e99a6ff3bf8ee4"
4202 4203 4204
"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"
4205
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
A
Alex Crichton 已提交
4206 4207 4208 4209
"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"
4210
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
A
Albin Stjerna 已提交
4211
"checksum polonius-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b24942fee141ea45628484a453762bb7e515099c3ec05fbeb76b7bf57b1aeed"
S
steveklabnik 已提交
4212
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
M
Mark Simulacrum 已提交
4213
"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
4214
"checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61"
N
Nick Cameron 已提交
4215
"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
E
Eric Huss 已提交
4216
"checksum proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24f5844db2f839e97e3021980975f6ebf8691d9b9b2ca67ed3feb38dc3edb52c"
M
Manish Goregaokar 已提交
4217
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
4218
"checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
4219
"checksum pulldown-cmark 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d1b74cc784b038a9921fd1a48310cc2e238101aa8ae0b94201e2d85121dd68b5"
A
Alex Crichton 已提交
4220
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
O
Oliver Schneider 已提交
4221
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
4222
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
4223
"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
4224
"checksum racer 2.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4323343f25bc372dc9293ac6b5cd3034b32784af1e7de9366b4db71466d8c7"
A
Alex Crichton 已提交
4225
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
4226 4227 4228 4229 4230 4231 4232
"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 已提交
4233
"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
N
Nick Cameron 已提交
4234
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
4235
"checksum redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d"
O
Oliver Schneider 已提交
4236
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
F
flip1995 已提交
4237
"checksum redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "214a97e49be64fd2c86f568dd0cb2c757d2cc53de95b273b6ad0a1c908482f26"
A
Alex Crichton 已提交
4238
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
4239
"checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f"
A
Alex Crichton 已提交
4240
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
4241
"checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1"
A
Alex Crichton 已提交
4242
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
4243
"checksum rls-analysis 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d53d49a28f75da9d02790d9256fecf6c0481e0871374326023c7a33131295579"
N
Nick Cameron 已提交
4244
"checksum rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ce1fdac03e138c4617ff87b194e1ff57a39bb985a044ccbd8673d30701e411"
4245 4246 4247
"checksum rls-data 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
"checksum rls-span 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f1cb4694410d8d2ce43ccff3682f1c782158a018d5a9a92185675677f7533eb3"
"checksum rls-vfs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
M
Mateusz Mikuła 已提交
4248 4249 4250 4251 4252 4253 4254 4255 4256
"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"
4257
"checksum rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "82ae957aa1b3055d8e086486723c0ccd3d7b8fa190ae8fa2e35543b6171c810e"
4258
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
J
John Kåre Alsaker 已提交
4259 4260
"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"
4261
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
H
Hugues de Valon 已提交
4262
"checksum rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c5a95edfa0c893236ae4778bb7c4752760e4c0d245e19b5eff33c5aa5eb9dc"
4263
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
E
Eric Huss 已提交
4264
"checksum rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "af7c21531a91512a4a51b490be6ba1c8eff34fdda0dc5bf87dc28d86748aac56"
A
Alex Crichton 已提交
4265
"checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c"
4266 4267
"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"
4268
"checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56"
M
Marcel Hellwig 已提交
4269
"checksum scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
F
flip1995 已提交
4270
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
O
Oliver Schneider 已提交
4271
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
4272
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4273
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
E
Eric Huss 已提交
4274
"checksum serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "6fa52f19aee12441d5ad11c9a00459122bd8f98707cadf9778c540674f1935b6"
4275
"checksum serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" = "477b13b646f5b5b56fc95bedfc3b550d12141ce84f466f6c44b9a17589923885"
4276
"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142"
4277
"checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811"
4278
"checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded"
A
Alex Crichton 已提交
4279
"checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
S
steveklabnik 已提交
4280
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
4281
"checksum signal-hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
S
steveklabnik 已提交
4282
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
4283
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4284
"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
4285
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
A
Alex Crichton 已提交
4286 4287
"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"
4288
"checksum string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da"
S
steveklabnik 已提交
4289
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
A
Aleksey Kladov 已提交
4290
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
4291 4292
"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"
4293
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
4294
"checksum syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)" = "ae8b29eb5210bc5cf63ed6149cbf9adfc82ac0be023d8735c176ee74a2db4da7"
4295
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
4296
"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
4297 4298
"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 已提交
4299
"checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
S
Santiago Pastorino 已提交
4300
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
A
Alan Du 已提交
4301
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
4302
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
O
Oliver Schneider 已提交
4303
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
S
Santiago Pastorino 已提交
4304
"checksum tester 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e812cb26c597f86a49b26dbb58b878bd2a2b4b93fc069dc39499228fe556ff6"
A
Alex Crichton 已提交
4305
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
A
Alex Crichton 已提交
4306
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
A
Alex Crichton 已提交
4307
"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321
"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"
4322
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
E
Eric Huss 已提交
4323
"checksum toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "87c5890a989fa47ecdc7bcb4c63a77a82c18f306714104b1decfd722db17b39e"
S
steveklabnik 已提交
4324
"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
4325
"checksum toml-query 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab234a943a2363ad774020e2f9474a38a85bc4396bace01a96380144aef17db3"
E
Eric Huss 已提交
4326
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
4327
"checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
4328
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
4329
"checksum unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41d17211f887da8e4a70a45b9536f26fc5de166b81e2d5d80de4a17fd22553bd"
S
steveklabnik 已提交
4330
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
A
Alex Crichton 已提交
4331 4332
"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 已提交
4333
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
4334
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
A
Alex Crichton 已提交
4335
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
F
flip1995 已提交
4336
"checksum unicode_categories 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
N
Nick Cameron 已提交
4337
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
4338
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
4339
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
S
steveklabnik 已提交
4340
"checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
4341
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
A
Alex Crichton 已提交
4342
"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
A
Alex Crichton 已提交
4343
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
R
Ralf Jung 已提交
4344
"checksum vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6aba5e34f93dc7051dfad05b98a18e9156f27e7b431fe1d2398cb6061c0a1dba"
4345
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
S
Steve Klabnik 已提交
4346
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
A
Alex Crichton 已提交
4347
"checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349"
4348
"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
4349
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
4350
"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
4351
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
4352
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
A
Alex Crichton 已提交
4353
"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
4354
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
A
Alex Crichton 已提交
4355
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
4356
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
A
Alex Crichton 已提交
4357
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
A
Alex Crichton 已提交
4358
"checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
G
gnzlbg 已提交
4359
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"