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

E
Eric Huss 已提交
9 10 11 12
[[package]]
name = "aho-corasick"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
13
checksum = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
E
Eric Huss 已提交
14
dependencies = [
15
 "memchr",
E
Eric Huss 已提交
16 17
]

18 19 20 21
[[package]]
name = "alloc"
version = "0.0.0"
dependencies = [
22 23 24 25
 "compiler_builtins",
 "core",
 "rand 0.7.0",
 "rand_xorshift 0.2.0",
26 27
]

S
steveklabnik 已提交
28 29
[[package]]
name = "ammonia"
30
version = "3.0.0"
E
Eric Huss 已提交
31
source = "registry+https://github.com/rust-lang/crates.io-index"
32
checksum = "9e266e1f4be5ffa05309f650e2586fe1d3ae6034eb24025a7ae1dfecc330823a"
E
Eric Huss 已提交
33
dependencies = [
34 35 36 37 38
 "html5ever",
 "lazy_static 1.3.0",
 "maplit",
 "matches",
 "tendril",
39
 "url 2.1.0",
E
Eric Huss 已提交
40 41
]

42 43 44 45
[[package]]
name = "annotate-snippets"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
46
checksum = "c7021ce4924a3f25f802b2cccd1af585e39ea1a363a1aa2e72afe54b67a3a7a7"
I
Igor Matuszewski 已提交
47
dependencies = [
48
 "ansi_term",
I
Igor Matuszewski 已提交
49
]
50

51 52
[[package]]
name = "ansi_term"
A
Aleksey Kladov 已提交
53
version = "0.11.0"
54
source = "registry+https://github.com/rust-lang/crates.io-index"
55
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
A
Aleksey Kladov 已提交
56
dependencies = [
E
Eric Huss 已提交
57
 "winapi 0.3.8",
A
Aleksey Kladov 已提交
58
]
59

60 61 62 63
[[package]]
name = "arc-swap"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
64
checksum = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6"
65

66 67 68
[[package]]
name = "arena"
version = "0.0.0"
J
John Kåre Alsaker 已提交
69
dependencies = [
70
 "rustc_data_structures",
R
Ralf Jung 已提交
71
 "smallvec 1.0.0",
J
John Kåre Alsaker 已提交
72
]
73

F
flip1995 已提交
74 75 76 77
[[package]]
name = "argon2rs"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
78
checksum = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
F
flip1995 已提交
79
dependencies = [
80 81
 "blake2-rfc",
 "scoped_threadpool",
F
flip1995 已提交
82 83
]

84 85 86 87
[[package]]
name = "arrayref"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
88
checksum = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
89

N
Nick Cameron 已提交
90 91 92 93
[[package]]
name = "arrayvec"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
94
checksum = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
N
Nick Cameron 已提交
95
dependencies = [
96
 "nodrop",
N
Nick Cameron 已提交
97 98
]

99 100
[[package]]
name = "atty"
R
Ralf Jung 已提交
101
version = "0.2.11"
102
source = "registry+https://github.com/rust-lang/crates.io-index"
103
checksum = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
104
dependencies = [
105 106
 "libc",
 "termion",
E
Eric Huss 已提交
107
 "winapi 0.3.8",
108 109
]

110 111 112 113 114 115
[[package]]
name = "autocfg"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875"

116 117
[[package]]
name = "backtrace"
T
Tyler Mandry 已提交
118
version = "0.3.40"
119
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
120
checksum = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
121
dependencies = [
122 123 124 125 126 127
 "backtrace-sys",
 "cfg-if",
 "compiler_builtins",
 "libc",
 "rustc-demangle",
 "rustc-std-workspace-core",
128 129 130 131
]

[[package]]
name = "backtrace-sys"
T
Tyler Mandry 已提交
132
version = "0.1.32"
133
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
134
checksum = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
135
dependencies = [
136 137 138 139
 "cc",
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
140 141
]

142 143 144 145
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
146
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
147
dependencies = [
148
 "byteorder",
149 150
]

151 152
[[package]]
name = "bitflags"
V
varkor 已提交
153
version = "1.2.1"
154
source = "registry+https://github.com/rust-lang/crates.io-index"
V
varkor 已提交
155
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
156

E
Eric Huss 已提交
157 158 159 160 161 162 163 164 165
[[package]]
name = "bitmaps"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81e039a80914325b37fde728ef7693c212f0ac913d5599607d7b95a9484aae0b"
dependencies = [
 "typenum",
]

F
flip1995 已提交
166 167 168 169
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
170
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
F
flip1995 已提交
171
dependencies = [
172 173
 "arrayvec",
 "constant_time_eq",
F
flip1995 已提交
174 175
]

176 177 178 179
[[package]]
name = "block-buffer"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
180
checksum = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab"
181
dependencies = [
182 183
 "arrayref",
 "byte-tools",
184 185
]

186 187 188 189
[[package]]
name = "bootstrap"
version = "0.0.0"
dependencies = [
190 191 192 193 194
 "build_helper",
 "cc",
 "cmake",
 "filetime",
 "getopts",
195
 "ignore",
196 197 198 199 200 201 202
 "lazy_static 1.3.0",
 "libc",
 "num_cpus",
 "pretty_assertions",
 "serde",
 "serde_json",
 "time",
E
Eric Huss 已提交
203
 "toml",
204 205
]

E
Eric Huss 已提交
206 207 208 209
[[package]]
name = "bstr"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
210
checksum = "853b090ce0f45d0265902666bf88039ea3da825e33796716c511a1ec9c170036"
E
Eric Huss 已提交
211
dependencies = [
212
 "memchr",
E
Eric Huss 已提交
213 214
]

215 216 217 218
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
219
 "serde",
220
 "serde_json",
E
Eric Huss 已提交
221
 "toml",
222 223 224 225 226 227
]

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

228 229 230 231
[[package]]
name = "byte-tools"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
232
checksum = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
233

234 235
[[package]]
name = "bytecount"
236
version = "0.6.0"
237
source = "registry+https://github.com/rust-lang/crates.io-index"
238
checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
239
dependencies = [
240
 "packed_simd",
241 242
]

243 244
[[package]]
name = "byteorder"
R
Ralf Jung 已提交
245
version = "1.3.2"
246
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
247
checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
248

249 250 251 252
[[package]]
name = "bytes"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
253
checksum = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
254
dependencies = [
255 256 257
 "byteorder",
 "either",
 "iovec",
258 259
]

A
Alex Crichton 已提交
260 261 262 263
[[package]]
name = "bytesize"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
264
checksum = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
A
Alex Crichton 已提交
265

G
gnzlbg 已提交
266 267 268 269
[[package]]
name = "c2-chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
270
checksum = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
G
gnzlbg 已提交
271
dependencies = [
272 273
 "lazy_static 1.3.0",
 "ppv-lite86",
G
gnzlbg 已提交
274 275
]

276 277
[[package]]
name = "cargo"
E
Eric Huss 已提交
278
version = "0.42.0"
279
dependencies = [
280 281
 "atty",
 "bytesize",
A
Alex Crichton 已提交
282
 "cargo-platform",
283
 "cargo-test-macro",
A
Aaron Hill 已提交
284
 "cargo-test-support",
285
 "clap",
E
Eric Huss 已提交
286
 "core-foundation 0.7.0",
287
 "crates-io",
E
Eric Huss 已提交
288
 "crossbeam-utils 0.7.0",
289 290 291
 "crypto-hash",
 "curl",
 "curl-sys",
R
Ralf Jung 已提交
292
 "env_logger 0.7.1",
293 294 295 296 297 298 299 300
 "failure",
 "filetime",
 "flate2",
 "fs2",
 "fwdansi",
 "git2",
 "git2-curl",
 "glob",
A
Aaron Hill 已提交
301
 "hex 0.4.0",
302
 "home",
A
Aaron Hill 已提交
303
 "humantime",
304 305 306 307 308 309 310 311 312 313 314 315 316
 "ignore",
 "im-rc",
 "jobserver",
 "lazy_static 1.3.0",
 "lazycell",
 "libc",
 "libgit2-sys",
 "log",
 "memchr",
 "miow 0.3.3",
 "num_cpus",
 "opener",
 "openssl",
E
Eric Huss 已提交
317
 "percent-encoding 2.1.0",
318 319 320 321 322 323 324
 "pretty_env_logger",
 "remove_dir_all",
 "rustc-workspace-hack",
 "rustfix",
 "same-file",
 "semver",
 "serde",
325
 "serde_ignored",
326 327 328 329 330 331
 "serde_json",
 "shell-escape",
 "strip-ansi-escapes",
 "tar",
 "tempfile",
 "termcolor",
E
Eric Huss 已提交
332
 "toml",
333
 "unicode-width",
F
flip1995 已提交
334
 "url 2.1.0",
335
 "walkdir",
E
Eric Huss 已提交
336
 "winapi 0.3.8",
337 338
]

A
Alex Crichton 已提交
339 340
[[package]]
name = "cargo-platform"
E
Eric Huss 已提交
341
version = "0.1.1"
A
Alex Crichton 已提交
342 343 344 345
dependencies = [
 "serde",
]

E
Eric Huss 已提交
346 347 348 349
[[package]]
name = "cargo-test-macro"
version = "0.1.0"

A
Aaron Hill 已提交
350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366
[[package]]
name = "cargo-test-support"
version = "0.1.0"
dependencies = [
 "cargo",
 "cargo-test-macro",
 "filetime",
 "flate2",
 "git2",
 "glob",
 "lazy_static 1.3.0",
 "remove_dir_all",
 "serde_json",
 "tar",
 "url 2.1.0",
]

M
Manish Goregaokar 已提交
367 368 369 370
[[package]]
name = "cargo_metadata"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
371
checksum = "929766d993a2fde7a0ae962ee82429069cd7b68839cd9375b98efd719df65d3a"
M
Manish Goregaokar 已提交
372
dependencies = [
373 374 375 376 377
 "failure",
 "semver",
 "serde",
 "serde_derive",
 "serde_json",
M
Manish Goregaokar 已提交
378 379
]

M
Manish Goregaokar 已提交
380 381 382 383 384 385 386 387 388 389 390 391
[[package]]
name = "cargo_metadata"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d2d1617e838936c0d2323a65cc151e03ae19a7678dd24f72bccf27119b90a5d"
dependencies = [
 "semver",
 "serde",
 "serde_derive",
 "serde_json",
]

A
Alex Crichton 已提交
392 393 394 395
[[package]]
name = "cargotest2"
version = "0.1.0"

N
Nick Cameron 已提交
396 397
[[package]]
name = "cc"
E
Eric Huss 已提交
398
version = "1.0.47"
N
Nick Cameron 已提交
399
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
400 401 402 403 404
checksum = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8"
dependencies = [
 "jobserver",
 "num_cpus",
]
N
Nick Cameron 已提交
405

406 407
[[package]]
name = "cfg-if"
408
version = "0.1.8"
409
source = "registry+https://github.com/rust-lang/crates.io-index"
410
checksum = "89431bba4e6b7092fb5fcd00a6f6ca596c55cc26b2f1e6dcdd08a1f4933f66b2"
411
dependencies = [
412 413
 "compiler_builtins",
 "rustc-std-workspace-core",
414
]
415

416 417
[[package]]
name = "chalk-engine"
S
scalexm 已提交
418
version = "0.9.0"
419
source = "registry+https://github.com/rust-lang/crates.io-index"
420
checksum = "17ec698a6f053a23bfbe646d9f2fde4b02abc19125595270a99e6f44ae0bdd1a"
421
dependencies = [
422 423
 "chalk-macros",
 "rustc-hash",
424 425 426 427 428 429
]

[[package]]
name = "chalk-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
430
checksum = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
431
dependencies = [
432
 "lazy_static 0.2.11",
433 434
]

A
Alex Crichton 已提交
435 436
[[package]]
name = "chrono"
437
version = "0.4.6"
A
Alex Crichton 已提交
438
source = "registry+https://github.com/rust-lang/crates.io-index"
439
checksum = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
A
Alex Crichton 已提交
440
dependencies = [
441 442 443
 "num-integer",
 "num-traits",
 "time",
A
Alex Crichton 已提交
444 445
]

446 447
[[package]]
name = "clap"
448
version = "2.33.0"
449
source = "registry+https://github.com/rust-lang/crates.io-index"
450
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
451
dependencies = [
452 453 454 455 456 457 458 459
 "ansi_term",
 "atty",
 "bitflags",
 "strsim",
 "textwrap",
 "unicode-width",
 "vec_map",
 "yaml-rust",
460 461
]

O
Oliver Schneider 已提交
462 463
[[package]]
name = "clippy"
O
Oliver Schneider 已提交
464
version = "0.0.212"
O
Oliver Schneider 已提交
465
dependencies = [
M
Manish Goregaokar 已提交
466
 "cargo_metadata 0.9.0",
467 468
 "clippy-mini-macro-test",
 "clippy_lints",
R
Ralf Jung 已提交
469
 "compiletest_rs",
470
 "derive-new",
471
 "git2",
472 473 474
 "lazy_static 1.3.0",
 "regex",
 "rustc-workspace-hack",
O
Oliver Scherer 已提交
475
 "rustc_tools_util 0.2.0",
476 477
 "semver",
 "serde",
478
 "tempfile",
R
Ralf Jung 已提交
479
 "tester",
O
Oliver Schneider 已提交
480 481 482 483
]

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

O
Oliver Schneider 已提交
486 487
[[package]]
name = "clippy_lints"
O
Oliver Schneider 已提交
488
version = "0.0.212"
489
dependencies = [
M
Manish Goregaokar 已提交
490
 "cargo_metadata 0.9.0",
491 492 493 494
 "if_chain",
 "itertools 0.8.0",
 "lazy_static 1.3.0",
 "matches",
E
Eric Huss 已提交
495
 "pulldown-cmark 0.6.1",
496 497 498 499
 "quine-mc_cluskey",
 "regex-syntax",
 "semver",
 "serde",
M
Manish Goregaokar 已提交
500
 "smallvec 1.0.0",
E
Eric Huss 已提交
501
 "toml",
502
 "unicode-normalization",
F
flip1995 已提交
503
 "url 2.1.0",
504 505
]

K
kennytm 已提交
506 507 508 509
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
510
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
K
kennytm 已提交
511
dependencies = [
512
 "bitflags",
K
kennytm 已提交
513 514
]

515 516
[[package]]
name = "cmake"
J
John Kåre Alsaker 已提交
517
version = "0.1.38"
518
source = "registry+https://github.com/rust-lang/crates.io-index"
519
checksum = "96210eec534fc3fbfc0452a63769424eaa80205fda6cea98e5b61cb3d97bcec8"
520
dependencies = [
521
 "cc",
522 523
]

E
Eric Huss 已提交
524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543
[[package]]
name = "codespan"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de67bdcd653002a6dba3eb53850ce3a485547225d81cb6c2bbdbc5a0cba5d15d"
dependencies = [
 "unicode-segmentation",
]

[[package]]
name = "codespan-reporting"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd1d915d9e2b2ad696b2cd73215a84823ef3f0e3084d90304204415921b62c6"
dependencies = [
 "codespan",
 "termcolor",
 "unicode-width",
]

N
Nick Cameron 已提交
544 545 546 547
[[package]]
name = "colored"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
548
checksum = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
N
Nick Cameron 已提交
549
dependencies = [
550
 "lazy_static 0.2.11",
N
Nick Cameron 已提交
551 552
]

O
Oliver Schneider 已提交
553 554 555 556
[[package]]
name = "commoncrypto"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
557
checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
O
Oliver Schneider 已提交
558
dependencies = [
559
 "commoncrypto-sys",
O
Oliver Schneider 已提交
560 561 562 563 564 565
]

[[package]]
name = "commoncrypto-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
566
checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
O
Oliver Schneider 已提交
567
dependencies = [
568
 "libc",
569 570
]

571 572
[[package]]
name = "compiler_builtins"
T
Tyler Mandry 已提交
573
version = "0.1.22"
574
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
575
checksum = "e6f083abf9bb9005a27d2da62706f661245278cb7096da37ab27410eaf60f2c1"
576
dependencies = [
577 578
 "cc",
 "rustc-std-workspace-core",
579 580
]

581 582 583 584
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
585
 "diff",
R
Ralf Jung 已提交
586
 "env_logger 0.7.1",
587 588 589 590 591 592 593 594 595 596
 "getopts",
 "lazy_static 1.3.0",
 "libc",
 "log",
 "miow 0.3.3",
 "regex",
 "rustfix",
 "serde",
 "serde_json",
 "walkdir",
E
Eric Huss 已提交
597
 "winapi 0.3.8",
598 599
]

F
flip1995 已提交
600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617
[[package]]
name = "compiletest_rs"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7b678957210a00ba0fbeacc23d38cbfbf29895564da1616564634351e1dac5e"
dependencies = [
 "diff",
 "filetime",
 "getopts",
 "libc",
 "log",
 "miow 0.3.3",
 "regex",
 "rustfix",
 "serde",
 "serde_derive",
 "serde_json",
 "tempfile",
R
Ralf Jung 已提交
618
 "tester",
E
Eric Huss 已提交
619
 "winapi 0.3.8",
620 621
]

F
flip1995 已提交
622 623 624 625
[[package]]
name = "constant_time_eq"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
626
checksum = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
F
flip1995 已提交
627

E
Eric Huss 已提交
628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655
[[package]]
name = "cookie"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
dependencies = [
 "time",
 "url 1.7.2",
]

[[package]]
name = "cookie_store"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
dependencies = [
 "cookie",
 "failure",
 "idna 0.1.5",
 "log",
 "publicsuffix",
 "serde",
 "serde_json",
 "time",
 "try_from",
 "url 1.7.2",
]

656 657 658
[[package]]
name = "core"
version = "0.0.0"
A
Alex Crichton 已提交
659
dependencies = [
660
 "rand 0.7.0",
A
Alex Crichton 已提交
661
]
662

N
Nick Cameron 已提交
663 664
[[package]]
name = "core-foundation"
665
version = "0.6.3"
N
Nick Cameron 已提交
666
source = "registry+https://github.com/rust-lang/crates.io-index"
667
checksum = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
N
Nick Cameron 已提交
668
dependencies = [
E
Eric Huss 已提交
669 670 671 672 673 674 675 676 677 678 679
 "core-foundation-sys 0.6.2",
 "libc",
]

[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
 "core-foundation-sys 0.7.0",
680
 "libc",
N
Nick Cameron 已提交
681 682 683 684
]

[[package]]
name = "core-foundation-sys"
685
version = "0.6.2"
N
Nick Cameron 已提交
686
source = "registry+https://github.com/rust-lang/crates.io-index"
687
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
N
Nick Cameron 已提交
688

E
Eric Huss 已提交
689 690 691 692 693 694
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"

695 696
[[package]]
name = "crates-io"
E
Eric Huss 已提交
697
version = "0.30.0"
698
dependencies = [
699 700
 "curl",
 "failure",
E
Eric Huss 已提交
701
 "percent-encoding 2.1.0",
702 703 704
 "serde",
 "serde_derive",
 "serde_json",
F
flip1995 已提交
705
 "url 2.1.0",
706 707
]

708 709 710 711
[[package]]
name = "crc32fast"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
712
checksum = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192"
713
dependencies = [
714
 "cfg-if",
715
]
716

717 718
[[package]]
name = "crossbeam-channel"
E
Eric Huss 已提交
719
version = "0.3.8"
720
source = "registry+https://github.com/rust-lang/crates.io-index"
721
checksum = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b"
722
dependencies = [
723
 "crossbeam-utils 0.6.5",
R
Ralf Jung 已提交
724
 "smallvec 0.6.10",
725 726
]

J
Josh Stone 已提交
727 728 729 730 731 732
[[package]]
name = "crossbeam-deque"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
dependencies = [
I
Igor Matuszewski 已提交
733
 "crossbeam-epoch",
J
Josh Stone 已提交
734 735 736
 "crossbeam-utils 0.6.5",
]

737 738
[[package]]
name = "crossbeam-epoch"
R
Ralf Jung 已提交
739
version = "0.7.2"
740
source = "registry+https://github.com/rust-lang/crates.io-index"
741
checksum = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
742
dependencies = [
743 744 745 746
 "arrayvec",
 "cfg-if",
 "crossbeam-utils 0.6.5",
 "lazy_static 1.3.0",
I
Igor Matuszewski 已提交
747
 "memoffset",
748
 "scopeguard",
749 750
]

751 752 753 754
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
755
checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
756
dependencies = [
757
 "crossbeam-utils 0.6.5",
758 759
]

A
Alex Crichton 已提交
760 761
[[package]]
name = "crossbeam-utils"
E
Eric Huss 已提交
762
version = "0.6.5"
A
Alex Crichton 已提交
763
source = "registry+https://github.com/rust-lang/crates.io-index"
764
checksum = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
A
Alex Crichton 已提交
765
dependencies = [
766 767
 "cfg-if",
 "lazy_static 1.3.0",
A
Alex Crichton 已提交
768 769
]

E
Eric Huss 已提交
770 771 772 773 774 775 776 777 778 779 780
[[package]]
name = "crossbeam-utils"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
dependencies = [
 "autocfg",
 "cfg-if",
 "lazy_static 1.3.0",
]

O
Oliver Schneider 已提交
781 782
[[package]]
name = "crypto-hash"
A
Alex Crichton 已提交
783
version = "0.3.1"
O
Oliver Schneider 已提交
784
source = "registry+https://github.com/rust-lang/crates.io-index"
785
checksum = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
O
Oliver Schneider 已提交
786
dependencies = [
787
 "commoncrypto",
A
Aaron Hill 已提交
788
 "hex 0.3.2",
789
 "openssl",
E
Eric Huss 已提交
790
 "winapi 0.3.8",
O
Oliver Schneider 已提交
791 792
]

793 794
[[package]]
name = "curl"
795
version = "0.4.24"
796
source = "registry+https://github.com/rust-lang/crates.io-index"
797
checksum = "d08ad3cb89d076a36b0ce5749eec2c9964f70c0c58480ab6b75a91ec4fc206d8"
798
dependencies = [
799 800 801 802 803 804
 "curl-sys",
 "libc",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "socket2",
E
Eric Huss 已提交
805
 "winapi 0.3.8",
806 807 808 809
]

[[package]]
name = "curl-sys"
810
version = "0.4.22"
811
source = "registry+https://github.com/rust-lang/crates.io-index"
812
checksum = "2e9a9a4e417722876332136a00cacf92c2ceb331fab4b52b6a1ad16c6cd79255"
813
dependencies = [
814 815 816 817 818 819 820
 "cc",
 "libc",
 "libnghttp2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
E
Eric Huss 已提交
821
 "winapi 0.3.8",
822 823
]

E
Eric Huss 已提交
824 825 826 827
[[package]]
name = "darling"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
828
checksum = "9158d690bc62a3a57c3e45b85e4d50de2008b39345592c64efd79345c7e24be0"
E
Eric Huss 已提交
829
dependencies = [
830 831
 "darling_core",
 "darling_macro",
E
Eric Huss 已提交
832 833 834 835 836 837
]

[[package]]
name = "darling_core"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
838
checksum = "d2a368589465391e127e10c9e3a08efc8df66fd49b87dc8524c764bbe7f2ef82"
E
Eric Huss 已提交
839
dependencies = [
840 841
 "fnv",
 "ident_case",
842 843 844
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
E
Eric Huss 已提交
845 846 847 848 849 850
]

[[package]]
name = "darling_macro"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
851
checksum = "244e8987bd4e174385240cde20a3657f607fb0797563c28255c353b5819a07b1"
E
Eric Huss 已提交
852
dependencies = [
853
 "darling_core",
854 855
 "quote 0.6.12",
 "syn 0.15.35",
E
Eric Huss 已提交
856 857
]

D
Douglas Campos 已提交
858 859
[[package]]
name = "datafrog"
N
Niko Matsakis 已提交
860
version = "2.0.1"
D
Douglas Campos 已提交
861
source = "registry+https://github.com/rust-lang/crates.io-index"
862
checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
D
Douglas Campos 已提交
863

864 865
[[package]]
name = "derive-new"
866
version = "0.5.6"
867
source = "registry+https://github.com/rust-lang/crates.io-index"
868
checksum = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c"
869
dependencies = [
870 871 872
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
873 874
]

K
kennytm 已提交
875 876
[[package]]
name = "derive_more"
N
Nick Cameron 已提交
877
version = "0.13.0"
K
kennytm 已提交
878
source = "registry+https://github.com/rust-lang/crates.io-index"
879
checksum = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
K
kennytm 已提交
880
dependencies = [
881 882
 "proc-macro2 0.4.30",
 "quote 0.6.12",
883
 "rustc_version",
884
 "syn 0.15.35",
K
kennytm 已提交
885 886
]

887 888
[[package]]
name = "diff"
O
Oliver Schneider 已提交
889
version = "0.1.11"
890
source = "registry+https://github.com/rust-lang/crates.io-index"
891
checksum = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
892

M
Mark Simulacrum 已提交
893 894 895 896
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
897
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
M
Mark Simulacrum 已提交
898

899 900 901 902
[[package]]
name = "digest"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
903
checksum = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
904
dependencies = [
905
 "generic-array",
906 907
]

R
Ralf Jung 已提交
908 909
[[package]]
name = "directories"
R
Ralf Jung 已提交
910
version = "2.0.1"
R
Ralf Jung 已提交
911
source = "registry+https://github.com/rust-lang/crates.io-index"
912
checksum = "2ccc83e029c3cebb4c8155c644d34e3a070ccdb4ff90d369c74cd73f7cb3c984"
R
Ralf Jung 已提交
913
dependencies = [
914 915
 "cfg-if",
 "dirs-sys",
R
Ralf Jung 已提交
916 917
]

F
flip1995 已提交
918 919
[[package]]
name = "dirs"
T
topecongiro 已提交
920
version = "2.0.1"
F
flip1995 已提交
921
source = "registry+https://github.com/rust-lang/crates.io-index"
922
checksum = "1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1"
F
flip1995 已提交
923
dependencies = [
924 925
 "cfg-if",
 "dirs-sys",
F
flip1995 已提交
926 927
]

R
Ralf Jung 已提交
928 929 930 931
[[package]]
name = "dirs-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
932
checksum = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d"
R
Ralf Jung 已提交
933
dependencies = [
934 935 936
 "cfg-if",
 "libc",
 "redox_users",
E
Eric Huss 已提交
937
 "winapi 0.3.8",
R
Ralf Jung 已提交
938 939
]

O
Oliver Schneider 已提交
940 941
[[package]]
name = "dlmalloc"
J
Jethro Beekman 已提交
942
version = "0.1.3"
943
source = "registry+https://github.com/rust-lang/crates.io-index"
944
checksum = "f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63"
O
Oliver Schneider 已提交
945
dependencies = [
946 947 948
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
O
Oliver Schneider 已提交
949 950
]

951 952 953 954
[[package]]
name = "dtoa"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
955
checksum = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
956

E
Eric Huss 已提交
957 958 959 960 961 962
[[package]]
name = "dunce"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ad6bf6a88548d1126045c413548df1453d9be094a8ab9fd59bf1fdd338da4f"

O
Oliver Schneider 已提交
963 964
[[package]]
name = "either"
A
Alex Crichton 已提交
965
version = "1.5.0"
O
Oliver Schneider 已提交
966
source = "registry+https://github.com/rust-lang/crates.io-index"
967
checksum = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
O
Oliver Schneider 已提交
968

S
steveklabnik 已提交
969 970
[[package]]
name = "elasticlunr-rs"
971
version = "2.3.4"
S
steveklabnik 已提交
972
source = "registry+https://github.com/rust-lang/crates.io-index"
973
checksum = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
S
steveklabnik 已提交
974
dependencies = [
975 976 977 978 979 980 981
 "lazy_static 1.3.0",
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "strum",
 "strum_macros",
S
steveklabnik 已提交
982 983
]

V
varkor 已提交
984 985
[[package]]
name = "ena"
986
version = "0.13.1"
V
varkor 已提交
987
source = "registry+https://github.com/rust-lang/crates.io-index"
988
checksum = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36"
V
varkor 已提交
989
dependencies = [
990
 "log",
V
varkor 已提交
991 992
]

993 994 995 996
[[package]]
name = "encoding_rs"
version = "0.8.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
997
checksum = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed"
998
dependencies = [
999
 "cfg-if",
1000 1001
]

A
Alex Crichton 已提交
1002 1003
[[package]]
name = "env_logger"
M
Mateusz Mikuła 已提交
1004
version = "0.6.2"
A
Alex Crichton 已提交
1005
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mateusz Mikuła 已提交
1006
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
A
Alex Crichton 已提交
1007
dependencies = [
1008 1009 1010 1011 1012
 "atty",
 "humantime",
 "log",
 "regex",
 "termcolor",
A
Alex Crichton 已提交
1013 1014
]

A
Alex Crichton 已提交
1015 1016
[[package]]
name = "env_logger"
R
Ralf Jung 已提交
1017
version = "0.7.1"
A
Alex Crichton 已提交
1018
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
1019
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
A
Alex Crichton 已提交
1020 1021 1022 1023 1024 1025 1026 1027
dependencies = [
 "atty",
 "humantime",
 "log",
 "regex",
 "termcolor",
]

R
Ralf Jung 已提交
1028 1029 1030 1031
[[package]]
name = "error-chain"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1032
checksum = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
R
Ralf Jung 已提交
1033
dependencies = [
1034
 "backtrace",
R
Ralf Jung 已提交
1035 1036
]

1037 1038 1039
[[package]]
name = "error_index_generator"
version = "0.0.0"
M
Mark Simulacrum 已提交
1040
dependencies = [
1041
 "rustdoc",
1042
 "walkdir",
M
Mark Simulacrum 已提交
1043
]
1044

A
Alex Crichton 已提交
1045 1046
[[package]]
name = "failure"
E
Eric Huss 已提交
1047
version = "0.1.5"
A
Alex Crichton 已提交
1048
source = "registry+https://github.com/rust-lang/crates.io-index"
1049
checksum = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
A
Alex Crichton 已提交
1050
dependencies = [
1051 1052
 "backtrace",
 "failure_derive",
A
Alex Crichton 已提交
1053 1054 1055 1056
]

[[package]]
name = "failure_derive"
E
Eric Huss 已提交
1057
version = "0.1.5"
A
Alex Crichton 已提交
1058
source = "registry+https://github.com/rust-lang/crates.io-index"
1059
checksum = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
A
Alex Crichton 已提交
1060
dependencies = [
1061 1062 1063
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
1064
 "synstructure 0.10.2",
A
Alex Crichton 已提交
1065 1066
]

1067 1068 1069 1070
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1071
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1072

A
Alex Crichton 已提交
1073 1074
[[package]]
name = "filetime"
1075
version = "0.2.4"
A
Alex Crichton 已提交
1076
source = "registry+https://github.com/rust-lang/crates.io-index"
1077
checksum = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646"
A
Alex Crichton 已提交
1078
dependencies = [
1079 1080 1081
 "cfg-if",
 "libc",
 "redox_syscall",
A
Alex Crichton 已提交
1082 1083
]

F
Felix Schütt 已提交
1084 1085
[[package]]
name = "flate2"
E
Eric Huss 已提交
1086
version = "1.0.12"
F
Felix Schütt 已提交
1087
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1088
checksum = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3"
F
Felix Schütt 已提交
1089
dependencies = [
E
Eric Huss 已提交
1090
 "cfg-if",
1091 1092 1093
 "crc32fast",
 "libc",
 "libz-sys",
E
Eric Huss 已提交
1094
 "miniz_oxide",
F
Felix Schütt 已提交
1095 1096
]

1097 1098 1099
[[package]]
name = "fmt_macros"
version = "0.0.0"
1100
dependencies = [
1101
 "rustc_lexer",
1102
 "syntax_pos",
1103
]
1104

1105 1106
[[package]]
name = "fnv"
O
Oliver Schneider 已提交
1107
version = "1.0.6"
1108
source = "registry+https://github.com/rust-lang/crates.io-index"
1109
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
1110

1111 1112
[[package]]
name = "foreign-types"
O
Oliver Schneider 已提交
1113 1114
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1115
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
O
Oliver Schneider 已提交
1116
dependencies = [
1117
 "foreign-types-shared",
O
Oliver Schneider 已提交
1118 1119 1120 1121 1122
]

[[package]]
name = "foreign-types-shared"
version = "0.1.1"
1123
source = "registry+https://github.com/rust-lang/crates.io-index"
1124
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1125

1126 1127
[[package]]
name = "fortanix-sgx-abi"
1128
version = "0.3.2"
1129
source = "registry+https://github.com/rust-lang/crates.io-index"
1130
checksum = "3f8cbee5e872cf7db61a999a041f9bc4706ca7bf7df4cb914f53fabb1c1bc550"
1131
dependencies = [
1132 1133
 "compiler_builtins",
 "rustc-std-workspace-core",
1134 1135
]

1136 1137
[[package]]
name = "fs2"
1138
version = "0.4.3"
1139
source = "registry+https://github.com/rust-lang/crates.io-index"
1140
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
1141
dependencies = [
1142
 "libc",
E
Eric Huss 已提交
1143
 "winapi 0.3.8",
1144 1145
]

1146 1147 1148 1149
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1150
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
1151

1152 1153 1154 1155
[[package]]
name = "fst"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1156
checksum = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
1157
dependencies = [
1158
 "byteorder",
1159 1160
]

1161 1162 1163 1164
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1165
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1166

O
Oliver Schneider 已提交
1167 1168
[[package]]
name = "fuchsia-zircon"
1169
version = "0.3.3"
O
Oliver Schneider 已提交
1170
source = "registry+https://github.com/rust-lang/crates.io-index"
1171
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
O
Oliver Schneider 已提交
1172
dependencies = [
1173 1174
 "bitflags",
 "fuchsia-zircon-sys",
O
Oliver Schneider 已提交
1175 1176 1177 1178
]

[[package]]
name = "fuchsia-zircon-sys"
1179
version = "0.3.3"
O
Oliver Schneider 已提交
1180
source = "registry+https://github.com/rust-lang/crates.io-index"
1181
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
O
Oliver Schneider 已提交
1182

S
steveklabnik 已提交
1183 1184
[[package]]
name = "futf"
A
Alex Crichton 已提交
1185
version = "0.1.4"
S
steveklabnik 已提交
1186
source = "registry+https://github.com/rust-lang/crates.io-index"
1187
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
S
steveklabnik 已提交
1188
dependencies = [
1189 1190
 "mac",
 "new_debug_unreachable",
S
steveklabnik 已提交
1191 1192
]

1193 1194
[[package]]
name = "futures"
1195
version = "0.1.28"
1196
source = "registry+https://github.com/rust-lang/crates.io-index"
1197
checksum = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869"
1198

1199 1200 1201 1202
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
1203
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
1204
dependencies = [
1205 1206
 "futures",
 "num_cpus",
1207 1208
]

E
Eric Huss 已提交
1209 1210 1211 1212
[[package]]
name = "fwdansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1213
checksum = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
E
Eric Huss 已提交
1214
dependencies = [
1215 1216
 "memchr",
 "termcolor",
E
Eric Huss 已提交
1217 1218
]

1219 1220 1221 1222
[[package]]
name = "generic-array"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1223
checksum = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
1224
dependencies = [
1225
 "typenum",
1226 1227
]

1228 1229
[[package]]
name = "getopts"
1230
version = "0.2.21"
1231
source = "registry+https://github.com/rust-lang/crates.io-index"
1232
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
V
varkor 已提交
1233
dependencies = [
1234 1235
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
1236
 "unicode-width",
V
varkor 已提交
1237
]
1238

G
gnzlbg 已提交
1239 1240
[[package]]
name = "getrandom"
M
Mateusz Mikuła 已提交
1241
version = "0.1.12"
G
gnzlbg 已提交
1242
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mateusz Mikuła 已提交
1243
checksum = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571"
G
gnzlbg 已提交
1244
dependencies = [
1245 1246
 "cfg-if",
 "libc",
1247
 "wasi 0.7.0",
G
gnzlbg 已提交
1248 1249
]

1250 1251
[[package]]
name = "git2"
E
Eric Huss 已提交
1252
version = "0.10.1"
1253
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1254
checksum = "39f27186fbb5ec67ece9a56990292bc5aed3c3fc51b9b07b0b52446b1dfb4a82"
1255
dependencies = [
1256 1257 1258 1259 1260 1261
 "bitflags",
 "libc",
 "libgit2-sys",
 "log",
 "openssl-probe",
 "openssl-sys",
F
flip1995 已提交
1262
 "url 2.1.0",
1263 1264 1265 1266
]

[[package]]
name = "git2-curl"
E
Eric Huss 已提交
1267
version = "0.11.0"
1268
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1269
checksum = "cd6527e480187ce19aaf4fa6acfb7657b25628ce31cb8ffabdfca3bf731524c5"
1270
dependencies = [
1271 1272 1273
 "curl",
 "git2",
 "log",
F
flip1995 已提交
1274
 "url 2.1.0",
1275 1276 1277 1278
]

[[package]]
name = "glob"
E
Eric Huss 已提交
1279
version = "0.3.0"
1280
source = "registry+https://github.com/rust-lang/crates.io-index"
1281
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
1282

1283 1284
[[package]]
name = "globset"
E
Eric Huss 已提交
1285
version = "0.4.3"
1286
source = "registry+https://github.com/rust-lang/crates.io-index"
1287
checksum = "ef4feaabe24a0a658fd9cf4a9acf6ed284f045c77df0f49020ba3245cfb7b454"
1288
dependencies = [
1289 1290 1291 1292 1293
 "aho-corasick",
 "bstr",
 "fnv",
 "log",
 "regex",
1294 1295
]

1296 1297 1298 1299
[[package]]
name = "graphviz"
version = "0.0.0"

1300 1301 1302 1303
[[package]]
name = "h2"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
1304
checksum = "a539b63339fbbb00e081e84b6e11bd1d9634a82d91da2984a18ac74a8823f392"
1305
dependencies = [
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315
 "byteorder",
 "bytes",
 "fnv",
 "futures",
 "http",
 "indexmap",
 "log",
 "slab",
 "string",
 "tokio-io",
1316 1317
]

1318 1319
[[package]]
name = "handlebars"
E
Eric Huss 已提交
1320
version = "2.0.1"
1321
source = "registry+https://github.com/rust-lang/crates.io-index"
1322
checksum = "df044dd42cdb7e32f28557b661406fc0f2494be75199779998810dbc35030e0d"
1323
dependencies = [
1324
 "hashbrown 0.5.0",
1325 1326 1327 1328 1329 1330 1331 1332
 "lazy_static 1.3.0",
 "log",
 "pest",
 "pest_derive",
 "quick-error",
 "regex",
 "serde",
 "serde_json",
1333 1334
]

1335 1336
[[package]]
name = "hashbrown"
S
Simon Sapin 已提交
1337
version = "0.5.0"
1338
source = "registry+https://github.com/rust-lang/crates.io-index"
1339
checksum = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353"
1340
dependencies = [
1341 1342 1343 1344 1345
 "serde",
]

[[package]]
name = "hashbrown"
A
Alex Crichton 已提交
1346
version = "0.6.2"
1347
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1348
checksum = "3cd9867f119b19fecb08cd5c326ad4488d7a1da4bf75b4d95d71db742525aaab"
1349 1350
dependencies = [
 "autocfg",
1351 1352 1353
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
E
Eric Huss 已提交
1354 1355
]

1356 1357 1358 1359
[[package]]
name = "heck"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1360
checksum = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
1361
dependencies = [
1362
 "unicode-segmentation",
1363 1364
]

1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375
[[package]]
name = "hermit-abi"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f22b8f315b98f415780ddbe9163c7dbbc5a07225b6d102ace1d8aeef85775140"
dependencies = [
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
]

1376 1377
[[package]]
name = "hex"
A
Alex Crichton 已提交
1378
version = "0.3.2"
1379
source = "registry+https://github.com/rust-lang/crates.io-index"
1380
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1381

A
Aaron Hill 已提交
1382 1383 1384 1385 1386 1387
[[package]]
name = "hex"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e"

F
flip1995 已提交
1388 1389
[[package]]
name = "home"
L
Lzu Tao 已提交
1390
version = "0.5.1"
F
flip1995 已提交
1391
source = "registry+https://github.com/rust-lang/crates.io-index"
L
Lzu Tao 已提交
1392
checksum = "a3753954f7bd71f0e671afb8b5a992d1724cf43b7f95a563cd4a0bde94659ca8"
F
flip1995 已提交
1393
dependencies = [
1394
 "scopeguard",
E
Eric Huss 已提交
1395
 "winapi 0.3.8",
F
flip1995 已提交
1396 1397
]

E
Eric Huss 已提交
1398 1399
[[package]]
name = "html5ever"
1400
version = "0.24.1"
E
Eric Huss 已提交
1401
source = "registry+https://github.com/rust-lang/crates.io-index"
1402
checksum = "025483b0a1e4577bb28578318c886ee5f817dda6eb62473269349044406644cb"
E
Eric Huss 已提交
1403
dependencies = [
1404 1405 1406
 "log",
 "mac",
 "markup5ever",
1407 1408
 "proc-macro2 1.0.3",
 "quote 1.0.2",
I
Igor Matuszewski 已提交
1409
 "syn 1.0.11",
E
Eric Huss 已提交
1410 1411
]

E
Eric Huss 已提交
1412 1413
[[package]]
name = "http"
E
Eric Huss 已提交
1414
version = "0.1.19"
E
Eric Huss 已提交
1415
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1416
checksum = "d7e06e336150b178206af098a055e3621e8336027e2b4d126bda0bc64824baaf"
E
Eric Huss 已提交
1417
dependencies = [
1418 1419 1420
 "bytes",
 "fnv",
 "itoa",
E
Eric Huss 已提交
1421 1422
]

1423 1424 1425 1426
[[package]]
name = "http-body"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1427
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
1428
dependencies = [
1429 1430 1431 1432
 "bytes",
 "futures",
 "http",
 "tokio-buf",
1433 1434 1435 1436 1437 1438
]

[[package]]
name = "httparse"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
1439
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
1440

A
Alex Crichton 已提交
1441 1442
[[package]]
name = "humantime"
A
Alex Crichton 已提交
1443
version = "1.3.0"
A
Alex Crichton 已提交
1444
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1445
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
A
Alex Crichton 已提交
1446
dependencies = [
1447
 "quick-error",
A
Alex Crichton 已提交
1448 1449
]

1450 1451 1452 1453
[[package]]
name = "hyper"
version = "0.12.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477
checksum = "6481fff8269772d4463253ca83c788104a7305cb3fb9136bc651a6211e46e03f"
dependencies = [
 "bytes",
 "futures",
 "futures-cpupool",
 "h2",
 "http",
 "http-body",
 "httparse",
 "iovec",
 "itoa",
 "log",
 "net2",
 "rustc_version",
 "time",
 "tokio",
 "tokio-buf",
 "tokio-executor",
 "tokio-io",
 "tokio-reactor",
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "want",
1478 1479 1480 1481 1482 1483
]

[[package]]
name = "hyper-tls"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1484
checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
1485
dependencies = [
1486 1487 1488 1489 1490
 "bytes",
 "futures",
 "hyper",
 "native-tls",
 "tokio-io",
1491 1492
]

E
Eric Huss 已提交
1493 1494 1495 1496
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1497
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
E
Eric Huss 已提交
1498

1499 1500
[[package]]
name = "idna"
A
Alex Crichton 已提交
1501
version = "0.1.5"
1502
source = "registry+https://github.com/rust-lang/crates.io-index"
1503
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1504
dependencies = [
1505 1506 1507
 "matches",
 "unicode-bidi",
 "unicode-normalization",
A
Alex Crichton 已提交
1508 1509
]

E
Eric Huss 已提交
1510 1511 1512 1513
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1514
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
E
Eric Huss 已提交
1515
dependencies = [
1516 1517 1518
 "matches",
 "unicode-bidi",
 "unicode-normalization",
E
Eric Huss 已提交
1519 1520
]

O
Oliver Schneider 已提交
1521 1522
[[package]]
name = "if_chain"
O
Oliver Scherer 已提交
1523
version = "1.0.0"
O
Oliver Schneider 已提交
1524
source = "registry+https://github.com/rust-lang/crates.io-index"
1525
checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
O
Oliver Schneider 已提交
1526

1527 1528
[[package]]
name = "ignore"
1529
version = "0.4.10"
1530
source = "registry+https://github.com/rust-lang/crates.io-index"
1531
checksum = "0ec16832258409d571aaef8273f3c3cc5b060d784e159d1a0f3b0017308f84a7"
1532
dependencies = [
1533 1534 1535 1536 1537 1538 1539 1540 1541 1542
 "crossbeam-channel",
 "globset",
 "lazy_static 1.3.0",
 "log",
 "memchr",
 "regex",
 "same-file",
 "thread_local",
 "walkdir",
 "winapi-util",
1543 1544
]

E
Eric Huss 已提交
1545 1546
[[package]]
name = "im-rc"
E
Eric Huss 已提交
1547
version = "14.0.0"
E
Eric Huss 已提交
1548
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1549
checksum = "e9ad726dce25993be6352b0bff048e4d2647440c0a673d32257c4fac49356d18"
E
Eric Huss 已提交
1550
dependencies = [
E
Eric Huss 已提交
1551 1552 1553
 "bitmaps",
 "rand_core 0.5.1",
 "rand_xoshiro",
1554 1555
 "sized-chunks",
 "typenum",
E
Eric Huss 已提交
1556
 "version_check 0.9.1",
E
Eric Huss 已提交
1557 1558
]

1559 1560 1561 1562
[[package]]
name = "indexmap"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1563
checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
1564

1565 1566 1567 1568
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
1569 1570 1571 1572 1573 1574 1575 1576 1577
 "clap",
 "failure",
 "flate2",
 "lazy_static 1.3.0",
 "num_cpus",
 "rayon",
 "remove_dir_all",
 "tar",
 "walkdir",
E
Eric Huss 已提交
1578
 "winapi 0.3.8",
1579
 "xz2",
1580 1581
]

1582 1583 1584 1585
[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1586
checksum = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
1587
dependencies = [
1588 1589
 "libc",
 "winapi 0.2.8",
1590 1591
]

S
steveklabnik 已提交
1592 1593 1594 1595
[[package]]
name = "is-match"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1596
checksum = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
S
steveklabnik 已提交
1597 1598 1599

[[package]]
name = "itertools"
A
Alex Crichton 已提交
1600
version = "0.7.8"
S
steveklabnik 已提交
1601
source = "registry+https://github.com/rust-lang/crates.io-index"
1602
checksum = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
S
steveklabnik 已提交
1603
dependencies = [
1604
 "either",
S
steveklabnik 已提交
1605 1606
]

1607 1608 1609 1610
[[package]]
name = "itertools"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1611
checksum = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
1612
dependencies = [
1613
 "either",
1614 1615
]

1616
[[package]]
A
Alex Crichton 已提交
1617
name = "itoa"
E
Eric Huss 已提交
1618
version = "0.4.4"
1619
source = "registry+https://github.com/rust-lang/crates.io-index"
1620
checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1621

1622 1623
[[package]]
name = "jemalloc-sys"
G
gnzlbg 已提交
1624
version = "0.3.0"
1625
source = "registry+https://github.com/rust-lang/crates.io-index"
1626
checksum = "7bef0d4ce37578dfd80b466e3d8324bd9de788e249f1accebb0c472ea4b52bdc"
1627
dependencies = [
1628 1629 1630
 "cc",
 "fs_extra",
 "libc",
1631 1632
]

S
Steve Klabnik 已提交
1633
[[package]]
A
Alex Crichton 已提交
1634
name = "jobserver"
G
gnzlbg 已提交
1635
version = "0.1.16"
S
Steve Klabnik 已提交
1636
source = "registry+https://github.com/rust-lang/crates.io-index"
1637
checksum = "f74e73053eaf95399bf926e48fc7a2a3ce50bd0eaaa2357d391e95b2dcdd4f10"
A
Alex Crichton 已提交
1638
dependencies = [
1639 1640 1641
 "libc",
 "log",
 "rand 0.7.0",
A
Alex Crichton 已提交
1642
]
S
Steve Klabnik 已提交
1643

1644 1645 1646 1647
[[package]]
name = "json"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
1648
checksum = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
1649

1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668
[[package]]
name = "jsonrpc-client-transports"
version = "13.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39577db48b004cffb4c5b8e5c9b993c177c52599ecbee88711e815acf65144db"
dependencies = [
 "failure",
 "futures",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
 "serde",
 "serde_json",
 "tokio",
 "url 1.7.2",
]

1669 1670
[[package]]
name = "jsonrpc-core"
1671
version = "13.2.0"
1672
source = "registry+https://github.com/rust-lang/crates.io-index"
1673
checksum = "91d767c183a7e58618a609499d359ce3820700b3ebb4823a18c343b4a2a41a0d"
1674
dependencies = [
1675 1676 1677 1678 1679
 "futures",
 "log",
 "serde",
 "serde_derive",
 "serde_json",
1680 1681
]

1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712
[[package]]
name = "jsonrpc-core-client"
version = "13.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f047c10738edee7c3c6acf5241a0ce33df32ef9230c1a7fb03e4a77ee72c992f"
dependencies = [
 "jsonrpc-client-transports",
]

[[package]]
name = "jsonrpc-derive"
version = "13.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29f9149f785deaae92a4c834a9a1a83a4313b8cfedccf15362cd4cf039a64501"
dependencies = [
 "proc-macro-crate",
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
]

[[package]]
name = "jsonrpc-ipc-server"
version = "13.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "256c5e4292c17b4c2ecdf542299dc8e9d6b3939c075c54825570ad9317fe5751"
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
1713
 "parking_lot",
1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724
 "tokio-service",
]

[[package]]
name = "jsonrpc-pubsub"
version = "13.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2c08b444cc0ed70263798834343d0ac875e664257df8079160f23ac1ea79446"
dependencies = [
 "jsonrpc-core",
 "log",
1725
 "parking_lot",
1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742
 "serde",
]

[[package]]
name = "jsonrpc-server-utils"
version = "13.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44561bfdd31401bad790527f1e951dde144f2341ddc3e1b859d32945e1a34eff"
dependencies = [
 "bytes",
 "globset",
 "jsonrpc-core",
 "lazy_static 1.3.0",
 "log",
 "num_cpus",
 "tokio",
 "tokio-codec",
E
Eric Huss 已提交
1743
 "unicase",
1744 1745
]

1746 1747 1748 1749
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1750
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1751
dependencies = [
1752 1753
 "winapi 0.2.8",
 "winapi-build",
1754 1755 1756 1757
]

[[package]]
name = "lazy_static"
O
Oliver Schneider 已提交
1758 1759
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
1760
checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
O
Oliver Schneider 已提交
1761

A
Alex Crichton 已提交
1762 1763
[[package]]
name = "lazy_static"
1764
version = "1.3.0"
A
Alex Crichton 已提交
1765
source = "registry+https://github.com/rust-lang/crates.io-index"
1766
checksum = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
A
Alex Crichton 已提交
1767

A
Alex Crichton 已提交
1768 1769
[[package]]
name = "lazycell"
1770
version = "1.2.1"
A
Alex Crichton 已提交
1771
source = "registry+https://github.com/rust-lang/crates.io-index"
1772
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
A
Alex Crichton 已提交
1773

1774 1775
[[package]]
name = "libc"
M
Mateusz Mikuła 已提交
1776
version = "0.2.64"
1777
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mateusz Mikuła 已提交
1778
checksum = "74dfca3d9957906e8d1e6a0b641dc9a59848e793f1da2165889fd4f62d10d79c"
1779
dependencies = [
1780
 "rustc-std-workspace-core",
1781
]
1782

1783 1784
[[package]]
name = "libgit2-sys"
E
Eric Huss 已提交
1785
version = "0.9.1"
1786
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1787
checksum = "a30f8637eb59616ee3b8a00f6adff781ee4ddd8343a615b8238de756060cc1b3"
1788
dependencies = [
1789 1790 1791 1792 1793 1794
 "cc",
 "libc",
 "libssh2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
1795 1796
]

A
Alex Crichton 已提交
1797 1798
[[package]]
name = "libnghttp2-sys"
1799
version = "0.1.1"
A
Alex Crichton 已提交
1800
source = "registry+https://github.com/rust-lang/crates.io-index"
1801
checksum = "d75d7966bda4730b722d1eab8e668df445368a24394bae9fc1e8dc0ab3dbe4f4"
A
Alex Crichton 已提交
1802
dependencies = [
1803 1804
 "cc",
 "libc",
A
Alex Crichton 已提交
1805 1806
]

1807 1808
[[package]]
name = "libssh2-sys"
1809
version = "0.2.11"
1810
source = "registry+https://github.com/rust-lang/crates.io-index"
1811
checksum = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
1812
dependencies = [
1813 1814 1815 1816 1817 1818
 "cc",
 "libc",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
1819 1820 1821 1822
]

[[package]]
name = "libz-sys"
1823
version = "1.0.25"
1824
source = "registry+https://github.com/rust-lang/crates.io-index"
1825
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
1826
dependencies = [
1827 1828 1829 1830
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
1831 1832
]

1833 1834 1835 1836
[[package]]
name = "linkchecker"
version = "0.1.0"

1837 1838 1839 1840 1841 1842
[[package]]
name = "lock_api"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc"
dependencies = [
1843
 "scopeguard",
1844 1845
]

1846 1847
[[package]]
name = "log"
E
Eric Huss 已提交
1848
version = "0.4.8"
1849
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1850
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1851
dependencies = [
1852
 "cfg-if",
1853
]
1854

1855 1856
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1857
version = "0.1.2"
1858
source = "registry+https://github.com/rust-lang/crates.io-index"
1859
checksum = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
1860
dependencies = [
1861
 "lazy_static 1.3.0",
1862 1863
]

1864 1865
[[package]]
name = "lsp-codec"
E
Eric Huss 已提交
1866
version = "0.1.2"
1867
source = "registry+https://github.com/rust-lang/crates.io-index"
1868
checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
1869
dependencies = [
1870 1871 1872
 "bytes",
 "serde_json",
 "tokio-codec",
1873 1874 1875 1876
]

[[package]]
name = "lsp-types"
1877
version = "0.60.0"
1878
source = "registry+https://github.com/rust-lang/crates.io-index"
1879
checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
1880
dependencies = [
1881 1882 1883
 "bitflags",
 "serde",
 "serde_json",
1884 1885
 "serde_repr",
 "url 2.1.0",
1886 1887
]

1888 1889
[[package]]
name = "lzma-sys"
1890
version = "0.1.14"
1891
source = "registry+https://github.com/rust-lang/crates.io-index"
1892
checksum = "16b5c59c57cc4d39e7999f50431aa312ea78af7c93b23fbb0c3567bd672e7f35"
1893
dependencies = [
1894 1895 1896
 "cc",
 "libc",
 "pkg-config",
1897 1898
]

S
steveklabnik 已提交
1899 1900 1901 1902
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1903
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
S
steveklabnik 已提交
1904

G
Guillaume Gomez 已提交
1905 1906 1907 1908
[[package]]
name = "macro-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1909
checksum = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
G
Guillaume Gomez 已提交
1910

S
steveklabnik 已提交
1911 1912 1913 1914
[[package]]
name = "maplit"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1915
checksum = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
S
steveklabnik 已提交
1916

E
Eric Huss 已提交
1917 1918
[[package]]
name = "markup5ever"
1919
version = "0.9.0"
E
Eric Huss 已提交
1920
source = "registry+https://github.com/rust-lang/crates.io-index"
1921
checksum = "65381d9d47506b8592b97c4efd936afcf673b09b059f2bef39c7211ee78b9d03"
E
Eric Huss 已提交
1922
dependencies = [
1923 1924 1925 1926 1927 1928 1929 1930 1931
 "log",
 "phf",
 "phf_codegen",
 "serde",
 "serde_derive",
 "serde_json",
 "string_cache",
 "string_cache_codegen",
 "tendril",
E
Eric Huss 已提交
1932 1933
]

1934 1935
[[package]]
name = "matches"
A
Alex Crichton 已提交
1936
version = "0.1.8"
1937
source = "registry+https://github.com/rust-lang/crates.io-index"
1938
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1939

1940 1941
[[package]]
name = "mdbook"
E
Eric Huss 已提交
1942
version = "0.3.5"
1943
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1944
checksum = "031bdd9d4893c983e2f69ebc4b59070feee8276a584c4aabdcb351235ea28016"
1945 1946 1947 1948 1949
dependencies = [
 "ammonia",
 "chrono",
 "clap",
 "elasticlunr-rs",
A
Alex Crichton 已提交
1950
 "env_logger 0.6.2",
1951 1952 1953 1954 1955 1956 1957
 "error-chain",
 "handlebars",
 "itertools 0.8.0",
 "lazy_static 1.3.0",
 "log",
 "memchr",
 "open",
E
Eric Huss 已提交
1958
 "pulldown-cmark 0.6.1",
1959 1960 1961 1962 1963 1964
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "shlex",
 "tempfile",
E
Eric Huss 已提交
1965
 "toml",
1966
 "toml-query",
1967 1968
]

1969 1970
[[package]]
name = "mdbook-linkcheck"
E
Eric Huss 已提交
1971
version = "0.5.0"
1972
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1973
checksum = "c0a04db564ca37c47771f8455c825dc941ea851ff0deffcf55a04c512406b409"
1974
dependencies = [
E
Eric Huss 已提交
1975 1976 1977 1978 1979
 "codespan",
 "codespan-reporting",
 "dunce",
 "either",
 "env_logger 0.7.1",
1980
 "failure",
E
Eric Huss 已提交
1981
 "http",
1982 1983
 "log",
 "mdbook",
E
Eric Huss 已提交
1984 1985
 "percent-encoding 2.1.0",
 "pulldown-cmark 0.6.1",
1986 1987 1988 1989 1990 1991 1992
 "rayon",
 "regex",
 "reqwest",
 "semver",
 "serde",
 "serde_derive",
 "serde_json",
E
Eric Huss 已提交
1993
 "structopt",
1994 1995
]

W
Wesley Wiser 已提交
1996 1997
[[package]]
name = "measureme"
1998
version = "0.5.0"
W
Wesley Wiser 已提交
1999
source = "registry+https://github.com/rust-lang/crates.io-index"
2000
checksum = "c420bbc064623934620b5ab2dc0cf96451b34163329e82f95e7fa1b7b99a6ac8"
W
Wesley Wiser 已提交
2001
dependencies = [
2002 2003
 "byteorder",
 "memmap",
2004
 "parking_lot",
2005
 "rustc-hash",
W
Wesley Wiser 已提交
2006 2007
]

O
Oliver Schneider 已提交
2008 2009
[[package]]
name = "memchr"
2010
version = "2.2.0"
O
Oliver Schneider 已提交
2011
source = "registry+https://github.com/rust-lang/crates.io-index"
2012
checksum = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
2013

2014 2015
[[package]]
name = "memmap"
2016
version = "0.7.0"
2017
source = "registry+https://github.com/rust-lang/crates.io-index"
2018
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
2019
dependencies = [
2020
 "libc",
E
Eric Huss 已提交
2021
 "winapi 0.3.8",
2022 2023
]

R
Ralf Jung 已提交
2024 2025 2026 2027
[[package]]
name = "memoffset"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2028
checksum = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
R
Ralf Jung 已提交
2029
dependencies = [
2030
 "rustc_version",
R
Ralf Jung 已提交
2031 2032
]

2033 2034 2035 2036
[[package]]
name = "mime"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2037
checksum = "3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425"
2038
dependencies = [
E
Eric Huss 已提交
2039
 "unicase",
2040 2041 2042 2043
]

[[package]]
name = "mime_guess"
E
Eric Huss 已提交
2044
version = "2.0.1"
2045
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2046
checksum = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
2047
dependencies = [
2048
 "mime",
E
Eric Huss 已提交
2049
 "unicase",
2050 2051
]

G
Guillaume Gomez 已提交
2052 2053
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
2054
version = "0.0.33"
G
Guillaume Gomez 已提交
2055
source = "registry+https://github.com/rust-lang/crates.io-index"
2056
checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
G
Guillaume Gomez 已提交
2057
dependencies = [
2058
 "macro-utils",
G
Guillaume Gomez 已提交
2059 2060
]

2061 2062
[[package]]
name = "miniz_oxide"
E
Eric Huss 已提交
2063
version = "0.3.5"
2064
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2065
checksum = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625"
2066
dependencies = [
2067
 "adler32",
2068 2069
]

2070 2071 2072 2073
[[package]]
name = "mio"
version = "0.6.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2074
checksum = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
2075
dependencies = [
2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "lazycell",
 "libc",
 "log",
 "miow 0.2.1",
 "net2",
 "slab",
 "winapi 0.2.8",
2087 2088 2089 2090 2091 2092
]

[[package]]
name = "mio-named-pipes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2093
checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
2094
dependencies = [
2095 2096 2097
 "log",
 "mio",
 "miow 0.3.3",
E
Eric Huss 已提交
2098
 "winapi 0.3.8",
2099 2100 2101 2102 2103 2104
]

[[package]]
name = "mio-uds"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2105
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
2106
dependencies = [
2107 2108 2109
 "iovec",
 "libc",
 "mio",
2110 2111 2112 2113 2114 2115
]

[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2116
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2117
dependencies = [
2118 2119 2120 2121
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
2122 2123
]

A
Alex Crichton 已提交
2124 2125
[[package]]
name = "miow"
A
Alex Crichton 已提交
2126
version = "0.3.3"
A
Alex Crichton 已提交
2127
source = "registry+https://github.com/rust-lang/crates.io-index"
2128
checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
A
Alex Crichton 已提交
2129
dependencies = [
2130
 "socket2",
E
Eric Huss 已提交
2131
 "winapi 0.3.8",
A
Alex Crichton 已提交
2132 2133
]

2134 2135 2136 2137
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
2138
 "byteorder",
R
Ralf Jung 已提交
2139
 "cargo_metadata 0.9.0",
2140
 "colored",
R
Ralf Jung 已提交
2141
 "compiletest_rs",
2142
 "directories",
R
Ralf Jung 已提交
2143
 "env_logger 0.7.1",
R
Ralf Jung 已提交
2144
 "getrandom",
R
Ralf Jung 已提交
2145
 "hex 0.4.0",
2146 2147
 "log",
 "num-traits",
R
Ralf Jung 已提交
2148
 "rand 0.7.0",
2149 2150
 "rustc-workspace-hack",
 "rustc_version",
R
Ralf Jung 已提交
2151
 "serde",
2152 2153
 "shell-escape",
 "vergen",
2154 2155
]

2156 2157 2158 2159
[[package]]
name = "native-tls"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2160
checksum = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
2161
dependencies = [
2162 2163 2164 2165 2166 2167 2168 2169 2170 2171
 "lazy_static 1.3.0",
 "libc",
 "log",
 "openssl",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "security-framework",
 "security-framework-sys",
 "tempfile",
2172 2173
]

2174 2175 2176 2177
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2178
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
2179
dependencies = [
2180 2181
 "cfg-if",
 "libc",
E
Eric Huss 已提交
2182
 "winapi 0.3.8",
2183 2184
]

A
Alex Crichton 已提交
2185 2186
[[package]]
name = "new_debug_unreachable"
Y
Yuki Okushi 已提交
2187
version = "1.0.3"
A
Alex Crichton 已提交
2188
source = "registry+https://github.com/rust-lang/crates.io-index"
2189
checksum = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30"
A
Alex Crichton 已提交
2190

N
Nick Cameron 已提交
2191 2192 2193 2194
[[package]]
name = "nodrop"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2195
checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
N
Nick Cameron 已提交
2196

2197
[[package]]
O
Oliver Schneider 已提交
2198 2199
name = "num-integer"
version = "0.1.39"
2200
source = "registry+https://github.com/rust-lang/crates.io-index"
2201
checksum = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
2202
dependencies = [
2203
 "num-traits",
2204 2205
]

S
Steve Klabnik 已提交
2206 2207
[[package]]
name = "num-traits"
2208
version = "0.2.6"
S
Steve Klabnik 已提交
2209
source = "registry+https://github.com/rust-lang/crates.io-index"
2210
checksum = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
S
Steve Klabnik 已提交
2211

2212 2213
[[package]]
name = "num_cpus"
E
Eric Huss 已提交
2214
version = "1.10.1"
2215
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2216
checksum = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
2217
dependencies = [
2218
 "libc",
2219 2220
]

2221 2222 2223 2224 2225 2226
[[package]]
name = "once_cell"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6a04cb71e910d0034815600180f62a95bf6e67942d7ab52a166a68c7d7e9cd0"

S
Steve Klabnik 已提交
2227 2228
[[package]]
name = "open"
A
Alex Crichton 已提交
2229
version = "1.2.1"
S
Steve Klabnik 已提交
2230
source = "registry+https://github.com/rust-lang/crates.io-index"
2231
checksum = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
S
Steve Klabnik 已提交
2232

A
Alex Crichton 已提交
2233 2234
[[package]]
name = "opener"
E
Eric Huss 已提交
2235
version = "0.4.0"
A
Alex Crichton 已提交
2236
source = "registry+https://github.com/rust-lang/crates.io-index"
2237
checksum = "998c59e83d9474c01127a96e023b7a04bb061dd286bf8bb939d31dc8d31a7448"
A
Alex Crichton 已提交
2238
dependencies = [
E
Eric Huss 已提交
2239
 "winapi 0.3.8",
A
Alex Crichton 已提交
2240 2241
]

2242 2243
[[package]]
name = "openssl"
L
Lzu Tao 已提交
2244
version = "0.10.25"
2245
source = "registry+https://github.com/rust-lang/crates.io-index"
L
Lzu Tao 已提交
2246
checksum = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449"
2247
dependencies = [
2248 2249 2250 2251 2252 2253
 "bitflags",
 "cfg-if",
 "foreign-types",
 "lazy_static 1.3.0",
 "libc",
 "openssl-sys",
2254 2255 2256 2257
]

[[package]]
name = "openssl-probe"
A
Alex Crichton 已提交
2258
version = "0.1.2"
2259
source = "registry+https://github.com/rust-lang/crates.io-index"
2260
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2261

E
Eric Huss 已提交
2262 2263
[[package]]
name = "openssl-src"
A
Alex Crichton 已提交
2264
version = "111.6.0+1.1.1d"
E
Eric Huss 已提交
2265
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
2266
checksum = "b9c2da1de8a7a3f860919c01540b03a6db16de042405a8a07a5e9d0b4b825d9c"
E
Eric Huss 已提交
2267
dependencies = [
2268
 "cc",
E
Eric Huss 已提交
2269 2270
]

2271 2272
[[package]]
name = "openssl-sys"
L
Lzu Tao 已提交
2273
version = "0.9.52"
2274
source = "registry+https://github.com/rust-lang/crates.io-index"
L
Lzu Tao 已提交
2275
checksum = "c977d08e1312e2f7e4b86f9ebaa0ed3b19d1daff75fae88bbb88108afbd801fc"
2276
dependencies = [
L
Lzu Tao 已提交
2277
 "autocfg",
2278 2279 2280 2281 2282
 "cc",
 "libc",
 "openssl-src",
 "pkg-config",
 "vcpkg",
2283 2284
]

2285 2286 2287 2288
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2289
checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2290

N
Nick Cameron 已提交
2291 2292 2293 2294
[[package]]
name = "packed_simd"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2295
checksum = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
N
Nick Cameron 已提交
2296
dependencies = [
2297
 "cfg-if",
N
Nick Cameron 已提交
2298 2299
]

2300 2301 2302 2303
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
2304 2305 2306
 "compiler_builtins",
 "core",
 "libc",
2307 2308 2309 2310 2311 2312
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
2313 2314 2315 2316 2317 2318
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
 "unwind",
2319 2320
]

2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335
[[package]]
name = "parity-tokio-ipc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8281bf4f1d6429573f89589bf68d89451c46750977a8264f8ea3edbabeba7947"
dependencies = [
 "bytes",
 "futures",
 "log",
 "mio-named-pipes",
 "miow 0.3.3",
 "rand 0.7.0",
 "tokio",
 "tokio-named-pipes",
 "tokio-uds",
E
Eric Huss 已提交
2336
 "winapi 0.3.8",
2337 2338 2339 2340 2341 2342 2343 2344
]

[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
2345 2346
 "lock_api",
 "parking_lot_core",
2347
 "rustc_version",
2348 2349
]

2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
 "rustc_version",
R
Ralf Jung 已提交
2361
 "smallvec 0.6.10",
E
Eric Huss 已提交
2362
 "winapi 0.3.8",
2363 2364
]

2365 2366
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
2367
version = "1.0.1"
2368
source = "registry+https://github.com/rust-lang/crates.io-index"
2369
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2370

E
Eric Huss 已提交
2371 2372
[[package]]
name = "percent-encoding"
E
Eric Huss 已提交
2373
version = "2.1.0"
E
Eric Huss 已提交
2374
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2375
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
E
Eric Huss 已提交
2376

2377 2378 2379 2380
[[package]]
name = "pest"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2381
checksum = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3"
2382
dependencies = [
2383
 "ucd-trie",
2384 2385 2386 2387 2388 2389
]

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2390
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2391
dependencies = [
2392 2393
 "pest",
 "pest_generator",
2394 2395 2396 2397 2398 2399
]

[[package]]
name = "pest_generator"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2400
checksum = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646"
2401
dependencies = [
2402 2403
 "pest",
 "pest_meta",
2404 2405 2406
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
2407 2408 2409 2410 2411 2412
]

[[package]]
name = "pest_meta"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2413
checksum = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e"
2414
dependencies = [
2415 2416 2417
 "maplit",
 "pest",
 "sha-1",
2418 2419
]

S
steveklabnik 已提交
2420 2421
[[package]]
name = "phf"
2422
version = "0.7.24"
S
steveklabnik 已提交
2423
source = "registry+https://github.com/rust-lang/crates.io-index"
2424
checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
S
steveklabnik 已提交
2425
dependencies = [
2426
 "phf_shared",
S
steveklabnik 已提交
2427 2428 2429 2430
]

[[package]]
name = "phf_codegen"
2431
version = "0.7.24"
S
steveklabnik 已提交
2432
source = "registry+https://github.com/rust-lang/crates.io-index"
2433
checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
S
steveklabnik 已提交
2434
dependencies = [
2435 2436
 "phf_generator",
 "phf_shared",
S
steveklabnik 已提交
2437 2438 2439 2440
]

[[package]]
name = "phf_generator"
2441
version = "0.7.24"
S
steveklabnik 已提交
2442
source = "registry+https://github.com/rust-lang/crates.io-index"
2443
checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
S
steveklabnik 已提交
2444
dependencies = [
2445 2446
 "phf_shared",
 "rand 0.6.1",
S
steveklabnik 已提交
2447 2448 2449 2450
]

[[package]]
name = "phf_shared"
2451
version = "0.7.24"
S
steveklabnik 已提交
2452
source = "registry+https://github.com/rust-lang/crates.io-index"
2453
checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
S
steveklabnik 已提交
2454
dependencies = [
2455
 "siphasher",
S
steveklabnik 已提交
2456 2457
]

2458 2459
[[package]]
name = "pkg-config"
2460
version = "0.3.14"
2461
source = "registry+https://github.com/rust-lang/crates.io-index"
2462
checksum = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
2463

2464 2465
[[package]]
name = "polonius-engine"
2466
version = "0.11.0"
2467
source = "registry+https://github.com/rust-lang/crates.io-index"
2468
checksum = "1e478d7c38eb785c6416cbe58df12aa55d7aefa3759b6d3e044b2ed03f423cec"
D
Douglas Campos 已提交
2469
dependencies = [
2470 2471 2472
 "datafrog",
 "log",
 "rustc-hash",
D
Douglas Campos 已提交
2473
]
2474

G
gnzlbg 已提交
2475 2476 2477 2478
[[package]]
name = "ppv-lite86"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2479
checksum = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
G
gnzlbg 已提交
2480

S
steveklabnik 已提交
2481 2482 2483 2484
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2485
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
S
steveklabnik 已提交
2486

M
Mark Simulacrum 已提交
2487 2488 2489 2490
[[package]]
name = "pretty_assertions"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2491
checksum = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
M
Mark Simulacrum 已提交
2492
dependencies = [
2493 2494
 "ansi_term",
 "difference",
M
Mark Simulacrum 已提交
2495 2496
]

E
Eric Huss 已提交
2497 2498
[[package]]
name = "pretty_env_logger"
2499
version = "0.3.0"
E
Eric Huss 已提交
2500
source = "registry+https://github.com/rust-lang/crates.io-index"
2501
checksum = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61"
E
Eric Huss 已提交
2502
dependencies = [
2503
 "chrono",
A
Alex Crichton 已提交
2504
 "env_logger 0.6.2",
2505
 "log",
E
Eric Huss 已提交
2506 2507
]

2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524
[[package]]
name = "proc-macro-crate"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"
dependencies = [
 "toml",
]

[[package]]
name = "proc-macro-error"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097"
dependencies = [
 "proc-macro2 1.0.3",
 "quote 1.0.2",
I
Igor Matuszewski 已提交
2525
 "syn 1.0.11",
2526 2527
]

A
Alex Crichton 已提交
2528 2529
[[package]]
name = "proc-macro2"
E
Eric Huss 已提交
2530
version = "0.4.30"
A
Alex Crichton 已提交
2531
source = "registry+https://github.com/rust-lang/crates.io-index"
2532
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
A
Alex Crichton 已提交
2533
dependencies = [
2534
 "unicode-xid 0.1.0",
A
Alex Crichton 已提交
2535 2536
]

2537 2538 2539 2540 2541 2542 2543 2544 2545
[[package]]
name = "proc-macro2"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8"
dependencies = [
 "unicode-xid 0.2.0",
]

2546 2547 2548
[[package]]
name = "proc_macro"
version = "0.0.0"
2549 2550 2551
dependencies = [
 "std",
]
2552

2553 2554 2555 2556
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
2557 2558 2559
 "cc",
 "compiler_builtins",
 "core",
2560 2561
]

E
Eric Huss 已提交
2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574
[[package]]
name = "publicsuffix"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bf259a81de2b2eb9850ec990ec78e6a25319715584fd7652b9b26f96fcb1510"
dependencies = [
 "error-chain",
 "idna 0.2.0",
 "lazy_static 1.3.0",
 "regex",
 "url 2.1.0",
]

2575 2576
[[package]]
name = "pulldown-cmark"
G
Guillaume Gomez 已提交
2577
version = "0.5.3"
2578
source = "registry+https://github.com/rust-lang/crates.io-index"
2579
checksum = "77043da1282374688ee212dc44b3f37ff929431de9c9adc3053bd3cee5630357"
2580
dependencies = [
2581 2582
 "bitflags",
 "memchr",
E
Eric Huss 已提交
2583
 "unicase",
L
Lzu Tao 已提交
2584 2585 2586 2587
]

[[package]]
name = "pulldown-cmark"
E
Eric Huss 已提交
2588
version = "0.6.1"
L
Lzu Tao 已提交
2589
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2590
checksum = "1c205cc82214f3594e2d50686730314f817c67ffa80fe800cf0db78c3c2b9d9e"
L
Lzu Tao 已提交
2591 2592 2593 2594
dependencies = [
 "bitflags",
 "getopts",
 "memchr",
E
Eric Huss 已提交
2595
 "unicase",
2596 2597
]

2598 2599 2600 2601
[[package]]
name = "punycode"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2602
checksum = "6ddd112cca70a4d30883b2d21568a1d376ff8be4758649f64f973c6845128ad3"
2603

2604 2605
[[package]]
name = "quick-error"
A
Alex Crichton 已提交
2606
version = "1.2.2"
2607
source = "registry+https://github.com/rust-lang/crates.io-index"
2608
checksum = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
2609 2610

[[package]]
O
Oliver Schneider 已提交
2611 2612
name = "quine-mc_cluskey"
version = "0.2.4"
2613
source = "registry+https://github.com/rust-lang/crates.io-index"
2614
checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2615

A
Alex Crichton 已提交
2616 2617
[[package]]
name = "quote"
E
Eric Huss 已提交
2618
version = "0.6.12"
A
Alex Crichton 已提交
2619
source = "registry+https://github.com/rust-lang/crates.io-index"
2620
checksum = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
A
Alex Crichton 已提交
2621
dependencies = [
2622 2623 2624 2625 2626 2627 2628 2629 2630 2631
 "proc-macro2 0.4.30",
]

[[package]]
name = "quote"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
dependencies = [
 "proc-macro2 1.0.3",
A
Alex Crichton 已提交
2632 2633
]

2634 2635
[[package]]
name = "racer"
I
Igor Matuszewski 已提交
2636
version = "2.1.29"
2637
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2638
checksum = "7a6d7ffceb4da3e0a29c18986f0469c209f4db3ab9f2ffe286eaa1104a3e5028"
2639
dependencies = [
2640 2641 2642
 "bitflags",
 "clap",
 "derive_more",
A
Alex Crichton 已提交
2643
 "env_logger 0.6.2",
2644 2645 2646 2647 2648
 "humantime",
 "lazy_static 1.3.0",
 "log",
 "rls-span",
 "rustc-ap-syntax",
2649
]
2650

2651 2652 2653 2654
[[package]]
name = "rand"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2655
checksum = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
2656
dependencies = [
2657 2658 2659 2660 2661 2662 2663 2664 2665 2666
 "cloudabi",
 "fuchsia-zircon",
 "libc",
 "rand_chacha 0.1.0",
 "rand_core 0.3.0",
 "rand_hc 0.1.0",
 "rand_isaac",
 "rand_pcg",
 "rand_xorshift 0.1.0",
 "rustc_version",
E
Eric Huss 已提交
2667
 "winapi 0.3.8",
2668 2669
]

G
gnzlbg 已提交
2670 2671 2672 2673
[[package]]
name = "rand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2674
checksum = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
G
gnzlbg 已提交
2675
dependencies = [
2676 2677 2678
 "getrandom",
 "libc",
 "rand_chacha 0.2.1",
E
Eric Huss 已提交
2679
 "rand_core 0.5.1",
2680
 "rand_hc 0.2.0",
G
gnzlbg 已提交
2681 2682
]

2683 2684 2685 2686
[[package]]
name = "rand_chacha"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2687
checksum = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
2688
dependencies = [
2689 2690
 "rand_core 0.3.0",
 "rustc_version",
2691 2692
]

G
gnzlbg 已提交
2693 2694 2695 2696
[[package]]
name = "rand_chacha"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2697
checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
G
gnzlbg 已提交
2698
dependencies = [
2699
 "c2-chacha",
E
Eric Huss 已提交
2700
 "rand_core 0.5.1",
G
gnzlbg 已提交
2701 2702
]

2703 2704 2705 2706
[[package]]
name = "rand_core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2707
checksum = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
2708

2709 2710 2711 2712
[[package]]
name = "rand_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2713
checksum = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
2714

G
gnzlbg 已提交
2715 2716
[[package]]
name = "rand_core"
E
Eric Huss 已提交
2717
version = "0.5.1"
G
gnzlbg 已提交
2718
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2719
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
G
gnzlbg 已提交
2720
dependencies = [
2721
 "getrandom",
G
gnzlbg 已提交
2722 2723
]

2724 2725 2726 2727
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2728
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2729
dependencies = [
2730
 "rand_core 0.3.0",
2731 2732
]

G
gnzlbg 已提交
2733 2734 2735 2736
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2737
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
G
gnzlbg 已提交
2738
dependencies = [
E
Eric Huss 已提交
2739
 "rand_core 0.5.1",
G
gnzlbg 已提交
2740 2741
]

2742 2743 2744
[[package]]
name = "rand_isaac"
version = "0.1.1"
K
kennytm 已提交
2745
source = "registry+https://github.com/rust-lang/crates.io-index"
2746
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2747
dependencies = [
2748
 "rand_core 0.3.0",
2749 2750
]

2751 2752 2753 2754
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2755
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2756
dependencies = [
2757 2758 2759 2760 2761
 "cloudabi",
 "fuchsia-cprng",
 "libc",
 "rand_core 0.4.0",
 "rdrand",
E
Eric Huss 已提交
2762
 "winapi 0.3.8",
2763 2764
]

2765 2766 2767 2768
[[package]]
name = "rand_pcg"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2769
checksum = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
2770
dependencies = [
2771 2772
 "rand_core 0.3.0",
 "rustc_version",
2773 2774 2775 2776 2777 2778
]

[[package]]
name = "rand_xorshift"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2779
checksum = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
2780
dependencies = [
2781
 "rand_core 0.3.0",
2782
]
K
kennytm 已提交
2783

R
Ralf Jung 已提交
2784 2785 2786 2787
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2788
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
R
Ralf Jung 已提交
2789
dependencies = [
E
Eric Huss 已提交
2790 2791 2792 2793 2794 2795 2796 2797 2798 2799
 "rand_core 0.5.1",
]

[[package]]
name = "rand_xoshiro"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
dependencies = [
 "rand_core 0.5.1",
R
Ralf Jung 已提交
2800 2801
]

N
Nick Cameron 已提交
2802 2803
[[package]]
name = "rayon"
J
Josh Stone 已提交
2804
version = "1.2.0"
N
Nick Cameron 已提交
2805
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
2806
checksum = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
N
Nick Cameron 已提交
2807
dependencies = [
2808
 "crossbeam-deque",
2809 2810
 "either",
 "rayon-core",
O
Oliver Schneider 已提交
2811 2812 2813 2814
]

[[package]]
name = "rayon-core"
J
Josh Stone 已提交
2815
version = "1.6.0"
O
Oliver Schneider 已提交
2816
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
2817
checksum = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
O
Oliver Schneider 已提交
2818
dependencies = [
2819
 "crossbeam-deque",
2820 2821 2822 2823
 "crossbeam-queue",
 "crossbeam-utils 0.6.5",
 "lazy_static 1.3.0",
 "num_cpus",
2824 2825 2826 2827 2828 2829
]

[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2830
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2831
dependencies = [
2832
 "rand_core 0.3.0",
2833 2834
]

N
Nick Cameron 已提交
2835 2836
[[package]]
name = "redox_syscall"
2837
version = "0.1.43"
O
Oliver Schneider 已提交
2838
source = "registry+https://github.com/rust-lang/crates.io-index"
2839
checksum = "679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d"
O
Oliver Schneider 已提交
2840 2841 2842 2843

[[package]]
name = "redox_termios"
version = "0.1.1"
N
Nick Cameron 已提交
2844
source = "registry+https://github.com/rust-lang/crates.io-index"
2845
checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
O
Oliver Schneider 已提交
2846
dependencies = [
2847
 "redox_syscall",
O
Oliver Schneider 已提交
2848
]
N
Nick Cameron 已提交
2849

F
flip1995 已提交
2850 2851
[[package]]
name = "redox_users"
2852
version = "0.3.0"
F
flip1995 已提交
2853
source = "registry+https://github.com/rust-lang/crates.io-index"
2854
checksum = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
F
flip1995 已提交
2855
dependencies = [
2856 2857 2858 2859
 "argon2rs",
 "failure",
 "rand_os",
 "redox_syscall",
F
flip1995 已提交
2860 2861
]

2862 2863
[[package]]
name = "regex"
E
Eric Huss 已提交
2864
version = "1.1.6"
2865
source = "registry+https://github.com/rust-lang/crates.io-index"
2866
checksum = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"
2867
dependencies = [
2868 2869 2870 2871 2872
 "aho-corasick",
 "memchr",
 "regex-syntax",
 "thread_local",
 "utf8-ranges",
2873 2874 2875 2876
]

[[package]]
name = "regex-syntax"
E
Eric Huss 已提交
2877
version = "0.6.6"
2878
source = "registry+https://github.com/rust-lang/crates.io-index"
2879
checksum = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
2880
dependencies = [
2881
 "ucd-util",
2882 2883
]

2884 2885 2886 2887 2888 2889 2890 2891
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
2892 2893
[[package]]
name = "remove_dir_all"
E
Eric Huss 已提交
2894
version = "0.5.2"
A
Alex Crichton 已提交
2895
source = "registry+https://github.com/rust-lang/crates.io-index"
2896
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
A
Alex Crichton 已提交
2897
dependencies = [
E
Eric Huss 已提交
2898
 "winapi 0.3.8",
A
Alex Crichton 已提交
2899 2900
]

2901 2902
[[package]]
name = "reqwest"
E
Eric Huss 已提交
2903
version = "0.9.22"
2904
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2905
checksum = "2c2064233e442ce85c77231ebd67d9eca395207dec2127fe0bbedde4bd29a650"
2906 2907 2908
dependencies = [
 "base64",
 "bytes",
E
Eric Huss 已提交
2909 2910
 "cookie",
 "cookie_store",
2911
 "encoding_rs",
E
Eric Huss 已提交
2912
 "flate2",
2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923
 "futures",
 "http",
 "hyper",
 "hyper-tls",
 "log",
 "mime",
 "mime_guess",
 "native-tls",
 "serde",
 "serde_json",
 "serde_urlencoded",
E
Eric Huss 已提交
2924
 "time",
2925 2926 2927 2928 2929 2930 2931
 "tokio",
 "tokio-executor",
 "tokio-io",
 "tokio-threadpool",
 "tokio-timer",
 "url 1.7.2",
 "uuid",
E
Eric Huss 已提交
2932
 "winreg",
2933 2934
]

2935 2936
[[package]]
name = "rls"
I
Igor Matuszewski 已提交
2937
version = "1.41.0"
2938
dependencies = [
2939
 "cargo",
M
Manish Goregaokar 已提交
2940
 "cargo_metadata 0.8.0",
2941 2942 2943
 "clippy_lints",
 "crossbeam-channel",
 "difference",
R
Ralf Jung 已提交
2944
 "env_logger 0.7.1",
2945 2946 2947
 "failure",
 "futures",
 "heck",
2948
 "home",
2949 2950 2951 2952 2953 2954 2955 2956 2957
 "itertools 0.8.0",
 "jsonrpc-core",
 "lazy_static 1.3.0",
 "log",
 "lsp-codec",
 "lsp-types",
 "num_cpus",
 "ordslice",
 "racer",
2958
 "rand 0.7.0",
2959 2960 2961 2962
 "rayon",
 "regex",
 "rls-analysis",
 "rls-data",
2963
 "rls-ipc",
2964 2965 2966 2967
 "rls-rustc",
 "rls-span",
 "rls-vfs",
 "rustc-workspace-hack",
I
Igor Matuszewski 已提交
2968
 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2969 2970 2971
 "rustfmt-nightly",
 "serde",
 "serde_derive",
2972
 "serde_ignored",
2973 2974 2975 2976 2977
 "serde_json",
 "tempfile",
 "tokio",
 "tokio-process",
 "tokio-timer",
E
Eric Huss 已提交
2978
 "toml",
2979
 "url 2.1.0",
2980
 "walkdir",
2981 2982 2983 2984
]

[[package]]
name = "rls-analysis"
I
Igor Matuszewski 已提交
2985
version = "0.18.0"
2986
source = "registry+https://github.com/rust-lang/crates.io-index"
2987
checksum = "4c0d208ad66717501222c74b42d9e823a7612592e85ed78b04074c8f58c0be0a"
2988
dependencies = [
2989 2990 2991 2992 2993 2994 2995 2996 2997
 "derive-new",
 "fst",
 "itertools 0.7.8",
 "json",
 "log",
 "rls-data",
 "rls-span",
 "serde",
 "serde_json",
A
Alex Crichton 已提交
2998 2999
]

3000 3001
[[package]]
name = "rls-data"
3002
version = "0.19.0"
3003
source = "registry+https://github.com/rust-lang/crates.io-index"
3004
checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
3005
dependencies = [
3006 3007
 "rls-span",
 "serde",
3008 3009
]

3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021
[[package]]
name = "rls-ipc"
version = "0.1.0"
dependencies = [
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "jsonrpc-ipc-server",
 "rls-data",
 "serde",
]

N
Nick Cameron 已提交
3022 3023
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
3024
version = "0.6.0"
3025 3026
dependencies = [
 "clippy_lints",
R
Ralf Jung 已提交
3027
 "env_logger 0.7.1",
3028 3029 3030
 "failure",
 "futures",
 "log",
3031
 "rand 0.7.0",
3032 3033 3034 3035 3036
 "rls-data",
 "rls-ipc",
 "serde",
 "tokio",
]
N
Nick Cameron 已提交
3037

3038 3039
[[package]]
name = "rls-span"
3040
version = "0.5.1"
3041
source = "registry+https://github.com/rust-lang/crates.io-index"
3042
checksum = "f1cb4694410d8d2ce43ccff3682f1c782158a018d5a9a92185675677f7533eb3"
3043
dependencies = [
3044
 "serde",
3045 3046 3047 3048
]

[[package]]
name = "rls-vfs"
3049
version = "0.8.0"
3050
source = "registry+https://github.com/rust-lang/crates.io-index"
3051
checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
3052
dependencies = [
3053 3054
 "log",
 "rls-span",
3055 3056
]

3057 3058
[[package]]
name = "rustbook"
3059 3060
version = "0.1.0"
dependencies = [
3061
 "clap",
E
Eric Huss 已提交
3062
 "codespan-reporting",
3063 3064 3065
 "failure",
 "mdbook",
 "mdbook-linkcheck",
3066
 "rustc-workspace-hack",
3067
]
3068 3069 3070 3071 3072

[[package]]
name = "rustc"
version = "0.0.0"
dependencies = [
3073 3074 3075 3076 3077 3078 3079 3080 3081
 "arena",
 "backtrace",
 "bitflags",
 "byteorder",
 "chalk-engine",
 "fmt_macros",
 "graphviz",
 "jobserver",
 "log",
3082
 "measureme",
3083
 "num_cpus",
3084
 "parking_lot",
3085
 "polonius-engine",
I
Igor Matuszewski 已提交
3086 3087
 "rustc-rayon",
 "rustc-rayon-core",
3088 3089
 "rustc_apfloat",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
3090
 "rustc_error_codes",
3091
 "rustc_errors",
3092
 "rustc_feature",
3093
 "rustc_fs_util",
3094
 "rustc_index",
3095
 "rustc_macros",
3096
 "rustc_session",
3097 3098 3099
 "rustc_target",
 "scoped-tls",
 "serialize",
R
Ralf Jung 已提交
3100
 "smallvec 1.0.0",
3101 3102
 "syntax",
 "syntax_pos",
3103 3104
]

I
Igor Matuszewski 已提交
3105 3106
[[package]]
name = "rustc-ap-arena"
I
Igor Matuszewski 已提交
3107
version = "610.0.0"
I
Igor Matuszewski 已提交
3108
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3109
checksum = "7475f4c707269b56eb7144c53591e3cd6369a5aa1d66434829ea11df96d5e7e3"
I
Igor Matuszewski 已提交
3110
dependencies = [
3111
 "rustc-ap-rustc_data_structures",
R
Ralf Jung 已提交
3112
 "smallvec 0.6.10",
I
Igor Matuszewski 已提交
3113 3114 3115 3116
]

[[package]]
name = "rustc-ap-graphviz"
I
Igor Matuszewski 已提交
3117
version = "610.0.0"
I
Igor Matuszewski 已提交
3118
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3119
checksum = "6e59a55520f140a70a3e0fad80a36e807caa85e9d7016167b91a5b521ea929be"
I
Igor Matuszewski 已提交
3120 3121 3122

[[package]]
name = "rustc-ap-rustc_data_structures"
I
Igor Matuszewski 已提交
3123
version = "610.0.0"
I
Igor Matuszewski 已提交
3124
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3125
checksum = "6420857d5a088f680ec1ba736ffba4ee9c1964b0d397e6318f38d461f4f7d5cb"
I
Igor Matuszewski 已提交
3126
dependencies = [
3127 3128 3129 3130 3131 3132 3133
 "cfg-if",
 "crossbeam-utils 0.6.5",
 "ena",
 "indexmap",
 "jobserver",
 "lazy_static 1.3.0",
 "log",
3134
 "parking_lot",
3135
 "rustc-ap-graphviz",
I
Igor Matuszewski 已提交
3136
 "rustc-ap-rustc_index",
3137 3138
 "rustc-ap-serialize",
 "rustc-hash",
I
Igor Matuszewski 已提交
3139 3140
 "rustc-rayon",
 "rustc-rayon-core",
R
Ralf Jung 已提交
3141
 "smallvec 0.6.10",
3142
 "stable_deref_trait",
I
Igor Matuszewski 已提交
3143 3144 3145 3146
]

[[package]]
name = "rustc-ap-rustc_errors"
I
Igor Matuszewski 已提交
3147
version = "610.0.0"
I
Igor Matuszewski 已提交
3148
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3149
checksum = "8abfca0960131262254a91d02ff4903526a261ede730d7a2c75b4234c867cdc0"
I
Igor Matuszewski 已提交
3150
dependencies = [
3151 3152 3153 3154 3155 3156
 "annotate-snippets",
 "atty",
 "log",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-serialize",
 "rustc-ap-syntax_pos",
3157
 "term_size",
3158 3159
 "termcolor",
 "unicode-width",
I
Igor Matuszewski 已提交
3160 3161
]

I
Igor Matuszewski 已提交
3162 3163
[[package]]
name = "rustc-ap-rustc_index"
I
Igor Matuszewski 已提交
3164
version = "610.0.0"
I
Igor Matuszewski 已提交
3165
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3166
checksum = "5a395509dcb90a92c1479c085639594624e06b4ab3fc7c1b795b46a61f2d4f65"
I
Igor Matuszewski 已提交
3167 3168
dependencies = [
 "rustc-ap-serialize",
R
Ralf Jung 已提交
3169
 "smallvec 0.6.10",
I
Igor Matuszewski 已提交
3170 3171
]

I
Igor Matuszewski 已提交
3172 3173
[[package]]
name = "rustc-ap-rustc_lexer"
I
Igor Matuszewski 已提交
3174
version = "610.0.0"
I
Igor Matuszewski 已提交
3175
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3176
checksum = "64eac8a0e6efb8f55292aa24be0208c7c0538236c613e79952fd1fa3d54bcf8e"
3177 3178 3179
dependencies = [
 "unicode-xid 0.2.0",
]
I
Igor Matuszewski 已提交
3180 3181 3182

[[package]]
name = "rustc-ap-rustc_macros"
I
Igor Matuszewski 已提交
3183
version = "610.0.0"
I
Igor Matuszewski 已提交
3184
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3185
checksum = "f99795e8be4877e9e05d59f201e1740c1cf673364655def5848606d9e25b75af"
I
Igor Matuszewski 已提交
3186
dependencies = [
3187
 "itertools 0.8.0",
I
Igor Matuszewski 已提交
3188 3189 3190 3191
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
 "synstructure 0.12.1",
I
Igor Matuszewski 已提交
3192 3193 3194 3195
]

[[package]]
name = "rustc-ap-rustc_target"
I
Igor Matuszewski 已提交
3196
version = "610.0.0"
I
Igor Matuszewski 已提交
3197
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3198
checksum = "f22e21fdd8e1c0030f507158fa79b9f1e080e6241aba994d0f97c14a0a07a826"
I
Igor Matuszewski 已提交
3199
dependencies = [
3200 3201 3202
 "bitflags",
 "log",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3203
 "rustc-ap-rustc_index",
3204 3205
 "rustc-ap-serialize",
 "rustc-ap-syntax_pos",
I
Igor Matuszewski 已提交
3206 3207 3208 3209
]

[[package]]
name = "rustc-ap-serialize"
I
Igor Matuszewski 已提交
3210
version = "610.0.0"
I
Igor Matuszewski 已提交
3211
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3212
checksum = "bb1cd6ef5135408d62559866e79986ca261f4c1333253d500e5e66fe66d1432e"
I
Igor Matuszewski 已提交
3213
dependencies = [
3214
 "indexmap",
R
Ralf Jung 已提交
3215
 "smallvec 0.6.10",
I
Igor Matuszewski 已提交
3216 3217 3218 3219
]

[[package]]
name = "rustc-ap-syntax"
I
Igor Matuszewski 已提交
3220
version = "610.0.0"
I
Igor Matuszewski 已提交
3221
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3222
checksum = "61fc1c901d2cbd24cae95d7bc5a58aa7661ec3dc5320c78c32830a52a685c33c"
I
Igor Matuszewski 已提交
3223
dependencies = [
3224 3225 3226 3227 3228
 "bitflags",
 "lazy_static 1.3.0",
 "log",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
I
Igor Matuszewski 已提交
3229
 "rustc-ap-rustc_index",
3230 3231 3232 3233 3234
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_target",
 "rustc-ap-serialize",
 "rustc-ap-syntax_pos",
 "scoped-tls",
R
Ralf Jung 已提交
3235
 "smallvec 0.6.10",
I
Igor Matuszewski 已提交
3236 3237 3238 3239
]

[[package]]
name = "rustc-ap-syntax_pos"
I
Igor Matuszewski 已提交
3240
version = "610.0.0"
I
Igor Matuszewski 已提交
3241
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3242
checksum = "230534f638255853bb9f13987537e00a818435a0cc54b68d97221b6822c8f1bc"
I
Igor Matuszewski 已提交
3243
dependencies = [
3244 3245 3246
 "cfg-if",
 "rustc-ap-arena",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3247
 "rustc-ap-rustc_index",
3248 3249 3250 3251
 "rustc-ap-rustc_macros",
 "rustc-ap-serialize",
 "scoped-tls",
 "unicode-width",
I
Igor Matuszewski 已提交
3252 3253
]

3254 3255
[[package]]
name = "rustc-demangle"
3256
version = "0.1.16"
3257
source = "registry+https://github.com/rust-lang/crates.io-index"
3258
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
3259
dependencies = [
3260 3261
 "compiler_builtins",
 "rustc-std-workspace-core",
3262
]
3263

3264 3265
[[package]]
name = "rustc-hash"
3266
version = "1.0.1"
3267
source = "registry+https://github.com/rust-lang/crates.io-index"
3268
checksum = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
3269
dependencies = [
3270
 "byteorder",
3271
]
3272

3273 3274 3275 3276
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
3277 3278 3279 3280
 "jemalloc-sys",
 "rustc_codegen_ssa",
 "rustc_driver",
 "rustc_target",
3281 3282
]

J
Josh Stone 已提交
3283 3284 3285 3286 3287 3288
[[package]]
name = "rustc-rayon"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
dependencies = [
3289
 "crossbeam-deque",
J
Josh Stone 已提交
3290
 "either",
I
Igor Matuszewski 已提交
3291
 "rustc-rayon-core",
J
John Kåre Alsaker 已提交
3292 3293
]

J
Josh Stone 已提交
3294 3295 3296 3297 3298 3299
[[package]]
name = "rustc-rayon-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
dependencies = [
3300
 "crossbeam-deque",
J
Josh Stone 已提交
3301 3302 3303 3304 3305 3306
 "crossbeam-queue",
 "crossbeam-utils 0.6.5",
 "lazy_static 1.3.0",
 "num_cpus",
]

3307 3308
[[package]]
name = "rustc-std-workspace-alloc"
3309
version = "1.99.0"
3310
dependencies = [
3311
 "alloc",
3312 3313
]

3314 3315
[[package]]
name = "rustc-std-workspace-core"
3316
version = "1.99.0"
3317
dependencies = [
3318
 "core",
3319 3320
]

3321 3322
[[package]]
name = "rustc-std-workspace-std"
3323
version = "1.99.0"
3324 3325 3326 3327
dependencies = [
 "std",
]

A
Alex Crichton 已提交
3328 3329 3330 3331
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
3332 3333 3334
 "crossbeam-utils 0.6.5",
 "serde",
 "serde_json",
R
Ralf Jung 已提交
3335
 "smallvec 0.6.10",
M
msizanoen1 已提交
3336
 "syn 0.15.35",
A
Aaron Hill 已提交
3337
 "url 2.1.0",
E
Eric Huss 已提交
3338
 "winapi 0.3.8",
A
Alex Crichton 已提交
3339 3340
]

3341 3342 3343 3344
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
3345
 "bitflags",
R
Ralf Jung 已提交
3346
 "smallvec 1.0.0",
3347 3348
]

J
Jorge Aparicio 已提交
3349 3350 3351 3352
[[package]]
name = "rustc_asan"
version = "0.0.0"
dependencies = [
3353 3354 3355 3356 3357
 "alloc",
 "build_helper",
 "cmake",
 "compiler_builtins",
 "core",
J
Jorge Aparicio 已提交
3358 3359
]

I
Irina Popa 已提交
3360 3361 3362 3363
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
3364 3365 3366 3367 3368 3369 3370 3371 3372 3373
 "bitflags",
 "flate2",
 "libc",
 "log",
 "rustc",
 "rustc-demangle",
 "rustc_codegen_ssa",
 "rustc_codegen_utils",
 "rustc_data_structures",
 "rustc_errors",
A
Aaron Hill 已提交
3374
 "rustc_feature",
3375 3376 3377
 "rustc_fs_util",
 "rustc_incremental",
 "rustc_index",
3378
 "rustc_llvm",
A
Aaron Hill 已提交
3379
 "rustc_session",
3380 3381 3382 3383 3384
 "rustc_target",
 "smallvec 0.6.10",
 "syntax",
 "syntax_expand",
 "syntax_pos",
I
Irina Popa 已提交
3385 3386
]

3387 3388 3389
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
3390
dependencies = [
3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401
 "bitflags",
 "cc",
 "jobserver",
 "libc",
 "log",
 "memmap",
 "num_cpus",
 "rustc",
 "rustc_apfloat",
 "rustc_codegen_utils",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
3402
 "rustc_error_codes",
3403 3404 3405
 "rustc_errors",
 "rustc_fs_util",
 "rustc_incremental",
3406
 "rustc_index",
3407
 "rustc_session",
3408 3409 3410 3411 3412
 "rustc_target",
 "serialize",
 "syntax",
 "syntax_pos",
 "tempfile",
3413
]
3414

I
Irina Popa 已提交
3415 3416 3417 3418
[[package]]
name = "rustc_codegen_utils"
version = "0.0.0"
dependencies = [
3419 3420 3421 3422 3423 3424 3425 3426 3427
 "log",
 "punycode",
 "rustc",
 "rustc-demangle",
 "rustc_data_structures",
 "rustc_metadata",
 "rustc_target",
 "syntax",
 "syntax_pos",
I
Irina Popa 已提交
3428 3429
]

3430 3431 3432 3433
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
3434
 "bitflags",
3435 3436 3437 3438 3439 3440 3441 3442
 "cfg-if",
 "crossbeam-utils 0.6.5",
 "ena",
 "graphviz",
 "indexmap",
 "jobserver",
 "lazy_static 1.3.0",
 "log",
3443
 "measureme",
3444
 "parking_lot",
3445
 "rustc-hash",
I
Igor Matuszewski 已提交
3446 3447
 "rustc-rayon",
 "rustc-rayon-core",
C
csmoe 已提交
3448
 "rustc_index",
3449
 "serialize",
R
Ralf Jung 已提交
3450
 "smallvec 1.0.0",
3451
 "stable_deref_trait",
3452 3453 3454 3455 3456 3457
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
R
Ralf Jung 已提交
3458
 "env_logger 0.7.1",
3459
 "graphviz",
3460
 "lazy_static 1.3.0",
3461 3462 3463 3464
 "log",
 "rustc",
 "rustc_codegen_utils",
 "rustc_data_structures",
3465
 "rustc_error_codes",
3466
 "rustc_errors",
3467
 "rustc_feature",
3468
 "rustc_interface",
3469
 "rustc_lint",
3470 3471
 "rustc_metadata",
 "rustc_mir",
3472
 "rustc_parse",
3473
 "rustc_plugin_impl",
3474
 "rustc_resolve",
3475 3476 3477 3478 3479
 "rustc_save_analysis",
 "rustc_target",
 "serialize",
 "syntax",
 "syntax_pos",
3480 3481
]

G
regen  
Guillaume Gomez 已提交
3482 3483 3484 3485
[[package]]
name = "rustc_error_codes"
version = "0.0.0"

3486 3487 3488 3489
[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
3490 3491 3492 3493 3494 3495
 "annotate-snippets",
 "atty",
 "log",
 "rustc_data_structures",
 "serialize",
 "syntax_pos",
3496
 "term_size",
3497 3498
 "termcolor",
 "unicode-width",
3499 3500
]

3501 3502 3503 3504
[[package]]
name = "rustc_feature"
version = "0.0.0"
dependencies = [
3505 3506
 "lazy_static 1.3.0",
 "rustc_data_structures",
3507 3508 3509
 "syntax_pos",
]

3510 3511 3512 3513
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

3514 3515 3516 3517
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
3518 3519
 "graphviz",
 "log",
M
Mateusz Mikuła 已提交
3520
 "rand 0.7.0",
3521 3522 3523
 "rustc",
 "rustc_data_structures",
 "rustc_fs_util",
3524
 "rustc_session",
3525 3526 3527
 "serialize",
 "syntax",
 "syntax_pos",
3528 3529
]

C
csmoe 已提交
3530 3531 3532 3533 3534
[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
 "serialize",
R
Ralf Jung 已提交
3535
 "smallvec 1.0.0",
C
csmoe 已提交
3536 3537
]

3538 3539 3540 3541
[[package]]
name = "rustc_interface"
version = "0.0.0"
dependencies = [
3542
 "log",
3543
 "once_cell",
3544
 "rustc",
I
Igor Matuszewski 已提交
3545
 "rustc-rayon",
3546
 "rustc_codegen_llvm",
3547 3548 3549 3550 3551 3552 3553 3554
 "rustc_codegen_ssa",
 "rustc_codegen_utils",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_incremental",
 "rustc_lint",
 "rustc_metadata",
 "rustc_mir",
3555
 "rustc_parse",
3556
 "rustc_passes",
3557
 "rustc_plugin_impl",
3558 3559
 "rustc_privacy",
 "rustc_resolve",
3560
 "rustc_target",
3561 3562 3563
 "rustc_traits",
 "rustc_typeck",
 "serialize",
R
Ralf Jung 已提交
3564
 "smallvec 1.0.0",
3565
 "syntax",
3566
 "syntax_expand",
3567 3568 3569
 "syntax_ext",
 "syntax_pos",
 "tempfile",
3570 3571
]

A
Aleksey Kladov 已提交
3572 3573 3574 3575
[[package]]
name = "rustc_lexer"
version = "0.1.0"
dependencies = [
3576
 "unicode-xid 0.2.0",
A
Aleksey Kladov 已提交
3577 3578
]

3579 3580 3581 3582
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
3583 3584 3585
 "log",
 "rustc",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
3586
 "rustc_error_codes",
3587
 "rustc_feature",
3588
 "rustc_index",
3589
 "rustc_session",
3590 3591 3592
 "rustc_target",
 "syntax",
 "syntax_pos",
3593 3594 3595 3596 3597 3598
]

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
3599 3600
 "build_helper",
 "cc",
3601
 "libc",
3602 3603
]

J
Jorge Aparicio 已提交
3604 3605 3606 3607
[[package]]
name = "rustc_lsan"
version = "0.0.0"
dependencies = [
3608 3609 3610 3611 3612
 "alloc",
 "build_helper",
 "cmake",
 "compiler_builtins",
 "core",
J
Jorge Aparicio 已提交
3613 3614
]

J
John Kåre Alsaker 已提交
3615 3616 3617 3618
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
3619
 "itertools 0.8.0",
3620 3621
 "proc-macro2 1.0.3",
 "quote 1.0.2",
I
Igor Matuszewski 已提交
3622
 "syn 1.0.11",
3623
 "synstructure 0.12.1",
J
John Kåre Alsaker 已提交
3624 3625
]

3626 3627 3628 3629
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
3630 3631 3632 3633 3634
 "flate2",
 "log",
 "memmap",
 "rustc",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
3635
 "rustc_error_codes",
3636
 "rustc_errors",
3637
 "rustc_index",
3638
 "rustc_parse",
3639 3640
 "rustc_target",
 "serialize",
R
Ralf Jung 已提交
3641
 "smallvec 1.0.0",
3642 3643
 "stable_deref_trait",
 "syntax",
3644
 "syntax_expand",
3645
 "syntax_pos",
3646 3647 3648 3649 3650 3651
]

[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
3652 3653 3654
 "arena",
 "either",
 "graphviz",
3655
 "itertools 0.8.0",
3656 3657 3658 3659 3660 3661
 "log",
 "log_settings",
 "polonius-engine",
 "rustc",
 "rustc_apfloat",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
3662
 "rustc_error_codes",
3663
 "rustc_errors",
3664
 "rustc_index",
3665
 "rustc_lexer",
3666
 "rustc_macros",
3667 3668
 "rustc_target",
 "serialize",
R
Ralf Jung 已提交
3669
 "smallvec 1.0.0",
3670 3671
 "syntax",
 "syntax_pos",
3672 3673
]

J
Jorge Aparicio 已提交
3674 3675 3676 3677
[[package]]
name = "rustc_msan"
version = "0.0.0"
dependencies = [
3678 3679 3680 3681 3682
 "alloc",
 "build_helper",
 "cmake",
 "compiler_builtins",
 "core",
J
Jorge Aparicio 已提交
3683 3684
]

3685 3686 3687 3688 3689 3690 3691
[[package]]
name = "rustc_parse"
version = "0.0.0"
dependencies = [
 "bitflags",
 "log",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
3692
 "rustc_error_codes",
3693
 "rustc_errors",
3694
 "rustc_feature",
3695 3696 3697 3698 3699 3700
 "rustc_lexer",
 "smallvec 1.0.0",
 "syntax",
 "syntax_pos",
]

3701 3702 3703 3704
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
3705 3706 3707
 "log",
 "rustc",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
3708
 "rustc_error_codes",
3709
 "rustc_errors",
3710
 "rustc_feature",
3711
 "rustc_index",
3712
 "rustc_parse",
3713
 "rustc_target",
3714 3715
 "syntax",
 "syntax_pos",
3716 3717 3718
]

[[package]]
3719
name = "rustc_plugin_impl"
3720 3721
version = "0.0.0"
dependencies = [
3722
 "rustc",
G
regen  
Guillaume Gomez 已提交
3723
 "rustc_error_codes",
3724 3725 3726
 "rustc_metadata",
 "syntax",
 "syntax_pos",
3727 3728 3729 3730 3731 3732
]

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
3733 3734 3735
 "log",
 "rustc",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
3736
 "rustc_error_codes",
3737 3738 3739
 "rustc_typeck",
 "syntax",
 "syntax_pos",
3740 3741 3742 3743 3744 3745
]

[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
3746 3747 3748 3749 3750
 "arena",
 "bitflags",
 "log",
 "rustc",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
3751
 "rustc_error_codes",
3752
 "rustc_errors",
3753
 "rustc_feature",
3754
 "rustc_metadata",
R
Ralf Jung 已提交
3755
 "smallvec 1.0.0",
3756
 "syntax",
3757
 "syntax_expand",
3758
 "syntax_pos",
3759 3760 3761 3762 3763 3764
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
3765 3766 3767 3768 3769 3770
 "log",
 "rls-data",
 "rls-span",
 "rustc",
 "rustc_codegen_utils",
 "rustc_data_structures",
3771
 "rustc_parse",
3772 3773 3774
 "serde_json",
 "syntax",
 "syntax_pos",
3775 3776
]

M
Mark Rousskov 已提交
3777 3778 3779 3780 3781
[[package]]
name = "rustc_session"
version = "0.0.0"
dependencies = [
 "log",
M
Mark Rousskov 已提交
3782
 "num_cpus",
M
Mark Rousskov 已提交
3783 3784
 "rustc_data_structures",
 "rustc_errors",
M
Mark Rousskov 已提交
3785 3786
 "rustc_feature",
 "rustc_fs_util",
3787
 "rustc_index",
M
Mark Rousskov 已提交
3788
 "rustc_target",
M
Mark Rousskov 已提交
3789 3790 3791 3792
 "serialize",
 "syntax_pos",
]

3793 3794 3795 3796
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
3797 3798 3799
 "bitflags",
 "log",
 "rustc_data_structures",
3800
 "rustc_index",
3801
 "rustc_macros",
3802 3803
 "serialize",
 "syntax_pos",
3804 3805
]

M
Matthias Krüger 已提交
3806 3807
[[package]]
name = "rustc_tools_util"
I
Igor Matuszewski 已提交
3808
version = "0.2.0"
3809 3810 3811

[[package]]
name = "rustc_tools_util"
O
Oliver Scherer 已提交
3812
version = "0.2.0"
I
Igor Matuszewski 已提交
3813
source = "registry+https://github.com/rust-lang/crates.io-index"
3814
checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
M
Matthias Krüger 已提交
3815

3816 3817 3818 3819
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
3820 3821 3822 3823
 "chalk-engine",
 "log",
 "rustc",
 "rustc_data_structures",
3824
 "rustc_macros",
3825
 "rustc_target",
R
Ralf Jung 已提交
3826
 "smallvec 1.0.0",
3827 3828
 "syntax",
 "syntax_pos",
3829 3830
]

J
Jorge Aparicio 已提交
3831 3832 3833 3834
[[package]]
name = "rustc_tsan"
version = "0.0.0"
dependencies = [
3835 3836 3837 3838 3839
 "alloc",
 "build_helper",
 "cmake",
 "compiler_builtins",
 "core",
J
Jorge Aparicio 已提交
3840 3841
]

3842 3843 3844 3845
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
3846 3847 3848 3849
 "arena",
 "log",
 "rustc",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
3850
 "rustc_error_codes",
3851
 "rustc_errors",
3852
 "rustc_index",
3853
 "rustc_target",
R
Ralf Jung 已提交
3854
 "smallvec 1.0.0",
3855 3856
 "syntax",
 "syntax_pos",
3857 3858
]

3859 3860
[[package]]
name = "rustc_version"
3861
version = "0.2.3"
3862
source = "registry+https://github.com/rust-lang/crates.io-index"
3863
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
3864
dependencies = [
3865
 "semver",
3866 3867
]

3868 3869 3870 3871
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
3872
 "minifier",
L
Lzu Tao 已提交
3873
 "pulldown-cmark 0.5.3",
I
Igor Matuszewski 已提交
3874
 "rustc-rayon",
3875 3876
 "serde",
 "serde_json",
3877
 "tempfile",
M
Mark Simulacrum 已提交
3878 3879
]

G
Guillaume Gomez 已提交
3880 3881 3882 3883
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
3884 3885 3886 3887
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
3888
 "rustdoc",
3889 3890
]

3891 3892
[[package]]
name = "rustfix"
E
Eric Huss 已提交
3893
version = "0.4.6"
A
Alex Crichton 已提交
3894
source = "registry+https://github.com/rust-lang/crates.io-index"
3895
checksum = "7150ac777a2931a53489f5a41eb0937b84e3092a20cd0e73ad436b65b507f607"
A
Alex Crichton 已提交
3896
dependencies = [
3897 3898 3899 3900
 "failure",
 "log",
 "serde",
 "serde_json",
3901 3902
]

T
topecongiro 已提交
3903 3904
[[package]]
name = "rustfmt-config_proc_macro"
3905
version = "0.2.0"
T
topecongiro 已提交
3906
dependencies = [
3907 3908
 "proc-macro2 1.0.3",
 "quote 1.0.2",
3909
 "serde",
I
Igor Matuszewski 已提交
3910
 "syn 1.0.11",
T
topecongiro 已提交
3911 3912
]

I
Igor Matuszewski 已提交
3913 3914
[[package]]
name = "rustfmt-nightly"
I
Igor Matuszewski 已提交
3915
version = "1.4.11"
I
Igor Matuszewski 已提交
3916
dependencies = [
3917 3918
 "annotate-snippets",
 "bytecount",
M
Manish Goregaokar 已提交
3919
 "cargo_metadata 0.8.0",
3920 3921 3922
 "derive-new",
 "diff",
 "dirs",
A
Alex Crichton 已提交
3923
 "env_logger 0.6.2",
3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937
 "failure",
 "getopts",
 "ignore",
 "itertools 0.8.0",
 "lazy_static 1.3.0",
 "log",
 "regex",
 "rustc-ap-rustc_target",
 "rustc-ap-syntax",
 "rustc-ap-syntax_pos",
 "rustc-workspace-hack",
 "rustfmt-config_proc_macro",
 "serde",
 "serde_json",
E
Eric Huss 已提交
3938
 "structopt",
3939
 "term 0.6.0",
E
Eric Huss 已提交
3940
 "toml",
3941 3942 3943
 "unicode-segmentation",
 "unicode-width",
 "unicode_categories",
I
Igor Matuszewski 已提交
3944 3945
]

A
Alex Crichton 已提交
3946 3947
[[package]]
name = "ryu"
E
Eric Huss 已提交
3948
version = "1.0.0"
A
Alex Crichton 已提交
3949
source = "registry+https://github.com/rust-lang/crates.io-index"
3950
checksum = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
A
Alex Crichton 已提交
3951

3952 3953
[[package]]
name = "same-file"
3954
version = "1.0.4"
3955
source = "registry+https://github.com/rust-lang/crates.io-index"
3956
checksum = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
3957
dependencies = [
3958
 "winapi-util",
3959 3960 3961 3962
]

[[package]]
name = "schannel"
3963
version = "0.1.14"
3964
source = "registry+https://github.com/rust-lang/crates.io-index"
3965
checksum = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56"
3966
dependencies = [
3967
 "lazy_static 1.3.0",
E
Eric Huss 已提交
3968
 "winapi 0.3.8",
3969 3970
]

M
Marcel Hellwig 已提交
3971 3972 3973 3974
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
3975
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
M
Marcel Hellwig 已提交
3976

F
flip1995 已提交
3977 3978 3979 3980
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
3981
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
F
flip1995 已提交
3982

R
Ralf Jung 已提交
3983 3984 3985 3986
[[package]]
name = "scopeguard"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
3987
checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
R
Ralf Jung 已提交
3988

3989 3990 3991 3992
[[package]]
name = "security-framework"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
3993
checksum = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2"
3994
dependencies = [
E
Eric Huss 已提交
3995 3996
 "core-foundation 0.6.3",
 "core-foundation-sys 0.6.2",
3997 3998
 "libc",
 "security-framework-sys",
3999 4000 4001 4002 4003 4004
]

[[package]]
name = "security-framework-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4005
checksum = "9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56"
4006
dependencies = [
E
Eric Huss 已提交
4007
 "core-foundation-sys 0.6.2",
4008 4009
]

4010 4011 4012 4013
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4014
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4015
dependencies = [
4016 4017
 "semver-parser",
 "serde",
4018 4019 4020 4021 4022 4023
]

[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4024
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4025 4026 4027

[[package]]
name = "serde"
F
flip1995 已提交
4028
version = "1.0.99"
4029
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
4030
checksum = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
E
Eric Huss 已提交
4031
dependencies = [
4032
 "serde_derive",
E
Eric Huss 已提交
4033
]
4034 4035 4036

[[package]]
name = "serde_derive"
4037
version = "1.0.81"
4038
source = "registry+https://github.com/rust-lang/crates.io-index"
4039
checksum = "477b13b646f5b5b56fc95bedfc3b550d12141ce84f466f6c44b9a17589923885"
4040
dependencies = [
4041 4042 4043
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
4044
]
S
Steve Klabnik 已提交
4045

F
flip1995 已提交
4046 4047 4048 4049 4050 4051 4052 4053 4054
[[package]]
name = "serde_ignored"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c24bbb8f4b81834f618cd3e28698235c2fba06ddf7f4fbe30519dd081364e59"
dependencies = [
 "serde",
]

S
Steve Klabnik 已提交
4055 4056
[[package]]
name = "serde_json"
E
Eric Huss 已提交
4057
version = "1.0.40"
S
Steve Klabnik 已提交
4058
source = "registry+https://github.com/rust-lang/crates.io-index"
4059
checksum = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
S
Steve Klabnik 已提交
4060
dependencies = [
4061 4062 4063
 "itoa",
 "ryu",
 "serde",
S
Steve Klabnik 已提交
4064 4065
]

4066 4067 4068 4069 4070 4071 4072 4073
[[package]]
name = "serde_repr"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573"
dependencies = [
 "proc-macro2 1.0.3",
 "quote 1.0.2",
I
Igor Matuszewski 已提交
4074
 "syn 1.0.11",
4075 4076
]

4077 4078 4079 4080
[[package]]
name = "serde_urlencoded"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
4081
checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
4082
dependencies = [
4083 4084 4085 4086
 "dtoa",
 "itoa",
 "serde",
 "url 1.7.2",
4087 4088
]

4089 4090 4091
[[package]]
name = "serialize"
version = "0.0.0"
4092
dependencies = [
4093
 "indexmap",
R
Ralf Jung 已提交
4094
 "smallvec 1.0.0",
4095
]
4096

4097 4098 4099 4100
[[package]]
name = "sha-1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4101
checksum = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded"
4102
dependencies = [
4103 4104 4105 4106
 "block-buffer",
 "byte-tools",
 "digest",
 "fake-simd",
4107 4108
]

4109 4110
[[package]]
name = "shell-escape"
A
Alex Crichton 已提交
4111
version = "0.1.4"
4112
source = "registry+https://github.com/rust-lang/crates.io-index"
4113
checksum = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
4114

S
steveklabnik 已提交
4115 4116 4117 4118
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4119
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
S
steveklabnik 已提交
4120

4121 4122 4123 4124
[[package]]
name = "signal-hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
4125
checksum = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
4126
dependencies = [
4127 4128
 "arc-swap",
 "libc",
4129 4130
]

S
steveklabnik 已提交
4131 4132 4133 4134
[[package]]
name = "siphasher"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4135
checksum = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
S
steveklabnik 已提交
4136

E
Eric Huss 已提交
4137 4138
[[package]]
name = "sized-chunks"
E
Eric Huss 已提交
4139
version = "0.5.0"
E
Eric Huss 已提交
4140
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4141
checksum = "62db64dd92b3b54314b1e216c274634ca2b3fe8da8b3873be670cb1ac4dad30f"
E
Eric Huss 已提交
4142
dependencies = [
E
Eric Huss 已提交
4143
 "bitmaps",
4144
 "typenum",
E
Eric Huss 已提交
4145 4146
]

4147 4148 4149 4150
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4151
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4152

4153 4154
[[package]]
name = "smallvec"
E
Eric Huss 已提交
4155
version = "0.6.10"
4156
source = "registry+https://github.com/rust-lang/crates.io-index"
4157
checksum = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
4158

R
Ralf Jung 已提交
4159 4160 4161 4162 4163 4164
[[package]]
name = "smallvec"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86"

M
Mark Simulacrum 已提交
4165 4166
[[package]]
name = "socket2"
4167
version = "0.3.8"
M
Mark Simulacrum 已提交
4168
source = "registry+https://github.com/rust-lang/crates.io-index"
4169
checksum = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
M
Mark Simulacrum 已提交
4170
dependencies = [
4171 4172 4173
 "cfg-if",
 "libc",
 "redox_syscall",
E
Eric Huss 已提交
4174
 "winapi 0.3.8",
M
Mark Simulacrum 已提交
4175 4176
]

4177 4178
[[package]]
name = "stable_deref_trait"
A
Alex Crichton 已提交
4179
version = "1.1.0"
4180
source = "registry+https://github.com/rust-lang/crates.io-index"
4181
checksum = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
4182

4183 4184 4185 4186
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
4187 4188 4189 4190 4191 4192 4193
 "alloc",
 "backtrace",
 "cfg-if",
 "compiler_builtins",
 "core",
 "dlmalloc",
 "fortanix-sgx-abi",
A
Alex Crichton 已提交
4194
 "hashbrown 0.6.2",
4195
 "hermit-abi",
4196 4197 4198 4199
 "libc",
 "panic_abort",
 "panic_unwind",
 "profiler_builtins",
M
Mateusz Mikuła 已提交
4200
 "rand 0.7.0",
4201 4202 4203 4204 4205
 "rustc_asan",
 "rustc_lsan",
 "rustc_msan",
 "rustc_tsan",
 "unwind",
4206
 "wasi 0.9.0+wasi-snapshot-preview1",
4207 4208
]

4209 4210 4211 4212
[[package]]
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4213
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
4214
dependencies = [
4215
 "bytes",
4216 4217
]

S
steveklabnik 已提交
4218 4219
[[package]]
name = "string_cache"
A
Alex Crichton 已提交
4220
version = "0.7.3"
S
steveklabnik 已提交
4221
source = "registry+https://github.com/rust-lang/crates.io-index"
4222
checksum = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
S
steveklabnik 已提交
4223
dependencies = [
4224 4225 4226 4227 4228 4229 4230
 "lazy_static 1.3.0",
 "new_debug_unreachable",
 "phf_shared",
 "precomputed-hash",
 "serde",
 "string_cache_codegen",
 "string_cache_shared",
S
steveklabnik 已提交
4231 4232 4233 4234
]

[[package]]
name = "string_cache_codegen"
4235
version = "0.4.2"
S
steveklabnik 已提交
4236
source = "registry+https://github.com/rust-lang/crates.io-index"
4237
checksum = "1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da"
S
steveklabnik 已提交
4238
dependencies = [
4239 4240
 "phf_generator",
 "phf_shared",
4241 4242
 "proc-macro2 0.4.30",
 "quote 0.6.12",
4243
 "string_cache_shared",
S
steveklabnik 已提交
4244 4245 4246 4247 4248 4249
]

[[package]]
name = "string_cache_shared"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4250
checksum = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
S
steveklabnik 已提交
4251

E
Eric Huss 已提交
4252 4253 4254 4255
[[package]]
name = "strip-ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4256
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
E
Eric Huss 已提交
4257
dependencies = [
4258
 "vte",
E
Eric Huss 已提交
4259 4260
]

4261 4262
[[package]]
name = "strsim"
4263
version = "0.8.0"
4264
source = "registry+https://github.com/rust-lang/crates.io-index"
4265
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4266

4267 4268 4269 4270 4271 4272 4273
[[package]]
name = "structopt"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ac9d6e93dd792b217bf89cda5c14566e3043960c6f9da890c2ba5d09d07804c"
dependencies = [
 "clap",
E
Eric Huss 已提交
4274
 "structopt-derive",
4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286
]

[[package]]
name = "structopt-derive"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ae9e5165d463a0dea76967d021f8d0f9316057bf5163aa2a4843790e842ff37"
dependencies = [
 "heck",
 "proc-macro-error",
 "proc-macro2 1.0.3",
 "quote 1.0.2",
I
Igor Matuszewski 已提交
4287
 "syn 1.0.11",
T
topecongiro 已提交
4288 4289
]

M
Matt Ickstadt 已提交
4290 4291
[[package]]
name = "strum"
4292
version = "0.11.0"
M
Matt Ickstadt 已提交
4293
source = "registry+https://github.com/rust-lang/crates.io-index"
4294
checksum = "f6c3a2071519ab6a48f465808c4c1ffdd00dfc8e93111d02b4fc5abab177676e"
M
Matt Ickstadt 已提交
4295 4296 4297

[[package]]
name = "strum_macros"
4298
version = "0.11.0"
M
Matt Ickstadt 已提交
4299
source = "registry+https://github.com/rust-lang/crates.io-index"
4300
checksum = "8baacebd7b7c9b864d83a6ba7a246232983e277b86fa5cdec77f565715a4b136"
M
Matt Ickstadt 已提交
4301
dependencies = [
4302
 "heck",
4303 4304 4305
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
M
Matt Ickstadt 已提交
4306 4307
]

N
Nick Cameron 已提交
4308 4309
[[package]]
name = "syn"
E
Eric Huss 已提交
4310
version = "0.15.35"
N
Nick Cameron 已提交
4311
source = "registry+https://github.com/rust-lang/crates.io-index"
4312
checksum = "641e117d55514d6d918490e47102f7e08d096fdde360247e4a10f7a91a8478d3"
N
Nick Cameron 已提交
4313
dependencies = [
4314 4315
 "proc-macro2 0.4.30",
 "quote 0.6.12",
4316
 "unicode-xid 0.1.0",
A
Alex Crichton 已提交
4317 4318
]

4319 4320
[[package]]
name = "syn"
I
Igor Matuszewski 已提交
4321
version = "1.0.11"
4322
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
4323
checksum = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
4324 4325 4326 4327 4328 4329
dependencies = [
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "unicode-xid 0.2.0",
]

A
Alex Crichton 已提交
4330 4331
[[package]]
name = "synstructure"
4332
version = "0.10.2"
A
Alex Crichton 已提交
4333
source = "registry+https://github.com/rust-lang/crates.io-index"
4334
checksum = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
A
Alex Crichton 已提交
4335
dependencies = [
4336 4337 4338
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
4339
 "unicode-xid 0.1.0",
A
Alex Crichton 已提交
4340 4341
]

4342 4343 4344 4345 4346 4347 4348 4349
[[package]]
name = "synstructure"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203"
dependencies = [
 "proc-macro2 1.0.3",
 "quote 1.0.2",
I
Igor Matuszewski 已提交
4350
 "syn 1.0.11",
4351 4352 4353
 "unicode-xid 0.2.0",
]

4354 4355 4356 4357
[[package]]
name = "syntax"
version = "0.0.0"
dependencies = [
4358 4359 4360 4361
 "bitflags",
 "lazy_static 1.3.0",
 "log",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
4362
 "rustc_error_codes",
4363
 "rustc_errors",
4364
 "rustc_feature",
4365
 "rustc_index",
4366
 "rustc_lexer",
4367
 "rustc_macros",
4368
 "rustc_session",
4369 4370
 "scoped-tls",
 "serialize",
R
Ralf Jung 已提交
4371
 "smallvec 1.0.0",
4372
 "syntax_pos",
4373 4374
]

4375 4376 4377 4378 4379 4380 4381
[[package]]
name = "syntax_expand"
version = "0.0.0"
dependencies = [
 "log",
 "rustc_data_structures",
 "rustc_errors",
4382
 "rustc_feature",
4383
 "rustc_lexer",
4384
 "rustc_parse",
4385
 "serialize",
R
Ralf Jung 已提交
4386
 "smallvec 1.0.0",
4387 4388 4389 4390
 "syntax",
 "syntax_pos",
]

4391 4392 4393 4394
[[package]]
name = "syntax_ext"
version = "0.0.0"
dependencies = [
4395 4396 4397
 "fmt_macros",
 "log",
 "rustc_data_structures",
G
regen  
Guillaume Gomez 已提交
4398
 "rustc_error_codes",
4399
 "rustc_errors",
4400
 "rustc_feature",
4401
 "rustc_parse",
4402
 "rustc_target",
R
Ralf Jung 已提交
4403
 "smallvec 1.0.0",
4404
 "syntax",
4405
 "syntax_expand",
4406
 "syntax_pos",
4407 4408 4409 4410 4411 4412
]

[[package]]
name = "syntax_pos"
version = "0.0.0"
dependencies = [
4413 4414
 "arena",
 "cfg-if",
M
Mark Rousskov 已提交
4415
 "log",
4416
 "rustc_data_structures",
4417
 "rustc_index",
4418 4419 4420 4421
 "rustc_macros",
 "scoped-tls",
 "serialize",
 "unicode-width",
4422 4423
]

4424 4425
[[package]]
name = "tar"
4426
version = "0.4.20"
4427
source = "registry+https://github.com/rust-lang/crates.io-index"
4428
checksum = "a303ba60a099fcd2aaa646b14d2724591a96a75283e4b7ed3d1a1658909d9ae2"
4429
dependencies = [
4430 4431 4432 4433
 "filetime",
 "libc",
 "redox_syscall",
 "xattr",
4434 4435
]

A
Aleksey Kladov 已提交
4436 4437
[[package]]
name = "tempfile"
4438
version = "3.1.0"
A
Aleksey Kladov 已提交
4439
source = "registry+https://github.com/rust-lang/crates.io-index"
4440
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
A
Aleksey Kladov 已提交
4441
dependencies = [
4442 4443
 "cfg-if",
 "libc",
4444
 "rand 0.7.0",
4445 4446
 "redox_syscall",
 "remove_dir_all",
E
Eric Huss 已提交
4447
 "winapi 0.3.8",
A
Aleksey Kladov 已提交
4448 4449
]

S
steveklabnik 已提交
4450 4451 4452 4453
[[package]]
name = "tendril"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4454
checksum = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
S
steveklabnik 已提交
4455
dependencies = [
4456 4457 4458
 "futf",
 "mac",
 "utf-8",
S
steveklabnik 已提交
4459 4460
]

4461 4462 4463
[[package]]
name = "term"
version = "0.0.0"
4464 4465 4466 4467
dependencies = [
 "core",
 "std",
]
4468

I
Igor Matuszewski 已提交
4469 4470 4471 4472
[[package]]
name = "term"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4473
checksum = "0dd90505d5006a4422d3520b30c781d480b3f36768c2fa2187c3e950bc110464"
I
Igor Matuszewski 已提交
4474
dependencies = [
4475 4476
 "byteorder",
 "dirs",
E
Eric Huss 已提交
4477
 "winapi 0.3.8",
I
Igor Matuszewski 已提交
4478 4479
]

4480 4481 4482 4483 4484 4485 4486 4487 4488 4489
[[package]]
name = "term_size"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327"
dependencies = [
 "kernel32-sys",
 "libc",
 "winapi 0.2.8",
]
I
Igor Matuszewski 已提交
4490

4491 4492
[[package]]
name = "termcolor"
4493
version = "1.0.4"
4494
source = "registry+https://github.com/rust-lang/crates.io-index"
4495
checksum = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
4496
dependencies = [
4497
 "wincolor",
4498 4499
]

4500
[[package]]
O
Oliver Schneider 已提交
4501 4502
name = "termion"
version = "1.5.1"
4503
source = "registry+https://github.com/rust-lang/crates.io-index"
4504
checksum = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
4505
dependencies = [
4506 4507 4508
 "libc",
 "redox_syscall",
 "redox_termios",
4509 4510
]

4511 4512 4513 4514
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
4515
 "core",
4516
 "getopts",
4517 4518 4519
 "libc",
 "panic_abort",
 "panic_unwind",
4520
 "proc_macro",
4521
 "std",
4522
 "term 0.0.0",
4523 4524
]

F
flip1995 已提交
4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535
[[package]]
name = "tester"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee72ec31009a42b53de9a6b7d8f462b493ab3b1e4767bda1fcdbb52127f13b6c"
dependencies = [
 "getopts",
 "libc",
 "term 0.6.0",
]

S
steveklabnik 已提交
4536 4537
[[package]]
name = "textwrap"
4538
version = "0.11.0"
S
steveklabnik 已提交
4539
source = "registry+https://github.com/rust-lang/crates.io-index"
4540
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
S
steveklabnik 已提交
4541
dependencies = [
4542
 "unicode-width",
S
steveklabnik 已提交
4543 4544
]

A
Alex Crichton 已提交
4545 4546
[[package]]
name = "thread_local"
A
Alex Crichton 已提交
4547
version = "0.3.6"
4548
source = "registry+https://github.com/rust-lang/crates.io-index"
4549
checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
4550
dependencies = [
4551
 "lazy_static 1.3.0",
4552 4553
]

4554 4555 4556
[[package]]
name = "tidy"
version = "0.1.0"
4557
dependencies = [
4558 4559 4560 4561 4562
 "lazy_static 1.3.0",
 "regex",
 "serde",
 "serde_json",
 "walkdir",
4563
]
4564

A
Alex Crichton 已提交
4565 4566
[[package]]
name = "time"
E
Eric Huss 已提交
4567
version = "0.1.42"
A
Alex Crichton 已提交
4568
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4569
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
A
Alex Crichton 已提交
4570
dependencies = [
4571 4572
 "libc",
 "redox_syscall",
E
Eric Huss 已提交
4573
 "winapi 0.3.8",
A
Alex Crichton 已提交
4574 4575
]

4576 4577
[[package]]
name = "tokio"
4578
version = "0.1.22"
4579
source = "registry+https://github.com/rust-lang/crates.io-index"
4580
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
4581
dependencies = [
4582 4583 4584 4585 4586 4587 4588 4589 4590 4591
 "bytes",
 "futures",
 "mio",
 "num_cpus",
 "tokio-codec",
 "tokio-current-thread",
 "tokio-executor",
 "tokio-fs",
 "tokio-io",
 "tokio-reactor",
4592
 "tokio-sync",
4593 4594 4595 4596 4597
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "tokio-udp",
 "tokio-uds",
4598 4599
]

4600 4601 4602 4603
[[package]]
name = "tokio-buf"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4604
checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
4605
dependencies = [
4606 4607 4608
 "bytes",
 "either",
 "futures",
4609 4610
]

4611 4612 4613 4614
[[package]]
name = "tokio-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4615
checksum = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
4616
dependencies = [
4617 4618 4619
 "bytes",
 "futures",
 "tokio-io",
4620 4621 4622 4623
]

[[package]]
name = "tokio-current-thread"
4624
version = "0.1.6"
4625
source = "registry+https://github.com/rust-lang/crates.io-index"
4626
checksum = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
4627
dependencies = [
4628 4629
 "futures",
 "tokio-executor",
4630 4631 4632 4633
]

[[package]]
name = "tokio-executor"
4634
version = "0.1.9"
4635
source = "registry+https://github.com/rust-lang/crates.io-index"
4636
checksum = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab"
4637
dependencies = [
4638 4639
 "crossbeam-utils 0.6.5",
 "futures",
4640 4641 4642 4643
]

[[package]]
name = "tokio-fs"
4644
version = "0.1.6"
4645
source = "registry+https://github.com/rust-lang/crates.io-index"
4646
checksum = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
4647
dependencies = [
4648 4649 4650
 "futures",
 "tokio-io",
 "tokio-threadpool",
4651 4652 4653 4654
]

[[package]]
name = "tokio-io"
4655
version = "0.1.12"
4656
source = "registry+https://github.com/rust-lang/crates.io-index"
4657
checksum = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
4658
dependencies = [
4659 4660 4661
 "bytes",
 "futures",
 "log",
4662 4663
]

4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676
[[package]]
name = "tokio-named-pipes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"
dependencies = [
 "bytes",
 "futures",
 "mio",
 "mio-named-pipes",
 "tokio",
]

4677 4678
[[package]]
name = "tokio-process"
4679
version = "0.2.4"
4680
source = "registry+https://github.com/rust-lang/crates.io-index"
4681
checksum = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
4682
dependencies = [
4683
 "crossbeam-queue",
4684
 "futures",
4685
 "lazy_static 1.3.0",
4686
 "libc",
4687
 "log",
4688 4689 4690 4691 4692
 "mio",
 "mio-named-pipes",
 "tokio-io",
 "tokio-reactor",
 "tokio-signal",
E
Eric Huss 已提交
4693
 "winapi 0.3.8",
4694 4695 4696 4697
]

[[package]]
name = "tokio-reactor"
4698
version = "0.1.11"
4699
source = "registry+https://github.com/rust-lang/crates.io-index"
4700
checksum = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146"
4701
dependencies = [
4702 4703 4704 4705 4706 4707
 "crossbeam-utils 0.6.5",
 "futures",
 "lazy_static 1.3.0",
 "log",
 "mio",
 "num_cpus",
4708
 "parking_lot",
4709 4710 4711
 "slab",
 "tokio-executor",
 "tokio-io",
4712
 "tokio-sync",
4713 4714
]

4715 4716 4717 4718 4719 4720 4721 4722 4723
[[package]]
name = "tokio-service"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
dependencies = [
 "futures",
]

4724 4725 4726 4727
[[package]]
name = "tokio-signal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
4728
checksum = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
4729
dependencies = [
4730 4731 4732 4733 4734 4735 4736 4737
 "futures",
 "libc",
 "mio",
 "mio-uds",
 "signal-hook",
 "tokio-executor",
 "tokio-io",
 "tokio-reactor",
E
Eric Huss 已提交
4738
 "winapi 0.3.8",
4739 4740
]

4741 4742 4743 4744 4745 4746 4747 4748 4749 4750
[[package]]
name = "tokio-sync"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
dependencies = [
 "fnv",
 "futures",
]

4751 4752 4753 4754
[[package]]
name = "tokio-tcp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
4755
checksum = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
4756
dependencies = [
4757 4758 4759 4760 4761 4762
 "bytes",
 "futures",
 "iovec",
 "mio",
 "tokio-io",
 "tokio-reactor",
4763 4764 4765 4766
]

[[package]]
name = "tokio-threadpool"
4767
version = "0.1.17"
4768
source = "registry+https://github.com/rust-lang/crates.io-index"
4769
checksum = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c"
4770
dependencies = [
4771 4772
 "crossbeam-deque",
 "crossbeam-queue",
4773 4774
 "crossbeam-utils 0.6.5",
 "futures",
4775
 "lazy_static 1.3.0",
4776 4777
 "log",
 "num_cpus",
4778
 "slab",
4779
 "tokio-executor",
4780 4781 4782 4783
]

[[package]]
name = "tokio-timer"
4784
version = "0.2.12"
4785
source = "registry+https://github.com/rust-lang/crates.io-index"
4786
checksum = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827"
4787
dependencies = [
4788 4789 4790 4791
 "crossbeam-utils 0.6.5",
 "futures",
 "slab",
 "tokio-executor",
4792 4793 4794 4795
]

[[package]]
name = "tokio-udp"
4796
version = "0.1.5"
4797
source = "registry+https://github.com/rust-lang/crates.io-index"
4798
checksum = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
4799
dependencies = [
4800 4801 4802 4803 4804 4805 4806
 "bytes",
 "futures",
 "log",
 "mio",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
4807 4808 4809 4810 4811 4812
]

[[package]]
name = "tokio-uds"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
4813
checksum = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
4814
dependencies = [
4815 4816 4817 4818 4819 4820 4821 4822 4823 4824
 "bytes",
 "futures",
 "iovec",
 "libc",
 "log",
 "mio",
 "mio-uds",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
4825 4826
]

E
Eric Huss 已提交
4827 4828
[[package]]
name = "toml"
F
flip1995 已提交
4829
version = "0.5.3"
E
Eric Huss 已提交
4830
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
4831
checksum = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
E
Eric Huss 已提交
4832
dependencies = [
4833
 "serde",
E
Eric Huss 已提交
4834 4835
]

4836 4837
[[package]]
name = "toml-query"
E
Eric Huss 已提交
4838
version = "0.9.0"
4839
source = "registry+https://github.com/rust-lang/crates.io-index"
4840
checksum = "a24369a1894ac8224efcfd567c3d141aea360292f49888e7ec7dcc316527aebb"
4841
dependencies = [
4842 4843 4844 4845 4846
 "failure",
 "failure_derive",
 "is-match",
 "lazy_static 1.3.0",
 "regex",
E
Eric Huss 已提交
4847
 "toml",
4848
 "toml-query_derive",
E
Eric Huss 已提交
4849 4850 4851 4852 4853 4854
]

[[package]]
name = "toml-query_derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4855
checksum = "3c99ca245ec273c7e75c8ee58f47b882d0146f3c2c8495158082c6671e8b5335"
E
Eric Huss 已提交
4856
dependencies = [
4857
 "darling",
4858 4859
 "quote 0.6.12",
 "syn 0.15.35",
4860 4861
]

4862 4863 4864 4865
[[package]]
name = "try-lock"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4866
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
4867

E
Eric Huss 已提交
4868 4869 4870 4871 4872 4873 4874 4875 4876
[[package]]
name = "try_from"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
dependencies = [
 "cfg-if",
]

E
Eric Huss 已提交
4877 4878 4879 4880
[[package]]
name = "typenum"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4881
checksum = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
E
Eric Huss 已提交
4882

4883 4884 4885 4886
[[package]]
name = "ucd-trie"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4887
checksum = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
4888

A
Alex Crichton 已提交
4889 4890
[[package]]
name = "ucd-util"
4891
version = "0.1.3"
A
Alex Crichton 已提交
4892
source = "registry+https://github.com/rust-lang/crates.io-index"
4893
checksum = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
A
Alex Crichton 已提交
4894

4895 4896
[[package]]
name = "unicase"
L
Lzu Tao 已提交
4897
version = "2.5.1"
4898
source = "registry+https://github.com/rust-lang/crates.io-index"
L
Lzu Tao 已提交
4899
checksum = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150"
4900
dependencies = [
E
Eric Huss 已提交
4901
 "version_check 0.1.5",
4902 4903
]

4904 4905
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
4906
version = "0.3.4"
S
Steve Klabnik 已提交
4907
source = "registry+https://github.com/rust-lang/crates.io-index"
4908
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
S
Steve Klabnik 已提交
4909
dependencies = [
4910
 "matches",
4911 4912
]

4913 4914
[[package]]
name = "unicode-normalization"
A
Alex Crichton 已提交
4915
version = "0.1.7"
4916
source = "registry+https://github.com/rust-lang/crates.io-index"
4917
checksum = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
4918 4919 4920

[[package]]
name = "unicode-segmentation"
E
Eric Huss 已提交
4921
version = "1.6.0"
4922
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4923
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
4924 4925 4926

[[package]]
name = "unicode-width"
4927
version = "0.1.6"
4928
source = "registry+https://github.com/rust-lang/crates.io-index"
4929 4930 4931 4932 4933 4934
checksum = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
]
4935

A
Alex Crichton 已提交
4936 4937 4938 4939
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4940
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
A
Alex Crichton 已提交
4941

4942 4943 4944 4945 4946 4947
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"

F
flip1995 已提交
4948 4949 4950 4951
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4952
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
F
flip1995 已提交
4953

4954 4955 4956 4957
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
4958 4959
 "num-traits",
 "tidy",
4960 4961
]

N
Nick Cameron 已提交
4962 4963 4964 4965
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
4966 4967 4968 4969 4970
 "cc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
N
Nick Cameron 已提交
4971 4972
]

4973 4974
[[package]]
name = "url"
4975
version = "1.7.2"
4976
source = "registry+https://github.com/rust-lang/crates.io-index"
4977
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
4978
dependencies = [
4979 4980 4981
 "idna 0.1.5",
 "matches",
 "percent-encoding 1.0.1",
4982 4983
]

E
Eric Huss 已提交
4984 4985
[[package]]
name = "url"
F
flip1995 已提交
4986
version = "2.1.0"
E
Eric Huss 已提交
4987
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
4988
checksum = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
E
Eric Huss 已提交
4989
dependencies = [
4990 4991
 "idna 0.2.0",
 "matches",
E
Eric Huss 已提交
4992
 "percent-encoding 2.1.0",
4993
 "serde",
E
Eric Huss 已提交
4994 4995
]

S
steveklabnik 已提交
4996 4997 4998 4999
[[package]]
name = "utf-8"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
5000
checksum = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
S
steveklabnik 已提交
5001

5002 5003
[[package]]
name = "utf8-ranges"
5004
version = "1.0.2"
5005
source = "registry+https://github.com/rust-lang/crates.io-index"
5006
checksum = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
5007

E
Eric Huss 已提交
5008 5009 5010 5011
[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5012
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
E
Eric Huss 已提交
5013

5014 5015 5016 5017
[[package]]
name = "uuid"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
5018
checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
5019
dependencies = [
5020
 "rand 0.6.1",
5021 5022
]

5023 5024
[[package]]
name = "vcpkg"
A
Alex Crichton 已提交
5025
version = "0.2.6"
5026
source = "registry+https://github.com/rust-lang/crates.io-index"
5027
checksum = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
5028

5029 5030
[[package]]
name = "vec_map"
A
Alex Crichton 已提交
5031
version = "0.8.1"
5032
source = "registry+https://github.com/rust-lang/crates.io-index"
5033
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
5034

R
Ralf Jung 已提交
5035 5036
[[package]]
name = "vergen"
R
Ralf Jung 已提交
5037
version = "3.0.4"
R
Ralf Jung 已提交
5038
source = "registry+https://github.com/rust-lang/crates.io-index"
5039
checksum = "6aba5e34f93dc7051dfad05b98a18e9156f27e7b431fe1d2398cb6061c0a1dba"
R
Ralf Jung 已提交
5040
dependencies = [
5041 5042 5043
 "bitflags",
 "chrono",
 "failure",
R
Ralf Jung 已提交
5044 5045
]

5046 5047 5048 5049
[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5050
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
5051

E
Eric Huss 已提交
5052 5053 5054 5055 5056 5057
[[package]]
name = "version_check"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"

E
Eric Huss 已提交
5058 5059 5060 5061
[[package]]
name = "vte"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5062
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
E
Eric Huss 已提交
5063
dependencies = [
5064
 "utf8parse",
E
Eric Huss 已提交
5065 5066
]

5067 5068
[[package]]
name = "walkdir"
5069
version = "2.2.7"
5070
source = "registry+https://github.com/rust-lang/crates.io-index"
5071
checksum = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
5072
dependencies = [
5073
 "same-file",
E
Eric Huss 已提交
5074
 "winapi 0.3.8",
5075
 "winapi-util",
5076 5077
]

5078 5079 5080 5081
[[package]]
name = "want"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5082
checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
5083
dependencies = [
5084 5085 5086
 "futures",
 "log",
 "try-lock",
5087 5088
]

N
newpavlov 已提交
5089 5090 5091 5092 5093
[[package]]
name = "wasi"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
5094 5095 5096 5097 5098 5099

[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
N
newpavlov 已提交
5100 5101 5102 5103 5104 5105
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

5106 5107 5108 5109
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
5110
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
5111

5112 5113
[[package]]
name = "winapi"
E
Eric Huss 已提交
5114
version = "0.3.8"
5115
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5116
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
5117
dependencies = [
5118 5119
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
5120 5121
]

5122 5123 5124 5125
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5126
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
5127

5128 5129 5130 5131
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5132
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5133

A
Alex Crichton 已提交
5134 5135
[[package]]
name = "winapi-util"
E
Eric Huss 已提交
5136
version = "0.1.2"
A
Alex Crichton 已提交
5137
source = "registry+https://github.com/rust-lang/crates.io-index"
5138
checksum = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
A
Alex Crichton 已提交
5139
dependencies = [
E
Eric Huss 已提交
5140
 "winapi 0.3.8",
A
Alex Crichton 已提交
5141 5142
]

5143 5144 5145 5146
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5147
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5148

5149 5150
[[package]]
name = "wincolor"
A
Alex Crichton 已提交
5151
version = "1.0.1"
5152
source = "registry+https://github.com/rust-lang/crates.io-index"
5153
checksum = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
5154
dependencies = [
E
Eric Huss 已提交
5155
 "winapi 0.3.8",
5156
 "winapi-util",
5157 5158
]

E
Eric Huss 已提交
5159 5160 5161 5162 5163 5164 5165 5166 5167
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
 "winapi 0.3.8",
]

5168 5169 5170 5171
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5172
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
5173
dependencies = [
5174 5175
 "winapi 0.2.8",
 "winapi-build",
5176 5177
]

5178 5179
[[package]]
name = "xattr"
A
Alex Crichton 已提交
5180
version = "0.2.2"
5181
source = "registry+https://github.com/rust-lang/crates.io-index"
5182
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5183
dependencies = [
5184
 "libc",
5185 5186 5187 5188
]

[[package]]
name = "xz2"
A
Alex Crichton 已提交
5189
version = "0.1.5"
5190
source = "registry+https://github.com/rust-lang/crates.io-index"
5191
checksum = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
5192
dependencies = [
5193
 "lzma-sys",
5194 5195 5196 5197 5198 5199
]

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