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

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

16 17 18 19
[[package]]
name = "alloc"
version = "0.0.0"
dependencies = [
20
 "compiler_builtins 0.1.5 (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
]

39 40
[[package]]
name = "ansi_term"
A
Aleksey Kladov 已提交
41
version = "0.11.0"
42
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Aleksey Kladov 已提交
43
dependencies = [
44
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
45
]
46

47 48 49 50 51
[[package]]
name = "arc-swap"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"

52 53 54
[[package]]
name = "arena"
version = "0.0.0"
J
John Kåre Alsaker 已提交
55 56 57
dependencies = [
 "rustc_data_structures 0.0.0",
]
58

F
flip1995 已提交
59 60 61 62 63 64 65 66 67
[[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)",
]

68 69 70 71 72
[[package]]
name = "arrayref"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

N
Nick Cameron 已提交
73 74 75 76 77 78 79 80
[[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)",
]

81 82
[[package]]
name = "atty"
R
Ralf Jung 已提交
83
version = "0.2.11"
84 85
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
MikaelUrankar 已提交
86
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
87
 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
88
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
89 90
]

91 92
[[package]]
name = "backtrace"
93
version = "0.3.11"
94 95
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
96
 "backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
97
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
98
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
99
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
100
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
101 102 103 104
]

[[package]]
name = "backtrace-sys"
105
version = "0.1.27"
106 107
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
108
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
D
dylan_DPC 已提交
109
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
110
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
111
 "rustc-std-workspace-core 1.0.0",
112 113
]

A
Alex Crichton 已提交
114 115 116 117 118 119 120 121 122 123 124 125 126
[[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 已提交
127 128 129 130 131
[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

132 133
[[package]]
name = "bitflags"
A
Alex Crichton 已提交
134
version = "1.0.4"
135 136
source = "registry+https://github.com/rust-lang/crates.io-index"

F
flip1995 已提交
137 138 139 140 141 142 143 144 145
[[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)",
]

146 147 148 149 150 151 152 153 154
[[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)",
]

155 156 157 158 159
[[package]]
name = "bootstrap"
version = "0.0.0"
dependencies = [
 "build_helper 0.1.0",
D
dylan_DPC 已提交
160
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
161
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
162
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
163
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
164
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
165
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
166
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
167
 "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
168
 "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
169
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
170 171
 "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 已提交
172
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
173
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
174 175
]

176 177
[[package]]
name = "bufstream"
178
version = "0.1.4"
179 180
source = "registry+https://github.com/rust-lang/crates.io-index"

181 182 183 184
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
E
Eric Huss 已提交
185
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
186 187
 "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)",
188 189
]

190 191 192 193 194
[[package]]
name = "build_const"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

195 196 197 198
[[package]]
name = "build_helper"
version = "0.1.0"

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

204 205
[[package]]
name = "bytecount"
F
flip1995 已提交
206
version = "0.5.1"
207 208
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
209
 "packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
210 211
]

212 213
[[package]]
name = "byteorder"
214
version = "1.2.7"
215 216
source = "registry+https://github.com/rust-lang/crates.io-index"

217 218 219 220 221 222 223 224 225
[[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 已提交
226 227 228 229 230
[[package]]
name = "bytesize"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

231 232
[[package]]
name = "cargo"
E
Eric Huss 已提交
233
version = "0.36.0"
234
dependencies = [
R
Ralf Jung 已提交
235
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
236
 "bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
237
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
238
 "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
239
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
240
 "core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
241
 "crates-io 0.24.0",
242
 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
243
 "crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
244 245
 "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 已提交
246
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
247
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
248 249
 "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)",
250
 "fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
251
 "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
252 253
 "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 已提交
254
 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
255
 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
256
 "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
257
 "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
258
 "im-rc 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
259
 "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
260
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
261
 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
262
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
263
 "libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
264
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
265
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
266
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
267
 "opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
268
 "openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
269
 "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
270
 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
271
 "rustc-workspace-hack 1.0.0",
E
Eric Huss 已提交
272
 "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
273
 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
274
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
275
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
276
 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
277
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
278
 "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
279 280 281 282
 "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)",
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
283
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
284
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
285
 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
286
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
287 288
]

R
Ralf Jung 已提交
289 290
[[package]]
name = "cargo_metadata"
291
version = "0.6.2"
R
Ralf Jung 已提交
292 293 294 295
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 已提交
296
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
297 298
 "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 已提交
299 300
]

301 302 303 304 305 306 307 308 309 310 311 312
[[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 已提交
313 314 315 316
[[package]]
name = "cargotest2"
version = "0.1.0"

N
Nick Cameron 已提交
317 318
[[package]]
name = "cc"
319
version = "1.0.28"
N
Nick Cameron 已提交
320 321
source = "registry+https://github.com/rust-lang/crates.io-index"

322 323
[[package]]
name = "cfg-if"
324
version = "0.1.6"
325 326
source = "registry+https://github.com/rust-lang/crates.io-index"

327 328
[[package]]
name = "chalk-engine"
S
scalexm 已提交
329
version = "0.9.0"
330 331 332
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)",
333
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
334 335 336 337 338 339 340 341 342 343
]

[[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 已提交
344 345
[[package]]
name = "chrono"
346
version = "0.4.6"
A
Alex Crichton 已提交
347 348
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
349
 "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
350
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
351
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
352 353
]

354 355
[[package]]
name = "clap"
A
Alex Crichton 已提交
356
version = "2.32.0"
357 358
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Aleksey Kladov 已提交
359
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
360
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
361
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
362
 "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
363
 "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
364
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
365
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
366
 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
367 368
]

O
Oliver Schneider 已提交
369 370
[[package]]
name = "clippy"
O
Oliver Schneider 已提交
371
version = "0.0.212"
O
Oliver Schneider 已提交
372
dependencies = [
373
 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
374
 "clippy-mini-macro-test 0.2.0",
M
Matthias Krüger 已提交
375
 "clippy_dev 0.0.1",
O
Oliver Schneider 已提交
376
 "clippy_lints 0.0.212",
I
Igor Matuszewski 已提交
377
 "compiletest_rs 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
378
 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
379
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
380
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
381
 "rustc-workspace-hack 1.0.0",
H
Hugues de Valon 已提交
382
 "rustc_tools_util 0.1.1",
383
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
384
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
385
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
386 387 388 389
]

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

M
Matthias Krüger 已提交
392 393 394 395 396
[[package]]
name = "clippy_dev"
version = "0.0.1"
dependencies = [
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
397
 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
398
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
399 400
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
M
Matthias Krüger 已提交
401 402
]

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

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

432 433
[[package]]
name = "cmake"
A
Alex Crichton 已提交
434
version = "0.1.33"
435 436
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
437
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
438 439
]

N
Nick Cameron 已提交
440 441 442 443 444 445 446 447
[[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 已提交
448 449 450 451 452 453 454 455 456 457 458 459 460
[[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 = [
M
MikaelUrankar 已提交
461
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
462 463
]

464 465
[[package]]
name = "compiler_builtins"
466
version = "0.1.5"
467
source = "registry+https://github.com/rust-lang/crates.io-index"
468
dependencies = [
469
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
470
 "rustc-std-workspace-core 1.0.0",
471 472
]

473 474 475 476
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
O
Oliver Schneider 已提交
477
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
478 479
 "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 已提交
480
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
481
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
482
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
483
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
484
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
485
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
486 487
 "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)",
488 489
 "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 已提交
490
 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
491
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
492 493
]

N
Nick Cameron 已提交
494
[[package]]
O
Oliver Schneider 已提交
495
name = "compiletest_rs"
I
Igor Matuszewski 已提交
496
version = "0.3.19"
497 498
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
O
Oliver Schneider 已提交
499
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
500
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
501
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
502
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
503
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
504
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
505
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
506
 "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
507
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
508 509 510
 "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 已提交
511
 "tester 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
512
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
513 514
]

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

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

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

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

541 542
[[package]]
name = "crates-io"
E
Eric Huss 已提交
543
version = "0.24.0"
544
dependencies = [
A
Alex Crichton 已提交
545
 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
546
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
547
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
548 549 550
 "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)",
551 552
]

553
[[package]]
554 555
name = "crc"
version = "1.8.1"
556
source = "registry+https://github.com/rust-lang/crates.io-index"
557 558 559 560 561 562 563 564 565 566 567
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)",
]
568

569 570 571 572 573 574 575 576 577 578 579 580
[[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 已提交
581 582 583 584 585
[[package]]
name = "crossbeam-deque"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
586
 "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
587 588 589
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

590 591 592 593 594 595 596 597 598
[[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 已提交
599 600
[[package]]
name = "crossbeam-epoch"
A
Alex Crichton 已提交
601
version = "0.3.1"
N
Nick Cameron 已提交
602 603 604
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
605
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
606
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
607
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
608 609 610 611 612
 "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)",
]

613 614 615 616 617 618 619 620 621 622 623 624 625
[[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 已提交
626 627 628 629 630
[[package]]
name = "crossbeam-utils"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
631
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
632 633
]

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

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

653 654
[[package]]
name = "curl"
A
Alex Crichton 已提交
655
version = "0.4.19"
656 657
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
658
 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
659
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
660
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
661
 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
662
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
663 664
 "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)",
665 666 667 668 669
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "curl-sys"
A
Alex Crichton 已提交
670
version = "0.4.15"
671 672
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
673
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
674
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
675 676
 "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 已提交
677
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
678
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
679
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
680
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
681 682
]

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

688 689
[[package]]
name = "derive-new"
690
version = "0.5.6"
691 692
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
693
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
694 695
 "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)",
696 697
]

K
kennytm 已提交
698 699
[[package]]
name = "derive_more"
N
Nick Cameron 已提交
700
version = "0.13.0"
K
kennytm 已提交
701 702
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
703
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
704 705 706
 "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 已提交
707 708
]

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

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

719 720 721 722 723 724 725 726
[[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 已提交
727 728 729 730 731
[[package]]
name = "directories"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
MikaelUrankar 已提交
732
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
733 734 735
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

F
flip1995 已提交
736 737 738 739 740
[[package]]
name = "dirs"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
MikaelUrankar 已提交
741
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
742 743 744 745
 "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 已提交
746 747
[[package]]
name = "dlmalloc"
J
Jethro Beekman 已提交
748
version = "0.1.3"
749
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oliver Schneider 已提交
750
dependencies = [
751
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
752
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
753
 "rustc-std-workspace-core 1.0.0",
O
Oliver Schneider 已提交
754 755 756 757
]

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

S
steveklabnik 已提交
761 762
[[package]]
name = "elasticlunr-rs"
763
version = "2.3.4"
S
steveklabnik 已提交
764 765
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
766
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
767
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
768
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
769 770
 "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)",
771 772
 "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 已提交
773 774
]

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

A
Alex Crichton 已提交
783 784
[[package]]
name = "env_logger"
785
version = "0.5.13"
A
Alex Crichton 已提交
786 787
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
R
Ralf Jung 已提交
788
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
789 790 791 792
 "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 已提交
793 794
]

A
Alex Crichton 已提交
795 796 797 798 799 800
[[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)",
801 802 803 804
 "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 已提交
805 806
]

807 808
[[package]]
name = "error-chain"
809
version = "0.11.0"
G
Guillaume Gomez 已提交
810 811
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
812
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
813 814
]

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

823 824 825
[[package]]
name = "error_index_generator"
version = "0.0.0"
M
Mark Simulacrum 已提交
826 827 828
dependencies = [
 "rustdoc 0.0.0",
]
829

A
Alex Crichton 已提交
830 831
[[package]]
name = "failure"
E
Eric Huss 已提交
832
version = "0.1.5"
A
Alex Crichton 已提交
833 834
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
835
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
836
 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
837 838 839 840
]

[[package]]
name = "failure_derive"
E
Eric Huss 已提交
841
version = "0.1.5"
A
Alex Crichton 已提交
842 843
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
844
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
845 846
 "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)",
847
 "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
848 849
]

850 851 852 853 854
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
855 856
[[package]]
name = "filetime"
857
version = "0.2.4"
A
Alex Crichton 已提交
858 859
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
860
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
861
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
862
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
863 864
]

865 866 867 868 869
[[package]]
name = "fixedbitset"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

F
Felix Schütt 已提交
870 871
[[package]]
name = "flate2"
872
version = "1.0.6"
F
Felix Schütt 已提交
873 874
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
875
 "crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
876
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
877 878 879
 "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 已提交
880 881
]

882 883 884 885
[[package]]
name = "fmt_macros"
version = "0.0.0"

886 887
[[package]]
name = "fnv"
O
Oliver Schneider 已提交
888
version = "1.0.6"
889 890
source = "registry+https://github.com/rust-lang/crates.io-index"

891 892
[[package]]
name = "foreign-types"
O
Oliver Schneider 已提交
893 894 895 896 897 898 899 900 901
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"
902 903
source = "registry+https://github.com/rust-lang/crates.io-index"

904 905
[[package]]
name = "fortanix-sgx-abi"
906
version = "0.3.2"
907
source = "registry+https://github.com/rust-lang/crates.io-index"
908
dependencies = [
909
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
910
 "rustc-std-workspace-core 1.0.0",
911 912
]

913 914
[[package]]
name = "fs2"
915
version = "0.4.3"
916 917
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
MikaelUrankar 已提交
918
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
919
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
920 921
]

922 923 924 925 926
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

927 928 929 930 931
[[package]]
name = "fst"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
932
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
933 934
]

O
Oliver Schneider 已提交
935 936
[[package]]
name = "fuchsia-zircon"
937
version = "0.3.3"
O
Oliver Schneider 已提交
938 939
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
940
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
941
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
942 943 944 945
]

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

S
steveklabnik 已提交
949 950
[[package]]
name = "futf"
A
Alex Crichton 已提交
951
version = "0.1.4"
S
steveklabnik 已提交
952 953 954
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 已提交
955
 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
956 957
]

958 959
[[package]]
name = "futures"
A
Alex Crichton 已提交
960
version = "0.1.21"
961 962
source = "registry+https://github.com/rust-lang/crates.io-index"

E
Eric Huss 已提交
963 964 965 966 967
[[package]]
name = "fwdansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
968 969
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
970 971
]

972 973 974 975 976 977 978 979
[[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)",
]

980 981
[[package]]
name = "getopts"
A
Alex Crichton 已提交
982
version = "0.2.17"
983 984
source = "registry+https://github.com/rust-lang/crates.io-index"

985 986
[[package]]
name = "git2"
H
Hugues de Valon 已提交
987
version = "0.8.0"
988 989
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
990
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
991
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
992
 "libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
993
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
994
 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
995
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
996
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
997 998 999 1000
]

[[package]]
name = "git2-curl"
H
Hugues de Valon 已提交
1001
version = "0.9.0"
1002 1003
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1004
 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
1005
 "git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1006 1007
 "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)",
1008 1009 1010 1011
]

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

1015 1016
[[package]]
name = "globset"
1017
version = "0.4.2"
1018 1019
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1020
 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1021
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1022 1023 1024
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1025 1026
]

1027 1028 1029 1030
[[package]]
name = "graphviz"
version = "0.0.0"

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

1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061
[[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)",
]

1062 1063 1064 1065 1066 1067 1068 1069
[[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)",
]

1070 1071
[[package]]
name = "hex"
A
Alex Crichton 已提交
1072
version = "0.3.2"
1073 1074
source = "registry+https://github.com/rust-lang/crates.io-index"

1075 1076
[[package]]
name = "home"
A
Alex Crichton 已提交
1077
version = "0.3.3"
1078 1079
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
1080
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1081
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1082 1083
]

S
steveklabnik 已提交
1084 1085
[[package]]
name = "html5ever"
1086
version = "0.22.5"
S
steveklabnik 已提交
1087 1088
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1089
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1090 1091
 "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)",
1092
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
1093 1094
 "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 已提交
1095 1096
]

A
Alex Crichton 已提交
1097 1098
[[package]]
name = "humantime"
1099
version = "1.2.0"
A
Alex Crichton 已提交
1100 1101
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1102
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1103 1104
]

1105 1106
[[package]]
name = "idna"
A
Alex Crichton 已提交
1107
version = "0.1.5"
1108 1109
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1110
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1111
 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1112
 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1113 1114
]

O
Oliver Schneider 已提交
1115 1116
[[package]]
name = "if_chain"
M
Manish Goregaokar 已提交
1117
version = "0.1.3"
O
Oliver Schneider 已提交
1118 1119
source = "registry+https://github.com/rust-lang/crates.io-index"

1120 1121
[[package]]
name = "ignore"
B
Bastien Orivel 已提交
1122
version = "0.4.6"
1123 1124
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
1125
 "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
1126
 "globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1127
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1128 1129 1130 1131
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1132
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1133 1134
 "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)",
1135 1136
]

E
Eric Huss 已提交
1137 1138
[[package]]
name = "im-rc"
F
flip1995 已提交
1139
version = "12.3.0"
E
Eric Huss 已提交
1140 1141
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1142
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1143 1144 1145
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1146 1147 1148 1149
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
1150
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tom Tromey 已提交
1151
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1152
 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1153
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1154
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1155 1156
 "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)",
1157
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1158
 "xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1159 1160
]

1161 1162 1163 1164 1165
[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
MikaelUrankar 已提交
1166
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1167 1168 1169
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
steveklabnik 已提交
1170 1171 1172 1173 1174 1175 1176
[[package]]
name = "is-match"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "itertools"
A
Alex Crichton 已提交
1177
version = "0.7.8"
S
steveklabnik 已提交
1178 1179
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1180
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1181 1182
]

1183 1184 1185 1186 1187 1188 1189 1190
[[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)",
]

1191
[[package]]
A
Alex Crichton 已提交
1192
name = "itoa"
A
Alex Crichton 已提交
1193
version = "0.4.3"
1194 1195
source = "registry+https://github.com/rust-lang/crates.io-index"

1196 1197
[[package]]
name = "jemalloc-sys"
G
gnzlbg 已提交
1198
version = "0.3.0"
1199 1200
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1201
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1202
 "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
1203
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1204 1205
]

S
Steve Klabnik 已提交
1206
[[package]]
A
Alex Crichton 已提交
1207
name = "jobserver"
1208
version = "0.1.12"
S
Steve Klabnik 已提交
1209
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1210
dependencies = [
M
MikaelUrankar 已提交
1211
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1212 1213
 "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 已提交
1214
]
S
Steve Klabnik 已提交
1215

1216 1217 1218 1219 1220
[[package]]
name = "json"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"

1221 1222
[[package]]
name = "jsonrpc-core"
1223
version = "10.0.1"
1224 1225
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1226
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
1227
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1228
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1229 1230
 "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)",
1231 1232
]

1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243
[[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 已提交
1244 1245 1246
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1247 1248
[[package]]
name = "lazy_static"
I
Igor Matuszewski 已提交
1249
version = "1.2.0"
A
Alex Crichton 已提交
1250 1251
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1252 1253
[[package]]
name = "lazycell"
1254
version = "1.2.1"
A
Alex Crichton 已提交
1255 1256
source = "registry+https://github.com/rust-lang/crates.io-index"

1257 1258
[[package]]
name = "libc"
M
MikaelUrankar 已提交
1259
version = "0.2.50"
1260
source = "registry+https://github.com/rust-lang/crates.io-index"
1261 1262 1263
dependencies = [
 "rustc-std-workspace-core 1.0.0",
]
1264

1265 1266
[[package]]
name = "libgit2-sys"
E
Eric Huss 已提交
1267
version = "0.7.11"
1268 1269
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1270
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1271
 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
1272
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1273
 "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1274
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
1275
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1276
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1277 1278
]

A
Alex Crichton 已提交
1279 1280
[[package]]
name = "libnghttp2-sys"
1281
version = "0.1.1"
A
Alex Crichton 已提交
1282 1283
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1284
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
1285
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1286 1287
]

1288 1289
[[package]]
name = "libssh2-sys"
1290
version = "0.2.11"
1291 1292
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1293
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
1294
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1295
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
1296
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1297
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1298
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1299 1300
]

G
gnzlbg 已提交
1301 1302 1303 1304 1305 1306 1307 1308 1309
[[package]]
name = "libtest"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_term 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

1310 1311
[[package]]
name = "libz-sys"
1312
version = "1.0.25"
1313 1314
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1315
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
1316
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1317
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1318
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1319 1320
]

1321 1322 1323 1324
[[package]]
name = "linkchecker"
version = "0.1.0"

M
Mark Rousskov 已提交
1325 1326 1327 1328 1329 1330 1331 1332 1333
[[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)",
]

1334 1335
[[package]]
name = "log"
1336
version = "0.4.6"
1337
source = "registry+https://github.com/rust-lang/crates.io-index"
1338
dependencies = [
1339
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1340
]
1341

1342 1343
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1344
version = "0.1.2"
1345 1346
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
1347
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1348 1349
]

1350 1351
[[package]]
name = "lsp-codec"
E
Eric Huss 已提交
1352
version = "0.1.2"
1353 1354 1355 1356 1357 1358 1359 1360 1361
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "lsp-types"
F
flip1995 已提交
1362
version = "0.55.4"
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374
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)",
]

1375 1376
[[package]]
name = "lzma-sys"
B
Bastien Orivel 已提交
1377
version = "0.1.10"
1378 1379
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1380
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1381
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
1382
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1383
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1384 1385
]

S
steveklabnik 已提交
1386 1387 1388 1389 1390
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

G
Guillaume Gomez 已提交
1391 1392 1393 1394 1395
[[package]]
name = "macro-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405
[[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 已提交
1406 1407
 "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 已提交
1408
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1409 1410
 "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 已提交
1411
 "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
1412
 "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1413 1414 1415
 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1416 1417
[[package]]
name = "matches"
A
Alex Crichton 已提交
1418
version = "0.1.8"
1419 1420
source = "registry+https://github.com/rust-lang/crates.io-index"

1421 1422
[[package]]
name = "mdbook"
M
Matt Ickstadt 已提交
1423
version = "0.1.7"
1424 1425
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
S
steveklabnik 已提交
1426
 "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1427
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1428
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
1429
 "elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
1430
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1431
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1432
 "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1433
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1434
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1435 1436
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1437
 "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
1438
 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1439
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1440
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1441 1442
 "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 已提交
1443
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1444 1445
 "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 已提交
1446
 "toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1447 1448
]

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

O
Oliver Schneider 已提交
1477 1478
[[package]]
name = "memchr"
1479
version = "2.1.1"
O
Oliver Schneider 已提交
1480 1481
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1482
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
1483
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1484
 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1485 1486
]

1487 1488 1489 1490 1491
[[package]]
name = "memmap"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
MikaelUrankar 已提交
1492
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1493
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1494 1495
]

N
Nick Cameron 已提交
1496 1497 1498 1499 1500
[[package]]
name = "memoffset"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

G
Guillaume Gomez 已提交
1501 1502
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
1503
version = "0.0.28"
G
Guillaume Gomez 已提交
1504 1505
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
G
Guillaume Gomez 已提交
1506
 "macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
1507 1508
]

1509 1510
[[package]]
name = "miniz-sys"
1511 1512 1513
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1514
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
1515
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528
]

[[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"
1529 1530
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1531
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1532
 "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
1533
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1534
 "miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1535 1536
]

1537 1538 1539 1540 1541 1542 1543 1544 1545 1546
[[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)",
M
MikaelUrankar 已提交
1547
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571
 "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)",
M
MikaelUrankar 已提交
1572
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586
 "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 已提交
1587 1588
[[package]]
name = "miow"
A
Alex Crichton 已提交
1589
version = "0.3.3"
A
Alex Crichton 已提交
1590 1591
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1592 1593
 "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 已提交
1594 1595
]

1596 1597 1598 1599
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
1600
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1601
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1602
 "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1603
 "compiletest_rs 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1604
 "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
1605
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1606
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
H
Hugues de Valon 已提交
1607 1608
 "rustc-workspace-hack 1.0.0",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1609
 "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1610
 "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1611 1612
]

1613 1614 1615 1616 1617 1618
[[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)",
M
MikaelUrankar 已提交
1619
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1620 1621 1622
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
1623 1624 1625 1626 1627 1628 1629 1630
[[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 已提交
1631 1632 1633 1634 1635
[[package]]
name = "nodrop"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"

1636
[[package]]
O
Oliver Schneider 已提交
1637
name = "num-derive"
1638
version = "0.2.3"
1639 1640
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1641
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1642
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
1643 1644
 "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)",
1645 1646 1647
]

[[package]]
O
Oliver Schneider 已提交
1648 1649
name = "num-integer"
version = "0.1.39"
1650 1651
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1652
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1653 1654
]

S
Steve Klabnik 已提交
1655 1656
[[package]]
name = "num-traits"
1657
version = "0.2.6"
S
Steve Klabnik 已提交
1658 1659
source = "registry+https://github.com/rust-lang/crates.io-index"

1660 1661
[[package]]
name = "num_cpus"
1662
version = "1.8.0"
1663 1664
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
MikaelUrankar 已提交
1665
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1666 1667
]

S
Steve Klabnik 已提交
1668 1669
[[package]]
name = "open"
A
Alex Crichton 已提交
1670
version = "1.2.1"
S
Steve Klabnik 已提交
1671 1672
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1673 1674
[[package]]
name = "opener"
1675
version = "0.3.2"
A
Alex Crichton 已提交
1676 1677
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
1678 1679
 "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)",
1680
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1681 1682
]

1683 1684
[[package]]
name = "openssl"
T
Tatsuyuki Ishi 已提交
1685
version = "0.10.16"
1686 1687
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1688
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1689
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1690
 "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1691
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
1692
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tatsuyuki Ishi 已提交
1693
 "openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1694 1695 1696 1697
]

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

E
Eric Huss 已提交
1701 1702
[[package]]
name = "openssl-src"
1703
version = "111.1.0+1.1.1a"
E
Eric Huss 已提交
1704 1705
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1706
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1707 1708
]

1709 1710
[[package]]
name = "openssl-sys"
T
Tatsuyuki Ishi 已提交
1711
version = "0.9.40"
1712 1713
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1714
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
1715
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1716
 "openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)",
1717
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1718
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1719 1720
]

1721 1722 1723 1724 1725
[[package]]
name = "ordermap"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

1726 1727 1728 1729 1730
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1731 1732 1733 1734 1735
[[package]]
name = "owning_ref"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1736
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1737 1738
]

N
Nick Cameron 已提交
1739 1740 1741 1742 1743
[[package]]
name = "packed_simd"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1744
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1745 1746
]

1747 1748 1749 1750
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
1751
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1752
 "core 0.0.0",
M
MikaelUrankar 已提交
1753
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1754 1755 1756 1757 1758 1759 1760
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
 "alloc 0.0.0",
1761
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1762
 "core 0.0.0",
M
MikaelUrankar 已提交
1763
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1764 1765 1766
 "unwind 0.0.0",
]

1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780
[[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 = [
M
MikaelUrankar 已提交
1781
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
1782 1783 1784 1785 1786 1787
 "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)",
]

1788 1789
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
1790
version = "1.0.1"
1791 1792
source = "registry+https://github.com/rust-lang/crates.io-index"

1793 1794
[[package]]
name = "pest"
A
Alex Crichton 已提交
1795
version = "1.0.6"
1796 1797
source = "registry+https://github.com/rust-lang/crates.io-index"

1798 1799 1800 1801 1802 1803 1804 1805
[[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 已提交
1806 1807
[[package]]
name = "pest_derive"
1808
version = "1.0.8"
A
Alex Crichton 已提交
1809 1810 1811 1812 1813 1814 1815
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)",
]

1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846
[[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)",
]

1847 1848
[[package]]
name = "petgraph"
1849
version = "0.4.13"
1850 1851 1852 1853 1854 1855
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 已提交
1856 1857
[[package]]
name = "phf"
A
Alex Crichton 已提交
1858
version = "0.7.22"
S
steveklabnik 已提交
1859 1860
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1861
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1862 1863 1864 1865
]

[[package]]
name = "phf_codegen"
A
Alex Crichton 已提交
1866
version = "0.7.22"
S
steveklabnik 已提交
1867 1868
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1869 1870
 "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 已提交
1871 1872 1873 1874
]

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

[[package]]
name = "phf_shared"
A
Alex Crichton 已提交
1884
version = "0.7.22"
S
steveklabnik 已提交
1885 1886 1887 1888 1889
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

1890 1891
[[package]]
name = "pkg-config"
1892
version = "0.3.14"
1893 1894
source = "registry+https://github.com/rust-lang/crates.io-index"

1895 1896
[[package]]
name = "polonius-engine"
N
Niko Matsakis 已提交
1897
version = "0.6.2"
1898
source = "registry+https://github.com/rust-lang/crates.io-index"
D
Douglas Campos 已提交
1899
dependencies = [
N
Niko Matsakis 已提交
1900
 "datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1901
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1902
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
D
Douglas Campos 已提交
1903
]
1904

S
steveklabnik 已提交
1905 1906 1907 1908 1909
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Mark Simulacrum 已提交
1910 1911 1912 1913 1914 1915 1916 1917 1918
[[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 已提交
1919 1920
[[package]]
name = "pretty_env_logger"
1921
version = "0.3.0"
E
Eric Huss 已提交
1922 1923
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1924 1925 1926
 "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 已提交
1927 1928
]

A
Alex Crichton 已提交
1929 1930
[[package]]
name = "proc-macro2"
N
Nick Cameron 已提交
1931
version = "0.4.24"
A
Alex Crichton 已提交
1932 1933 1934 1935 1936
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)",
]

1937 1938 1939 1940
[[package]]
name = "proc_macro"
version = "0.0.0"

1941 1942 1943 1944
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
D
dylan_DPC 已提交
1945
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1946
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1947
 "core 0.0.0",
1948 1949
]

A
Alex Crichton 已提交
1950 1951 1952 1953 1954 1955 1956
[[package]]
name = "proptest"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1957
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1958
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1959
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1960 1961
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
1962
 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1963
 "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1964
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1965 1966
]

O
Oliver Schneider 已提交
1967 1968
[[package]]
name = "pulldown-cmark"
M
Manish Goregaokar 已提交
1969
version = "0.1.2"
O
Oliver Schneider 已提交
1970 1971 1972
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 已提交
1973
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
1974 1975
]

1976 1977 1978 1979 1980 1981 1982 1983 1984
[[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)",
]

1985 1986
[[package]]
name = "quick-error"
A
Alex Crichton 已提交
1987
version = "1.2.2"
1988 1989 1990
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
O
Oliver Schneider 已提交
1991 1992
name = "quine-mc_cluskey"
version = "0.2.4"
1993 1994 1995 1996 1997 1998 1999
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 已提交
2000 2001
[[package]]
name = "quote"
2002
version = "0.6.10"
A
Alex Crichton 已提交
2003 2004
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2005
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2006 2007
]

2008 2009
[[package]]
name = "racer"
M
Mateusz Mikuła 已提交
2010
version = "2.1.21"
2011
source = "registry+https://github.com/rust-lang/crates.io-index"
2012
dependencies = [
A
Alex Crichton 已提交
2013
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2014
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2015
 "derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2016
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2017
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2018
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
2020
 "rls-span 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2021
 "rustc-ap-syntax 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2022
]
2023

A
Alex Crichton 已提交
2024 2025
[[package]]
name = "rand"
A
Alex Crichton 已提交
2026
version = "0.4.3"
A
Alex Crichton 已提交
2027 2028 2029
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)",
M
MikaelUrankar 已提交
2030
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
2031
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2032 2033
]

K
kennytm 已提交
2034 2035
[[package]]
name = "rand"
2036
version = "0.5.5"
K
kennytm 已提交
2037 2038 2039 2040
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)",
M
MikaelUrankar 已提交
2041
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
2042
 "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2043
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
2044 2045
]

2046 2047 2048 2049 2050 2051 2052
[[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)",
M
MikaelUrankar 已提交
2053
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068
 "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 已提交
2069
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2070 2071 2072
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

K
kennytm 已提交
2073 2074
[[package]]
name = "rand_core"
2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090
version = "0.2.2"
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)",
]

[[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 已提交
2091
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2092 2093 2094 2095 2096
]

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

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

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

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

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

F
flip1995 已提交
2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163
[[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)",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[package]]
name = "rustc"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2337
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2338
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2339
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
S
scalexm 已提交
2340
 "chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2341
 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2342 2343
 "fmt_macros 0.0.0",
 "graphviz 0.0.0",
2344
 "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2345
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2346
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2347
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
2348
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Niko Matsakis 已提交
2349
 "polonius-engine 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2350 2351
 "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 已提交
2352
 "rustc_apfloat 0.0.0",
2353 2354
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
2355
 "rustc_fs_util 0.0.0",
J
John Kåre Alsaker 已提交
2356
 "rustc_macros 0.1.0",
2357
 "rustc_target 0.0.0",
M
Marcel Hellwig 已提交
2358
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2359
 "serialize 0.0.0",
2360
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2361 2362
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
2363
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2364 2365
]

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

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

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

T
topecongiro 已提交
2389 2390
[[package]]
name = "rustc-ap-rustc_data_structures"
M
Mateusz Mikuła 已提交
2391
version = "407.0.0"
T
topecongiro 已提交
2392 2393
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2394
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2395
 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2396 2397
 "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2398
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2399 2400 2401 2402
 "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 已提交
2403
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2404 2405
 "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)",
2406
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2407 2408 2409
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

T
topecongiro 已提交
2410 2411
[[package]]
name = "rustc-ap-rustc_errors"
M
Mateusz Mikuła 已提交
2412
version = "407.0.0"
T
topecongiro 已提交
2413 2414
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
R
Ralf Jung 已提交
2415
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2416
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2417 2418 2419 2420
 "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)",
2421
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2422 2423 2424
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
2425 2426
[[package]]
name = "rustc-ap-rustc_target"
M
Mateusz Mikuła 已提交
2427
version = "407.0.0"
N
Nick Cameron 已提交
2428 2429
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2430
 "bitflags 1.0.4 (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
 "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 已提交
2435 2436
]

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

A
Alex Crichton 已提交
2445 2446
[[package]]
name = "rustc-ap-syntax"
M
Mateusz Mikuła 已提交
2447
version = "407.0.0"
A
Alex Crichton 已提交
2448 2449
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2450
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2451
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2452 2453 2454 2455 2456 2457
 "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)",
2458
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2459 2460
]

N
Nick Cameron 已提交
2461 2462
[[package]]
name = "rustc-ap-syntax_pos"
M
Mateusz Mikuła 已提交
2463
version = "407.0.0"
A
Alex Crichton 已提交
2464 2465
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2466
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mateusz Mikuła 已提交
2467 2468 2469 2470
 "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 已提交
2471 2472 2473
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

2474 2475
[[package]]
name = "rustc-demangle"
2476
version = "0.1.10"
2477
source = "registry+https://github.com/rust-lang/crates.io-index"
2478
dependencies = [
2479
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2480 2481
 "rustc-std-workspace-core 1.0.0",
]
2482

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

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

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

[[package]]
name = "rustc-rayon-core"
J
John Kåre Alsaker 已提交
2513
version = "0.1.2"
J
John Kåre Alsaker 已提交
2514 2515 2516
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 已提交
2517
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
2518
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2519 2520 2521
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

2527 2528 2529 2530 2531 2532 2533
[[package]]
name = "rustc-std-workspace-core"
version = "1.0.0"
dependencies = [
 "core 0.0.0",
]

A
Alex Crichton 已提交
2534 2535 2536 2537
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
2538
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
2539
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
2540
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
2541
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2542
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2543 2544 2545
 "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)",
2546
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2547 2548
]

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

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

J
Jorge Aparicio 已提交
2572 2573 2574 2575
[[package]]
name = "rustc_asan"
version = "0.0.0"
dependencies = [
2576
 "alloc 0.0.0",
2577
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2578
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2579
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2580 2581 2582
 "core 0.0.0",
]

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

I
Irina Popa 已提交
2597 2598 2599 2600
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
2601
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
2602
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2603
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2604
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2605 2606 2607
 "rustc_llvm 0.0.0",
]

2608 2609 2610
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
2611
dependencies = [
B
bjorn3 已提交
2612
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2613
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
2614
 "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
2615
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
2616
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2617 2618
 "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)",
2619
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
2620
 "rustc 0.0.0",
2621
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633
 "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",
2634
]
2635

I
Irina Popa 已提交
2636 2637 2638 2639
[[package]]
name = "rustc_codegen_utils"
version = "0.0.0"
dependencies = [
2640 2641
 "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 已提交
2642 2643
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
2644
 "rustc_metadata 0.0.0",
I
Irina Popa 已提交
2645 2646 2647 2648 2649 2650
 "rustc_mir 0.0.0",
 "rustc_target 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

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

2660 2661 2662 2663
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
2664
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nicholas Nethercote 已提交
2665
 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2666
 "graphviz 0.0.0",
J
John Kåre Alsaker 已提交
2667 2668
 "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2669
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Bastien Orivel 已提交
2670
 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2671
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2672 2673
 "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)",
2674
 "rustc_cratesio_shim 0.0.0",
2675
 "serialize 0.0.0",
2676
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2677
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2678 2679 2680 2681 2682 2683 2684
]

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

2730 2731 2732 2733
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

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

2749 2750 2751 2752 2753 2754
[[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 已提交
2755
 "rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770
 "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",
2771
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2772 2773 2774 2775 2776 2777 2778
 "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",
]

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

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
 "build_helper 0.1.0",
2796
 "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
2797 2798
]

J
Jorge Aparicio 已提交
2799 2800 2801 2802
[[package]]
name = "rustc_lsan"
version = "0.0.0"
dependencies = [
2803
 "alloc 0.0.0",
2804
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2805
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2806
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2807 2808 2809
 "core 0.0.0",
]

J
John Kåre Alsaker 已提交
2810 2811 2812 2813 2814 2815 2816 2817 2818 2819
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
 "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)",
]

2820 2821 2822 2823
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
2824 2825
 "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)",
2826
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2827 2828 2829
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
2830
 "rustc_target 0.0.0",
2831
 "serialize 0.0.0",
2832
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2833
 "syntax 0.0.0",
2834
 "syntax_ext 0.0.0",
2835 2836 2837 2838 2839 2840 2841
 "syntax_pos 0.0.0",
]

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

J
Jorge Aparicio 已提交
2860 2861 2862 2863
[[package]]
name = "rustc_msan"
version = "0.0.0"
dependencies = [
2864
 "alloc 0.0.0",
2865
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2866
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2867
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2868 2869 2870
 "core 0.0.0",
]

2871 2872 2873 2874
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
2875
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2876
 "rustc 0.0.0",
2877
 "rustc_data_structures 0.0.0",
2878
 "rustc_errors 0.0.0",
O
Oliver Schneider 已提交
2879
 "rustc_mir 0.0.0",
2880
 "syntax 0.0.0",
2881
 "syntax_ext 0.0.0",
2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899
 "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 已提交
2900
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2901
 "rustc 0.0.0",
2902
 "rustc_data_structures 0.0.0",
2903
 "rustc_typeck 0.0.0",
2904 2905 2906 2907 2908 2909 2910 2911 2912
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

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

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

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

G
gnzlbg 已提交
2951 2952 2953 2954 2955
[[package]]
name = "rustc_term"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

J
Jorge Aparicio 已提交
2981 2982 2983 2984
[[package]]
name = "rustc_tsan"
version = "0.0.0"
dependencies = [
2985
 "alloc 0.0.0",
2986
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2987
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2988
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2989 2990 2991
 "core 0.0.0",
]

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

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

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

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

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

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

3048 3049
[[package]]
name = "rustfmt-nightly"
M
Mateusz Mikuła 已提交
3050
version = "1.1.0"
3051
dependencies = [
3052
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3053 3054
 "bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
3055
 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
3056
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3057 3058
 "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3059
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3060
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3061
 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
3062
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3063 3064
 "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 已提交
3065 3066 3067
 "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 已提交
3068
 "rustc-workspace-hack 1.0.0",
E
Eric Huss 已提交
3069
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3070 3071
 "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 已提交
3072
 "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
3073
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
3074
 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
F
flip1995 已提交
3075 3076
 "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 已提交
3077 3078
]

A
Alex Crichton 已提交
3079 3080 3081 3082 3083 3084 3085
[[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)",
3086
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3087 3088 3089
 "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

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

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

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

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

3127 3128 3129 3130 3131 3132
[[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 已提交
3133
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3134 3135 3136 3137 3138 3139 3140 3141 3142
]

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

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

[[package]]
name = "serde_derive"
3151
version = "1.0.81"
3152 3153
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
3154
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3155 3156
 "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)",
3157 3158 3159 3160
]

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

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

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

3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194
[[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)",
]

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

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

3205 3206 3207 3208 3209 3210
[[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)",
M
MikaelUrankar 已提交
3211
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
3212 3213
]

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

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

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

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

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

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

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

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

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

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

[[package]]
name = "strum_macros"
3315
version = "0.11.0"
M
Matt Ickstadt 已提交
3316 3317
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3318
 "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
3319
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3320 3321
 "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 已提交
3322 3323
]

3324 3325 3326 3327 3328 3329 3330 3331 3332 3333
[[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 已提交
3334 3335
[[package]]
name = "syn"
3336
version = "0.15.22"
N
Nick Cameron 已提交
3337 3338 3339
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)",
3340
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3341 3342 3343
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

3344 3345 3346 3347 3348 3349 3350 3351
[[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 已提交
3352 3353
[[package]]
name = "synstructure"
3354
version = "0.10.1"
A
Alex Crichton 已提交
3355 3356
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
3357
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
3358 3359
 "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 已提交
3360
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3361 3362
]

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

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

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

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

A
Aleksey Kladov 已提交
3415 3416
[[package]]
name = "tempfile"
3417
version = "3.0.5"
A
Aleksey Kladov 已提交
3418 3419
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3420
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
MikaelUrankar 已提交
3421
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
3422 3423
 "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 已提交
3424
 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
3425
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
3426 3427
]

S
steveklabnik 已提交
3428 3429 3430 3431 3432
[[package]]
name = "tendril"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3433
 "futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3434 3435 3436 3437
 "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)",
]

S
Santiago Pastorino 已提交
3438 3439 3440 3441 3442 3443 3444 3445 3446
[[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 已提交
3447 3448 3449 3450 3451
[[package]]
name = "term"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3452
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
3453
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alan Du 已提交
3454 3455
]

3456 3457
[[package]]
name = "termcolor"
3458
version = "1.0.4"
3459 3460
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3461
 "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3462 3463
]

3464
[[package]]
O
Oliver Schneider 已提交
3465 3466
name = "termion"
version = "1.5.1"
3467 3468
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
MikaelUrankar 已提交
3469
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
3470
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
3471
 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3472 3473
]

3474 3475 3476 3477
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
G
gnzlbg 已提交
3478
 "libtest 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3479
 "proc_macro 0.0.0",
3480 3481
]

S
Santiago Pastorino 已提交
3482 3483 3484 3485 3486 3487
[[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)",
M
MikaelUrankar 已提交
3488
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
S
Santiago Pastorino 已提交
3489 3490 3491
 "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

S
steveklabnik 已提交
3492 3493
[[package]]
name = "textwrap"
A
Alex Crichton 已提交
3494
version = "0.10.0"
S
steveklabnik 已提交
3495 3496
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
Mark Simulacrum 已提交
3497
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3498 3499
]

A
Alex Crichton 已提交
3500 3501
[[package]]
name = "thread_local"
A
Alex Crichton 已提交
3502
version = "0.3.6"
3503 3504
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
3505
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3506 3507
]

3508 3509 3510
[[package]]
name = "tidy"
version = "0.1.0"
3511
dependencies = [
E
Eric Huss 已提交
3512
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3513 3514
 "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)",
3515
]
3516

A
Alex Crichton 已提交
3517 3518
[[package]]
name = "time"
A
Alex Crichton 已提交
3519
version = "0.1.40"
A
Alex Crichton 已提交
3520 3521
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
MikaelUrankar 已提交
3522
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
3523
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
3524
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3525 3526
]

3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602
[[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)",
M
MikaelUrankar 已提交
3603
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
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 3633 3634
 "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)",
M
MikaelUrankar 已提交
3635
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
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 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705
 "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)",
M
MikaelUrankar 已提交
3706
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
3707 3708 3709 3710 3711 3712 3713 3714
 "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)",
]

3715 3716
[[package]]
name = "toml"
3717
version = "0.4.10"
3718 3719
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
3720
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3721 3722
]

S
steveklabnik 已提交
3723 3724 3725 3726 3727 3728 3729
[[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 已提交
3730
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3731
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
3732
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3733 3734
]

3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746
[[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 已提交
3747 3748 3749 3750 3751
[[package]]
name = "typenum"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

3752 3753 3754 3755 3756
[[package]]
name = "ucd-trie"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3757 3758
[[package]]
name = "ucd-util"
3759
version = "0.1.3"
A
Alex Crichton 已提交
3760 3761
source = "registry+https://github.com/rust-lang/crates.io-index"

3762 3763
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
3764
version = "0.3.4"
S
Steve Klabnik 已提交
3765 3766
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3767
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
3768 3769
]

3770 3771
[[package]]
name = "unicode-normalization"
A
Alex Crichton 已提交
3772
version = "0.1.7"
3773 3774 3775 3776
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-segmentation"
A
Alex Crichton 已提交
3777
version = "1.2.1"
3778 3779 3780 3781
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

F
flip1995 已提交
3795 3796 3797 3798 3799
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
Steve Klabnik 已提交
3800 3801
[[package]]
name = "unreachable"
N
Nick Cameron 已提交
3802
version = "1.0.0"
S
Steve Klabnik 已提交
3803 3804 3805 3806 3807
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

3808 3809 3810 3811
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
3812
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
3813 3814 3815
 "tidy 0.1.0",
]

N
Nick Cameron 已提交
3816 3817 3818 3819
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
3820
 "compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
3821
 "core 0.0.0",
M
MikaelUrankar 已提交
3822
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
3823 3824
]

3825 3826
[[package]]
name = "url"
3827
version = "1.7.2"
3828 3829
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3830
 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3831
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
3832
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3833 3834 3835 3836 3837 3838 3839
]

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

S
steveklabnik 已提交
3844 3845 3846 3847 3848
[[package]]
name = "utf-8"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

3849 3850
[[package]]
name = "utf8-ranges"
3851
version = "1.0.2"
3852 3853
source = "registry+https://github.com/rust-lang/crates.io-index"

3854 3855
[[package]]
name = "vcpkg"
A
Alex Crichton 已提交
3856
version = "0.2.6"
3857 3858
source = "registry+https://github.com/rust-lang/crates.io-index"

3859 3860
[[package]]
name = "vec_map"
A
Alex Crichton 已提交
3861
version = "0.8.1"
3862 3863
source = "registry+https://github.com/rust-lang/crates.io-index"

R
Ralf Jung 已提交
3864 3865
[[package]]
name = "vergen"
R
Ralf Jung 已提交
3866
version = "3.0.4"
R
Ralf Jung 已提交
3867 3868 3869
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3870
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
3871
 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
3872 3873
]

3874 3875 3876 3877 3878
[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
Steve Klabnik 已提交
3879 3880 3881 3882 3883
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3884 3885 3886 3887 3888
[[package]]
name = "wait-timeout"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
MikaelUrankar 已提交
3889
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3890 3891
]

3892 3893
[[package]]
name = "walkdir"
3894
version = "2.2.7"
3895 3896
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3897
 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3898
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3899
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3900 3901
]

3902 3903 3904 3905 3906
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

3907 3908
[[package]]
name = "winapi"
3909
version = "0.3.6"
3910 3911 3912 3913 3914 3915
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)",
]

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

3921 3922 3923 3924 3925
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3926 3927 3928 3929 3930
[[package]]
name = "winapi-util"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3931
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3932 3933
]

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

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

3948 3949 3950 3951 3952 3953 3954 3955 3956
[[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)",
]

3957 3958
[[package]]
name = "xattr"
A
Alex Crichton 已提交
3959
version = "0.2.2"
3960 3961
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
MikaelUrankar 已提交
3962
 "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
3963 3964 3965 3966
]

[[package]]
name = "xz2"
A
Alex Crichton 已提交
3967
version = "0.1.5"
3968 3969
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
3970
 "lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
3971 3972 3973 3974 3975 3976 3977
]

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

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