Cargo.lock 157.0 KB
Newer Older
1 2 3 4 5
[[package]]
name = "adler32"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

14 15 16 17
[[package]]
name = "alloc"
version = "0.0.0"
dependencies = [
18
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
19
 "core 0.0.0",
20
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
21
 "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
22 23
]

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

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

45 46 47
[[package]]
name = "arena"
version = "0.0.0"
J
John Kåre Alsaker 已提交
48 49 50
dependencies = [
 "rustc_data_structures 0.0.0",
]
51

N
Nick Cameron 已提交
52 53 54 55 56 57 58 59
[[package]]
name = "arrayvec"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
60 61
[[package]]
name = "assert_cli"
A
Alex Crichton 已提交
62
version = "0.6.2"
N
Nick Cameron 已提交
63 64 65
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
66
 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
67
 "environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
68
 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
69
 "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
70
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
71 72
]

73 74
[[package]]
name = "atty"
R
Ralf Jung 已提交
75
version = "0.2.11"
76 77
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
78
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
79
 "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
80
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
81 82
]

83 84
[[package]]
name = "backtrace"
85
version = "0.3.11"
86 87
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
88
 "backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
89 90
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
91
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
92
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
93 94 95 96
]

[[package]]
name = "backtrace-sys"
97
version = "0.1.27"
98 99
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
100
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
101
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
102
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
103
 "rustc-std-workspace-core 1.0.0",
104 105
]

A
Alex Crichton 已提交
106 107 108 109 110 111 112 113 114 115 116 117 118
[[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 已提交
119 120 121 122 123
[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

124 125
[[package]]
name = "bitflags"
A
Alex Crichton 已提交
126
version = "1.0.4"
127 128
source = "registry+https://github.com/rust-lang/crates.io-index"

129 130 131 132 133
[[package]]
name = "bootstrap"
version = "0.0.0"
dependencies = [
 "build_helper 0.1.0",
134
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
135
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
136
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
137
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
138
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
139
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
140
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
141
 "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
142
 "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
143
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
144 145
 "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 已提交
146
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
147
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
148 149
]

150 151
[[package]]
name = "bufstream"
152
version = "0.1.4"
153 154
source = "registry+https://github.com/rust-lang/crates.io-index"

155 156 157 158
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
E
Eric Huss 已提交
159
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
160 161
 "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)",
162 163
]

164 165 166 167 168
[[package]]
name = "build_const"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

169 170 171 172
[[package]]
name = "build_helper"
version = "0.1.0"

173 174
[[package]]
name = "bytecount"
N
Nick Cameron 已提交
175
version = "0.4.0"
176 177
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
178
 "packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
179 180
]

181 182
[[package]]
name = "byteorder"
183
version = "1.2.7"
184 185
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
186 187 188 189 190
[[package]]
name = "bytesize"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

191 192
[[package]]
name = "cargo"
193
version = "0.34.0"
194
dependencies = [
R
Ralf Jung 已提交
195
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
196
 "bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
197
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
198
 "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
199
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
200 201 202
 "core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "crates-io 0.22.0",
 "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
203
 "crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
204 205
 "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 已提交
206
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
207
 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
208 209
 "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)",
210
 "fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
211
 "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
212 213
 "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)",
214
 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
215
 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
216
 "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
217
 "ignore 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
218
 "im-rc 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
219
 "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
220
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
221 222
 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
223
 "libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
224
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
225
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
226
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
227 228 229
 "opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)",
 "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
230
 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
231
 "rustc-workspace-hack 1.0.0",
E
Eric Huss 已提交
232
 "rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
233
 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
234
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
235
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
236
 "serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
237
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
238
 "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
239 240 241 242
 "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 已提交
243
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
244
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
245
 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
246
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
247 248
]

R
Ralf Jung 已提交
249 250
[[package]]
name = "cargo_metadata"
251
version = "0.6.2"
R
Ralf Jung 已提交
252 253 254 255
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 已提交
256
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
257 258
 "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 已提交
259 260
]

A
Alex Crichton 已提交
261 262 263 264
[[package]]
name = "cargotest2"
version = "0.1.0"

N
Nick Cameron 已提交
265 266
[[package]]
name = "cc"
267
version = "1.0.25"
N
Nick Cameron 已提交
268 269
source = "registry+https://github.com/rust-lang/crates.io-index"

270 271
[[package]]
name = "cfg-if"
272
version = "0.1.6"
273 274
source = "registry+https://github.com/rust-lang/crates.io-index"

275 276
[[package]]
name = "chalk-engine"
S
scalexm 已提交
277
version = "0.9.0"
278 279 280
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)",
281
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
282 283 284 285 286 287 288 289 290 291
]

[[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 已提交
292 293
[[package]]
name = "chrono"
294
version = "0.4.6"
A
Alex Crichton 已提交
295 296
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
297
 "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
298
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
299
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
300 301
]

302 303
[[package]]
name = "clap"
A
Alex Crichton 已提交
304
version = "2.32.0"
305 306
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Aleksey Kladov 已提交
307
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
308
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
309
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
310
 "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
311
 "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
312
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
313
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
314
 "yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
315 316
]

O
Oliver Schneider 已提交
317 318
[[package]]
name = "clippy"
O
Oliver Schneider 已提交
319
version = "0.0.212"
O
Oliver Schneider 已提交
320
dependencies = [
321
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
322
 "clippy-mini-macro-test 0.2.0",
M
Matthias Krüger 已提交
323
 "clippy_dev 0.0.1",
O
Oliver Schneider 已提交
324
 "clippy_lints 0.0.212",
O
Oliver Scherer 已提交
325
 "compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
326
 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
327
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
328
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
329
 "rustc-workspace-hack 1.0.0",
M
Matthias Krüger 已提交
330
 "rustc_tools_util 0.1.0",
331
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
332
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
333
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
334 335 336 337
]

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

M
Matthias Krüger 已提交
340 341 342 343 344 345
[[package]]
name = "clippy_dev"
version = "0.0.1"
dependencies = [
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
346
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
347 348
 "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 已提交
349 350
]

O
Oliver Schneider 已提交
351 352
[[package]]
name = "clippy_lints"
O
Oliver Schneider 已提交
353
version = "0.0.212"
354
dependencies = [
355
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
356
 "if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
357
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
358
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
359
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
360
 "pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
361
 "quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
362
 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
363
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
364
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
365
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
366
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
367
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
368
 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
369
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
370 371
]

K
kennytm 已提交
372 373 374 375 376
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
377
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
378 379
]

380 381
[[package]]
name = "cmake"
A
Alex Crichton 已提交
382
version = "0.1.33"
383 384
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
385
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
386 387
]

N
Nick Cameron 已提交
388 389 390 391 392 393 394 395
[[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 已提交
396 397 398 399 400 401 402 403 404 405 406 407 408
[[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 = [
409
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
410 411
]

412 413
[[package]]
name = "compiler_builtins"
414 415
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
416
dependencies = [
417
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
418
 "rustc-std-workspace-core 1.0.0",
419 420
]

421 422 423 424
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
O
Oliver Schneider 已提交
425
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
426 427
 "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 已提交
428
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
429
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
430 431
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
432
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
433
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
434 435
 "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)",
436 437
 "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 已提交
438
 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
439
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
440 441
]

N
Nick Cameron 已提交
442
[[package]]
O
Oliver Schneider 已提交
443
name = "compiletest_rs"
O
Oliver Scherer 已提交
444
version = "0.3.17"
445 446
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
O
Oliver Schneider 已提交
447
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
448
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
449
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
450 451
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
452
 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
453
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
454
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
455 456 457
 "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)",
458
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
459 460
]

461 462 463
[[package]]
name = "core"
version = "0.0.0"
A
Alex Crichton 已提交
464
dependencies = [
465
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
466
]
467

N
Nick Cameron 已提交
468 469
[[package]]
name = "core-foundation"
470
version = "0.6.3"
N
Nick Cameron 已提交
471 472
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
473 474
 "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
475 476 477 478
]

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

482 483
[[package]]
name = "crates-io"
484
version = "0.22.0"
485
dependencies = [
A
Alex Crichton 已提交
486
 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
487
 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
488
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
489 490 491
 "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)",
492 493
]

494
[[package]]
495 496
name = "crc"
version = "1.8.1"
497
source = "registry+https://github.com/rust-lang/crates.io-index"
498 499 500 501 502 503 504 505 506 507 508
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)",
]
509

K
kennytm 已提交
510 511
[[package]]
name = "crossbeam-channel"
N
Nick Cameron 已提交
512
version = "0.2.6"
K
kennytm 已提交
513 514
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
515 516 517
 "crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
518
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
519
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
520 521
]

N
Nick Cameron 已提交
522 523 524 525 526
[[package]]
name = "crossbeam-deque"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
527
 "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
528 529 530 531 532
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-epoch"
A
Alex Crichton 已提交
533
version = "0.3.1"
N
Nick Cameron 已提交
534 535 536
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
537
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
538
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
539
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
540 541 542 543 544
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

K
kennytm 已提交
545 546
[[package]]
name = "crossbeam-epoch"
N
Nick Cameron 已提交
547
version = "0.6.0"
K
kennytm 已提交
548 549 550
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
551
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
552
 "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
553
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
554 555 556 557
 "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 已提交
558 559 560 561 562
[[package]]
name = "crossbeam-utils"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
563
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
564 565
]

A
Alex Crichton 已提交
566 567 568 569 570
[[package]]
name = "crossbeam-utils"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
571 572
[[package]]
name = "crossbeam-utils"
573
version = "0.6.2"
A
Alex Crichton 已提交
574 575
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
576
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
577 578
]

O
Oliver Schneider 已提交
579 580
[[package]]
name = "crypto-hash"
A
Alex Crichton 已提交
581
version = "0.3.1"
O
Oliver Schneider 已提交
582 583 584
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 已提交
585
 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
586
 "openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)",
587
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
588 589
]

590 591
[[package]]
name = "curl"
A
Alex Crichton 已提交
592
version = "0.4.19"
593 594
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
595
 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
596
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
597
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
598
 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
599
 "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
600 601
 "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)",
602 603 604 605 606
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "curl-sys"
A
Alex Crichton 已提交
607
version = "0.4.15"
608 609
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
610
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
611 612 613 614
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
 "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
615
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
616
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
617
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
618 619
]

D
Douglas Campos 已提交
620 621
[[package]]
name = "datafrog"
N
Niko Matsakis 已提交
622
version = "2.0.1"
D
Douglas Campos 已提交
623 624
source = "registry+https://github.com/rust-lang/crates.io-index"

625 626
[[package]]
name = "derive-new"
627
version = "0.5.6"
628 629
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
630
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
631 632
 "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)",
633 634
]

K
kennytm 已提交
635 636
[[package]]
name = "derive_more"
N
Nick Cameron 已提交
637
version = "0.13.0"
K
kennytm 已提交
638 639
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
640
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
641 642 643
 "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 已提交
644 645
]

646 647
[[package]]
name = "diff"
O
Oliver Schneider 已提交
648
version = "0.1.11"
649 650
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Mark Simulacrum 已提交
651 652 653 654 655
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

R
Ralf Jung 已提交
656 657 658 659 660
[[package]]
name = "directories"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
661
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
662 663 664
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

O
Oliver Schneider 已提交
665 666
[[package]]
name = "dlmalloc"
667 668
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oliver Schneider 已提交
669
dependencies = [
670 671 672
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-std-workspace-core 1.0.0",
O
Oliver Schneider 已提交
673 674 675 676
]

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

S
steveklabnik 已提交
680 681
[[package]]
name = "elasticlunr-rs"
682
version = "2.3.4"
S
steveklabnik 已提交
683 684
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
685
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
686
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
687
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
688 689
 "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)",
690 691
 "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 已提交
692 693
]

694 695
[[package]]
name = "ena"
N
Nicholas Nethercote 已提交
696
version = "0.11.0"
697 698
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
699
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
700 701
]

A
Alex Crichton 已提交
702 703
[[package]]
name = "env_logger"
704
version = "0.5.13"
A
Alex Crichton 已提交
705 706
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
R
Ralf Jung 已提交
707
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
708 709 710 711
 "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 已提交
712 713
]

A
Alex Crichton 已提交
714 715 716 717 718 719
[[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)",
720 721 722 723
 "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 已提交
724 725
]

N
Nick Cameron 已提交
726 727 728 729 730
[[package]]
name = "environment"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

731 732
[[package]]
name = "error-chain"
733
version = "0.11.0"
G
Guillaume Gomez 已提交
734 735
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
736
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
737 738
]

R
Ralf Jung 已提交
739 740 741 742 743
[[package]]
name = "error-chain"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
744
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
745 746
]

747 748 749
[[package]]
name = "error_index_generator"
version = "0.0.0"
M
Mark Simulacrum 已提交
750 751 752
dependencies = [
 "rustdoc 0.0.0",
]
753

A
Alex Crichton 已提交
754 755
[[package]]
name = "failure"
I
Igor Matuszewski 已提交
756
version = "0.1.3"
A
Alex Crichton 已提交
757 758
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
759
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
760
 "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
761 762 763 764
]

[[package]]
name = "failure_derive"
765
version = "0.1.3"
A
Alex Crichton 已提交
766 767
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
768
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
769 770
 "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)",
771
 "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
772 773
]

A
Alex Crichton 已提交
774 775
[[package]]
name = "filetime"
776
version = "0.2.4"
A
Alex Crichton 已提交
777 778
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
779 780 781
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (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 已提交
782 783
]

784 785 786 787 788
[[package]]
name = "fixedbitset"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"

F
Felix Schütt 已提交
789 790
[[package]]
name = "flate2"
791
version = "1.0.6"
F
Felix Schütt 已提交
792 793
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
794 795 796 797 798
 "crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "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 已提交
799 800
]

801 802 803 804
[[package]]
name = "fmt_macros"
version = "0.0.0"

805 806
[[package]]
name = "fnv"
O
Oliver Schneider 已提交
807
version = "1.0.6"
808 809
source = "registry+https://github.com/rust-lang/crates.io-index"

810 811
[[package]]
name = "foreign-types"
O
Oliver Schneider 已提交
812 813 814 815 816 817 818 819 820
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"
821 822
source = "registry+https://github.com/rust-lang/crates.io-index"

823 824
[[package]]
name = "fortanix-sgx-abi"
825
version = "0.3.2"
826
source = "registry+https://github.com/rust-lang/crates.io-index"
827
dependencies = [
828 829
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-std-workspace-core 1.0.0",
830 831
]

832 833
[[package]]
name = "fs2"
834
version = "0.4.3"
835 836
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
837
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
838
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
839 840
]

841 842 843 844 845
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

846 847 848 849 850
[[package]]
name = "fst"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
851
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
852 853
]

O
Oliver Schneider 已提交
854 855
[[package]]
name = "fuchsia-zircon"
856
version = "0.3.3"
O
Oliver Schneider 已提交
857 858
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
859
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
860
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
861 862 863 864
]

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

S
steveklabnik 已提交
868 869
[[package]]
name = "futf"
A
Alex Crichton 已提交
870
version = "0.1.4"
S
steveklabnik 已提交
871 872 873
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 已提交
874
 "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
875 876
]

877 878
[[package]]
name = "futures"
A
Alex Crichton 已提交
879
version = "0.1.21"
880 881
source = "registry+https://github.com/rust-lang/crates.io-index"

E
Eric Huss 已提交
882 883 884 885 886
[[package]]
name = "fwdansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
887 888
 "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 已提交
889 890
]

891 892
[[package]]
name = "getopts"
A
Alex Crichton 已提交
893
version = "0.2.17"
894 895
source = "registry+https://github.com/rust-lang/crates.io-index"

896 897
[[package]]
name = "git2"
E
Eric Huss 已提交
898
version = "0.8.0"
899 900
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
901
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
902
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
903
 "libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
904
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
905
 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
906 907
 "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
908 909 910 911
]

[[package]]
name = "git2-curl"
E
Eric Huss 已提交
912
version = "0.9.0"
913 914
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
915
 "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
916
 "git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
917 918
 "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)",
919 920 921 922 923 924 925
]

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

926 927
[[package]]
name = "globset"
928
version = "0.4.2"
929 930
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
931
 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
932
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
933 934 935
 "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)",
936 937
]

938 939 940 941
[[package]]
name = "graphviz"
version = "0.0.0"

942 943
[[package]]
name = "handlebars"
A
Alex Crichton 已提交
944
version = "0.32.4"
945 946
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
947
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
948
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
949
 "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
950
 "pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
951
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
952
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
953
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
954
 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
955 956
]

957 958 959 960 961 962 963 964
[[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)",
]

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

970 971
[[package]]
name = "home"
A
Alex Crichton 已提交
972
version = "0.3.3"
973 974
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
975
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
976
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
977 978
]

S
steveklabnik 已提交
979 980
[[package]]
name = "html5ever"
981
version = "0.22.5"
S
steveklabnik 已提交
982 983
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
984
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
985 986
 "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)",
987
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
988 989
 "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 已提交
990 991
]

A
Alex Crichton 已提交
992 993
[[package]]
name = "humantime"
994
version = "1.2.0"
A
Alex Crichton 已提交
995 996
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
997
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
998 999
]

1000 1001
[[package]]
name = "idna"
A
Alex Crichton 已提交
1002
version = "0.1.5"
1003 1004
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1005
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1006
 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1007
 "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1008 1009
]

O
Oliver Schneider 已提交
1010 1011
[[package]]
name = "if_chain"
M
Manish Goregaokar 已提交
1012
version = "0.1.3"
O
Oliver Schneider 已提交
1013 1014
source = "registry+https://github.com/rust-lang/crates.io-index"

1015 1016
[[package]]
name = "ignore"
1017
version = "0.4.4"
1018 1019
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1020 1021
 "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1022
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1023 1024 1025 1026
 "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 已提交
1027
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1028 1029
 "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)",
1030 1031
]

E
Eric Huss 已提交
1032 1033 1034 1035 1036
[[package]]
name = "im-rc"
version = "12.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1037
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1038 1039 1040
 "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1041 1042 1043 1044
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
1045
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
T
Tom Tromey 已提交
1046
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1047
 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1048
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1049
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1050 1051
 "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)",
1052
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1053
 "xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1054 1055
]

S
steveklabnik 已提交
1056 1057 1058 1059 1060 1061 1062
[[package]]
name = "is-match"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "itertools"
A
Alex Crichton 已提交
1063
version = "0.7.8"
S
steveklabnik 已提交
1064 1065
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1066
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1067 1068
]

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

1074 1075 1076 1077 1078 1079 1080
[[package]]
name = "jemalloc-sys"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1081
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1082 1083
]

S
Steve Klabnik 已提交
1084
[[package]]
A
Alex Crichton 已提交
1085
name = "jobserver"
1086
version = "0.1.12"
S
Steve Klabnik 已提交
1087
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1088
dependencies = [
1089 1090 1091
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "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 已提交
1092
]
S
Steve Klabnik 已提交
1093

1094 1095 1096 1097 1098
[[package]]
name = "json"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"

1099 1100
[[package]]
name = "jsonrpc-core"
E
Eric Huss 已提交
1101
version = "9.0.0"
1102 1103
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1104
 "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1105 1106
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1107 1108
 "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)",
1109 1110
]

1111 1112 1113 1114 1115 1116 1117 1118 1119
[[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)",
]

1120 1121
[[package]]
name = "languageserver-types"
N
Nick Cameron 已提交
1122
version = "0.51.1"
1123 1124
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1125
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1126
 "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1127
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1128
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1129 1130 1131
 "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)",
1132 1133 1134
 "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1135 1136
[[package]]
name = "lazy_static"
O
Oliver Schneider 已提交
1137 1138 1139
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1140 1141
[[package]]
name = "lazy_static"
I
Igor Matuszewski 已提交
1142
version = "1.2.0"
A
Alex Crichton 已提交
1143 1144
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1145 1146
[[package]]
name = "lazycell"
1147
version = "1.2.1"
A
Alex Crichton 已提交
1148 1149
source = "registry+https://github.com/rust-lang/crates.io-index"

1150 1151
[[package]]
name = "libc"
1152
version = "0.2.45"
1153
source = "registry+https://github.com/rust-lang/crates.io-index"
1154 1155 1156
dependencies = [
 "rustc-std-workspace-core 1.0.0",
]
1157

1158 1159
[[package]]
name = "libgit2-sys"
E
Eric Huss 已提交
1160
version = "0.7.11"
1161 1162
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1163
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1164
 "curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
1165
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1166
 "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1167 1168
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
1169
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1170 1171
]

A
Alex Crichton 已提交
1172 1173
[[package]]
name = "libnghttp2-sys"
1174
version = "0.1.1"
A
Alex Crichton 已提交
1175 1176 1177
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1178
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1179 1180
]

1181 1182
[[package]]
name = "libssh2-sys"
1183
version = "0.2.11"
1184 1185
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1186
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1187 1188 1189
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
1190
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1191
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1192 1193 1194 1195
]

[[package]]
name = "libz-sys"
1196
version = "1.0.25"
1197 1198
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1199
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1200
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1201
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1202
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1203 1204
]

1205 1206 1207 1208
[[package]]
name = "linkchecker"
version = "0.1.0"

M
Mark Rousskov 已提交
1209 1210 1211 1212 1213 1214 1215 1216 1217
[[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)",
]

1218 1219
[[package]]
name = "log"
1220
version = "0.4.6"
1221
source = "registry+https://github.com/rust-lang/crates.io-index"
1222
dependencies = [
1223
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1224
]
1225

1226 1227
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1228
version = "0.1.2"
1229 1230
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
1231
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1232 1233
]

1234 1235
[[package]]
name = "lzma-sys"
B
Bastien Orivel 已提交
1236
version = "0.1.10"
1237 1238
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1239
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1240 1241
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1242
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1243 1244
]

S
steveklabnik 已提交
1245 1246 1247 1248 1249
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

G
Guillaume Gomez 已提交
1250 1251 1252 1253 1254
[[package]]
name = "macro-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
1255 1256 1257 1258 1259 1260 1261 1262 1263 1264
[[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 已提交
1265 1266
 "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 已提交
1267
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1268 1269
 "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 已提交
1270 1271
 "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1272 1273 1274
 "tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

1275 1276
[[package]]
name = "matches"
A
Alex Crichton 已提交
1277
version = "0.1.8"
1278 1279
source = "registry+https://github.com/rust-lang/crates.io-index"

1280 1281
[[package]]
name = "mdbook"
M
Matt Ickstadt 已提交
1282
version = "0.1.7"
1283 1284
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
S
steveklabnik 已提交
1285
 "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1286
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1287
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
1288
 "elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
1289
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1290
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1291
 "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1292
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1293
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1294 1295
 "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 已提交
1296
 "open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
1297
 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1298
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1299
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1300 1301
 "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 已提交
1302
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1303 1304
 "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 已提交
1305
 "toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1306 1307
]

O
Oliver Schneider 已提交
1308 1309
[[package]]
name = "memchr"
1310
version = "2.1.1"
O
Oliver Schneider 已提交
1311 1312
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1313 1314 1315
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1316 1317
]

1318 1319 1320 1321 1322
[[package]]
name = "memmap"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1323
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1324
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1325 1326
]

N
Nick Cameron 已提交
1327 1328 1329 1330 1331
[[package]]
name = "memoffset"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

G
Guillaume Gomez 已提交
1332 1333
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
1334
version = "0.0.20"
G
Guillaume Gomez 已提交
1335 1336
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
G
Guillaume Gomez 已提交
1337
 "macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
G
Guillaume Gomez 已提交
1338 1339
]

1340 1341
[[package]]
name = "miniz-sys"
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[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"
1360 1361
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1362
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1363 1364 1365
 "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1366 1367
]

A
Alex Crichton 已提交
1368 1369
[[package]]
name = "miow"
A
Alex Crichton 已提交
1370
version = "0.3.3"
A
Alex Crichton 已提交
1371 1372
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1373 1374
 "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 已提交
1375 1376
]

1377 1378 1379 1380
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
1381
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1382
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1383
 "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Scherer 已提交
1384
 "compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1385
 "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1386
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1387
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1388 1389
 "rustc-workspace-hack 1.0.0",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
1390
 "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1391 1392
]

A
Alex Crichton 已提交
1393 1394 1395 1396 1397 1398 1399 1400
[[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 已提交
1401 1402 1403 1404 1405
[[package]]
name = "nodrop"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"

1406
[[package]]
O
Oliver Schneider 已提交
1407
name = "num-derive"
1408
version = "0.2.3"
1409 1410
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1411
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1412
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
1413 1414
 "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)",
1415 1416 1417
]

[[package]]
O
Oliver Schneider 已提交
1418 1419
name = "num-integer"
version = "0.1.39"
1420 1421
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1422
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1423 1424
]

S
Steve Klabnik 已提交
1425 1426
[[package]]
name = "num-traits"
1427
version = "0.2.6"
S
Steve Klabnik 已提交
1428 1429
source = "registry+https://github.com/rust-lang/crates.io-index"

1430 1431
[[package]]
name = "num_cpus"
1432
version = "1.8.0"
1433 1434
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1435
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1436 1437
]

S
Steve Klabnik 已提交
1438 1439
[[package]]
name = "open"
A
Alex Crichton 已提交
1440
version = "1.2.1"
S
Steve Klabnik 已提交
1441 1442
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1443 1444
[[package]]
name = "opener"
1445
version = "0.3.2"
A
Alex Crichton 已提交
1446 1447
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
1448
 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1449
 "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1450
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1451 1452
]

1453 1454
[[package]]
name = "openssl"
1455
version = "0.10.15"
1456 1457
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1458
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
1459
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1460
 "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1461
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1462 1463
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
1464 1465 1466 1467
]

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

E
Eric Huss 已提交
1471 1472
[[package]]
name = "openssl-src"
1473
version = "111.1.0+1.1.1a"
E
Eric Huss 已提交
1474 1475
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1476
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1477 1478
]

1479 1480
[[package]]
name = "openssl-sys"
1481
version = "0.9.39"
1482 1483
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1484
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1485 1486
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)",
1487
 "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1488
 "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1489 1490
]

1491 1492 1493 1494 1495
[[package]]
name = "ordermap"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

1496 1497 1498 1499 1500
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

1501 1502 1503 1504 1505
[[package]]
name = "owning_ref"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1506
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1507 1508
]

N
Nick Cameron 已提交
1509 1510 1511 1512 1513
[[package]]
name = "packed_simd"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1514
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1515 1516
]

1517 1518 1519 1520
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
1521
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1522
 "core 0.0.0",
1523
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1524 1525 1526 1527 1528 1529 1530
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
 "alloc 0.0.0",
1531
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1532
 "core 0.0.0",
1533
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1534 1535 1536
 "unwind 0.0.0",
]

M
Mark Rousskov 已提交
1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550
[[package]]
name = "parking_lot"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "parking_lot_core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1551
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1552
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
1553
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
1554
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
1555 1556
]

1557 1558
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
1559
version = "1.0.1"
1560 1561
source = "registry+https://github.com/rust-lang/crates.io-index"

1562 1563
[[package]]
name = "pest"
A
Alex Crichton 已提交
1564
version = "1.0.6"
1565 1566
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
1567 1568
[[package]]
name = "pest_derive"
1569
version = "1.0.8"
A
Alex Crichton 已提交
1570 1571 1572 1573 1574 1575 1576
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)",
]

1577 1578
[[package]]
name = "petgraph"
1579
version = "0.4.13"
1580 1581 1582 1583 1584 1585
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 已提交
1586 1587
[[package]]
name = "phf"
A
Alex Crichton 已提交
1588
version = "0.7.22"
S
steveklabnik 已提交
1589 1590
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1591
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1592 1593 1594 1595
]

[[package]]
name = "phf_codegen"
A
Alex Crichton 已提交
1596
version = "0.7.22"
S
steveklabnik 已提交
1597 1598
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1599 1600
 "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 已提交
1601 1602 1603 1604
]

[[package]]
name = "phf_generator"
A
Alex Crichton 已提交
1605
version = "0.7.22"
S
steveklabnik 已提交
1606 1607
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1608
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1609
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
1610 1611 1612 1613
]

[[package]]
name = "phf_shared"
A
Alex Crichton 已提交
1614
version = "0.7.22"
S
steveklabnik 已提交
1615 1616 1617 1618 1619
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

1620 1621
[[package]]
name = "pkg-config"
1622
version = "0.3.14"
1623 1624
source = "registry+https://github.com/rust-lang/crates.io-index"

1625 1626
[[package]]
name = "polonius-engine"
N
Niko Matsakis 已提交
1627
version = "0.6.2"
1628
source = "registry+https://github.com/rust-lang/crates.io-index"
D
Douglas Campos 已提交
1629
dependencies = [
N
Niko Matsakis 已提交
1630
 "datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1631
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1632
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
D
Douglas Campos 已提交
1633
]
1634

S
steveklabnik 已提交
1635 1636 1637 1638 1639
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Mark Simulacrum 已提交
1640 1641 1642 1643 1644 1645 1646 1647 1648
[[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 已提交
1649 1650
[[package]]
name = "pretty_env_logger"
1651
version = "0.3.0"
E
Eric Huss 已提交
1652 1653
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1654 1655 1656
 "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 已提交
1657 1658
]

A
Alex Crichton 已提交
1659 1660
[[package]]
name = "proc-macro2"
A
Alex Crichton 已提交
1661 1662 1663 1664 1665 1666 1667 1668
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "proc-macro2"
N
Nick Cameron 已提交
1669
version = "0.4.24"
A
Alex Crichton 已提交
1670 1671 1672 1673 1674
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)",
]

1675 1676 1677 1678
[[package]]
name = "proc_macro"
version = "0.0.0"

1679 1680 1681 1682
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
1683
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1684
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1685
 "core 0.0.0",
1686 1687
]

A
Alex Crichton 已提交
1688 1689 1690 1691 1692 1693 1694
[[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)",
1695
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1696
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1697
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1698 1699
 "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)",
1700
 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1701
 "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1702
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1703 1704
]

O
Oliver Schneider 已提交
1705 1706
[[package]]
name = "pulldown-cmark"
M
Manish Goregaokar 已提交
1707
version = "0.1.2"
O
Oliver Schneider 已提交
1708 1709 1710
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 已提交
1711
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
1712 1713
]

1714 1715 1716 1717 1718 1719 1720 1721 1722
[[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)",
]

1723 1724
[[package]]
name = "quick-error"
A
Alex Crichton 已提交
1725
version = "1.2.2"
1726 1727 1728
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
O
Oliver Schneider 已提交
1729 1730
name = "quine-mc_cluskey"
version = "0.2.4"
1731 1732 1733 1734 1735 1736 1737
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 已提交
1738 1739
[[package]]
name = "quote"
A
Alex Crichton 已提交
1740
version = "0.5.2"
A
Alex Crichton 已提交
1741 1742
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1743 1744 1745 1746 1747
 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "quote"
1748
version = "0.6.10"
A
Alex Crichton 已提交
1749 1750
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1751
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1752 1753
]

1754 1755
[[package]]
name = "racer"
I
Igor Matuszewski 已提交
1756
version = "2.1.16"
1757
source = "registry+https://github.com/rust-lang/crates.io-index"
1758
dependencies = [
A
Alex Crichton 已提交
1759
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1760
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1761
 "derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1762
 "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1763
 "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1764
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1765
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
1766
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1767
 "rustc-ap-syntax 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1768
]
1769

A
Alex Crichton 已提交
1770 1771
[[package]]
name = "rand"
A
Alex Crichton 已提交
1772
version = "0.4.3"
A
Alex Crichton 已提交
1773 1774 1775
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)",
1776
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1777
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1778 1779
]

K
kennytm 已提交
1780 1781
[[package]]
name = "rand"
1782
version = "0.5.5"
K
kennytm 已提交
1783 1784 1785 1786
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)",
1787 1788
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1789
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
K
kennytm 已提交
1790 1791
]

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

K
kennytm 已提交
1819 1820
[[package]]
name = "rand_core"
1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836
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 = [
1837
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1838 1839 1840 1841 1842
]

[[package]]
name = "rand_isaac"
version = "0.1.1"
K
kennytm 已提交
1843
source = "registry+https://github.com/rust-lang/crates.io-index"
1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861
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 = [
1862
 "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1863
]
K
kennytm 已提交
1864

N
Nick Cameron 已提交
1865 1866
[[package]]
name = "rayon"
A
Alex Crichton 已提交
1867
version = "1.0.1"
N
Nick Cameron 已提交
1868 1869
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
1870
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1871
 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1872 1873 1874 1875
]

[[package]]
name = "rayon-core"
N
Nick Cameron 已提交
1876
version = "1.4.0"
O
Oliver Schneider 已提交
1877 1878
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
1879
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1880
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1881
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1882
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1883
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1884 1885
]

N
Nick Cameron 已提交
1886 1887
[[package]]
name = "redox_syscall"
1888
version = "0.1.43"
O
Oliver Schneider 已提交
1889 1890 1891 1892 1893
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "redox_termios"
version = "0.1.1"
N
Nick Cameron 已提交
1894
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oliver Schneider 已提交
1895
dependencies = [
1896
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1897
]
N
Nick Cameron 已提交
1898

1899 1900
[[package]]
name = "regex"
A
Alex Crichton 已提交
1901
version = "0.2.11"
1902 1903
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1904 1905
 "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 已提交
1906
 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1907
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1908
 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1909 1910
]

1911 1912
[[package]]
name = "regex"
1913
version = "1.1.0"
1914 1915
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1916 1917 1918
 "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 已提交
1919
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1920
 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1921 1922
]

A
Alex Crichton 已提交
1923 1924
[[package]]
name = "regex-syntax"
A
Alex Crichton 已提交
1925
version = "0.5.6"
A
Alex Crichton 已提交
1926 1927
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1928
 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1929 1930
]

1931 1932
[[package]]
name = "regex-syntax"
1933
version = "0.6.4"
1934 1935
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1936
 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1937 1938
]

1939 1940 1941 1942 1943 1944 1945 1946
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
1947 1948
[[package]]
name = "remove_dir_all"
A
Alex Crichton 已提交
1949
version = "0.5.1"
A
Alex Crichton 已提交
1950 1951
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
1952
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1953 1954
]

1955 1956
[[package]]
name = "rls"
N
Nick Cameron 已提交
1957
version = "1.31.6"
1958
dependencies = [
1959
 "cargo 0.34.0",
1960
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
1961
 "clippy_lints 0.0.212",
N
Nick Cameron 已提交
1962
 "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1963
 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1964
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1965
 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1966
 "home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1967
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
1968
 "jsonrpc-core 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1969
 "languageserver-types 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1970
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1971
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1972
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1973
 "ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1974
 "racer 2.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
1975
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1976
 "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1977
 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1978
 "rls-analysis 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1979
 "rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1980
 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1981
 "rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1982
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
1983
 "rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
1984
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
1985
 "rustc-workspace-hack 1.0.0",
1986
 "rustc_tools_util 0.1.0",
1987
 "rustfmt-nightly 1.0.1",
E
Eric Huss 已提交
1988
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
1989 1990
 "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)",
E
Eric Huss 已提交
1991
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
1992 1993 1994
 "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)",
1995 1996 1997 1998
]

[[package]]
name = "rls-analysis"
N
Nick Cameron 已提交
1999
version = "0.16.10"
2000 2001
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2002
 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
2003 2004
 "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)",
2005
 "json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)",
2006
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2007
 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2008 2009 2010 2011
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
2012
[[package]]
N
Nick Cameron 已提交
2013
name = "rls-blacklist"
N
Nick Cameron 已提交
2014
version = "0.1.3"
N
Nick Cameron 已提交
2015 2016
source = "registry+https://github.com/rust-lang/crates.io-index"

2017 2018
[[package]]
name = "rls-data"
N
Nick Cameron 已提交
2019
version = "0.18.1"
2020 2021 2022 2023
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2024
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2025
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
2026 2027
]

N
Nick Cameron 已提交
2028 2029
[[package]]
name = "rls-rustc"
N
Nick Cameron 已提交
2030
version = "0.5.0"
N
Nick Cameron 已提交
2031 2032
source = "registry+https://github.com/rust-lang/crates.io-index"

2033 2034
[[package]]
name = "rls-span"
2035
version = "0.4.0"
2036
source = "registry+https://github.com/rust-lang/crates.io-index"
2037
dependencies = [
2038
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2039
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2040
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
2041 2042 2043 2044
]

[[package]]
name = "rls-vfs"
N
Nick Cameron 已提交
2045
version = "0.7.0"
2046 2047
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2048
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2049
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2050 2051
]

2052 2053
[[package]]
name = "rustbook"
2054 2055
version = "0.1.0"
dependencies = [
A
Alex Crichton 已提交
2056
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
M
Matt Ickstadt 已提交
2057
 "mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2058
]
2059 2060 2061 2062 2063 2064

[[package]]
name = "rustc"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2065
 "backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2066
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2067
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
S
scalexm 已提交
2068
 "chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2069
 "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2070 2071
 "fmt_macros 0.0.0",
 "graphviz 0.0.0",
2072
 "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2073
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2074
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
2075
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
N
Niko Matsakis 已提交
2076
 "polonius-engine 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2077 2078
 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
2079
 "rustc_apfloat 0.0.0",
2080 2081
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
2082
 "rustc_fs_util 0.0.0",
2083
 "rustc_target 0.0.0",
A
Alex Crichton 已提交
2084
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2085
 "serialize 0.0.0",
2086
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2087 2088
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
2089
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
2090 2091
]

N
Nick Cameron 已提交
2092 2093
[[package]]
name = "rustc-ap-arena"
I
Igor Matuszewski 已提交
2094
version = "306.0.0"
T
topecongiro 已提交
2095 2096
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
2097
 "rustc-ap-rustc_data_structures 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
T
topecongiro 已提交
2098 2099
]

N
Nick Cameron 已提交
2100 2101
[[package]]
name = "rustc-ap-graphviz"
I
Igor Matuszewski 已提交
2102
version = "306.0.0"
N
Nick Cameron 已提交
2103 2104
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
2105 2106
[[package]]
name = "rustc-ap-rustc_cratesio_shim"
I
Igor Matuszewski 已提交
2107
version = "306.0.0"
A
Alex Crichton 已提交
2108 2109
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2110
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2111
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2112
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2113 2114
]

T
topecongiro 已提交
2115 2116
[[package]]
name = "rustc-ap-rustc_data_structures"
I
Igor Matuszewski 已提交
2117
version = "306.0.0"
T
topecongiro 已提交
2118 2119
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2120
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2121
 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2122
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2123
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2124 2125 2126
 "rustc-ap-graphviz 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_cratesio_shim 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2127 2128 2129
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2130
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2131 2132 2133
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

T
topecongiro 已提交
2134 2135
[[package]]
name = "rustc-ap-rustc_errors"
I
Igor Matuszewski 已提交
2136
version = "306.0.0"
T
topecongiro 已提交
2137 2138
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
R
Ralf Jung 已提交
2139
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2140
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2141 2142 2143 2144
 "rustc-ap-rustc_cratesio_shim 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_data_structures 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax_pos 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2145
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2146 2147 2148
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

N
Nick Cameron 已提交
2149 2150
[[package]]
name = "rustc-ap-rustc_target"
I
Igor Matuszewski 已提交
2151
version = "306.0.0"
N
Nick Cameron 已提交
2152 2153
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2154
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2155
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2156 2157 2158
 "rustc-ap-rustc_cratesio_shim 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_data_structures 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2159 2160
]

A
Alex Crichton 已提交
2161 2162
[[package]]
name = "rustc-ap-serialize"
I
Igor Matuszewski 已提交
2163
version = "306.0.0"
N
Nick Cameron 已提交
2164
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2165
dependencies = [
2166
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2167
]
N
Nick Cameron 已提交
2168

A
Alex Crichton 已提交
2169 2170
[[package]]
name = "rustc-ap-syntax"
I
Igor Matuszewski 已提交
2171
version = "306.0.0"
A
Alex Crichton 已提交
2172 2173
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2174
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2175
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2176 2177 2178 2179 2180
 "rustc-ap-rustc_data_structures 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_errors 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_target 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax_pos 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2181
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2182
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2183 2184
]

N
Nick Cameron 已提交
2185 2186
[[package]]
name = "rustc-ap-syntax_pos"
I
Igor Matuszewski 已提交
2187
version = "306.0.0"
A
Alex Crichton 已提交
2188 2189
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2190
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2191 2192 2193
 "rustc-ap-arena 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-rustc_data_structures 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-serialize 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2194 2195 2196 2197
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

2198 2199
[[package]]
name = "rustc-demangle"
2200
version = "0.1.10"
2201
source = "registry+https://github.com/rust-lang/crates.io-index"
2202 2203 2204 2205
dependencies = [
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-std-workspace-core 1.0.0",
]
2206

2207 2208
[[package]]
name = "rustc-hash"
2209
version = "1.0.1"
2210
source = "registry+https://github.com/rust-lang/crates.io-index"
2211
dependencies = [
2212
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
2213
]
2214

2215 2216 2217 2218
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
2219
 "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
2220
 "rustc_codegen_ssa 0.0.0",
2221
 "rustc_driver 0.0.0",
2222
 "rustc_target 0.0.0",
2223 2224
]

J
John Kåre Alsaker 已提交
2225 2226
[[package]]
name = "rustc-rayon"
J
John Kåre Alsaker 已提交
2227
version = "0.1.1"
J
John Kåre Alsaker 已提交
2228 2229 2230
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2231
 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2232 2233 2234 2235
]

[[package]]
name = "rustc-rayon-core"
J
John Kåre Alsaker 已提交
2236
version = "0.1.1"
J
John Kåre Alsaker 已提交
2237 2238 2239
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 已提交
2240
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2241
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2242
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2243
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2244 2245
]

2246 2247
[[package]]
name = "rustc-serialize"
2248
version = "0.3.24"
2249 2250
source = "registry+https://github.com/rust-lang/crates.io-index"

2251 2252 2253 2254 2255 2256 2257
[[package]]
name = "rustc-std-workspace-core"
version = "1.0.0"
dependencies = [
 "core 0.0.0",
]

A
Alex Crichton 已提交
2258 2259 2260 2261
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
2262
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
2263
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2264
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2265 2266 2267
 "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)",
2268
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2269 2270
]

2271 2272 2273 2274
[[package]]
name = "rustc_allocator"
version = "0.0.0"
dependencies = [
2275
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2276
 "rustc 0.0.0",
2277
 "rustc_data_structures 0.0.0",
2278
 "rustc_errors 0.0.0",
2279
 "rustc_target 0.0.0",
2280
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2281 2282 2283 2284
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2285 2286 2287 2288
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2289
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2290
 "rustc_cratesio_shim 0.0.0",
2291
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2292 2293
]

J
Jorge Aparicio 已提交
2294 2295 2296 2297
[[package]]
name = "rustc_asan"
version = "0.0.0"
dependencies = [
2298
 "alloc 0.0.0",
2299
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2300
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2301
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2302 2303 2304
 "core 0.0.0",
]

2305 2306 2307 2308 2309
[[package]]
name = "rustc_borrowck"
version = "0.0.0"
dependencies = [
 "graphviz 0.0.0",
2310
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2311
 "rustc 0.0.0",
2312
 "rustc_data_structures 0.0.0",
2313 2314 2315 2316 2317 2318
 "rustc_errors 0.0.0",
 "rustc_mir 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

I
Irina Popa 已提交
2319 2320 2321 2322
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
2323
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
2324
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2325
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2326
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
I
Irina Popa 已提交
2327 2328 2329
 "rustc_llvm 0.0.0",
]

2330 2331 2332
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
2333
dependencies = [
B
bjorn3 已提交
2334
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2335
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
2336 2337 2338
 "jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2339 2340
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
2341
 "rustc 0.0.0",
2342
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
bjorn3 已提交
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354
 "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",
2355
]
2356

I
Irina Popa 已提交
2357 2358 2359 2360
[[package]]
name = "rustc_codegen_utils"
version = "0.0.0"
dependencies = [
2361 2362
 "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 已提交
2363 2364 2365
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_incremental 0.0.0",
2366
 "rustc_metadata 0.0.0",
I
Irina Popa 已提交
2367 2368 2369 2370 2371 2372
 "rustc_mir 0.0.0",
 "rustc_target 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2373 2374 2375 2376
[[package]]
name = "rustc_cratesio_shim"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2377
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2378
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
2379
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2380 2381
]

2382 2383 2384 2385
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
2386
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nicholas Nethercote 已提交
2387
 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2388
 "graphviz 0.0.0",
2389
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
2390
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
2391
 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
J
John Kåre Alsaker 已提交
2392 2393
 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2394
 "rustc_cratesio_shim 0.0.0",
2395
 "serialize 0.0.0",
2396
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2397
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2398 2399 2400 2401 2402 2403 2404
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2405
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
2406
 "graphviz 0.0.0",
2407
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2408
 "rustc 0.0.0",
J
John Kåre Alsaker 已提交
2409
 "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2410
 "rustc_allocator 0.0.0",
2411
 "rustc_borrowck 0.0.0",
I
Irina Popa 已提交
2412
 "rustc_codegen_utils 0.0.0",
2413
 "rustc_data_structures 0.0.0",
2414 2415 2416 2417 2418 2419 2420 2421 2422 2423
 "rustc_errors 0.0.0",
 "rustc_incremental 0.0.0",
 "rustc_lint 0.0.0",
 "rustc_metadata 0.0.0",
 "rustc_mir 0.0.0",
 "rustc_passes 0.0.0",
 "rustc_plugin 0.0.0",
 "rustc_privacy 0.0.0",
 "rustc_resolve 0.0.0",
 "rustc_save_analysis 0.0.0",
2424
 "rustc_target 0.0.0",
2425
 "rustc_traits 0.0.0",
2426
 "rustc_typeck 0.0.0",
A
Alex Crichton 已提交
2427
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2428
 "serialize 0.0.0",
2429
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2430 2431 2432 2433 2434 2435 2436 2437 2438
 "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 已提交
2439
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
2440
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Rousskov 已提交
2441
 "rustc_cratesio_shim 0.0.0",
O
Oliver Schneider 已提交
2442
 "rustc_data_structures 0.0.0",
2443
 "serialize 0.0.0",
2444
 "syntax_pos 0.0.0",
2445
 "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2446
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2447 2448
]

2449 2450 2451 2452
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

2453 2454 2455 2456 2457
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
 "graphviz 0.0.0",
2458
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2459
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
2460 2461
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
2462
 "rustc_fs_util 0.0.0",
2463 2464 2465 2466 2467 2468 2469 2470 2471
 "serialize 0.0.0",
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
2472
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2473
 "rustc 0.0.0",
2474
 "rustc_data_structures 0.0.0",
2475
 "rustc_target 0.0.0",
2476 2477 2478 2479 2480 2481 2482 2483 2484
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

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

J
Jorge Aparicio 已提交
2488 2489 2490 2491
[[package]]
name = "rustc_lsan"
version = "0.0.0"
dependencies = [
2492
 "alloc 0.0.0",
2493
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2494
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2495
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2496 2497 2498
 "core 0.0.0",
]

2499 2500 2501 2502
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
2503 2504
 "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)",
2505
 "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2506 2507 2508
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
 "rustc_errors 0.0.0",
2509
 "rustc_target 0.0.0",
2510
 "serialize 0.0.0",
2511
 "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2512
 "syntax 0.0.0",
2513
 "syntax_ext 0.0.0",
2514 2515 2516 2517 2518 2519 2520
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
O
Oliver Schneider 已提交
2521
 "arena 0.0.0",
A
Alex Crichton 已提交
2522
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2523
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
S
Santiago Pastorino 已提交
2524
 "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2525
 "graphviz 0.0.0",
2526
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2527
 "log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Niko Matsakis 已提交
2528
 "polonius-engine 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2529
 "rustc 0.0.0",
2530
 "rustc_apfloat 0.0.0",
2531
 "rustc_data_structures 0.0.0",
2532
 "rustc_errors 0.0.0",
2533
 "rustc_target 0.0.0",
O
Oliver Schneider 已提交
2534
 "serialize 0.0.0",
2535
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2536 2537 2538 2539
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

J
Jorge Aparicio 已提交
2540 2541 2542 2543
[[package]]
name = "rustc_msan"
version = "0.0.0"
dependencies = [
2544
 "alloc 0.0.0",
2545
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2546
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2547
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2548 2549 2550
 "core 0.0.0",
]

2551 2552 2553 2554
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
2555
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2556
 "rustc 0.0.0",
2557
 "rustc_data_structures 0.0.0",
2558
 "rustc_errors 0.0.0",
O
Oliver Schneider 已提交
2559
 "rustc_mir 0.0.0",
2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

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

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

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
 "rustc 0.0.0",
2584
 "rustc_data_structures 0.0.0",
2585
 "rustc_typeck 0.0.0",
2586 2587 2588 2589 2590 2591 2592 2593 2594
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2595
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2596
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2597
 "rustc 0.0.0",
O
Oliver Schneider 已提交
2598
 "rustc_data_structures 0.0.0",
2599
 "rustc_errors 0.0.0",
2600
 "rustc_metadata 0.0.0",
2601 2602 2603 2604 2605 2606 2607 2608
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
2609
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2610
 "rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
2611
 "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2612
 "rustc 0.0.0",
2613
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
2614
 "rustc_codegen_utils 0.0.0",
N
Nick Cameron 已提交
2615
 "rustc_data_structures 0.0.0",
2616
 "rustc_target 0.0.0",
2617
 "rustc_typeck 0.0.0",
2618 2619 2620 2621
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2622 2623 2624 2625
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2626
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2627
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2628
 "rustc_cratesio_shim 0.0.0",
2629
 "rustc_data_structures 0.0.0",
2630 2631 2632
 "serialize 0.0.0",
]

M
Matthias Krüger 已提交
2633 2634 2635 2636
[[package]]
name = "rustc_tools_util"
version = "0.1.0"

2637 2638 2639 2640
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
2641
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
S
scalexm 已提交
2642
 "chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2643
 "graphviz 0.0.0",
2644
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2645 2646
 "rustc 0.0.0",
 "rustc_data_structures 0.0.0",
2647
 "rustc_target 0.0.0",
2648
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2649 2650 2651 2652
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

J
Jorge Aparicio 已提交
2653 2654 2655 2656
[[package]]
name = "rustc_tsan"
version = "0.0.0"
dependencies = [
2657
 "alloc 0.0.0",
2658
 "build_helper 0.1.0",
A
Alex Crichton 已提交
2659
 "cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2660
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2661 2662 2663
 "core 0.0.0",
]

2664 2665 2666 2667 2668
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
 "arena 0.0.0",
2669
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2670
 "rustc 0.0.0",
T
Tim Neumann 已提交
2671
 "rustc_data_structures 0.0.0",
2672 2673
 "rustc_errors 0.0.0",
 "rustc_platform_intrinsics 0.0.0",
2674
 "rustc_target 0.0.0",
2675
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2676 2677 2678 2679
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

2680 2681
[[package]]
name = "rustc_version"
2682
version = "0.2.3"
2683 2684 2685 2686 2687
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

2688 2689 2690 2691
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
G
Guillaume Gomez 已提交
2692
 "minifier 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
2693
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
M
Manish Goregaokar 已提交
2694
 "pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2695
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2696 2697
]

G
Guillaume Gomez 已提交
2698 2699 2700 2701
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
2702 2703 2704 2705 2706
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
 "rustdoc 0.0.0",
2707 2708
]

2709 2710
[[package]]
name = "rustfix"
E
Eric Huss 已提交
2711
version = "0.4.4"
A
Alex Crichton 已提交
2712 2713
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
2714
 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2715
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2716
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2717 2718
 "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)",
2719 2720
]

2721 2722
[[package]]
name = "rustfmt-nightly"
2723
version = "1.0.1"
2724
dependencies = [
A
Alex Crichton 已提交
2725
 "assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2726
 "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2727
 "bytecount 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2728
 "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2729
 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
2730
 "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
2731
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2732
 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2733 2734
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2735
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2736 2737
 "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)",
I
Igor Matuszewski 已提交
2738 2739 2740 2741
 "rustc-ap-rustc_target 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-ap-syntax_pos 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-workspace-hack 1.0.0",
E
Eric Huss 已提交
2742
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2743 2744
 "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 已提交
2745
 "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2746
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
2747 2748 2749
 "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
2750 2751 2752 2753 2754 2755 2756
[[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)",
2757
 "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2758 2759 2760
 "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

A
Alex Crichton 已提交
2761 2762
[[package]]
name = "ryu"
2763
version = "0.2.7"
A
Alex Crichton 已提交
2764 2765
source = "registry+https://github.com/rust-lang/crates.io-index"

2766 2767
[[package]]
name = "same-file"
2768
version = "1.0.4"
2769 2770
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2771
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2772 2773 2774 2775
]

[[package]]
name = "schannel"
2776
version = "0.1.14"
2777 2778
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
2779
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2780
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2781 2782
]

A
Alex Crichton 已提交
2783 2784
[[package]]
name = "scoped-tls"
A
Alex Crichton 已提交
2785
version = "0.1.2"
A
Alex Crichton 已提交
2786 2787
source = "registry+https://github.com/rust-lang/crates.io-index"

O
Oliver Schneider 已提交
2788 2789 2790 2791 2792
[[package]]
name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

2793 2794 2795 2796 2797 2798
[[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 已提交
2799
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2800 2801 2802 2803 2804 2805 2806 2807 2808
]

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

[[package]]
name = "serde"
E
Eric Huss 已提交
2809
version = "1.0.82"
2810
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2811 2812 2813
dependencies = [
 "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
]
2814 2815 2816

[[package]]
name = "serde_derive"
2817
version = "1.0.81"
2818 2819
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2820
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
2821 2822
 "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)",
2823 2824 2825 2826
]

[[package]]
name = "serde_ignored"
2827
version = "0.0.4"
2828 2829
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
2830
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
2831
]
S
Steve Klabnik 已提交
2832 2833 2834

[[package]]
name = "serde_json"
2835
version = "1.0.33"
S
Steve Klabnik 已提交
2836 2837
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2838
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2839
 "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2840
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
S
Steve Klabnik 已提交
2841 2842
]

2843 2844 2845
[[package]]
name = "serialize"
version = "0.0.0"
2846
dependencies = [
2847
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
2848
]
2849

2850 2851
[[package]]
name = "shell-escape"
A
Alex Crichton 已提交
2852
version = "0.1.4"
2853 2854
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
2855 2856 2857 2858 2859
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
steveklabnik 已提交
2860 2861 2862 2863 2864
[[package]]
name = "siphasher"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

2865 2866
[[package]]
name = "smallvec"
2867
version = "0.6.7"
2868
source = "registry+https://github.com/rust-lang/crates.io-index"
2869 2870 2871
dependencies = [
 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2872

M
Mark Simulacrum 已提交
2873 2874
[[package]]
name = "socket2"
2875
version = "0.3.8"
M
Mark Simulacrum 已提交
2876 2877
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2878 2879 2880
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
2881
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
M
Mark Simulacrum 已提交
2882 2883
]

2884 2885
[[package]]
name = "stable_deref_trait"
A
Alex Crichton 已提交
2886
version = "1.1.0"
2887 2888
source = "registry+https://github.com/rust-lang/crates.io-index"

2889 2890 2891 2892 2893
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
 "alloc 0.0.0",
2894
 "backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
2895
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
2896
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2897
 "core 0.0.0",
2898
 "dlmalloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2899
 "fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2900
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
2901 2902
 "panic_abort 0.0.0",
 "panic_unwind 0.0.0",
2903
 "profiler_builtins 0.0.0",
2904
 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
2905
 "rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
J
Jorge Aparicio 已提交
2906 2907 2908 2909
 "rustc_asan 0.0.0",
 "rustc_lsan 0.0.0",
 "rustc_msan 0.0.0",
 "rustc_tsan 0.0.0",
2910 2911 2912
 "unwind 0.0.0",
]

S
steveklabnik 已提交
2913 2914
[[package]]
name = "string_cache"
A
Alex Crichton 已提交
2915
version = "0.7.3"
S
steveklabnik 已提交
2916 2917
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
I
Igor Matuszewski 已提交
2918
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2919 2920
 "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 已提交
2921
 "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
E
Eric Huss 已提交
2922
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2923
 "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
2924 2925 2926 2927 2928
 "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "string_cache_codegen"
A
Alex Crichton 已提交
2929
version = "0.4.1"
S
steveklabnik 已提交
2930 2931
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
2932 2933 2934 2935
 "phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
2936 2937 2938 2939 2940 2941 2942 2943
 "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"

2944 2945
[[package]]
name = "strsim"
A
Aleksey Kladov 已提交
2946
version = "0.7.0"
2947 2948
source = "registry+https://github.com/rust-lang/crates.io-index"

M
Matt Ickstadt 已提交
2949 2950
[[package]]
name = "strum"
2951
version = "0.11.0"
M
Matt Ickstadt 已提交
2952 2953 2954 2955
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "strum_macros"
2956
version = "0.11.0"
M
Matt Ickstadt 已提交
2957 2958
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2959
 "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
2960
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
2961 2962
 "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 已提交
2963 2964
]

2965 2966 2967 2968 2969 2970 2971 2972 2973 2974
[[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 已提交
2975 2976
[[package]]
name = "syn"
2977
version = "0.15.22"
N
Nick Cameron 已提交
2978 2979 2980
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)",
2981
 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
2982 2983 2984
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

2985 2986 2987 2988 2989 2990 2991 2992
[[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 已提交
2993 2994
[[package]]
name = "synstructure"
2995
version = "0.10.1"
A
Alex Crichton 已提交
2996 2997
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
N
Nick Cameron 已提交
2998
 "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
2999 3000
 "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 已提交
3001
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3002 3003
]

3004 3005 3006 3007
[[package]]
name = "syntax"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
3008
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3009
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3010
 "rustc_data_structures 0.0.0",
3011
 "rustc_errors 0.0.0",
3012
 "rustc_target 0.0.0",
A
Alex Crichton 已提交
3013
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
3014
 "serialize 0.0.0",
3015
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3016 3017 3018 3019 3020 3021 3022 3023
 "syntax_pos 0.0.0",
]

[[package]]
name = "syntax_ext"
version = "0.0.0"
dependencies = [
 "fmt_macros 0.0.0",
3024
 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
3025
 "rustc_data_structures 0.0.0",
3026
 "rustc_errors 0.0.0",
3027
 "rustc_target 0.0.0",
3028
 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
3029 3030 3031 3032 3033 3034 3035 3036
 "syntax 0.0.0",
 "syntax_pos 0.0.0",
]

[[package]]
name = "syntax_pos"
version = "0.0.0"
dependencies = [
3037
 "arena 0.0.0",
3038
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3039
 "rustc_data_structures 0.0.0",
A
Alex Crichton 已提交
3040
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
3041
 "serialize 0.0.0",
M
Mark Simulacrum 已提交
3042
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
3043 3044
]

3045 3046
[[package]]
name = "tar"
3047
version = "0.4.20"
3048 3049
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3050 3051 3052
 "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (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 已提交
3053
 "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
3054 3055
]

A
Aleksey Kladov 已提交
3056 3057
[[package]]
name = "tempfile"
3058
version = "3.0.5"
A
Aleksey Kladov 已提交
3059 3060
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3061 3062 3063 3064
 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "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 已提交
3065
 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
3066
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Aleksey Kladov 已提交
3067 3068
]

S
steveklabnik 已提交
3069 3070 3071 3072 3073
[[package]]
name = "tendril"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3074
 "futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3075 3076 3077 3078
 "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)",
]

3079 3080 3081 3082
[[package]]
name = "term"
version = "0.0.0"

A
Alan Du 已提交
3083 3084 3085 3086 3087
[[package]]
name = "term"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3088
 "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
3089
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alan Du 已提交
3090 3091
]

3092 3093
[[package]]
name = "termcolor"
3094
version = "1.0.4"
3095 3096
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3097
 "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3098 3099
]

3100
[[package]]
O
Oliver Schneider 已提交
3101 3102
name = "termion"
version = "1.5.1"
3103 3104
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3105 3106
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
3107
 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3108 3109
]

3110 3111 3112 3113
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
A
Alex Crichton 已提交
3114
 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
3115
 "proc_macro 0.0.0",
3116 3117 3118
 "term 0.0.0",
]

S
steveklabnik 已提交
3119 3120
[[package]]
name = "textwrap"
A
Alex Crichton 已提交
3121
version = "0.10.0"
S
steveklabnik 已提交
3122 3123
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
M
Mark Simulacrum 已提交
3124
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3125 3126
]

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

3135 3136 3137
[[package]]
name = "tidy"
version = "0.1.0"
3138
dependencies = [
E
Eric Huss 已提交
3139
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3140 3141
 "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)",
3142
]
3143

A
Alex Crichton 已提交
3144 3145
[[package]]
name = "time"
A
Alex Crichton 已提交
3146
version = "0.1.40"
A
Alex Crichton 已提交
3147 3148
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3149 3150
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
3151
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3152 3153
]

3154 3155
[[package]]
name = "toml"
3156
version = "0.4.10"
3157 3158
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
E
Eric Huss 已提交
3159
 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
3160 3161
]

S
steveklabnik 已提交
3162 3163 3164 3165 3166 3167 3168
[[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 已提交
3169
 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3170
 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
3171
 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
S
steveklabnik 已提交
3172 3173
]

E
Eric Huss 已提交
3174 3175 3176 3177 3178
[[package]]
name = "typenum"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3179 3180
[[package]]
name = "ucd-util"
3181
version = "0.1.3"
A
Alex Crichton 已提交
3182 3183
source = "registry+https://github.com/rust-lang/crates.io-index"

3184 3185
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
3186
version = "0.3.4"
S
Steve Klabnik 已提交
3187 3188
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3189
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
3190 3191
]

3192 3193
[[package]]
name = "unicode-normalization"
A
Alex Crichton 已提交
3194
version = "0.1.7"
3195 3196 3197 3198
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "unicode-segmentation"
A
Alex Crichton 已提交
3199
version = "1.2.1"
3200 3201 3202 3203
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

A
Alex Crichton 已提交
3212 3213 3214 3215 3216
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
Steve Klabnik 已提交
3217 3218
[[package]]
name = "unreachable"
N
Nick Cameron 已提交
3219
version = "1.0.0"
S
Steve Klabnik 已提交
3220 3221 3222 3223 3224
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

3225 3226 3227 3228
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
3229
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
3230 3231 3232
 "tidy 0.1.0",
]

N
Nick Cameron 已提交
3233 3234 3235 3236
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
3237
 "compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
3238
 "core 0.0.0",
3239
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
N
Nick Cameron 已提交
3240 3241
]

3242 3243
[[package]]
name = "url"
3244
version = "1.7.2"
3245 3246
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
A
Alex Crichton 已提交
3247
 "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3248
 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
O
Oliver Schneider 已提交
3249
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3250 3251 3252 3253 3254 3255 3256
]

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

S
steveklabnik 已提交
3261 3262 3263 3264 3265
[[package]]
name = "utf-8"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

3266 3267
[[package]]
name = "utf8-ranges"
3268
version = "1.0.2"
3269 3270
source = "registry+https://github.com/rust-lang/crates.io-index"

3271 3272
[[package]]
name = "vcpkg"
A
Alex Crichton 已提交
3273
version = "0.2.6"
3274 3275
source = "registry+https://github.com/rust-lang/crates.io-index"

3276 3277
[[package]]
name = "vec_map"
A
Alex Crichton 已提交
3278
version = "0.8.1"
3279 3280
source = "registry+https://github.com/rust-lang/crates.io-index"

R
Ralf Jung 已提交
3281 3282
[[package]]
name = "vergen"
R
Ralf Jung 已提交
3283
version = "3.0.4"
R
Ralf Jung 已提交
3284 3285 3286
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3287
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
I
Igor Matuszewski 已提交
3288
 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
R
Ralf Jung 已提交
3289 3290
]

3291 3292 3293 3294 3295
[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

S
Steve Klabnik 已提交
3296 3297 3298 3299 3300
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3301 3302 3303 3304 3305
[[package]]
name = "wait-timeout"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3306
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3307 3308
]

3309 3310
[[package]]
name = "walkdir"
3311
version = "2.2.7"
3312 3313
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3314
 "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
3315
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3316
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3317 3318
]

3319 3320 3321 3322 3323
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

3324 3325
[[package]]
name = "winapi"
3326
version = "0.3.6"
3327 3328 3329 3330 3331 3332
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)",
]

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

3338 3339 3340 3341 3342
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

A
Alex Crichton 已提交
3343 3344 3345 3346 3347
[[package]]
name = "winapi-util"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3348
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3349 3350
]

3351 3352 3353 3354 3355
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

3356 3357
[[package]]
name = "wincolor"
A
Alex Crichton 已提交
3358
version = "1.0.1"
3359 3360
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3361
 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
A
Alex Crichton 已提交
3362
 "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
3363 3364
]

3365 3366
[[package]]
name = "xattr"
A
Alex Crichton 已提交
3367
version = "0.2.2"
3368 3369
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
3370
 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
3371 3372 3373 3374
]

[[package]]
name = "xz2"
A
Alex Crichton 已提交
3375
version = "0.1.5"
3376 3377
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Bastien Orivel 已提交
3378
 "lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
3379 3380 3381 3382 3383 3384 3385
]

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

3386
[metadata]
3387 3388
"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 已提交
3389
"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
A
Aleksey Kladov 已提交
3390
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
N
Nick Cameron 已提交
3391
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
A
Alex Crichton 已提交
3392
"checksum assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98589b0e465a6c510d95fceebd365bb79bedece7f6e18a480897f2015f85ec51"
R
Ralf Jung 已提交
3393
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
3394
"checksum backtrace 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "18b65ea1161bfb2dd6da6fade5edd4dbd08fba85012123dd333d2fd1b90b2782"
3395
"checksum backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "6ea90dd7b012b3d1a2cb6bec16670a0db2c95d4e931e84f4047e0460c1b34c8d"
A
Alex Crichton 已提交
3396 3397
"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 已提交
3398
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
A
Alex Crichton 已提交
3399
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
3400 3401
"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"
N
Nick Cameron 已提交
3402
"checksum bytecount 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b92204551573580e078dc80017f36a213eb77a0450e4ddd8cfa0f3f2d1f0178f"
3403
"checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d"
A
Alex Crichton 已提交
3404
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
3405
"checksum cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d8dfe3adeb30f7938e6c1dd5327f29235d8ada3e898aeb08c343005ec2915a2"
3406
"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
3407
"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
S
scalexm 已提交
3408
"checksum chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17ec698a6f053a23bfbe646d9f2fde4b02abc19125595270a99e6f44ae0bdd1a"
3409
"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
3410
"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
A
Alex Crichton 已提交
3411
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
K
kennytm 已提交
3412
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
A
Alex Crichton 已提交
3413
"checksum cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "704fbf3bb5149daab0afb255dbea24a1f08d2f4099cedb9baab6d470d4c5eefb"
N
Nick Cameron 已提交
3414
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
O
Oliver Schneider 已提交
3415 3416
"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"
3417
"checksum compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ad611263b9f31bdb66e66227d3b781600fd1e68d5deee29b23f5e2ac9cb4892"
O
Oliver Scherer 已提交
3418
"checksum compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "89747fe073b7838343bd2c2445e7a7c2e0d415598f8925f0fa9205b9cdfc48cb"
3419 3420 3421 3422
"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"
N
Nick Cameron 已提交
3423
"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827"
N
Nick Cameron 已提交
3424
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
A
Alex Crichton 已提交
3425
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
N
Nick Cameron 已提交
3426
"checksum crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c90f1474584f38e270b5b613e898c8c328aa4f3dea85e0a27ac2e642f009416"
N
Nick Cameron 已提交
3427
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
A
Alex Crichton 已提交
3428
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
3429
"checksum crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e07fc155212827475223f0bcfae57e945e694fc90950ddf3f6695bbfd5555c72"
A
Alex Crichton 已提交
3430
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
A
Alex Crichton 已提交
3431 3432
"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 已提交
3433
"checksum datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
3434
"checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c"
N
Nick Cameron 已提交
3435
"checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
O
Oliver Schneider 已提交
3436
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
M
Mark Simulacrum 已提交
3437
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
R
Ralf Jung 已提交
3438
"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
3439
"checksum dlmalloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c46c65de42b063004b31c67a98abe071089b289ff0919c660ed7ff4f59317f8"
A
Alex Crichton 已提交
3440
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
3441
"checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
N
Nicholas Nethercote 已提交
3442
"checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"
3443
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
A
Alex Crichton 已提交
3444
"checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e"
N
Nick Cameron 已提交
3445
"checksum environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4b14e20978669064c33b4c1e0fb4083412e40fe56cbea2eae80fd7591503ee"
3446
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
R
Ralf Jung 已提交
3447
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
I
Igor Matuszewski 已提交
3448
"checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7"
3449
"checksum failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596"
3450
"checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646"
3451
"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
3452
"checksum flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2291c165c8e703ee54ef3055ad6188e3d51108e2ded18e9f2476e774fc5ad3d4"
O
Oliver Schneider 已提交
3453 3454 3455
"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"
3456
"checksum fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3f8cbee5e872cf7db61a999a041f9bc4706ca7bf7df4cb914f53fabb1c1bc550"
3457
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
3458
"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
3459
"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
3460 3461
"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 已提交
3462 3463
"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 已提交
3464
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
A
Alex Crichton 已提交
3465
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
E
Eric Huss 已提交
3466 3467
"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"
3468
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
3469
"checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865"
A
Alex Crichton 已提交
3470
"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
3471
"checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
A
Alex Crichton 已提交
3472
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
A
Alex Crichton 已提交
3473
"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"
3474
"checksum html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c213fa6a618dc1da552f54f85cba74b05d8e883c92ec4e89067736938084c26e"
3475
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
A
Alex Crichton 已提交
3476
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
M
Manish Goregaokar 已提交
3477
"checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec"
3478
"checksum ignore 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36ecfc5ad80f0b1226df948c562e2cddd446096be3f644c95106400eae8a5e01"
E
Eric Huss 已提交
3479
"checksum im-rc 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4591152fd573cf453a890b5f9fdc5c328a751a0785539316739d5f85e5c468c"
S
steveklabnik 已提交
3480
"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
A
Alex Crichton 已提交
3481
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
A
Alex Crichton 已提交
3482
"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
3483
"checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae"
3484
"checksum jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "dd80e58f77e0cdea53ba96acc5e04479e5ffc5d869626a6beafe50fed867eace"
3485
"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
E
Eric Huss 已提交
3486
"checksum jsonrpc-core 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4e9cbeda300803d381390fb65e8158437728c39e6987ed23bee82728b73511a7"
3487
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
N
Nick Cameron 已提交
3488
"checksum languageserver-types 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)" = "68de833188ada4e175d04a028f03f244f6370eedbcc75a05604d47d925933f69"
O
Oliver Schneider 已提交
3489
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
I
Igor Matuszewski 已提交
3490
"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
3491 3492
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
"checksum libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74"
E
Eric Huss 已提交
3493
"checksum libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "48441cb35dc255da8ae72825689a95368bf510659ae1ad55dc4aa88cb1789bf1"
3494
"checksum libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d75d7966bda4730b722d1eab8e668df445368a24394bae9fc1e8dc0ab3dbe4f4"
3495
"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
3496
"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
M
Mark Rousskov 已提交
3497
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
3498
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
A
Alex Crichton 已提交
3499
"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
B
Bastien Orivel 已提交
3500
"checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614"
S
steveklabnik 已提交
3501
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
G
Guillaume Gomez 已提交
3502
"checksum macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
S
steveklabnik 已提交
3503 3504
"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 已提交
3505
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
M
Matt Ickstadt 已提交
3506
"checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f"
3507
"checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16"
3508
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
N
Nick Cameron 已提交
3509
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
G
Guillaume Gomez 已提交
3510
"checksum minifier 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "96c269bb45c39b333392b2b18ad71760b34ac65666591386b0e959ed58b3f474"
3511 3512 3513
"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"
A
Alex Crichton 已提交
3514
"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
A
Alex Crichton 已提交
3515
"checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4"
N
Nick Cameron 已提交
3516
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
3517
"checksum num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8af1847c907c2f04d7bfd572fb25bbb4385c637fe5be163cf2f8c5d778fe1e7d"
A
Alex Crichton 已提交
3518
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
3519
"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
3520
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
A
Alex Crichton 已提交
3521
"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
3522 3523
"checksum opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "04b1d6b086d9b3009550f9b6f81b10ad9428cf14f404b8e1a3a06f6f012c8ec9"
"checksum openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "5e1309181cdcbdb51bc3b6bedb33dfac2a83b3d585033d3f6d9e22e8c1928613"
A
Alex Crichton 已提交
3524
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
3525 3526
"checksum openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)" = "26bb632127731bf4ac49bf86a5dde12d2ca0918c2234fc39d79d4da2ccbc6da7"
"checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106"
3527
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
3528
"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
3529
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
N
Nick Cameron 已提交
3530
"checksum packed_simd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
M
Mark Rousskov 已提交
3531 3532
"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
"checksum parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06a2b6aae052309c2fd2161ef58f5067bc17bb758377a0de9d4b279d603fdd8a"
O
Oliver Schneider 已提交
3533
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
A
Alex Crichton 已提交
3534
"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
3535
"checksum pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3294f437119209b084c797604295f40227cffa35c57220b1e99a6ff3bf8ee4"
3536
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
A
Alex Crichton 已提交
3537 3538 3539 3540
"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"
3541
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
N
Niko Matsakis 已提交
3542
"checksum polonius-engine 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2490c396085801abf88df91758bad806b0890354f0875d624e62ecf0579a8145"
S
steveklabnik 已提交
3543
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
M
Mark Simulacrum 已提交
3544
"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
3545
"checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61"
A
Alex Crichton 已提交
3546
"checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7"
N
Nick Cameron 已提交
3547
"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
A
Alex Crichton 已提交
3548
"checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f"
M
Manish Goregaokar 已提交
3549
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
3550
"checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
A
Alex Crichton 已提交
3551
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
O
Oliver Schneider 已提交
3552
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
3553
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
A
Alex Crichton 已提交
3554
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
3555
"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
I
Igor Matuszewski 已提交
3556
"checksum racer 2.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "fbfcf2686b50f75a279cb42d9c6d253a1e68a475b415ea4baf7fb177ce94839a"
A
Alex Crichton 已提交
3557
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
3558
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
3559 3560 3561 3562 3563 3564 3565 3566
"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 已提交
3567
"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
N
Nick Cameron 已提交
3568
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
3569
"checksum redox_syscall 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d"
O
Oliver Schneider 已提交
3570
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
A
Alex Crichton 已提交
3571
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
3572
"checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f"
A
Alex Crichton 已提交
3573
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
3574
"checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1"
A
Alex Crichton 已提交
3575
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
N
Nick Cameron 已提交
3576
"checksum rls-analysis 0.16.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2de1187cceaf16d7642cc78835a2890b55b35ed9e8a8e3c6348a6297d8dd0fb1"
N
Nick Cameron 已提交
3577
"checksum rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ce1fdac03e138c4617ff87b194e1ff57a39bb985a044ccbd8673d30701e411"
N
Nick Cameron 已提交
3578
"checksum rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a209ce46bb52813cbe0786a7baadc0c1a3f5543ef93f179eda3b841ed72cf2e"
N
Nick Cameron 已提交
3579
"checksum rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9dba7390427aefa953608429701e3665192ca810ba8ae09301e001b7c7bed0"
3580
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
N
Nick Cameron 已提交
3581
"checksum rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "72d56425bd5aa86d9d4372b76f0381d3b4bda9c0220e71956c9fcc929f45c1f1"
I
Igor Matuszewski 已提交
3582 3583 3584 3585 3586 3587 3588 3589 3590
"checksum rustc-ap-arena 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cbfb540c1347a3993060896b18e0d64084203fa37aaffdc5e5c31264f275d476"
"checksum rustc-ap-graphviz 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "790ac657d5bf69be9ef56f6810e8a0238b07e8460a88526e11d41f8214eb6c4e"
"checksum rustc-ap-rustc_cratesio_shim 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b721cf32b543f3ee90240d7b757ca4a45930fe9981458a50678b4ccd75c472e2"
"checksum rustc-ap-rustc_data_structures 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4fa11df199d45ce948b07792ca593f59c1d19d2cb05d35c6b0a02271e772a416"
"checksum rustc-ap-rustc_errors 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7ead3163ef995bbba520b88739e1d60f9ccf74fdacdda985067644c8134e827"
"checksum rustc-ap-rustc_target 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "688fef9cc27837755019b72b4f13e7a3d3e5012473475f377b75dbb1f07beb5f"
"checksum rustc-ap-serialize 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b2c0e8161e956647592a737074736e6ce05ea36b70c770ea8cca3eb9cb33737"
"checksum rustc-ap-syntax 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1adc189e5e4500a4167b9afa04e67067f40d0039e0e05870c977bebb561f065a"
"checksum rustc-ap-syntax_pos 306.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4d42c430dbb0be4377bfe6aa5099074c63ac8796b24098562c2e2154aecc5652"
3591
"checksum rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "82ae957aa1b3055d8e086486723c0ccd3d7b8fa190ae8fa2e35543b6171c810e"
3592
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
J
John Kåre Alsaker 已提交
3593 3594
"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
3595
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
3596
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
E
Eric Huss 已提交
3597
"checksum rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "af7c21531a91512a4a51b490be6ba1c8eff34fdda0dc5bf87dc28d86748aac56"
A
Alex Crichton 已提交
3598
"checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c"
3599 3600
"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"
3601
"checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56"
A
Alex Crichton 已提交
3602
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
O
Oliver Schneider 已提交
3603
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
3604
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
3605
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
E
Eric Huss 已提交
3606
"checksum serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "6fa52f19aee12441d5ad11c9a00459122bd8f98707cadf9778c540674f1935b6"
3607
"checksum serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" = "477b13b646f5b5b56fc95bedfc3b550d12141ce84f466f6c44b9a17589923885"
3608
"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142"
3609
"checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811"
A
Alex Crichton 已提交
3610
"checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
S
steveklabnik 已提交
3611
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
S
steveklabnik 已提交
3612
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
3613
"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
3614
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
A
Alex Crichton 已提交
3615 3616 3617
"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
"checksum string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35293b05cf1494e8ddd042a7df6756bf18d07f42d234f32e71dce8a7aabb0191"
S
steveklabnik 已提交
3618
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
A
Aleksey Kladov 已提交
3619
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
3620 3621
"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"
3622
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
3623
"checksum syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)" = "ae8b29eb5210bc5cf63ed6149cbf9adfc82ac0be023d8735c176ee74a2db4da7"
3624
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
3625
"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
3626 3627
"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 已提交
3628
"checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
A
Alan Du 已提交
3629
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
3630
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
O
Oliver Schneider 已提交
3631
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
A
Alex Crichton 已提交
3632
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
A
Alex Crichton 已提交
3633
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
A
Alex Crichton 已提交
3634
"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
3635
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
S
steveklabnik 已提交
3636
"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
E
Eric Huss 已提交
3637
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
3638
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
S
steveklabnik 已提交
3639
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
A
Alex Crichton 已提交
3640 3641
"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 已提交
3642
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
3643
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
A
Alex Crichton 已提交
3644
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
N
Nick Cameron 已提交
3645
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
3646
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
3647
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
S
steveklabnik 已提交
3648
"checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
3649
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
A
Alex Crichton 已提交
3650
"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
A
Alex Crichton 已提交
3651
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
R
Ralf Jung 已提交
3652
"checksum vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6aba5e34f93dc7051dfad05b98a18e9156f27e7b431fe1d2398cb6061c0a1dba"
3653
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
S
Steve Klabnik 已提交
3654
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
A
Alex Crichton 已提交
3655
"checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349"
3656
"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
3657
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
3658
"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
3659
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
3660
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
A
Alex Crichton 已提交
3661
"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
3662
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
A
Alex Crichton 已提交
3663
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
A
Alex Crichton 已提交
3664
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
A
Alex Crichton 已提交
3665
"checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
3666
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"