Cargo.lock 124.6 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
 "compiler_builtins",
 "core",
24
 "rand 0.7.3",
25
 "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
 "html5ever",
35
 "lazy_static 1.4.0",
36 37 38
 "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

E
Eric Huss 已提交
60 61 62 63 64 65
[[package]]
name = "anyhow"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"

66 67 68 69
[[package]]
name = "arc-swap"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
70
checksum = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6"
71

72 73 74
[[package]]
name = "arena"
version = "0.0.0"
J
John Kåre Alsaker 已提交
75
dependencies = [
76
 "rustc_data_structures",
crlf0710's avatar
crlf0710 已提交
77
 "smallvec 1.4.0",
J
John Kåre Alsaker 已提交
78
]
79

F
flip1995 已提交
80 81 82 83
[[package]]
name = "argon2rs"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
84
checksum = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
F
flip1995 已提交
85
dependencies = [
86 87
 "blake2-rfc",
 "scoped_threadpool",
F
flip1995 已提交
88 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
[[package]]
name = "autocfg"
112
version = "0.1.7"
113
source = "registry+https://github.com/rust-lang/crates.io-index"
114
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
115

116 117 118 119 120 121
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"

122 123
[[package]]
name = "backtrace"
124
version = "0.3.46"
125
source = "registry+https://github.com/rust-lang/crates.io-index"
126
checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e"
127
dependencies = [
128 129 130 131 132 133
 "backtrace-sys",
 "cfg-if",
 "compiler_builtins",
 "libc",
 "rustc-demangle",
 "rustc-std-workspace-core",
134 135 136 137
]

[[package]]
name = "backtrace-sys"
T
Tyler Mandry 已提交
138
version = "0.1.37"
139
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
140
checksum = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399"
141
dependencies = [
142 143 144 145
 "cc",
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
146 147
]

148 149 150 151
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
152
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
153
dependencies = [
154
 "byteorder",
155 156
]

157 158
[[package]]
name = "bitflags"
V
varkor 已提交
159
version = "1.2.1"
160
source = "registry+https://github.com/rust-lang/crates.io-index"
V
varkor 已提交
161
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
162

E
Eric Huss 已提交
163 164 165 166 167 168 169 170 171
[[package]]
name = "bitmaps"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81e039a80914325b37fde728ef7693c212f0ac913d5599607d7b95a9484aae0b"
dependencies = [
 "typenum",
]

F
flip1995 已提交
172 173 174 175
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
176
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
F
flip1995 已提交
177
dependencies = [
178 179
 "arrayvec",
 "constant_time_eq",
F
flip1995 已提交
180 181
]

182 183
[[package]]
name = "block-buffer"
184
version = "0.7.3"
185
source = "registry+https://github.com/rust-lang/crates.io-index"
186 187 188 189 190 191 192 193 194 195 196 197 198
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
 "block-padding",
 "byte-tools",
 "byteorder",
 "generic-array",
]

[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
199
dependencies = [
200
 "byte-tools",
201 202
]

203 204 205 206
[[package]]
name = "bootstrap"
version = "0.0.0"
dependencies = [
207 208 209 210 211
 "build_helper",
 "cc",
 "cmake",
 "filetime",
 "getopts",
212
 "ignore",
213
 "lazy_static 1.4.0",
214 215 216 217 218 219
 "libc",
 "num_cpus",
 "pretty_assertions",
 "serde",
 "serde_json",
 "time",
E
Eric Huss 已提交
220
 "toml",
221
 "winapi 0.3.8",
222 223
]

E
Eric Huss 已提交
224 225 226 227
[[package]]
name = "bstr"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
228
checksum = "853b090ce0f45d0265902666bf88039ea3da825e33796716c511a1ec9c170036"
E
Eric Huss 已提交
229
dependencies = [
230
 "memchr",
E
Eric Huss 已提交
231 232
]

233 234 235 236
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
237
 "serde",
238
 "serde_json",
E
Eric Huss 已提交
239
 "toml",
240 241 242 243 244 245
]

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

246 247
[[package]]
name = "byte-tools"
248
version = "0.3.1"
249
source = "registry+https://github.com/rust-lang/crates.io-index"
250
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
251

252 253
[[package]]
name = "bytecount"
254
version = "0.6.0"
255
source = "registry+https://github.com/rust-lang/crates.io-index"
256
checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
257
dependencies = [
258
 "packed_simd",
259 260
]

261 262
[[package]]
name = "byteorder"
R
Ralf Jung 已提交
263
version = "1.3.2"
264
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
265
checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
266

267 268 269 270
[[package]]
name = "bytes"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
271
checksum = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
272
dependencies = [
273 274 275
 "byteorder",
 "either",
 "iovec",
276 277
]

A
Alex Crichton 已提交
278 279 280 281
[[package]]
name = "bytesize"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
282
checksum = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
A
Alex Crichton 已提交
283

G
gnzlbg 已提交
284 285
[[package]]
name = "c2-chacha"
286
version = "0.2.3"
G
gnzlbg 已提交
287
source = "registry+https://github.com/rust-lang/crates.io-index"
288
checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
G
gnzlbg 已提交
289
dependencies = [
290
 "ppv-lite86",
G
gnzlbg 已提交
291 292
]

293 294
[[package]]
name = "cargo"
E
Eric Huss 已提交
295
version = "0.46.0"
296
dependencies = [
E
Eric Huss 已提交
297
 "anyhow",
298 299
 "atty",
 "bytesize",
A
Alex Crichton 已提交
300
 "cargo-platform",
301
 "cargo-test-macro",
A
Aaron Hill 已提交
302
 "cargo-test-support",
303
 "clap",
E
Eric Huss 已提交
304
 "core-foundation 0.7.0",
305
 "crates-io",
306
 "crossbeam-utils 0.7.2",
307 308 309
 "crypto-hash",
 "curl",
 "curl-sys",
R
Ralf Jung 已提交
310
 "env_logger 0.7.1",
311 312 313 314 315 316
 "filetime",
 "flate2",
 "fwdansi",
 "git2",
 "git2-curl",
 "glob",
A
Aaron Hill 已提交
317
 "hex 0.4.0",
318
 "home",
E
Eric Huss 已提交
319
 "humantime 2.0.0",
320 321 322
 "ignore",
 "im-rc",
 "jobserver",
323
 "lazy_static 1.4.0",
324 325 326 327 328 329 330 331 332
 "lazycell",
 "libc",
 "libgit2-sys",
 "log",
 "memchr",
 "miow 0.3.3",
 "num_cpus",
 "opener",
 "openssl",
E
Eric Huss 已提交
333
 "percent-encoding 2.1.0",
334 335 336
 "pretty_env_logger",
 "remove_dir_all",
 "rustc-workspace-hack",
R
Ralf Jung 已提交
337
 "rustfix",
338 339 340
 "same-file",
 "semver",
 "serde",
341
 "serde_ignored",
342 343 344 345 346 347
 "serde_json",
 "shell-escape",
 "strip-ansi-escapes",
 "tar",
 "tempfile",
 "termcolor",
E
Eric Huss 已提交
348
 "toml",
349
 "unicode-width",
E
Eric Huss 已提交
350
 "unicode-xid 0.2.0",
F
flip1995 已提交
351
 "url 2.1.0",
352
 "walkdir",
E
Eric Huss 已提交
353
 "winapi 0.3.8",
354 355
]

A
Alex Crichton 已提交
356 357
[[package]]
name = "cargo-platform"
E
Eric Huss 已提交
358
version = "0.1.1"
A
Alex Crichton 已提交
359 360 361 362
dependencies = [
 "serde",
]

E
Eric Huss 已提交
363 364 365 366
[[package]]
name = "cargo-test-macro"
version = "0.1.0"

A
Aaron Hill 已提交
367 368 369 370 371 372 373 374 375 376
[[package]]
name = "cargo-test-support"
version = "0.1.0"
dependencies = [
 "cargo",
 "cargo-test-macro",
 "filetime",
 "flate2",
 "git2",
 "glob",
377
 "lazy_static 1.4.0",
A
Aaron Hill 已提交
378 379 380 381 382 383
 "remove_dir_all",
 "serde_json",
 "tar",
 "url 2.1.0",
]

M
Manish Goregaokar 已提交
384 385 386 387
[[package]]
name = "cargo_metadata"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
388
checksum = "929766d993a2fde7a0ae962ee82429069cd7b68839cd9375b98efd719df65d3a"
M
Manish Goregaokar 已提交
389
dependencies = [
390 391 392 393 394
 "failure",
 "semver",
 "serde",
 "serde_derive",
 "serde_json",
M
Manish Goregaokar 已提交
395 396
]

M
Manish Goregaokar 已提交
397 398
[[package]]
name = "cargo_metadata"
399
version = "0.9.1"
M
Manish Goregaokar 已提交
400
source = "registry+https://github.com/rust-lang/crates.io-index"
401
checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
M
Manish Goregaokar 已提交
402 403 404 405 406 407 408
dependencies = [
 "semver",
 "serde",
 "serde_derive",
 "serde_json",
]

A
Alex Crichton 已提交
409 410 411 412
[[package]]
name = "cargotest2"
version = "0.1.0"

N
Nick Cameron 已提交
413 414
[[package]]
name = "cc"
A
Alex Crichton 已提交
415
version = "1.0.52"
N
Nick Cameron 已提交
416
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
417
checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
E
Eric Huss 已提交
418 419 420
dependencies = [
 "jobserver",
]
N
Nick Cameron 已提交
421

422 423
[[package]]
name = "cfg-if"
424
version = "0.1.10"
425
source = "registry+https://github.com/rust-lang/crates.io-index"
426
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
427
dependencies = [
428 429
 "compiler_builtins",
 "rustc-std-workspace-core",
430
]
431

J
Jack Huey 已提交
432 433 434 435 436 437 438 439 440
[[package]]
name = "chalk-derive"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d4620afad4d4d9e63f915cfa10c930b7a3c9c3ca5cd88dd771ff8e5bf04ea10"
dependencies = [
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
441
 "synstructure",
J
Jack Huey 已提交
442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496
]

[[package]]
name = "chalk-engine"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ca6e5cef10197789da0b4ec310eda58da4c55530613b2323432642a97372735"
dependencies = [
 "chalk-macros",
 "rustc-hash",
]

[[package]]
name = "chalk-ir"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d45df5fb6328527f976e8a32c9e1c9970084d937ebe93d0d34f5bbf4231cb956"
dependencies = [
 "chalk-derive",
 "chalk-engine",
 "chalk-macros",
]

[[package]]
name = "chalk-macros"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e4782d108e420a1fcf94d8a919cf248db33c5071678e87d9c2d4f20ed1feb32"
dependencies = [
 "lazy_static 1.4.0",
]

[[package]]
name = "chalk-rust-ir"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0ec96dbe0ab5fdbadfca4179ec2e1d35f0439c3b53a74988b1aec239c63eb08"
dependencies = [
 "chalk-derive",
 "chalk-engine",
 "chalk-ir",
 "chalk-macros",
]

[[package]]
name = "chalk-solve"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfb99fa9530f0e101475fb60adc931f51bdea05b4642a48928b814d7f0141a6b"
dependencies = [
 "chalk-derive",
 "chalk-engine",
 "chalk-ir",
 "chalk-macros",
 "chalk-rust-ir",
J
Jack Huey 已提交
497
 "ena 0.13.1",
J
Jack Huey 已提交
498 499 500 501 502
 "itertools 0.9.0",
 "petgraph",
 "rustc-hash",
]

A
Alex Crichton 已提交
503 504
[[package]]
name = "chrono"
505
version = "0.4.6"
A
Alex Crichton 已提交
506
source = "registry+https://github.com/rust-lang/crates.io-index"
507
checksum = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
A
Alex Crichton 已提交
508
dependencies = [
509 510 511
 "num-integer",
 "num-traits",
 "time",
A
Alex Crichton 已提交
512 513
]

514 515
[[package]]
name = "clap"
516
version = "2.33.0"
517
source = "registry+https://github.com/rust-lang/crates.io-index"
518
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
519
dependencies = [
520 521 522 523 524 525 526
 "ansi_term",
 "atty",
 "bitflags",
 "strsim",
 "textwrap",
 "unicode-width",
 "vec_map",
527
 "yaml-rust 0.3.5",
528 529
]

O
Oliver Schneider 已提交
530 531
[[package]]
name = "clippy"
O
Oliver Schneider 已提交
532
version = "0.0.212"
O
Oliver Schneider 已提交
533
dependencies = [
534
 "cargo_metadata 0.9.1",
535 536
 "clippy-mini-macro-test",
 "clippy_lints",
R
Ralf Jung 已提交
537
 "compiletest_rs",
538
 "derive-new",
539
 "lazy_static 1.4.0",
540
 "rustc-workspace-hack",
O
Oliver Scherer 已提交
541
 "rustc_tools_util 0.2.0",
542 543
 "semver",
 "serde",
544
 "tempfile",
R
Ralf Jung 已提交
545
 "tester",
O
Oliver Schneider 已提交
546 547 548 549
]

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

O
Oliver Schneider 已提交
552 553
[[package]]
name = "clippy_lints"
O
Oliver Schneider 已提交
554
version = "0.0.212"
555
dependencies = [
556
 "cargo_metadata 0.9.1",
557
 "if_chain",
558
 "itertools 0.9.0",
559
 "lazy_static 1.4.0",
E
Eric Huss 已提交
560
 "pulldown-cmark 0.7.1",
561 562 563 564
 "quine-mc_cluskey",
 "regex-syntax",
 "semver",
 "serde",
crlf0710's avatar
crlf0710 已提交
565
 "smallvec 1.4.0",
E
Eric Huss 已提交
566
 "toml",
567
 "unicode-normalization",
F
flip1995 已提交
568
 "url 2.1.0",
569 570
]

K
kennytm 已提交
571 572 573 574
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
575
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
K
kennytm 已提交
576
dependencies = [
577
 "bitflags",
K
kennytm 已提交
578 579
]

580 581
[[package]]
name = "cmake"
582
version = "0.1.42"
583
source = "registry+https://github.com/rust-lang/crates.io-index"
584
checksum = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
585
dependencies = [
586
 "cc",
587 588
]

E
Eric Huss 已提交
589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608
[[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 已提交
609 610 611 612
[[package]]
name = "colored"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
613
checksum = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
N
Nick Cameron 已提交
614
dependencies = [
615
 "lazy_static 0.2.11",
N
Nick Cameron 已提交
616 617
]

O
Oliver Schneider 已提交
618 619 620 621
[[package]]
name = "commoncrypto"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
622
checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
O
Oliver Schneider 已提交
623
dependencies = [
624
 "commoncrypto-sys",
O
Oliver Schneider 已提交
625 626 627 628 629 630
]

[[package]]
name = "commoncrypto-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
631
checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
O
Oliver Schneider 已提交
632
dependencies = [
633
 "libc",
634 635
]

636 637
[[package]]
name = "compiler_builtins"
638
version = "0.1.27"
639
source = "registry+https://github.com/rust-lang/crates.io-index"
640
checksum = "38f18416546abfbf8d801c555a0e99524453e7214f9cc9107ad49de3d5948ccc"
641
dependencies = [
642 643
 "cc",
 "rustc-std-workspace-core",
644 645
]

646 647 648 649
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
650
 "diff",
R
Ralf Jung 已提交
651
 "env_logger 0.7.1",
652
 "getopts",
653
 "lazy_static 1.4.0",
654 655 656 657
 "libc",
 "log",
 "miow 0.3.3",
 "regex",
R
Ralf Jung 已提交
658
 "rustfix",
659 660 661
 "serde",
 "serde_json",
 "walkdir",
E
Eric Huss 已提交
662
 "winapi 0.3.8",
663 664
]

665 666 667 668 669 670 671 672 673 674 675 676 677
[[package]]
name = "compiletest_rs"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f737835bfbbe29ed1ff82d5137520338d7ed5bf1a1d4b9c1c7c58bb45b8fa29"
dependencies = [
 "diff",
 "filetime",
 "getopts",
 "libc",
 "log",
 "miow 0.3.3",
 "regex",
R
Ralf Jung 已提交
678
 "rustfix",
679 680 681 682 683 684 685 686
 "serde",
 "serde_derive",
 "serde_json",
 "tempfile",
 "tester",
 "winapi 0.3.8",
]

F
flip1995 已提交
687 688 689 690
[[package]]
name = "constant_time_eq"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
691
checksum = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
F
flip1995 已提交
692

E
Eric Huss 已提交
693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720
[[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",
]

721 722 723
[[package]]
name = "core"
version = "0.0.0"
A
Alex Crichton 已提交
724
dependencies = [
725
 "rand 0.7.3",
A
Alex Crichton 已提交
726
]
727

N
Nick Cameron 已提交
728 729
[[package]]
name = "core-foundation"
730
version = "0.6.3"
N
Nick Cameron 已提交
731
source = "registry+https://github.com/rust-lang/crates.io-index"
732
checksum = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
N
Nick Cameron 已提交
733
dependencies = [
E
Eric Huss 已提交
734 735 736 737 738 739 740 741 742 743 744
 "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",
745
 "libc",
N
Nick Cameron 已提交
746 747 748 749
]

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

E
Eric Huss 已提交
754 755 756 757 758 759
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"

760 761
[[package]]
name = "crates-io"
E
Eric Huss 已提交
762
version = "0.31.1"
763
dependencies = [
E
Eric Huss 已提交
764
 "anyhow",
765
 "curl",
E
Eric Huss 已提交
766
 "percent-encoding 2.1.0",
767 768 769
 "serde",
 "serde_derive",
 "serde_json",
F
flip1995 已提交
770
 "url 2.1.0",
771 772
]

773 774 775 776
[[package]]
name = "crc32fast"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
777
checksum = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192"
778
dependencies = [
779
 "cfg-if",
780
]
781

782 783 784 785 786 787
[[package]]
name = "crossbeam-channel"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c"
dependencies = [
788
 "crossbeam-utils 0.7.2",
789 790
]

J
Josh Stone 已提交
791 792 793 794 795 796
[[package]]
name = "crossbeam-deque"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
dependencies = [
I
Igor Matuszewski 已提交
797
 "crossbeam-epoch",
J
Josh Stone 已提交
798 799 800
 "crossbeam-utils 0.6.5",
]

801 802
[[package]]
name = "crossbeam-epoch"
R
Ralf Jung 已提交
803
version = "0.7.2"
804
source = "registry+https://github.com/rust-lang/crates.io-index"
805
checksum = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
806
dependencies = [
807 808 809
 "arrayvec",
 "cfg-if",
 "crossbeam-utils 0.6.5",
810
 "lazy_static 1.4.0",
I
Igor Matuszewski 已提交
811
 "memoffset",
812
 "scopeguard",
813 814
]

815 816 817 818
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
819
checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
820
dependencies = [
821
 "crossbeam-utils 0.6.5",
822 823
]

A
Alex Crichton 已提交
824 825
[[package]]
name = "crossbeam-utils"
E
Eric Huss 已提交
826
version = "0.6.5"
A
Alex Crichton 已提交
827
source = "registry+https://github.com/rust-lang/crates.io-index"
828
checksum = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
A
Alex Crichton 已提交
829
dependencies = [
830
 "cfg-if",
831
 "lazy_static 1.4.0",
A
Alex Crichton 已提交
832 833
]

E
Eric Huss 已提交
834 835
[[package]]
name = "crossbeam-utils"
836
version = "0.7.2"
E
Eric Huss 已提交
837
source = "registry+https://github.com/rust-lang/crates.io-index"
838
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
E
Eric Huss 已提交
839
dependencies = [
840
 "autocfg 1.0.0",
E
Eric Huss 已提交
841
 "cfg-if",
842
 "lazy_static 1.4.0",
E
Eric Huss 已提交
843 844
]

O
Oliver Schneider 已提交
845 846
[[package]]
name = "crypto-hash"
A
Alex Crichton 已提交
847
version = "0.3.1"
O
Oliver Schneider 已提交
848
source = "registry+https://github.com/rust-lang/crates.io-index"
849
checksum = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
O
Oliver Schneider 已提交
850
dependencies = [
851
 "commoncrypto",
A
Aaron Hill 已提交
852
 "hex 0.3.2",
853
 "openssl",
E
Eric Huss 已提交
854
 "winapi 0.3.8",
O
Oliver Schneider 已提交
855 856
]

857 858 859 860 861 862 863 864 865 866
[[package]]
name = "ctor"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47c5e5ac752e18207b12e16b10631ae5f7f68f8805f335f9b817ead83d9ffce1"
dependencies = [
 "quote 1.0.2",
 "syn 1.0.11",
]

867 868
[[package]]
name = "curl"
869
version = "0.4.25"
870
source = "registry+https://github.com/rust-lang/crates.io-index"
871
checksum = "06aa71e9208a54def20792d877bc663d6aae0732b9852e612c4a933177c31283"
872
dependencies = [
873 874 875 876 877 878
 "curl-sys",
 "libc",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "socket2",
E
Eric Huss 已提交
879
 "winapi 0.3.8",
880 881 882 883
]

[[package]]
name = "curl-sys"
884
version = "0.4.25"
885
source = "registry+https://github.com/rust-lang/crates.io-index"
886
checksum = "0c38ca47d60b86d0cc9d42caa90a0885669c2abc9791f871c81f58cdf39e979b"
887
dependencies = [
888 889 890 891 892 893 894
 "cc",
 "libc",
 "libnghttp2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
E
Eric Huss 已提交
895
 "winapi 0.3.8",
896 897
]

E
Eric Huss 已提交
898 899 900 901
[[package]]
name = "darling"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
902
checksum = "9158d690bc62a3a57c3e45b85e4d50de2008b39345592c64efd79345c7e24be0"
E
Eric Huss 已提交
903
dependencies = [
904 905
 "darling_core",
 "darling_macro",
E
Eric Huss 已提交
906 907 908 909 910 911
]

[[package]]
name = "darling_core"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
912
checksum = "d2a368589465391e127e10c9e3a08efc8df66fd49b87dc8524c764bbe7f2ef82"
E
Eric Huss 已提交
913
dependencies = [
914 915
 "fnv",
 "ident_case",
916 917 918
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
E
Eric Huss 已提交
919 920 921 922 923 924
]

[[package]]
name = "darling_macro"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
925
checksum = "244e8987bd4e174385240cde20a3657f607fb0797563c28255c353b5819a07b1"
E
Eric Huss 已提交
926
dependencies = [
927
 "darling_core",
928 929
 "quote 0.6.12",
 "syn 0.15.35",
E
Eric Huss 已提交
930 931
]

D
Douglas Campos 已提交
932 933
[[package]]
name = "datafrog"
N
Niko Matsakis 已提交
934
version = "2.0.1"
D
Douglas Campos 已提交
935
source = "registry+https://github.com/rust-lang/crates.io-index"
936
checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
D
Douglas Campos 已提交
937

938 939
[[package]]
name = "derive-new"
I
Igor Matuszewski 已提交
940
version = "0.5.8"
941
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
942
checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
943
dependencies = [
I
Igor Matuszewski 已提交
944 945 946
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
947 948
]

K
kennytm 已提交
949 950
[[package]]
name = "derive_more"
I
Igor Matuszewski 已提交
951
version = "0.99.2"
K
kennytm 已提交
952
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
953
checksum = "2159be042979966de68315bce7034bb000c775f22e3e834e1c52ff78f041cae8"
K
kennytm 已提交
954
dependencies = [
I
Igor Matuszewski 已提交
955 956 957
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
K
kennytm 已提交
958 959
]

960 961
[[package]]
name = "diff"
O
Oliver Schneider 已提交
962
version = "0.1.11"
963
source = "registry+https://github.com/rust-lang/crates.io-index"
964
checksum = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
965

M
Mark Simulacrum 已提交
966 967 968 969
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
970
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
M
Mark Simulacrum 已提交
971

972 973
[[package]]
name = "digest"
974
version = "0.8.1"
975
source = "registry+https://github.com/rust-lang/crates.io-index"
976
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
977
dependencies = [
978
 "generic-array",
979 980
]

R
Ralf Jung 已提交
981 982
[[package]]
name = "directories"
R
Ralf Jung 已提交
983
version = "2.0.1"
R
Ralf Jung 已提交
984
source = "registry+https://github.com/rust-lang/crates.io-index"
985
checksum = "2ccc83e029c3cebb4c8155c644d34e3a070ccdb4ff90d369c74cd73f7cb3c984"
R
Ralf Jung 已提交
986
dependencies = [
987 988
 "cfg-if",
 "dirs-sys",
R
Ralf Jung 已提交
989 990
]

F
flip1995 已提交
991 992
[[package]]
name = "dirs"
T
topecongiro 已提交
993
version = "2.0.1"
F
flip1995 已提交
994
source = "registry+https://github.com/rust-lang/crates.io-index"
995
checksum = "1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1"
F
flip1995 已提交
996
dependencies = [
997 998
 "cfg-if",
 "dirs-sys",
F
flip1995 已提交
999 1000
]

R
Ralf Jung 已提交
1001 1002 1003 1004
[[package]]
name = "dirs-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
1005
checksum = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d"
R
Ralf Jung 已提交
1006
dependencies = [
1007 1008 1009
 "cfg-if",
 "libc",
 "redox_users",
E
Eric Huss 已提交
1010
 "winapi 0.3.8",
R
Ralf Jung 已提交
1011 1012
]

O
Oliver Schneider 已提交
1013 1014
[[package]]
name = "dlmalloc"
J
Jethro Beekman 已提交
1015
version = "0.1.3"
1016
source = "registry+https://github.com/rust-lang/crates.io-index"
1017
checksum = "f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63"
O
Oliver Schneider 已提交
1018
dependencies = [
1019 1020 1021
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
O
Oliver Schneider 已提交
1022 1023
]

1024 1025 1026 1027
[[package]]
name = "dtoa"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
1028
checksum = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
1029

E
Eric Huss 已提交
1030 1031 1032 1033 1034 1035
[[package]]
name = "dunce"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ad6bf6a88548d1126045c413548df1453d9be094a8ab9fd59bf1fdd338da4f"

O
Oliver Schneider 已提交
1036 1037
[[package]]
name = "either"
A
Alex Crichton 已提交
1038
version = "1.5.0"
O
Oliver Schneider 已提交
1039
source = "registry+https://github.com/rust-lang/crates.io-index"
1040
checksum = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
O
Oliver Schneider 已提交
1041

S
steveklabnik 已提交
1042 1043
[[package]]
name = "elasticlunr-rs"
1044
version = "2.3.4"
S
steveklabnik 已提交
1045
source = "registry+https://github.com/rust-lang/crates.io-index"
1046
checksum = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
S
steveklabnik 已提交
1047
dependencies = [
1048
 "lazy_static 1.4.0",
1049 1050 1051 1052 1053 1054
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "strum",
 "strum_macros",
S
steveklabnik 已提交
1055 1056
]

V
varkor 已提交
1057 1058
[[package]]
name = "ena"
1059
version = "0.13.1"
V
varkor 已提交
1060
source = "registry+https://github.com/rust-lang/crates.io-index"
1061
checksum = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36"
V
varkor 已提交
1062
dependencies = [
1063
 "log",
V
varkor 已提交
1064 1065
]

1066 1067 1068 1069 1070
[[package]]
name = "ena"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
V
varkor 已提交
1071
dependencies = [
1072
 "log",
V
varkor 已提交
1073 1074
]

1075 1076 1077 1078
[[package]]
name = "encoding_rs"
version = "0.8.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
1079
checksum = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed"
1080
dependencies = [
1081
 "cfg-if",
1082 1083
]

A
Alex Crichton 已提交
1084 1085
[[package]]
name = "env_logger"
M
Mateusz Mikuła 已提交
1086
version = "0.6.2"
A
Alex Crichton 已提交
1087
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mateusz Mikuła 已提交
1088
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
A
Alex Crichton 已提交
1089
dependencies = [
1090
 "atty",
E
Eric Huss 已提交
1091
 "humantime 1.3.0",
1092 1093 1094
 "log",
 "regex",
 "termcolor",
A
Alex Crichton 已提交
1095 1096
]

A
Alex Crichton 已提交
1097 1098
[[package]]
name = "env_logger"
R
Ralf Jung 已提交
1099
version = "0.7.1"
A
Alex Crichton 已提交
1100
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
1101
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
A
Alex Crichton 已提交
1102 1103
dependencies = [
 "atty",
E
Eric Huss 已提交
1104
 "humantime 1.3.0",
A
Alex Crichton 已提交
1105 1106 1107 1108 1109
 "log",
 "regex",
 "termcolor",
]

R
Ralf Jung 已提交
1110 1111 1112 1113
[[package]]
name = "error-chain"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1114
checksum = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
R
Ralf Jung 已提交
1115
dependencies = [
1116
 "backtrace",
R
Ralf Jung 已提交
1117 1118
]

1119 1120 1121
[[package]]
name = "error_index_generator"
version = "0.0.0"
M
Mark Simulacrum 已提交
1122
dependencies = [
1123
 "rustdoc",
1124
 "walkdir",
M
Mark Simulacrum 已提交
1125
]
1126

1127 1128 1129 1130 1131 1132 1133 1134
[[package]]
name = "expand-yaml-anchors"
version = "0.1.0"
dependencies = [
 "yaml-merge-keys",
 "yaml-rust 0.4.3",
]

A
Alex Crichton 已提交
1135 1136
[[package]]
name = "failure"
E
Eric Huss 已提交
1137
version = "0.1.5"
A
Alex Crichton 已提交
1138
source = "registry+https://github.com/rust-lang/crates.io-index"
1139
checksum = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
A
Alex Crichton 已提交
1140
dependencies = [
1141 1142
 "backtrace",
 "failure_derive",
A
Alex Crichton 已提交
1143 1144 1145 1146
]

[[package]]
name = "failure_derive"
1147
version = "0.1.8"
A
Alex Crichton 已提交
1148
source = "registry+https://github.com/rust-lang/crates.io-index"
1149
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
A
Alex Crichton 已提交
1150
dependencies = [
1151 1152 1153 1154
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
 "synstructure",
A
Alex Crichton 已提交
1155 1156
]

1157 1158 1159 1160
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1161
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1162

A
Alex Crichton 已提交
1163 1164
[[package]]
name = "filetime"
E
Eric Huss 已提交
1165
version = "0.2.9"
A
Alex Crichton 已提交
1166
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1167
checksum = "f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e"
A
Alex Crichton 已提交
1168
dependencies = [
1169 1170 1171
 "cfg-if",
 "libc",
 "redox_syscall",
1172
 "winapi 0.3.8",
A
Alex Crichton 已提交
1173 1174
]

J
Jack Huey 已提交
1175 1176 1177 1178 1179 1180
[[package]]
name = "fixedbitset"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"

F
Felix Schütt 已提交
1181 1182
[[package]]
name = "flate2"
E
Eric Huss 已提交
1183
version = "1.0.12"
F
Felix Schütt 已提交
1184
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1185
checksum = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3"
F
Felix Schütt 已提交
1186
dependencies = [
E
Eric Huss 已提交
1187
 "cfg-if",
1188 1189 1190
 "crc32fast",
 "libc",
 "libz-sys",
E
Eric Huss 已提交
1191
 "miniz_oxide",
F
Felix Schütt 已提交
1192 1193
]

1194 1195 1196
[[package]]
name = "fmt_macros"
version = "0.0.0"
1197
dependencies = [
1198
 "rustc_lexer",
V
Vadim Petrochenkov 已提交
1199
 "rustc_span",
1200
]
1201

1202 1203
[[package]]
name = "fnv"
O
Oliver Schneider 已提交
1204
version = "1.0.6"
1205
source = "registry+https://github.com/rust-lang/crates.io-index"
1206
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
1207

1208 1209
[[package]]
name = "foreign-types"
O
Oliver Schneider 已提交
1210 1211
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1212
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
O
Oliver Schneider 已提交
1213
dependencies = [
1214
 "foreign-types-shared",
O
Oliver Schneider 已提交
1215 1216 1217 1218 1219
]

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

1223 1224
[[package]]
name = "fortanix-sgx-abi"
1225
version = "0.3.2"
1226
source = "registry+https://github.com/rust-lang/crates.io-index"
1227
checksum = "3f8cbee5e872cf7db61a999a041f9bc4706ca7bf7df4cb914f53fabb1c1bc550"
1228
dependencies = [
1229 1230
 "compiler_builtins",
 "rustc-std-workspace-core",
1231 1232
]

1233 1234 1235 1236
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1237
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
1238

1239 1240 1241 1242
[[package]]
name = "fst"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1243
checksum = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
1244
dependencies = [
1245
 "byteorder",
1246 1247
]

1248 1249 1250 1251
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1252
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1253

O
Oliver Schneider 已提交
1254 1255
[[package]]
name = "fuchsia-zircon"
1256
version = "0.3.3"
O
Oliver Schneider 已提交
1257
source = "registry+https://github.com/rust-lang/crates.io-index"
1258
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
O
Oliver Schneider 已提交
1259
dependencies = [
1260 1261
 "bitflags",
 "fuchsia-zircon-sys",
O
Oliver Schneider 已提交
1262 1263 1264 1265
]

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

S
steveklabnik 已提交
1270 1271
[[package]]
name = "futf"
A
Alex Crichton 已提交
1272
version = "0.1.4"
S
steveklabnik 已提交
1273
source = "registry+https://github.com/rust-lang/crates.io-index"
1274
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
S
steveklabnik 已提交
1275
dependencies = [
1276 1277
 "mac",
 "new_debug_unreachable",
S
steveklabnik 已提交
1278 1279
]

1280 1281
[[package]]
name = "futures"
1282
version = "0.1.28"
1283
source = "registry+https://github.com/rust-lang/crates.io-index"
1284
checksum = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869"
1285

1286 1287 1288 1289
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
1290
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
1291
dependencies = [
1292 1293
 "futures",
 "num_cpus",
1294 1295
]

E
Eric Huss 已提交
1296 1297 1298 1299
[[package]]
name = "fwdansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1300
checksum = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
E
Eric Huss 已提交
1301
dependencies = [
1302 1303
 "memchr",
 "termcolor",
E
Eric Huss 已提交
1304 1305
]

1306 1307
[[package]]
name = "generic-array"
1308
version = "0.12.3"
1309
source = "registry+https://github.com/rust-lang/crates.io-index"
1310
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
1311
dependencies = [
1312
 "typenum",
1313 1314
]

1315 1316
[[package]]
name = "getopts"
1317
version = "0.2.21"
1318
source = "registry+https://github.com/rust-lang/crates.io-index"
1319
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
V
varkor 已提交
1320
dependencies = [
1321 1322
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
1323
 "unicode-width",
V
varkor 已提交
1324
]
1325

G
gnzlbg 已提交
1326 1327
[[package]]
name = "getrandom"
1328
version = "0.1.14"
G
gnzlbg 已提交
1329
source = "registry+https://github.com/rust-lang/crates.io-index"
1330
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
G
gnzlbg 已提交
1331
dependencies = [
1332 1333
 "cfg-if",
 "libc",
1334
 "wasi",
G
gnzlbg 已提交
1335 1336
]

1337 1338
[[package]]
name = "git2"
E
Eric Huss 已提交
1339
version = "0.13.5"
1340
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1341
checksum = "e1e02a51cd90229028c9bd8be0a0364f85b6b3199cccaa0ef39005ddbd5ac165"
1342
dependencies = [
1343 1344 1345 1346 1347 1348
 "bitflags",
 "libc",
 "libgit2-sys",
 "log",
 "openssl-probe",
 "openssl-sys",
F
flip1995 已提交
1349
 "url 2.1.0",
1350 1351 1352 1353
]

[[package]]
name = "git2-curl"
E
Eric Huss 已提交
1354
version = "0.14.0"
1355
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1356
checksum = "502d532a2d06184beb3bc869d4d90236e60934e3382c921b203fa3c33e212bd7"
1357
dependencies = [
1358 1359 1360
 "curl",
 "git2",
 "log",
F
flip1995 已提交
1361
 "url 2.1.0",
1362 1363 1364 1365
]

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

1370 1371
[[package]]
name = "globset"
E
Eric Huss 已提交
1372
version = "0.4.3"
1373
source = "registry+https://github.com/rust-lang/crates.io-index"
1374
checksum = "ef4feaabe24a0a658fd9cf4a9acf6ed284f045c77df0f49020ba3245cfb7b454"
1375
dependencies = [
1376 1377 1378 1379 1380
 "aho-corasick",
 "bstr",
 "fnv",
 "log",
 "regex",
1381 1382
]

1383 1384 1385 1386
[[package]]
name = "graphviz"
version = "0.0.0"

1387 1388 1389 1390
[[package]]
name = "h2"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
1391
checksum = "a539b63339fbbb00e081e84b6e11bd1d9634a82d91da2984a18ac74a8823f392"
1392
dependencies = [
1393 1394 1395 1396 1397 1398 1399 1400 1401 1402
 "byteorder",
 "bytes",
 "fnv",
 "futures",
 "http",
 "indexmap",
 "log",
 "slab",
 "string",
 "tokio-io",
1403 1404
]

1405 1406
[[package]]
name = "handlebars"
1407
version = "3.0.1"
1408
source = "registry+https://github.com/rust-lang/crates.io-index"
1409
checksum = "ba758d094d31274eb49d15da6f326b96bf3185239a6359bf684f3d5321148900"
1410
dependencies = [
1411 1412 1413 1414 1415 1416
 "log",
 "pest",
 "pest_derive",
 "quick-error",
 "serde",
 "serde_json",
1417 1418
]

1419 1420
[[package]]
name = "hashbrown"
A
Alex Crichton 已提交
1421
version = "0.6.2"
1422
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1423
checksum = "3cd9867f119b19fecb08cd5c326ad4488d7a1da4bf75b4d95d71db742525aaab"
1424
dependencies = [
1425
 "autocfg 0.1.7",
1426 1427 1428
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
E
Eric Huss 已提交
1429 1430
]

1431 1432 1433 1434
[[package]]
name = "heck"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1435
checksum = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
1436
dependencies = [
1437
 "unicode-segmentation",
1438 1439
]

1440 1441
[[package]]
name = "hermit-abi"
1442
version = "0.1.13"
1443
source = "registry+https://github.com/rust-lang/crates.io-index"
1444
checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
1445 1446 1447 1448 1449 1450
dependencies = [
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
]

1451 1452
[[package]]
name = "hex"
A
Alex Crichton 已提交
1453
version = "0.3.2"
1454
source = "registry+https://github.com/rust-lang/crates.io-index"
1455
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1456

A
Aaron Hill 已提交
1457 1458 1459 1460 1461 1462
[[package]]
name = "hex"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e"

F
flip1995 已提交
1463 1464
[[package]]
name = "home"
L
Lzu Tao 已提交
1465
version = "0.5.1"
F
flip1995 已提交
1466
source = "registry+https://github.com/rust-lang/crates.io-index"
L
Lzu Tao 已提交
1467
checksum = "a3753954f7bd71f0e671afb8b5a992d1724cf43b7f95a563cd4a0bde94659ca8"
F
flip1995 已提交
1468
dependencies = [
1469
 "scopeguard",
E
Eric Huss 已提交
1470
 "winapi 0.3.8",
F
flip1995 已提交
1471 1472
]

E
Eric Huss 已提交
1473 1474
[[package]]
name = "html5ever"
1475
version = "0.24.1"
E
Eric Huss 已提交
1476
source = "registry+https://github.com/rust-lang/crates.io-index"
1477
checksum = "025483b0a1e4577bb28578318c886ee5f817dda6eb62473269349044406644cb"
E
Eric Huss 已提交
1478
dependencies = [
1479 1480 1481
 "log",
 "mac",
 "markup5ever",
1482 1483
 "proc-macro2 1.0.3",
 "quote 1.0.2",
I
Igor Matuszewski 已提交
1484
 "syn 1.0.11",
E
Eric Huss 已提交
1485 1486
]

E
Eric Huss 已提交
1487 1488
[[package]]
name = "http"
E
Eric Huss 已提交
1489
version = "0.1.19"
E
Eric Huss 已提交
1490
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1491
checksum = "d7e06e336150b178206af098a055e3621e8336027e2b4d126bda0bc64824baaf"
E
Eric Huss 已提交
1492
dependencies = [
1493 1494 1495
 "bytes",
 "fnv",
 "itoa",
E
Eric Huss 已提交
1496 1497
]

1498 1499 1500 1501
[[package]]
name = "http-body"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1502
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
1503
dependencies = [
1504 1505 1506 1507
 "bytes",
 "futures",
 "http",
 "tokio-buf",
1508 1509 1510 1511 1512 1513
]

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

A
Alex Crichton 已提交
1516 1517
[[package]]
name = "humantime"
A
Alex Crichton 已提交
1518
version = "1.3.0"
A
Alex Crichton 已提交
1519
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1520
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
A
Alex Crichton 已提交
1521
dependencies = [
1522
 "quick-error",
A
Alex Crichton 已提交
1523 1524
]

E
Eric Huss 已提交
1525 1526 1527 1528 1529 1530
[[package]]
name = "humantime"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da"

1531 1532 1533 1534
[[package]]
name = "hyper"
version = "0.12.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558
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",
1559 1560 1561 1562 1563 1564
]

[[package]]
name = "hyper-tls"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1565
checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
1566
dependencies = [
1567 1568 1569 1570 1571
 "bytes",
 "futures",
 "hyper",
 "native-tls",
 "tokio-io",
1572 1573
]

E
Eric Huss 已提交
1574 1575 1576 1577
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1578
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
E
Eric Huss 已提交
1579

1580 1581
[[package]]
name = "idna"
A
Alex Crichton 已提交
1582
version = "0.1.5"
1583
source = "registry+https://github.com/rust-lang/crates.io-index"
1584
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1585
dependencies = [
1586 1587 1588
 "matches",
 "unicode-bidi",
 "unicode-normalization",
A
Alex Crichton 已提交
1589 1590
]

E
Eric Huss 已提交
1591 1592 1593 1594
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1595
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
E
Eric Huss 已提交
1596
dependencies = [
1597 1598 1599
 "matches",
 "unicode-bidi",
 "unicode-normalization",
E
Eric Huss 已提交
1600 1601
]

O
Oliver Schneider 已提交
1602 1603
[[package]]
name = "if_chain"
O
Oliver Scherer 已提交
1604
version = "1.0.0"
O
Oliver Schneider 已提交
1605
source = "registry+https://github.com/rust-lang/crates.io-index"
1606
checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
O
Oliver Schneider 已提交
1607

1608 1609
[[package]]
name = "ignore"
I
Igor Matuszewski 已提交
1610
version = "0.4.11"
1611
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1612
checksum = "522daefc3b69036f80c7d2990b28ff9e0471c683bad05ca258e0a01dd22c5a1e"
1613
dependencies = [
I
Igor Matuszewski 已提交
1614
 "crossbeam-channel",
1615
 "globset",
1616
 "lazy_static 1.4.0",
1617 1618 1619 1620
 "log",
 "memchr",
 "regex",
 "same-file",
I
Igor Matuszewski 已提交
1621
 "thread_local 1.0.1",
1622 1623
 "walkdir",
 "winapi-util",
1624 1625
]

E
Eric Huss 已提交
1626 1627
[[package]]
name = "im-rc"
E
Eric Huss 已提交
1628
version = "14.0.0"
E
Eric Huss 已提交
1629
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1630
checksum = "e9ad726dce25993be6352b0bff048e4d2647440c0a673d32257c4fac49356d18"
E
Eric Huss 已提交
1631
dependencies = [
E
Eric Huss 已提交
1632 1633 1634
 "bitmaps",
 "rand_core 0.5.1",
 "rand_xoshiro",
1635 1636
 "sized-chunks",
 "typenum",
1637
 "version_check",
E
Eric Huss 已提交
1638 1639
]

1640 1641 1642 1643
[[package]]
name = "indexmap"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1644
checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
1645

1646 1647 1648 1649
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
1650 1651 1652
 "clap",
 "failure",
 "flate2",
1653
 "lazy_static 1.4.0",
1654 1655 1656 1657 1658
 "num_cpus",
 "rayon",
 "remove_dir_all",
 "tar",
 "walkdir",
E
Eric Huss 已提交
1659
 "winapi 0.3.8",
1660
 "xz2",
1661 1662
]

1663 1664
[[package]]
name = "iovec"
1665
version = "0.1.4"
1666
source = "registry+https://github.com/rust-lang/crates.io-index"
1667
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1668
dependencies = [
1669
 "libc",
1670 1671
]

S
steveklabnik 已提交
1672 1673 1674 1675
[[package]]
name = "is-match"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1676
checksum = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
S
steveklabnik 已提交
1677 1678 1679

[[package]]
name = "itertools"
A
Alex Crichton 已提交
1680
version = "0.7.8"
S
steveklabnik 已提交
1681
source = "registry+https://github.com/rust-lang/crates.io-index"
1682
checksum = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
S
steveklabnik 已提交
1683
dependencies = [
1684
 "either",
S
steveklabnik 已提交
1685 1686
]

1687 1688 1689 1690
[[package]]
name = "itertools"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1691
checksum = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
1692
dependencies = [
1693
 "either",
1694 1695
]

1696 1697 1698 1699 1700 1701 1702 1703 1704
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
 "either",
]

1705
[[package]]
A
Alex Crichton 已提交
1706
name = "itoa"
E
Eric Huss 已提交
1707
version = "0.4.4"
1708
source = "registry+https://github.com/rust-lang/crates.io-index"
1709
checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1710

1711 1712
[[package]]
name = "jemalloc-sys"
G
gnzlbg 已提交
1713
version = "0.3.0"
1714
source = "registry+https://github.com/rust-lang/crates.io-index"
1715
checksum = "7bef0d4ce37578dfd80b466e3d8324bd9de788e249f1accebb0c472ea4b52bdc"
1716
dependencies = [
1717 1718 1719
 "cc",
 "fs_extra",
 "libc",
1720 1721
]

S
Steve Klabnik 已提交
1722
[[package]]
A
Alex Crichton 已提交
1723
name = "jobserver"
A
Alex Crichton 已提交
1724
version = "0.1.21"
S
Steve Klabnik 已提交
1725
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1726
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
A
Alex Crichton 已提交
1727
dependencies = [
1728
 "libc",
A
Alex Crichton 已提交
1729
]
S
Steve Klabnik 已提交
1730

1731 1732 1733 1734
[[package]]
name = "json"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
1735
checksum = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
1736

1737 1738
[[package]]
name = "jsonrpc-client-transports"
I
Igor Matuszewski 已提交
1739
version = "14.0.5"
1740
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1741
checksum = "0a9ae166c4d1f702d297cd76d4b55758ace80272ffc6dbb139fdc1bf810de40b"
1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755
dependencies = [
 "failure",
 "futures",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
 "serde",
 "serde_json",
 "tokio",
 "url 1.7.2",
]

1756 1757
[[package]]
name = "jsonrpc-core"
I
Igor Matuszewski 已提交
1758
version = "14.0.5"
1759
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1760
checksum = "fe3b688648f1ef5d5072229e2d672ecb92cbff7d1c79bcf3fd5898f3f3df0970"
1761
dependencies = [
1762 1763 1764 1765 1766
 "futures",
 "log",
 "serde",
 "serde_derive",
 "serde_json",
1767 1768
]

1769 1770
[[package]]
name = "jsonrpc-core-client"
I
Igor Matuszewski 已提交
1771
version = "14.0.5"
1772
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1773
checksum = "080dc110be17701097df238fad3c816d4a478a1899dfbcf8ec8957dd40ec7304"
1774 1775 1776 1777 1778 1779
dependencies = [
 "jsonrpc-client-transports",
]

[[package]]
name = "jsonrpc-derive"
I
Igor Matuszewski 已提交
1780
version = "14.0.5"
1781
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1782
checksum = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058"
1783 1784
dependencies = [
 "proc-macro-crate",
I
Igor Matuszewski 已提交
1785 1786 1787
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
1788 1789 1790 1791
]

[[package]]
name = "jsonrpc-ipc-server"
I
Igor Matuszewski 已提交
1792
version = "14.0.3"
1793
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1794
checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a"
1795 1796 1797 1798 1799
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
I
Igor Matuszewski 已提交
1800
 "parking_lot 0.9.0",
1801 1802 1803 1804 1805
 "tokio-service",
]

[[package]]
name = "jsonrpc-pubsub"
I
Igor Matuszewski 已提交
1806
version = "14.0.6"
1807
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1808
checksum = "5b31c9b90731276fdd24d896f31bb10aecf2e5151733364ae81123186643d939"
1809 1810 1811
dependencies = [
 "jsonrpc-core",
 "log",
1812
 "parking_lot 0.10.2",
1813 1814 1815 1816 1817
 "serde",
]

[[package]]
name = "jsonrpc-server-utils"
I
Igor Matuszewski 已提交
1818
version = "14.0.5"
1819
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1820
checksum = "95b7635e618a0edbbe0d2a2bbbc69874277c49383fcf6c3c0414491cfb517d22"
1821 1822 1823 1824
dependencies = [
 "bytes",
 "globset",
 "jsonrpc-core",
1825
 "lazy_static 1.4.0",
1826 1827 1828
 "log",
 "tokio",
 "tokio-codec",
E
Eric Huss 已提交
1829
 "unicase",
1830 1831
]

1832 1833 1834 1835
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1836
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1837
dependencies = [
1838 1839
 "winapi 0.2.8",
 "winapi-build",
1840 1841 1842 1843
]

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

A
Alex Crichton 已提交
1848 1849
[[package]]
name = "lazy_static"
1850
version = "1.4.0"
A
Alex Crichton 已提交
1851
source = "registry+https://github.com/rust-lang/crates.io-index"
1852
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
A
Alex Crichton 已提交
1853

A
Alex Crichton 已提交
1854 1855
[[package]]
name = "lazycell"
1856
version = "1.2.1"
A
Alex Crichton 已提交
1857
source = "registry+https://github.com/rust-lang/crates.io-index"
1858
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
A
Alex Crichton 已提交
1859

1860 1861
[[package]]
name = "libc"
P
Patrick Mooney 已提交
1862
version = "0.2.69"
1863
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Patrick Mooney 已提交
1864
checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
1865
dependencies = [
1866
 "rustc-std-workspace-core",
1867
]
1868

1869 1870
[[package]]
name = "libgit2-sys"
E
Eric Huss 已提交
1871
version = "0.12.5+1.0.0"
1872
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1873
checksum = "3eadeec65514971355bf7134967a543f71372f35b53ac6c7143e7bd157f07535"
1874
dependencies = [
1875 1876 1877 1878 1879 1880
 "cc",
 "libc",
 "libssh2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
1881 1882
]

A
Alex Crichton 已提交
1883 1884
[[package]]
name = "libnghttp2-sys"
1885
version = "0.1.2"
A
Alex Crichton 已提交
1886
source = "registry+https://github.com/rust-lang/crates.io-index"
1887
checksum = "02254d44f4435dd79e695f2c2b83cd06a47919adea30216ceaf0c57ca0a72463"
A
Alex Crichton 已提交
1888
dependencies = [
1889 1890
 "cc",
 "libc",
A
Alex Crichton 已提交
1891 1892
]

1893 1894
[[package]]
name = "libssh2-sys"
1895
version = "0.2.14"
1896
source = "registry+https://github.com/rust-lang/crates.io-index"
1897
checksum = "36aa6e813339d3a063292b77091dfbbb6152ff9006a459895fa5bebed7d34f10"
1898
dependencies = [
1899 1900 1901 1902 1903 1904
 "cc",
 "libc",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
1905 1906 1907 1908
]

[[package]]
name = "libz-sys"
1909
version = "1.0.25"
1910
source = "registry+https://github.com/rust-lang/crates.io-index"
1911
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
1912
dependencies = [
1913 1914 1915 1916
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
1917 1918
]

1919 1920 1921 1922
[[package]]
name = "linkchecker"
version = "0.1.0"

1923 1924 1925 1926 1927 1928
[[package]]
name = "linked-hash-map"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"

1929 1930
[[package]]
name = "lock_api"
1931
version = "0.3.4"
1932
source = "registry+https://github.com/rust-lang/crates.io-index"
1933
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1934
dependencies = [
1935
 "scopeguard",
1936 1937
]

1938 1939
[[package]]
name = "log"
E
Eric Huss 已提交
1940
version = "0.4.8"
1941
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1942
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1943
dependencies = [
1944
 "cfg-if",
1945
]
1946

1947 1948
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1949
version = "0.1.2"
1950
source = "registry+https://github.com/rust-lang/crates.io-index"
1951
checksum = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
1952
dependencies = [
1953
 "lazy_static 1.4.0",
1954 1955
]

1956 1957
[[package]]
name = "lsp-codec"
E
Eric Huss 已提交
1958
version = "0.1.2"
1959
source = "registry+https://github.com/rust-lang/crates.io-index"
1960
checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
1961
dependencies = [
1962 1963 1964
 "bytes",
 "serde_json",
 "tokio-codec",
1965 1966 1967 1968
]

[[package]]
name = "lsp-types"
1969
version = "0.60.0"
1970
source = "registry+https://github.com/rust-lang/crates.io-index"
1971
checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
1972
dependencies = [
1973 1974 1975
 "bitflags",
 "serde",
 "serde_json",
1976 1977
 "serde_repr",
 "url 2.1.0",
1978 1979
]

1980 1981
[[package]]
name = "lzma-sys"
1982
version = "0.1.14"
1983
source = "registry+https://github.com/rust-lang/crates.io-index"
1984
checksum = "16b5c59c57cc4d39e7999f50431aa312ea78af7c93b23fbb0c3567bd672e7f35"
1985
dependencies = [
1986 1987 1988
 "cc",
 "libc",
 "pkg-config",
1989 1990
]

S
steveklabnik 已提交
1991 1992 1993 1994
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1995
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
S
steveklabnik 已提交
1996

G
Guillaume Gomez 已提交
1997 1998 1999 2000
[[package]]
name = "macro-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2001
checksum = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
G
Guillaume Gomez 已提交
2002

S
steveklabnik 已提交
2003 2004 2005 2006
[[package]]
name = "maplit"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2007
checksum = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
S
steveklabnik 已提交
2008

E
Eric Huss 已提交
2009 2010
[[package]]
name = "markup5ever"
2011
version = "0.9.0"
E
Eric Huss 已提交
2012
source = "registry+https://github.com/rust-lang/crates.io-index"
2013
checksum = "65381d9d47506b8592b97c4efd936afcf673b09b059f2bef39c7211ee78b9d03"
E
Eric Huss 已提交
2014
dependencies = [
2015 2016 2017 2018 2019 2020 2021 2022 2023
 "log",
 "phf",
 "phf_codegen",
 "serde",
 "serde_derive",
 "serde_json",
 "string_cache",
 "string_cache_codegen",
 "tendril",
E
Eric Huss 已提交
2024 2025
]

2026 2027
[[package]]
name = "matches"
A
Alex Crichton 已提交
2028
version = "0.1.8"
2029
source = "registry+https://github.com/rust-lang/crates.io-index"
2030
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2031

2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042
[[package]]
name = "md-5"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8"
dependencies = [
 "block-buffer",
 "digest",
 "opaque-debug",
]

2043 2044
[[package]]
name = "mdbook"
2045
version = "0.3.7"
2046
source = "registry+https://github.com/rust-lang/crates.io-index"
2047
checksum = "e7ec525f7ebccc2dd935c263717250cd37f9a4b264a77c5dbc950ea2734d8159"
2048 2049 2050 2051 2052
dependencies = [
 "ammonia",
 "chrono",
 "clap",
 "elasticlunr-rs",
A
Alex Crichton 已提交
2053
 "env_logger 0.6.2",
2054 2055 2056
 "error-chain",
 "handlebars",
 "itertools 0.8.0",
2057
 "lazy_static 1.4.0",
2058 2059 2060
 "log",
 "memchr",
 "open",
E
Eric Huss 已提交
2061
 "pulldown-cmark 0.6.1",
2062 2063 2064 2065 2066 2067
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "shlex",
 "tempfile",
E
Eric Huss 已提交
2068
 "toml",
2069
 "toml-query",
2070 2071
]

2072 2073
[[package]]
name = "mdbook-linkcheck"
E
Eric Huss 已提交
2074
version = "0.5.0"
2075
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2076
checksum = "c0a04db564ca37c47771f8455c825dc941ea851ff0deffcf55a04c512406b409"
2077
dependencies = [
E
Eric Huss 已提交
2078 2079 2080 2081 2082
 "codespan",
 "codespan-reporting",
 "dunce",
 "either",
 "env_logger 0.7.1",
2083
 "failure",
E
Eric Huss 已提交
2084
 "http",
2085 2086
 "log",
 "mdbook",
E
Eric Huss 已提交
2087 2088
 "percent-encoding 2.1.0",
 "pulldown-cmark 0.6.1",
2089 2090 2091 2092 2093 2094 2095
 "rayon",
 "regex",
 "reqwest",
 "semver",
 "serde",
 "serde_derive",
 "serde_json",
E
Eric Huss 已提交
2096
 "structopt",
2097 2098
]

W
Wesley Wiser 已提交
2099 2100
[[package]]
name = "measureme"
2101
version = "0.7.1"
W
Wesley Wiser 已提交
2102
source = "registry+https://github.com/rust-lang/crates.io-index"
2103
checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
W
Wesley Wiser 已提交
2104
dependencies = [
2105 2106
 "byteorder",
 "memmap",
I
Igor Matuszewski 已提交
2107
 "parking_lot 0.9.0",
2108
 "rustc-hash",
W
Wesley Wiser 已提交
2109 2110
]

O
Oliver Schneider 已提交
2111 2112
[[package]]
name = "memchr"
2113
version = "2.3.2"
O
Oliver Schneider 已提交
2114
source = "registry+https://github.com/rust-lang/crates.io-index"
2115
checksum = "53445de381a1f436797497c61d851644d0e8e88e6140f22872ad33a704933978"
2116

2117 2118
[[package]]
name = "memmap"
2119
version = "0.7.0"
2120
source = "registry+https://github.com/rust-lang/crates.io-index"
2121
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
2122
dependencies = [
2123
 "libc",
E
Eric Huss 已提交
2124
 "winapi 0.3.8",
2125 2126
]

R
Ralf Jung 已提交
2127 2128 2129 2130
[[package]]
name = "memoffset"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2131
checksum = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
R
Ralf Jung 已提交
2132
dependencies = [
2133
 "rustc_version",
R
Ralf Jung 已提交
2134 2135
]

2136 2137 2138 2139
[[package]]
name = "mime"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2140
checksum = "3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425"
2141
dependencies = [
E
Eric Huss 已提交
2142
 "unicase",
2143 2144 2145 2146
]

[[package]]
name = "mime_guess"
E
Eric Huss 已提交
2147
version = "2.0.1"
2148
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2149
checksum = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
2150
dependencies = [
2151
 "mime",
E
Eric Huss 已提交
2152
 "unicase",
2153 2154
]

G
Guillaume Gomez 已提交
2155 2156
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
2157
version = "0.0.33"
G
Guillaume Gomez 已提交
2158
source = "registry+https://github.com/rust-lang/crates.io-index"
2159
checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
G
Guillaume Gomez 已提交
2160
dependencies = [
2161
 "macro-utils",
G
Guillaume Gomez 已提交
2162 2163
]

2164 2165
[[package]]
name = "miniz_oxide"
E
Eric Huss 已提交
2166
version = "0.3.5"
2167
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2168
checksum = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625"
2169
dependencies = [
2170
 "adler32",
2171 2172
]

2173 2174 2175 2176
[[package]]
name = "mio"
version = "0.6.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2177
checksum = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
2178
dependencies = [
2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "lazycell",
 "libc",
 "log",
 "miow 0.2.1",
 "net2",
 "slab",
 "winapi 0.2.8",
2190 2191 2192 2193 2194 2195
]

[[package]]
name = "mio-named-pipes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2196
checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
2197
dependencies = [
2198 2199 2200
 "log",
 "mio",
 "miow 0.3.3",
E
Eric Huss 已提交
2201
 "winapi 0.3.8",
2202 2203 2204 2205 2206 2207
]

[[package]]
name = "mio-uds"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2208
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
2209
dependencies = [
2210 2211 2212
 "iovec",
 "libc",
 "mio",
2213 2214 2215 2216 2217 2218
]

[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2219
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2220
dependencies = [
2221 2222 2223 2224
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
2225 2226
]

A
Alex Crichton 已提交
2227 2228
[[package]]
name = "miow"
A
Alex Crichton 已提交
2229
version = "0.3.3"
A
Alex Crichton 已提交
2230
source = "registry+https://github.com/rust-lang/crates.io-index"
2231
checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
A
Alex Crichton 已提交
2232
dependencies = [
2233
 "socket2",
E
Eric Huss 已提交
2234
 "winapi 0.3.8",
A
Alex Crichton 已提交
2235 2236
]

2237 2238 2239 2240
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
2241
 "byteorder",
2242
 "cargo_metadata 0.9.1",
2243
 "colored",
R
Ralf Jung 已提交
2244
 "compiletest_rs",
2245
 "directories",
R
Ralf Jung 已提交
2246
 "env_logger 0.7.1",
R
Ralf Jung 已提交
2247
 "getrandom",
R
Ralf Jung 已提交
2248
 "hex 0.4.0",
2249 2250
 "log",
 "num-traits",
2251
 "rand 0.7.3",
2252 2253
 "rustc-workspace-hack",
 "rustc_version",
R
Ralf Jung 已提交
2254
 "serde",
R
Ralf Jung 已提交
2255
 "serde_json",
2256 2257
 "shell-escape",
 "vergen",
2258 2259
]

2260 2261 2262 2263
[[package]]
name = "native-tls"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2264
checksum = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
2265
dependencies = [
2266
 "lazy_static 1.4.0",
2267 2268 2269 2270 2271 2272 2273 2274 2275
 "libc",
 "log",
 "openssl",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "security-framework",
 "security-framework-sys",
 "tempfile",
2276 2277
]

2278 2279 2280 2281
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2282
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
2283
dependencies = [
2284 2285
 "cfg-if",
 "libc",
E
Eric Huss 已提交
2286
 "winapi 0.3.8",
2287 2288
]

A
Alex Crichton 已提交
2289 2290
[[package]]
name = "new_debug_unreachable"
Y
Yuki Okushi 已提交
2291
version = "1.0.3"
A
Alex Crichton 已提交
2292
source = "registry+https://github.com/rust-lang/crates.io-index"
2293
checksum = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30"
A
Alex Crichton 已提交
2294

N
Nick Cameron 已提交
2295 2296 2297 2298
[[package]]
name = "nodrop"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2299
checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
N
Nick Cameron 已提交
2300

2301
[[package]]
O
Oliver Schneider 已提交
2302 2303
name = "num-integer"
version = "0.1.39"
2304
source = "registry+https://github.com/rust-lang/crates.io-index"
2305
checksum = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
2306
dependencies = [
2307
 "num-traits",
2308 2309
]

S
Steve Klabnik 已提交
2310 2311
[[package]]
name = "num-traits"
2312
version = "0.2.6"
S
Steve Klabnik 已提交
2313
source = "registry+https://github.com/rust-lang/crates.io-index"
2314
checksum = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
S
Steve Klabnik 已提交
2315

2316 2317
[[package]]
name = "num_cpus"
E
Eric Huss 已提交
2318
version = "1.10.1"
2319
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2320
checksum = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
2321
dependencies = [
2322
 "libc",
2323 2324
]

2325 2326 2327 2328 2329 2330
[[package]]
name = "once_cell"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6a04cb71e910d0034815600180f62a95bf6e67942d7ab52a166a68c7d7e9cd0"

2331 2332 2333 2334 2335 2336
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

S
Steve Klabnik 已提交
2337 2338
[[package]]
name = "open"
A
Alex Crichton 已提交
2339
version = "1.2.1"
S
Steve Klabnik 已提交
2340
source = "registry+https://github.com/rust-lang/crates.io-index"
2341
checksum = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
S
Steve Klabnik 已提交
2342

A
Alex Crichton 已提交
2343 2344
[[package]]
name = "opener"
E
Eric Huss 已提交
2345
version = "0.4.0"
A
Alex Crichton 已提交
2346
source = "registry+https://github.com/rust-lang/crates.io-index"
2347
checksum = "998c59e83d9474c01127a96e023b7a04bb061dd286bf8bb939d31dc8d31a7448"
A
Alex Crichton 已提交
2348
dependencies = [
E
Eric Huss 已提交
2349
 "winapi 0.3.8",
A
Alex Crichton 已提交
2350 2351
]

2352 2353
[[package]]
name = "openssl"
L
Lzu Tao 已提交
2354
version = "0.10.25"
2355
source = "registry+https://github.com/rust-lang/crates.io-index"
L
Lzu Tao 已提交
2356
checksum = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449"
2357
dependencies = [
2358 2359 2360
 "bitflags",
 "cfg-if",
 "foreign-types",
2361
 "lazy_static 1.4.0",
2362 2363
 "libc",
 "openssl-sys",
2364 2365 2366 2367
]

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

E
Eric Huss 已提交
2372 2373
[[package]]
name = "openssl-src"
P
Pietro Albini 已提交
2374
version = "111.9.0+1.1.1g"
E
Eric Huss 已提交
2375
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Pietro Albini 已提交
2376
checksum = "a2dbe10ddd1eb335aba3780eb2eaa13e1b7b441d2562fd962398740927f39ec4"
E
Eric Huss 已提交
2377
dependencies = [
2378
 "cc",
E
Eric Huss 已提交
2379 2380
]

2381 2382
[[package]]
name = "openssl-sys"
2383
version = "0.9.54"
2384
source = "registry+https://github.com/rust-lang/crates.io-index"
2385
checksum = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
2386
dependencies = [
2387
 "autocfg 1.0.0",
2388 2389 2390 2391 2392
 "cc",
 "libc",
 "openssl-src",
 "pkg-config",
 "vcpkg",
2393 2394
]

J
Jack Huey 已提交
2395 2396 2397 2398 2399 2400
[[package]]
name = "ordermap"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"

2401 2402 2403 2404
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2405
checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2406

2407 2408 2409 2410 2411 2412 2413 2414 2415
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
 "winapi 0.3.8",
]

N
Nick Cameron 已提交
2416 2417 2418 2419
[[package]]
name = "packed_simd"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2420
checksum = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
N
Nick Cameron 已提交
2421
dependencies = [
2422
 "cfg-if",
N
Nick Cameron 已提交
2423 2424
]

2425 2426 2427 2428
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
2429 2430 2431
 "compiler_builtins",
 "core",
 "libc",
2432 2433 2434 2435 2436 2437
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
2438 2439 2440 2441 2442 2443
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
 "unwind",
2444 2445
]

2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456
[[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",
2457
 "rand 0.7.3",
2458 2459 2460
 "tokio",
 "tokio-named-pipes",
 "tokio-uds",
E
Eric Huss 已提交
2461
 "winapi 0.3.8",
2462 2463 2464 2465 2466 2467 2468 2469
]

[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
2470
 "lock_api",
I
Igor Matuszewski 已提交
2471
 "parking_lot_core 0.6.2",
2472
 "rustc_version",
2473 2474
]

I
Igor Matuszewski 已提交
2475 2476
[[package]]
name = "parking_lot"
2477
version = "0.10.2"
I
Igor Matuszewski 已提交
2478
source = "registry+https://github.com/rust-lang/crates.io-index"
2479
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
I
Igor Matuszewski 已提交
2480 2481
dependencies = [
 "lock_api",
2482
 "parking_lot_core 0.7.1",
I
Igor Matuszewski 已提交
2483 2484
]

2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495
[[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 已提交
2496
 "smallvec 0.6.10",
E
Eric Huss 已提交
2497
 "winapi 0.3.8",
2498 2499
]

I
Igor Matuszewski 已提交
2500 2501
[[package]]
name = "parking_lot_core"
2502
version = "0.7.1"
I
Igor Matuszewski 已提交
2503
source = "registry+https://github.com/rust-lang/crates.io-index"
2504
checksum = "0e136c1904604defe99ce5fd71a28d473fa60a12255d511aa78a9ddf11237aeb"
I
Igor Matuszewski 已提交
2505 2506 2507 2508 2509
dependencies = [
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
crlf0710's avatar
crlf0710 已提交
2510
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
2511 2512 2513
 "winapi 0.3.8",
]

2514 2515
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
2516
version = "1.0.1"
2517
source = "registry+https://github.com/rust-lang/crates.io-index"
2518
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2519

E
Eric Huss 已提交
2520 2521
[[package]]
name = "percent-encoding"
E
Eric Huss 已提交
2522
version = "2.1.0"
E
Eric Huss 已提交
2523
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2524
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
E
Eric Huss 已提交
2525

2526 2527 2528 2529
[[package]]
name = "pest"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2530
checksum = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3"
2531
dependencies = [
2532
 "ucd-trie",
2533 2534 2535 2536 2537 2538
]

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2539
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2540
dependencies = [
2541 2542
 "pest",
 "pest_generator",
2543 2544 2545 2546
]

[[package]]
name = "pest_generator"
2547
version = "2.1.3"
2548
source = "registry+https://github.com/rust-lang/crates.io-index"
2549
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2550
dependencies = [
2551 2552
 "pest",
 "pest_meta",
2553 2554 2555
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
2556 2557 2558 2559
]

[[package]]
name = "pest_meta"
2560
version = "2.1.3"
2561
source = "registry+https://github.com/rust-lang/crates.io-index"
2562
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2563
dependencies = [
2564 2565 2566
 "maplit",
 "pest",
 "sha-1",
2567 2568
]

J
Jack Huey 已提交
2569 2570 2571 2572 2573 2574 2575 2576 2577 2578
[[package]]
name = "petgraph"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
dependencies = [
 "fixedbitset",
 "ordermap",
]

S
steveklabnik 已提交
2579 2580
[[package]]
name = "phf"
2581
version = "0.7.24"
S
steveklabnik 已提交
2582
source = "registry+https://github.com/rust-lang/crates.io-index"
2583
checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
S
steveklabnik 已提交
2584
dependencies = [
2585
 "phf_shared",
S
steveklabnik 已提交
2586 2587 2588 2589
]

[[package]]
name = "phf_codegen"
2590
version = "0.7.24"
S
steveklabnik 已提交
2591
source = "registry+https://github.com/rust-lang/crates.io-index"
2592
checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
S
steveklabnik 已提交
2593
dependencies = [
2594 2595
 "phf_generator",
 "phf_shared",
S
steveklabnik 已提交
2596 2597 2598 2599
]

[[package]]
name = "phf_generator"
2600
version = "0.7.24"
S
steveklabnik 已提交
2601
source = "registry+https://github.com/rust-lang/crates.io-index"
2602
checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
S
steveklabnik 已提交
2603
dependencies = [
2604 2605
 "phf_shared",
 "rand 0.6.1",
S
steveklabnik 已提交
2606 2607 2608 2609
]

[[package]]
name = "phf_shared"
2610
version = "0.7.24"
S
steveklabnik 已提交
2611
source = "registry+https://github.com/rust-lang/crates.io-index"
2612
checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
S
steveklabnik 已提交
2613
dependencies = [
2614
 "siphasher",
S
steveklabnik 已提交
2615 2616
]

2617 2618
[[package]]
name = "pkg-config"
2619
version = "0.3.17"
2620
source = "registry+https://github.com/rust-lang/crates.io-index"
2621
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
2622

2623 2624
[[package]]
name = "polonius-engine"
R
Remy Rakic 已提交
2625
version = "0.12.1"
2626
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Remy Rakic 已提交
2627
checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
D
Douglas Campos 已提交
2628
dependencies = [
2629 2630 2631
 "datafrog",
 "log",
 "rustc-hash",
D
Douglas Campos 已提交
2632
]
2633

G
gnzlbg 已提交
2634 2635
[[package]]
name = "ppv-lite86"
2636
version = "0.2.6"
G
gnzlbg 已提交
2637
source = "registry+https://github.com/rust-lang/crates.io-index"
2638
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
G
gnzlbg 已提交
2639

S
steveklabnik 已提交
2640 2641 2642 2643
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2644
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
S
steveklabnik 已提交
2645

M
Mark Simulacrum 已提交
2646 2647
[[package]]
name = "pretty_assertions"
2648
version = "0.6.1"
M
Mark Simulacrum 已提交
2649
source = "registry+https://github.com/rust-lang/crates.io-index"
2650
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
M
Mark Simulacrum 已提交
2651
dependencies = [
2652
 "ansi_term",
2653
 "ctor",
2654
 "difference",
2655
 "output_vt100",
M
Mark Simulacrum 已提交
2656 2657
]

E
Eric Huss 已提交
2658 2659
[[package]]
name = "pretty_env_logger"
2660
version = "0.4.0"
E
Eric Huss 已提交
2661
source = "registry+https://github.com/rust-lang/crates.io-index"
2662
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
E
Eric Huss 已提交
2663
dependencies = [
2664
 "env_logger 0.7.1",
2665
 "log",
E
Eric Huss 已提交
2666 2667
]

2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684
[[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 已提交
2685
 "syn 1.0.11",
2686 2687
]

A
Alex Crichton 已提交
2688 2689
[[package]]
name = "proc-macro2"
E
Eric Huss 已提交
2690
version = "0.4.30"
A
Alex Crichton 已提交
2691
source = "registry+https://github.com/rust-lang/crates.io-index"
2692
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
A
Alex Crichton 已提交
2693
dependencies = [
2694
 "unicode-xid 0.1.0",
A
Alex Crichton 已提交
2695 2696
]

2697 2698 2699 2700 2701 2702 2703 2704 2705
[[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",
]

2706 2707 2708
[[package]]
name = "proc_macro"
version = "0.0.0"
2709 2710 2711
dependencies = [
 "std",
]
2712

2713 2714 2715 2716
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
2717 2718 2719
 "cc",
 "compiler_builtins",
 "core",
2720 2721
]

2722 2723
[[package]]
name = "psm"
2724
version = "0.1.8"
2725
source = "registry+https://github.com/rust-lang/crates.io-index"
2726
checksum = "659ecfea2142a458893bb7673134bad50b752fea932349c213d6a23874ce3aa7"
2727 2728 2729 2730
dependencies = [
 "cc",
]

E
Eric Huss 已提交
2731 2732 2733 2734 2735 2736 2737 2738
[[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",
2739
 "lazy_static 1.4.0",
E
Eric Huss 已提交
2740 2741 2742 2743
 "regex",
 "url 2.1.0",
]

2744 2745
[[package]]
name = "pulldown-cmark"
2746
version = "0.6.1"
2747
source = "registry+https://github.com/rust-lang/crates.io-index"
2748
checksum = "1c205cc82214f3594e2d50686730314f817c67ffa80fe800cf0db78c3c2b9d9e"
2749
dependencies = [
2750
 "bitflags",
2751
 "getopts",
2752
 "memchr",
E
Eric Huss 已提交
2753
 "unicase",
L
Lzu Tao 已提交
2754 2755 2756 2757
]

[[package]]
name = "pulldown-cmark"
E
Eric Huss 已提交
2758
version = "0.7.1"
L
Lzu Tao 已提交
2759
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2760
checksum = "3e142c3b8f49d2200605ee6ba0b1d757310e9e7a72afe78c36ee2ef67300ee00"
L
Lzu Tao 已提交
2761 2762 2763
dependencies = [
 "bitflags",
 "memchr",
E
Eric Huss 已提交
2764
 "unicase",
2765 2766
]

2767 2768 2769 2770
[[package]]
name = "punycode"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2771
checksum = "6ddd112cca70a4d30883b2d21568a1d376ff8be4758649f64f973c6845128ad3"
2772

2773 2774
[[package]]
name = "quick-error"
2775
version = "1.2.3"
2776
source = "registry+https://github.com/rust-lang/crates.io-index"
2777
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2778 2779

[[package]]
O
Oliver Schneider 已提交
2780 2781
name = "quine-mc_cluskey"
version = "0.2.4"
2782
source = "registry+https://github.com/rust-lang/crates.io-index"
2783
checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2784

A
Alex Crichton 已提交
2785 2786
[[package]]
name = "quote"
E
Eric Huss 已提交
2787
version = "0.6.12"
A
Alex Crichton 已提交
2788
source = "registry+https://github.com/rust-lang/crates.io-index"
2789
checksum = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
A
Alex Crichton 已提交
2790
dependencies = [
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800
 "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 已提交
2801 2802
]

2803 2804
[[package]]
name = "racer"
T
topecongiro 已提交
2805
version = "2.1.33"
2806
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
2807
checksum = "54322b696f7df20e0d79d0244a1088f387b7164a5f17987c4ab984dec1a23e42"
2808
dependencies = [
2809 2810 2811
 "bitflags",
 "clap",
 "derive_more",
I
Igor Matuszewski 已提交
2812 2813
 "env_logger 0.7.1",
 "humantime 2.0.0",
2814
 "lazy_static 1.4.0",
2815 2816
 "log",
 "rls-span",
2817
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2818 2819 2820 2821 2822 2823
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_parse",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
2824
]
2825

2826 2827 2828 2829
[[package]]
name = "rand"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2830
checksum = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
2831
dependencies = [
2832 2833 2834 2835 2836 2837 2838 2839 2840 2841
 "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 已提交
2842
 "winapi 0.3.8",
2843 2844
]

G
gnzlbg 已提交
2845 2846
[[package]]
name = "rand"
2847
version = "0.7.3"
G
gnzlbg 已提交
2848
source = "registry+https://github.com/rust-lang/crates.io-index"
2849
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
G
gnzlbg 已提交
2850
dependencies = [
2851 2852 2853
 "getrandom",
 "libc",
 "rand_chacha 0.2.1",
E
Eric Huss 已提交
2854
 "rand_core 0.5.1",
2855
 "rand_hc 0.2.0",
G
gnzlbg 已提交
2856 2857
]

2858 2859 2860 2861
[[package]]
name = "rand_chacha"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2862
checksum = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
2863
dependencies = [
2864 2865
 "rand_core 0.3.0",
 "rustc_version",
2866 2867
]

G
gnzlbg 已提交
2868 2869 2870 2871
[[package]]
name = "rand_chacha"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2872
checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
G
gnzlbg 已提交
2873
dependencies = [
2874
 "c2-chacha",
E
Eric Huss 已提交
2875
 "rand_core 0.5.1",
G
gnzlbg 已提交
2876 2877
]

2878 2879 2880 2881
[[package]]
name = "rand_core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2882
checksum = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
2883

2884 2885 2886 2887
[[package]]
name = "rand_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2888
checksum = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
2889

G
gnzlbg 已提交
2890 2891
[[package]]
name = "rand_core"
E
Eric Huss 已提交
2892
version = "0.5.1"
G
gnzlbg 已提交
2893
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2894
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
G
gnzlbg 已提交
2895
dependencies = [
2896
 "getrandom",
G
gnzlbg 已提交
2897 2898
]

2899 2900 2901 2902
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2903
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2904
dependencies = [
2905
 "rand_core 0.3.0",
2906 2907
]

G
gnzlbg 已提交
2908 2909 2910 2911
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2912
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
G
gnzlbg 已提交
2913
dependencies = [
E
Eric Huss 已提交
2914
 "rand_core 0.5.1",
G
gnzlbg 已提交
2915 2916
]

2917 2918 2919
[[package]]
name = "rand_isaac"
version = "0.1.1"
K
kennytm 已提交
2920
source = "registry+https://github.com/rust-lang/crates.io-index"
2921
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2922
dependencies = [
2923
 "rand_core 0.3.0",
2924 2925
]

2926 2927 2928 2929
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2930
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2931
dependencies = [
2932 2933 2934 2935 2936
 "cloudabi",
 "fuchsia-cprng",
 "libc",
 "rand_core 0.4.0",
 "rdrand",
E
Eric Huss 已提交
2937
 "winapi 0.3.8",
2938 2939
]

2940 2941 2942 2943
[[package]]
name = "rand_pcg"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2944
checksum = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
2945
dependencies = [
2946 2947
 "rand_core 0.3.0",
 "rustc_version",
2948 2949 2950 2951 2952 2953
]

[[package]]
name = "rand_xorshift"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2954
checksum = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
2955
dependencies = [
2956
 "rand_core 0.3.0",
2957
]
K
kennytm 已提交
2958

R
Ralf Jung 已提交
2959 2960 2961 2962
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2963
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
R
Ralf Jung 已提交
2964
dependencies = [
E
Eric Huss 已提交
2965 2966 2967 2968 2969 2970 2971 2972 2973 2974
 "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 已提交
2975 2976
]

N
Nick Cameron 已提交
2977 2978
[[package]]
name = "rayon"
J
Josh Stone 已提交
2979
version = "1.2.0"
N
Nick Cameron 已提交
2980
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
2981
checksum = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
N
Nick Cameron 已提交
2982
dependencies = [
2983
 "crossbeam-deque",
2984 2985
 "either",
 "rayon-core",
O
Oliver Schneider 已提交
2986 2987 2988 2989
]

[[package]]
name = "rayon-core"
J
Josh Stone 已提交
2990
version = "1.6.0"
O
Oliver Schneider 已提交
2991
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
2992
checksum = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
O
Oliver Schneider 已提交
2993
dependencies = [
2994
 "crossbeam-deque",
2995 2996
 "crossbeam-queue",
 "crossbeam-utils 0.6.5",
2997
 "lazy_static 1.4.0",
2998
 "num_cpus",
2999 3000 3001 3002 3003 3004
]

[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
3005
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
3006
dependencies = [
3007
 "rand_core 0.3.0",
3008 3009
]

N
Nick Cameron 已提交
3010 3011
[[package]]
name = "redox_syscall"
3012
version = "0.1.56"
O
Oliver Schneider 已提交
3013
source = "registry+https://github.com/rust-lang/crates.io-index"
3014
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
O
Oliver Schneider 已提交
3015 3016 3017 3018

[[package]]
name = "redox_termios"
version = "0.1.1"
N
Nick Cameron 已提交
3019
source = "registry+https://github.com/rust-lang/crates.io-index"
3020
checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
O
Oliver Schneider 已提交
3021
dependencies = [
3022
 "redox_syscall",
O
Oliver Schneider 已提交
3023
]
N
Nick Cameron 已提交
3024

F
flip1995 已提交
3025 3026
[[package]]
name = "redox_users"
3027
version = "0.3.0"
F
flip1995 已提交
3028
source = "registry+https://github.com/rust-lang/crates.io-index"
3029
checksum = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
F
flip1995 已提交
3030
dependencies = [
3031 3032 3033 3034
 "argon2rs",
 "failure",
 "rand_os",
 "redox_syscall",
F
flip1995 已提交
3035 3036
]

3037 3038
[[package]]
name = "regex"
E
Eric Huss 已提交
3039
version = "1.1.6"
3040
source = "registry+https://github.com/rust-lang/crates.io-index"
3041
checksum = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"
3042
dependencies = [
3043 3044 3045
 "aho-corasick",
 "memchr",
 "regex-syntax",
I
Igor Matuszewski 已提交
3046
 "thread_local 0.3.6",
3047
 "utf8-ranges",
3048 3049 3050 3051
]

[[package]]
name = "regex-syntax"
E
Eric Huss 已提交
3052
version = "0.6.6"
3053
source = "registry+https://github.com/rust-lang/crates.io-index"
3054
checksum = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
3055
dependencies = [
3056
 "ucd-util",
3057 3058
]

3059 3060 3061 3062 3063 3064 3065 3066
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
3067 3068
[[package]]
name = "remove_dir_all"
E
Eric Huss 已提交
3069
version = "0.5.2"
A
Alex Crichton 已提交
3070
source = "registry+https://github.com/rust-lang/crates.io-index"
3071
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
A
Alex Crichton 已提交
3072
dependencies = [
E
Eric Huss 已提交
3073
 "winapi 0.3.8",
A
Alex Crichton 已提交
3074 3075
]

3076 3077
[[package]]
name = "reqwest"
E
Eric Huss 已提交
3078
version = "0.9.22"
3079
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
3080
checksum = "2c2064233e442ce85c77231ebd67d9eca395207dec2127fe0bbedde4bd29a650"
3081 3082 3083
dependencies = [
 "base64",
 "bytes",
E
Eric Huss 已提交
3084 3085
 "cookie",
 "cookie_store",
3086
 "encoding_rs",
E
Eric Huss 已提交
3087
 "flate2",
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098
 "futures",
 "http",
 "hyper",
 "hyper-tls",
 "log",
 "mime",
 "mime_guess",
 "native-tls",
 "serde",
 "serde_json",
 "serde_urlencoded",
E
Eric Huss 已提交
3099
 "time",
3100 3101 3102 3103 3104 3105 3106
 "tokio",
 "tokio-executor",
 "tokio-io",
 "tokio-threadpool",
 "tokio-timer",
 "url 1.7.2",
 "uuid",
E
Eric Huss 已提交
3107
 "winreg",
3108 3109
]

3110 3111
[[package]]
name = "rls"
I
Igor Matuszewski 已提交
3112
version = "1.41.0"
3113
dependencies = [
E
Eric Huss 已提交
3114
 "anyhow",
3115
 "cargo",
M
Manish Goregaokar 已提交
3116
 "cargo_metadata 0.8.0",
3117
 "clippy_lints",
I
Igor Matuszewski 已提交
3118
 "crossbeam-channel",
3119
 "difference",
R
Ralf Jung 已提交
3120
 "env_logger 0.7.1",
3121 3122
 "futures",
 "heck",
3123
 "home",
3124 3125
 "itertools 0.8.0",
 "jsonrpc-core",
3126
 "lazy_static 1.4.0",
3127 3128 3129 3130 3131 3132
 "log",
 "lsp-codec",
 "lsp-types",
 "num_cpus",
 "ordslice",
 "racer",
3133
 "rand 0.7.3",
3134 3135 3136 3137
 "rayon",
 "regex",
 "rls-analysis",
 "rls-data",
3138
 "rls-ipc",
3139 3140 3141 3142
 "rls-rustc",
 "rls-span",
 "rls-vfs",
 "rustc-workspace-hack",
I
Igor Matuszewski 已提交
3143
 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3144 3145 3146
 "rustfmt-nightly",
 "serde",
 "serde_derive",
3147
 "serde_ignored",
3148 3149 3150 3151 3152
 "serde_json",
 "tempfile",
 "tokio",
 "tokio-process",
 "tokio-timer",
E
Eric Huss 已提交
3153
 "toml",
3154
 "url 2.1.0",
3155
 "walkdir",
3156 3157 3158 3159
]

[[package]]
name = "rls-analysis"
I
Igor Matuszewski 已提交
3160
version = "0.18.0"
3161
source = "registry+https://github.com/rust-lang/crates.io-index"
3162
checksum = "4c0d208ad66717501222c74b42d9e823a7612592e85ed78b04074c8f58c0be0a"
3163
dependencies = [
3164 3165 3166 3167 3168 3169 3170 3171 3172
 "derive-new",
 "fst",
 "itertools 0.7.8",
 "json",
 "log",
 "rls-data",
 "rls-span",
 "serde",
 "serde_json",
A
Alex Crichton 已提交
3173 3174
]

3175 3176
[[package]]
name = "rls-data"
3177
version = "0.19.0"
3178
source = "registry+https://github.com/rust-lang/crates.io-index"
3179
checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
3180
dependencies = [
3181 3182
 "rls-span",
 "serde",
3183 3184
]

3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196
[[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 已提交
3197 3198
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
3199
version = "0.6.0"
3200 3201
dependencies = [
 "clippy_lints",
R
Ralf Jung 已提交
3202
 "env_logger 0.7.1",
3203 3204
 "futures",
 "log",
3205
 "rand 0.7.3",
3206 3207 3208 3209 3210
 "rls-data",
 "rls-ipc",
 "serde",
 "tokio",
]
N
Nick Cameron 已提交
3211

3212 3213
[[package]]
name = "rls-span"
3214
version = "0.5.1"
3215
source = "registry+https://github.com/rust-lang/crates.io-index"
3216
checksum = "f1cb4694410d8d2ce43ccff3682f1c782158a018d5a9a92185675677f7533eb3"
3217
dependencies = [
3218
 "serde",
3219 3220 3221 3222
]

[[package]]
name = "rls-vfs"
3223
version = "0.8.0"
3224
source = "registry+https://github.com/rust-lang/crates.io-index"
3225
checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
3226
dependencies = [
3227 3228
 "log",
 "rls-span",
3229 3230
]

3231 3232
[[package]]
name = "rustbook"
3233 3234
version = "0.1.0"
dependencies = [
3235
 "clap",
M
mark 已提交
3236
 "codespan",
E
Eric Huss 已提交
3237
 "codespan-reporting",
3238 3239 3240
 "failure",
 "mdbook",
 "mdbook-linkcheck",
3241
 "rustc-workspace-hack",
3242
]
3243

I
Igor Matuszewski 已提交
3244 3245
[[package]]
name = "rustc-ap-arena"
T
topecongiro 已提交
3246
version = "654.0.0"
I
Igor Matuszewski 已提交
3247
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3248
checksum = "81dfcfbb0ddfd533abf8c076e3b49d1e5042d1962526a12ce2c66d514b24cca3"
I
Igor Matuszewski 已提交
3249
dependencies = [
3250
 "rustc-ap-rustc_data_structures",
crlf0710's avatar
crlf0710 已提交
3251
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
3252 3253 3254 3255
]

[[package]]
name = "rustc-ap-graphviz"
T
topecongiro 已提交
3256
version = "654.0.0"
3257
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3258
checksum = "7490bb07b014a7f9531bde33c905a805e08095dbefdb4c9988a1b19fe6d019fd"
3259 3260 3261

[[package]]
name = "rustc-ap-rustc_ast"
T
topecongiro 已提交
3262
version = "654.0.0"
3263
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3264
checksum = "189f16dbb8dd11089274c9ced58b0cae9e1ea3e434a58f3db683817eda849e58"
3265 3266 3267 3268 3269 3270 3271 3272 3273
dependencies = [
 "log",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_macros",
 "rustc-ap-rustc_span",
 "rustc-ap-serialize",
 "scoped-tls",
crlf0710's avatar
crlf0710 已提交
3274
 "smallvec 1.4.0",
3275 3276 3277 3278
]

[[package]]
name = "rustc-ap-rustc_ast_passes"
T
topecongiro 已提交
3279
version = "654.0.0"
I
Igor Matuszewski 已提交
3280
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3281
checksum = "bbe619609b56a617fa986332b066d53270093c816d8ff8281fc90e1dbe74c1cc"
3282
dependencies = [
T
topecongiro 已提交
3283
 "itertools 0.8.0",
3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294
 "log",
 "rustc-ap-rustc_ast",
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_attr",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_parse",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
]
I
Igor Matuszewski 已提交
3295 3296 3297

[[package]]
name = "rustc-ap-rustc_ast_pretty"
T
topecongiro 已提交
3298
version = "654.0.0"
I
Igor Matuszewski 已提交
3299
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3300
checksum = "26ab1495f7b420e937688749c1da5763aaabd6ebe8cacb758665a0b8481da094"
I
Igor Matuszewski 已提交
3301 3302
dependencies = [
 "log",
3303
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3304 3305 3306 3307 3308 3309
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_span",
]

[[package]]
name = "rustc-ap-rustc_attr"
T
topecongiro 已提交
3310
version = "654.0.0"
I
Igor Matuszewski 已提交
3311
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3312
checksum = "2e057495724c60729c1d1d9d49374e0b3ebd6d3481cd161b2871f52fe017b7b5"
I
Igor Matuszewski 已提交
3313
dependencies = [
3314
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3315 3316 3317 3318 3319 3320 3321 3322
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_macros",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
 "rustc-ap-serialize",
crlf0710's avatar
crlf0710 已提交
3323
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
3324
]
I
Igor Matuszewski 已提交
3325 3326 3327

[[package]]
name = "rustc-ap-rustc_data_structures"
T
topecongiro 已提交
3328
version = "654.0.0"
I
Igor Matuszewski 已提交
3329
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3330
checksum = "d2130997667833692f4bec4681d0e73b066d5a01dac1d8a68f22068b82bf173a"
I
Igor Matuszewski 已提交
3331
dependencies = [
I
Igor Matuszewski 已提交
3332
 "bitflags",
3333
 "cfg-if",
3334
 "crossbeam-utils 0.7.2",
3335
 "ena 0.13.1",
3336 3337
 "indexmap",
 "jobserver",
3338
 "lazy_static 1.4.0",
T
topecongiro 已提交
3339
 "libc",
3340
 "log",
I
Igor Matuszewski 已提交
3341
 "measureme",
3342
 "parking_lot 0.10.2",
3343
 "rustc-ap-graphviz",
I
Igor Matuszewski 已提交
3344
 "rustc-ap-rustc_index",
3345 3346
 "rustc-ap-serialize",
 "rustc-hash",
I
Igor Matuszewski 已提交
3347 3348
 "rustc-rayon",
 "rustc-rayon-core",
crlf0710's avatar
crlf0710 已提交
3349
 "smallvec 1.4.0",
3350
 "stable_deref_trait",
I
Igor Matuszewski 已提交
3351
 "winapi 0.3.8",
I
Igor Matuszewski 已提交
3352 3353 3354 3355
]

[[package]]
name = "rustc-ap-rustc_errors"
T
topecongiro 已提交
3356
version = "654.0.0"
I
Igor Matuszewski 已提交
3357
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3358
checksum = "908e1ea187c6bb368af4ba6db980001e920515e67371ddc4086e749baabe6080"
I
Igor Matuszewski 已提交
3359
dependencies = [
3360 3361 3362 3363
 "annotate-snippets",
 "atty",
 "log",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3364
 "rustc-ap-rustc_span",
3365 3366
 "rustc-ap-serialize",
 "termcolor",
I
Igor Matuszewski 已提交
3367
 "termize",
3368
 "unicode-width",
I
Igor Matuszewski 已提交
3369
 "winapi 0.3.8",
I
Igor Matuszewski 已提交
3370 3371
]

3372 3373
[[package]]
name = "rustc-ap-rustc_expand"
T
topecongiro 已提交
3374
version = "654.0.0"
3375
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3376
checksum = "50066a75bca872ff933b0ee8a582d18ef1876c8054a392f60c39e538446bfb00"
3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390
dependencies = [
 "log",
 "rustc-ap-rustc_ast",
 "rustc-ap-rustc_ast_passes",
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_attr",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_parse",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
 "rustc-ap-serialize",
crlf0710's avatar
crlf0710 已提交
3391
 "smallvec 1.4.0",
3392 3393
]

I
Igor Matuszewski 已提交
3394 3395
[[package]]
name = "rustc-ap-rustc_feature"
T
topecongiro 已提交
3396
version = "654.0.0"
I
Igor Matuszewski 已提交
3397
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3398
checksum = "96fb53e1710e6de7c2e371ca56c857b79f9b399aba58aa6b6fbed6e2f677d3f6"
I
Igor Matuszewski 已提交
3399 3400 3401 3402 3403 3404 3405 3406
dependencies = [
 "lazy_static 1.4.0",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_span",
]

[[package]]
name = "rustc-ap-rustc_fs_util"
T
topecongiro 已提交
3407
version = "654.0.0"
I
Igor Matuszewski 已提交
3408
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3409
checksum = "e3f91357e5e468fc2729211571d769723c728a34e200d90a70164e945f881e09"
I
Igor Matuszewski 已提交
3410

I
Igor Matuszewski 已提交
3411 3412
[[package]]
name = "rustc-ap-rustc_index"
T
topecongiro 已提交
3413
version = "654.0.0"
I
Igor Matuszewski 已提交
3414
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3415
checksum = "32220c3e6cdf226f38e4474b747dca15f3106bb680c74f10b299af3f6cdb1663"
I
Igor Matuszewski 已提交
3416 3417
dependencies = [
 "rustc-ap-serialize",
crlf0710's avatar
crlf0710 已提交
3418
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
3419 3420
]

I
Igor Matuszewski 已提交
3421 3422
[[package]]
name = "rustc-ap-rustc_lexer"
T
topecongiro 已提交
3423
version = "654.0.0"
I
Igor Matuszewski 已提交
3424
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3425
checksum = "3b324d2a2bacad344e53e182e5ca04ffb74745b932849aa074f8f7fec8177da5"
3426 3427 3428
dependencies = [
 "unicode-xid 0.2.0",
]
I
Igor Matuszewski 已提交
3429 3430 3431

[[package]]
name = "rustc-ap-rustc_macros"
T
topecongiro 已提交
3432
version = "654.0.0"
I
Igor Matuszewski 已提交
3433
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3434
checksum = "59686c56d5f1b3ed47d0f070c257ed35caf24ecf2d744dd11fe44b1014baee0f"
I
Igor Matuszewski 已提交
3435
dependencies = [
I
Igor Matuszewski 已提交
3436 3437 3438
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
3439
 "synstructure",
I
Igor Matuszewski 已提交
3440 3441 3442
]

[[package]]
I
Igor Matuszewski 已提交
3443
name = "rustc-ap-rustc_parse"
T
topecongiro 已提交
3444
version = "654.0.0"
I
Igor Matuszewski 已提交
3445
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3446
checksum = "2dfb0c11c591ec5f87bbadb10819795abc9035ff79a26703c1b6c9487ac51f49"
I
Igor Matuszewski 已提交
3447
dependencies = [
3448 3449
 "bitflags",
 "log",
3450
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3451
 "rustc-ap-rustc_ast_pretty",
3452
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3453 3454 3455 3456 3457
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
crlf0710's avatar
crlf0710 已提交
3458
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
3459 3460 3461 3462 3463
 "unicode-normalization",
]

[[package]]
name = "rustc-ap-rustc_session"
T
topecongiro 已提交
3464
version = "654.0.0"
I
Igor Matuszewski 已提交
3465
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3466
checksum = "3d1a194b1a81d7233ee492847638dc9ebdb7d084300e5ade8dea0ceaa98f95b9"
I
Igor Matuszewski 已提交
3467
dependencies = [
T
topecongiro 已提交
3468
 "getopts",
I
Igor Matuszewski 已提交
3469 3470
 "log",
 "num_cpus",
3471
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3472 3473 3474 3475
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_fs_util",
I
Igor Matuszewski 已提交
3476
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
3477 3478
 "rustc-ap-rustc_span",
 "rustc-ap-rustc_target",
3479
 "rustc-ap-serialize",
I
Igor Matuszewski 已提交
3480 3481 3482
]

[[package]]
I
Igor Matuszewski 已提交
3483
name = "rustc-ap-rustc_span"
T
topecongiro 已提交
3484
version = "654.0.0"
I
Igor Matuszewski 已提交
3485
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3486
checksum = "a648146050fed6b58e681ec22488e728f60e16036bb7497c9815e3debd1e4242"
I
Igor Matuszewski 已提交
3487
dependencies = [
I
Igor Matuszewski 已提交
3488 3489
 "cfg-if",
 "log",
T
topecongiro 已提交
3490
 "md-5",
I
Igor Matuszewski 已提交
3491 3492 3493 3494 3495 3496
 "rustc-ap-arena",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_macros",
 "rustc-ap-serialize",
 "scoped-tls",
T
topecongiro 已提交
3497
 "sha-1",
I
Igor Matuszewski 已提交
3498
 "unicode-width",
I
Igor Matuszewski 已提交
3499 3500 3501
]

[[package]]
I
Igor Matuszewski 已提交
3502
name = "rustc-ap-rustc_target"
T
topecongiro 已提交
3503
version = "654.0.0"
I
Igor Matuszewski 已提交
3504
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3505
checksum = "28cf28798f0988b808e3616713630e4098d68c6f1f41052a2f7e922e094da744"
I
Igor Matuszewski 已提交
3506
dependencies = [
3507 3508 3509
 "bitflags",
 "log",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3510
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
3511 3512
 "rustc-ap-rustc_macros",
 "rustc-ap-rustc_span",
3513
 "rustc-ap-serialize",
I
Igor Matuszewski 已提交
3514 3515 3516
]

[[package]]
I
Igor Matuszewski 已提交
3517
name = "rustc-ap-serialize"
T
topecongiro 已提交
3518
version = "654.0.0"
I
Igor Matuszewski 已提交
3519
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3520
checksum = "756e8f526ec7906e132188bf25e3c10a6ee42ab77294ecb3b3602647f0508eef"
I
Igor Matuszewski 已提交
3521
dependencies = [
I
Igor Matuszewski 已提交
3522
 "indexmap",
crlf0710's avatar
crlf0710 已提交
3523
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
3524 3525
]

3526 3527
[[package]]
name = "rustc-demangle"
3528
version = "0.1.16"
3529
source = "registry+https://github.com/rust-lang/crates.io-index"
3530
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
3531
dependencies = [
3532 3533
 "compiler_builtins",
 "rustc-std-workspace-core",
3534
]
3535

3536 3537
[[package]]
name = "rustc-hash"
3538
version = "1.0.1"
3539
source = "registry+https://github.com/rust-lang/crates.io-index"
3540
checksum = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
3541
dependencies = [
3542
 "byteorder",
3543
]
3544

3545 3546 3547 3548
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
3549 3550 3551
 "jemalloc-sys",
 "rustc_codegen_ssa",
 "rustc_driver",
3552 3553
]

J
Josh Stone 已提交
3554 3555 3556 3557 3558 3559
[[package]]
name = "rustc-rayon"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
dependencies = [
3560
 "crossbeam-deque",
J
Josh Stone 已提交
3561
 "either",
I
Igor Matuszewski 已提交
3562
 "rustc-rayon-core",
J
John Kåre Alsaker 已提交
3563 3564
]

J
Josh Stone 已提交
3565 3566 3567 3568 3569 3570
[[package]]
name = "rustc-rayon-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
dependencies = [
3571
 "crossbeam-deque",
J
Josh Stone 已提交
3572 3573
 "crossbeam-queue",
 "crossbeam-utils 0.6.5",
3574
 "lazy_static 1.4.0",
J
Josh Stone 已提交
3575 3576 3577
 "num_cpus",
]

3578 3579
[[package]]
name = "rustc-std-workspace-alloc"
3580
version = "1.99.0"
3581
dependencies = [
3582
 "alloc",
3583 3584
]

3585 3586
[[package]]
name = "rustc-std-workspace-core"
3587
version = "1.99.0"
3588
dependencies = [
3589
 "core",
3590 3591
]

3592 3593
[[package]]
name = "rustc-std-workspace-std"
3594
version = "1.99.0"
3595 3596 3597 3598
dependencies = [
 "std",
]

A
Alex Crichton 已提交
3599 3600 3601 3602
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
3603
 "crossbeam-utils 0.7.2",
3604 3605
 "proc-macro2 1.0.3",
 "quote 1.0.2",
3606 3607
 "serde",
 "serde_json",
R
Ralf Jung 已提交
3608
 "smallvec 0.6.10",
crlf0710's avatar
crlf0710 已提交
3609
 "smallvec 1.4.0",
M
msizanoen1 已提交
3610
 "syn 0.15.35",
3611
 "syn 1.0.11",
A
Aaron Hill 已提交
3612
 "url 2.1.0",
E
Eric Huss 已提交
3613
 "winapi 0.3.8",
A
Alex Crichton 已提交
3614 3615
]

3616 3617 3618 3619
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
3620
 "bitflags",
crlf0710's avatar
crlf0710 已提交
3621
 "smallvec 1.4.0",
3622 3623
]

V
Vadim Petrochenkov 已提交
3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635
[[package]]
name = "rustc_ast"
version = "0.0.0"
dependencies = [
 "log",
 "rustc_data_structures",
 "rustc_index",
 "rustc_lexer",
 "rustc_macros",
 "rustc_span",
 "scoped-tls",
 "serialize",
crlf0710's avatar
crlf0710 已提交
3636
 "smallvec 1.4.0",
V
Vadim Petrochenkov 已提交
3637 3638
]

3639 3640 3641 3642
[[package]]
name = "rustc_ast_lowering"
version = "0.0.0"
dependencies = [
3643
 "arena",
3644
 "log",
V
Vadim Petrochenkov 已提交
3645
 "rustc_ast",
3646
 "rustc_ast_pretty",
3647 3648
 "rustc_data_structures",
 "rustc_errors",
3649
 "rustc_hir",
3650
 "rustc_index",
3651
 "rustc_session",
3652 3653
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3654
 "smallvec 1.4.0",
3655 3656
]

3657 3658 3659 3660
[[package]]
name = "rustc_ast_passes"
version = "0.0.0"
dependencies = [
3661
 "itertools 0.8.0",
3662
 "log",
V
Vadim Petrochenkov 已提交
3663
 "rustc_ast",
3664
 "rustc_ast_pretty",
3665
 "rustc_attr",
3666 3667
 "rustc_data_structures",
 "rustc_errors",
3668
 "rustc_feature",
3669 3670 3671 3672 3673
 "rustc_parse",
 "rustc_session",
 "rustc_span",
]

3674 3675 3676 3677 3678
[[package]]
name = "rustc_ast_pretty"
version = "0.0.0"
dependencies = [
 "log",
V
Vadim Petrochenkov 已提交
3679
 "rustc_ast",
3680 3681 3682
 "rustc_span",
]

3683 3684 3685 3686
[[package]]
name = "rustc_attr"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3687
 "rustc_ast",
3688
 "rustc_ast_pretty",
3689 3690 3691 3692 3693 3694 3695
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_macros",
 "rustc_session",
 "rustc_span",
 "serialize",
3696
 "version_check",
3697 3698
]

V
Vadim Petrochenkov 已提交
3699 3700 3701 3702 3703 3704
[[package]]
name = "rustc_builtin_macros"
version = "0.0.0"
dependencies = [
 "fmt_macros",
 "log",
V
Vadim Petrochenkov 已提交
3705
 "rustc_ast",
3706
 "rustc_ast_pretty",
3707
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3708 3709 3710 3711 3712
 "rustc_data_structures",
 "rustc_errors",
 "rustc_expand",
 "rustc_feature",
 "rustc_parse",
3713
 "rustc_session",
V
Vadim Petrochenkov 已提交
3714 3715
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3716
 "smallvec 1.4.0",
V
Vadim Petrochenkov 已提交
3717 3718
]

I
Irina Popa 已提交
3719 3720 3721 3722
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
3723 3724 3725 3726
 "bitflags",
 "flate2",
 "libc",
 "log",
3727
 "measureme",
3728
 "rustc-demangle",
V
Vadim Petrochenkov 已提交
3729
 "rustc_ast",
3730
 "rustc_attr",
3731 3732 3733
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
A
Aaron Hill 已提交
3734
 "rustc_feature",
3735
 "rustc_fs_util",
3736
 "rustc_hir",
3737 3738
 "rustc_incremental",
 "rustc_index",
3739
 "rustc_llvm",
M
Mazdak Farrokhzad 已提交
3740
 "rustc_middle",
A
Aaron Hill 已提交
3741
 "rustc_session",
V
Vadim Petrochenkov 已提交
3742
 "rustc_span",
3743
 "rustc_target",
V
Victor Ding 已提交
3744
 "serialize",
crlf0710's avatar
crlf0710 已提交
3745
 "smallvec 1.4.0",
I
Irina Popa 已提交
3746 3747
]

3748 3749 3750
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
3751
dependencies = [
3752 3753 3754 3755 3756 3757 3758 3759
 "bitflags",
 "cc",
 "jobserver",
 "libc",
 "log",
 "memmap",
 "num_cpus",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3760
 "rustc_ast",
3761
 "rustc_attr",
3762 3763 3764
 "rustc_data_structures",
 "rustc_errors",
 "rustc_fs_util",
3765
 "rustc_hir",
3766
 "rustc_incremental",
3767
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3768
 "rustc_middle",
3769
 "rustc_session",
V
Vadim Petrochenkov 已提交
3770
 "rustc_span",
3771
 "rustc_symbol_mangling",
3772 3773 3774
 "rustc_target",
 "serialize",
 "tempfile",
3775
]
3776

3777 3778 3779 3780
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
3781
 "bitflags",
3782
 "cfg-if",
3783
 "crossbeam-utils 0.7.2",
3784
 "ena 0.14.0",
3785 3786 3787
 "graphviz",
 "indexmap",
 "jobserver",
3788
 "lazy_static 1.4.0",
L
Luca Barbieri 已提交
3789
 "libc",
3790
 "log",
3791
 "measureme",
3792
 "parking_lot 0.10.2",
3793
 "rustc-hash",
I
Igor Matuszewski 已提交
3794 3795
 "rustc-rayon",
 "rustc-rayon-core",
C
csmoe 已提交
3796
 "rustc_index",
3797
 "serialize",
crlf0710's avatar
crlf0710 已提交
3798
 "smallvec 1.4.0",
3799
 "stable_deref_trait",
3800
 "stacker",
3801
 "winapi 0.3.8",
3802 3803 3804 3805 3806 3807
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
R
Ralf Jung 已提交
3808
 "env_logger 0.7.1",
3809
 "lazy_static 1.4.0",
L
Luca Barbieri 已提交
3810
 "libc",
3811
 "log",
V
Vadim Petrochenkov 已提交
3812
 "rustc_ast",
3813
 "rustc_ast_pretty",
V
Victor Ding 已提交
3814
 "rustc_codegen_ssa",
3815
 "rustc_data_structures",
3816
 "rustc_error_codes",
3817
 "rustc_errors",
3818
 "rustc_feature",
3819
 "rustc_hir",
3820
 "rustc_hir_pretty",
3821
 "rustc_interface",
3822
 "rustc_lint",
3823
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3824
 "rustc_middle",
3825
 "rustc_mir",
3826
 "rustc_parse",
3827
 "rustc_plugin_impl",
3828
 "rustc_save_analysis",
3829
 "rustc_session",
V
Vadim Petrochenkov 已提交
3830
 "rustc_span",
3831 3832
 "rustc_target",
 "serialize",
3833
 "winapi 0.3.8",
3834 3835
]

G
regen  
Guillaume Gomez 已提交
3836 3837 3838 3839
[[package]]
name = "rustc_error_codes"
version = "0.0.0"

3840 3841 3842 3843
[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
3844 3845 3846 3847
 "annotate-snippets",
 "atty",
 "log",
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3848
 "rustc_span",
3849 3850
 "serialize",
 "termcolor",
3851
 "termize",
3852
 "unicode-width",
3853
 "winapi 0.3.8",
3854 3855
]

V
Vadim Petrochenkov 已提交
3856 3857 3858 3859 3860
[[package]]
name = "rustc_expand"
version = "0.0.0"
dependencies = [
 "log",
V
Vadim Petrochenkov 已提交
3861
 "rustc_ast",
3862
 "rustc_ast_passes",
3863
 "rustc_ast_pretty",
3864
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3865 3866 3867 3868 3869
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_lexer",
 "rustc_parse",
3870
 "rustc_session",
V
Vadim Petrochenkov 已提交
3871 3872
 "rustc_span",
 "serialize",
crlf0710's avatar
crlf0710 已提交
3873
 "smallvec 1.4.0",
V
Vadim Petrochenkov 已提交
3874 3875
]

3876 3877 3878 3879
[[package]]
name = "rustc_feature"
version = "0.0.0"
dependencies = [
3880
 "lazy_static 1.4.0",
3881
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3882
 "rustc_span",
3883 3884
]

3885 3886 3887 3888
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

3889 3890 3891 3892
[[package]]
name = "rustc_hir"
version = "0.0.0"
dependencies = [
C
Camille GILLOT 已提交
3893
 "lazy_static 1.4.0",
3894
 "log",
V
Vadim Petrochenkov 已提交
3895
 "rustc_ast",
3896 3897 3898 3899 3900 3901
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
 "rustc_span",
 "rustc_target",
 "serialize",
crlf0710's avatar
crlf0710 已提交
3902
 "smallvec 1.4.0",
3903 3904
]

3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915
[[package]]
name = "rustc_hir_pretty"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_ast_pretty",
 "rustc_hir",
 "rustc_span",
 "rustc_target",
]

3916 3917 3918 3919
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
3920 3921
 "graphviz",
 "log",
3922
 "rand 0.7.3",
V
Vadim Petrochenkov 已提交
3923
 "rustc_ast",
3924 3925
 "rustc_data_structures",
 "rustc_fs_util",
3926
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
3927
 "rustc_middle",
3928
 "rustc_session",
V
Vadim Petrochenkov 已提交
3929
 "rustc_span",
3930
 "serialize",
3931 3932
]

C
csmoe 已提交
3933 3934 3935 3936 3937
[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
 "serialize",
crlf0710's avatar
crlf0710 已提交
3938
 "smallvec 1.4.0",
C
csmoe 已提交
3939 3940
]

C
Camille GILLOT 已提交
3941 3942 3943 3944 3945 3946
[[package]]
name = "rustc_infer"
version = "0.0.0"
dependencies = [
 "graphviz",
 "log",
V
Vadim Petrochenkov 已提交
3947
 "rustc_ast",
C
Camille GILLOT 已提交
3948 3949 3950 3951 3952
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3953
 "rustc_middle",
3954
 "rustc_session",
C
Camille GILLOT 已提交
3955 3956
 "rustc_span",
 "rustc_target",
3957
 "serialize",
crlf0710's avatar
crlf0710 已提交
3958
 "smallvec 1.4.0",
C
Camille GILLOT 已提交
3959 3960
]

3961 3962 3963 3964
[[package]]
name = "rustc_interface"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3965
 "libc",
3966
 "log",
3967
 "once_cell",
I
Igor Matuszewski 已提交
3968
 "rustc-rayon",
V
Vadim Petrochenkov 已提交
3969
 "rustc_ast",
3970
 "rustc_ast_lowering",
3971
 "rustc_ast_passes",
3972
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3973
 "rustc_builtin_macros",
3974
 "rustc_codegen_llvm",
3975 3976 3977
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3978
 "rustc_expand",
3979
 "rustc_hir",
3980 3981 3982
 "rustc_incremental",
 "rustc_lint",
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3983
 "rustc_middle",
3984
 "rustc_mir",
3985
 "rustc_mir_build",
3986
 "rustc_parse",
3987
 "rustc_passes",
3988
 "rustc_plugin_impl",
3989 3990
 "rustc_privacy",
 "rustc_resolve",
3991
 "rustc_session",
V
Vadim Petrochenkov 已提交
3992
 "rustc_span",
3993
 "rustc_symbol_mangling",
3994
 "rustc_target",
3995
 "rustc_trait_selection",
3996
 "rustc_traits",
C
Camille GILLOT 已提交
3997
 "rustc_ty",
3998 3999
 "rustc_typeck",
 "serialize",
crlf0710's avatar
crlf0710 已提交
4000
 "smallvec 1.4.0",
4001
 "tempfile",
4002
 "winapi 0.3.8",
4003 4004
]

A
Aleksey Kladov 已提交
4005 4006 4007 4008
[[package]]
name = "rustc_lexer"
version = "0.1.0"
dependencies = [
4009
 "unicode-xid 0.2.0",
A
Aleksey Kladov 已提交
4010 4011
]

4012 4013 4014 4015
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
4016
 "log",
V
Vadim Petrochenkov 已提交
4017
 "rustc_ast",
4018
 "rustc_ast_pretty",
4019
 "rustc_attr",
4020
 "rustc_data_structures",
4021
 "rustc_errors",
4022
 "rustc_feature",
4023
 "rustc_hir",
4024
 "rustc_index",
M
Mazdak Farrokhzad 已提交
4025
 "rustc_middle",
4026
 "rustc_session",
V
Vadim Petrochenkov 已提交
4027
 "rustc_span",
4028
 "rustc_target",
4029
 "rustc_trait_selection",
crlf0710's avatar
crlf0710 已提交
4030
 "unicode-security",
4031 4032 4033 4034 4035 4036
]

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
4037 4038
 "build_helper",
 "cc",
4039
 "libc",
4040 4041
]

J
John Kåre Alsaker 已提交
4042 4043 4044 4045
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
4046 4047
 "proc-macro2 1.0.3",
 "quote 1.0.2",
I
Igor Matuszewski 已提交
4048
 "syn 1.0.11",
4049
 "synstructure",
J
John Kåre Alsaker 已提交
4050 4051
]

4052 4053 4054 4055
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
4056
 "flate2",
L
Luca Barbieri 已提交
4057
 "libc",
4058 4059
 "log",
 "memmap",
V
Vadim Petrochenkov 已提交
4060
 "rustc_ast",
4061
 "rustc_attr",
4062 4063
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
4064
 "rustc_expand",
4065
 "rustc_hir",
4066
 "rustc_hir_pretty",
4067
 "rustc_index",
M
Mazdak Farrokhzad 已提交
4068
 "rustc_middle",
4069
 "rustc_session",
V
Vadim Petrochenkov 已提交
4070
 "rustc_span",
4071 4072
 "rustc_target",
 "serialize",
crlf0710's avatar
crlf0710 已提交
4073
 "smallvec 1.4.0",
4074
 "stable_deref_trait",
4075
 "winapi 0.3.8",
4076 4077
]

M
Mazdak Farrokhzad 已提交
4078 4079 4080 4081 4082 4083 4084
[[package]]
name = "rustc_middle"
version = "0.0.0"
dependencies = [
 "arena",
 "bitflags",
 "byteorder",
J
Jack Huey 已提交
4085
 "chalk-ir",
M
Mazdak Farrokhzad 已提交
4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105
 "log",
 "measureme",
 "polonius-engine",
 "rustc-rayon",
 "rustc-rayon-core",
 "rustc_apfloat",
 "rustc_ast",
 "rustc_attr",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
 "rustc_query_system",
 "rustc_session",
 "rustc_span",
 "rustc_target",
 "scoped-tls",
 "serialize",
crlf0710's avatar
crlf0710 已提交
4106
 "smallvec 1.4.0",
M
Mazdak Farrokhzad 已提交
4107 4108
]

4109 4110 4111 4112
[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
4113 4114
 "either",
 "graphviz",
4115
 "itertools 0.8.0",
4116 4117 4118 4119
 "log",
 "log_settings",
 "polonius-engine",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
4120
 "rustc_ast",
4121
 "rustc_attr",
4122 4123
 "rustc_data_structures",
 "rustc_errors",
4124
 "rustc_hir",
4125
 "rustc_index",
C
Camille GILLOT 已提交
4126
 "rustc_infer",
4127
 "rustc_lexer",
4128
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4129
 "rustc_middle",
4130
 "rustc_session",
V
Vadim Petrochenkov 已提交
4131
 "rustc_span",
4132
 "rustc_target",
4133
 "rustc_trait_selection",
4134
 "serialize",
crlf0710's avatar
crlf0710 已提交
4135
 "smallvec 1.4.0",
4136 4137
]

4138 4139 4140 4141 4142 4143 4144
[[package]]
name = "rustc_mir_build"
version = "0.0.0"
dependencies = [
 "arena",
 "log",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
4145
 "rustc_ast",
4146
 "rustc_attr",
4147 4148 4149 4150
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
C
Camille GILLOT 已提交
4151
 "rustc_infer",
4152
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4153
 "rustc_middle",
4154
 "rustc_session",
4155 4156
 "rustc_span",
 "rustc_target",
4157
 "rustc_trait_selection",
4158
 "serialize",
crlf0710's avatar
crlf0710 已提交
4159
 "smallvec 1.4.0",
4160 4161
]

4162 4163 4164 4165 4166 4167
[[package]]
name = "rustc_parse"
version = "0.0.0"
dependencies = [
 "bitflags",
 "log",
V
Vadim Petrochenkov 已提交
4168
 "rustc_ast",
4169
 "rustc_ast_pretty",
4170 4171
 "rustc_data_structures",
 "rustc_errors",
4172
 "rustc_feature",
4173
 "rustc_lexer",
4174
 "rustc_session",
V
Vadim Petrochenkov 已提交
4175
 "rustc_span",
4176
 "unicode-normalization",
4177 4178
]

4179 4180 4181 4182
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
4183
 "log",
V
Vadim Petrochenkov 已提交
4184
 "rustc_ast",
4185
 "rustc_attr",
4186 4187
 "rustc_data_structures",
 "rustc_errors",
4188
 "rustc_hir",
4189
 "rustc_index",
M
Mazdak Farrokhzad 已提交
4190
 "rustc_middle",
4191
 "rustc_session",
V
Vadim Petrochenkov 已提交
4192
 "rustc_span",
4193
 "rustc_target",
4194
 "rustc_trait_selection",
4195 4196 4197
]

[[package]]
4198
name = "rustc_plugin_impl"
4199 4200
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4201
 "rustc_ast",
4202
 "rustc_errors",
4203
 "rustc_hir",
4204
 "rustc_lint",
4205
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
4206
 "rustc_middle",
4207
 "rustc_session",
V
Vadim Petrochenkov 已提交
4208
 "rustc_span",
4209 4210 4211 4212 4213 4214
]

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
4215
 "log",
4216
 "rustc_attr",
4217
 "rustc_data_structures",
4218
 "rustc_errors",
4219
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
4220
 "rustc_middle",
4221
 "rustc_session",
V
Vadim Petrochenkov 已提交
4222
 "rustc_span",
4223
 "rustc_typeck",
4224 4225
]

4226 4227 4228 4229
[[package]]
name = "rustc_query_system"
version = "0.0.0"
dependencies = [
C
Camille GILLOT 已提交
4230
 "arena",
4231
 "log",
4232
 "parking_lot 0.10.2",
4233
 "rustc-rayon-core",
4234 4235 4236
 "rustc_data_structures",
 "rustc_errors",
 "rustc_index",
4237
 "rustc_span",
4238
 "serialize",
crlf0710's avatar
crlf0710 已提交
4239
 "smallvec 1.4.0",
4240 4241
]

4242 4243 4244 4245
[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
4246 4247 4248
 "arena",
 "bitflags",
 "log",
V
Vadim Petrochenkov 已提交
4249
 "rustc_ast",
4250
 "rustc_ast_lowering",
4251
 "rustc_ast_pretty",
4252
 "rustc_attr",
4253 4254
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
4255
 "rustc_expand",
4256
 "rustc_feature",
4257
 "rustc_hir",
4258
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
4259
 "rustc_middle",
4260
 "rustc_session",
V
Vadim Petrochenkov 已提交
4261
 "rustc_span",
crlf0710's avatar
crlf0710 已提交
4262
 "smallvec 1.4.0",
4263 4264 4265 4266 4267 4268
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
4269 4270 4271
 "log",
 "rls-data",
 "rls-span",
V
Vadim Petrochenkov 已提交
4272
 "rustc_ast",
4273
 "rustc_ast_pretty",
4274
 "rustc_data_structures",
4275
 "rustc_hir",
4276
 "rustc_hir_pretty",
M
Mazdak Farrokhzad 已提交
4277
 "rustc_middle",
4278
 "rustc_parse",
4279
 "rustc_session",
V
Vadim Petrochenkov 已提交
4280
 "rustc_span",
4281
 "serde_json",
4282 4283
]

M
Mark Rousskov 已提交
4284 4285 4286 4287
[[package]]
name = "rustc_session"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
4288
 "getopts",
M
Mark Rousskov 已提交
4289
 "log",
M
Mark Rousskov 已提交
4290
 "num_cpus",
V
Vadim Petrochenkov 已提交
4291
 "rustc_ast",
M
Mark Rousskov 已提交
4292 4293
 "rustc_data_structures",
 "rustc_errors",
M
Mark Rousskov 已提交
4294 4295
 "rustc_feature",
 "rustc_fs_util",
4296
 "rustc_index",
V
Vadim Petrochenkov 已提交
4297
 "rustc_span",
M
Mark Rousskov 已提交
4298
 "rustc_target",
M
Mark Rousskov 已提交
4299
 "serialize",
V
Vadim Petrochenkov 已提交
4300 4301 4302 4303 4304 4305 4306 4307 4308
]

[[package]]
name = "rustc_span"
version = "0.0.0"
dependencies = [
 "arena",
 "cfg-if",
 "log",
4309
 "md-5",
V
Vadim Petrochenkov 已提交
4310 4311 4312 4313 4314
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
 "scoped-tls",
 "serialize",
4315
 "sha-1",
V
Vadim Petrochenkov 已提交
4316
 "unicode-width",
M
Mark Rousskov 已提交
4317 4318
]

4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329
[[package]]
name = "rustc_symbol_mangling"
version = "0.0.0"
dependencies = [
 "log",
 "punycode",
 "rustc-demangle",
 "rustc_ast",
 "rustc_data_structures",
 "rustc_hir",
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
4330
 "rustc_middle",
4331 4332 4333 4334 4335
 "rustc_session",
 "rustc_span",
 "rustc_target",
]

4336 4337 4338 4339
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
4340 4341 4342
 "bitflags",
 "log",
 "rustc_data_structures",
4343
 "rustc_index",
4344
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4345
 "rustc_span",
4346
 "serialize",
4347 4348
]

M
Matthias Krüger 已提交
4349 4350
[[package]]
name = "rustc_tools_util"
I
Igor Matuszewski 已提交
4351
version = "0.2.0"
4352 4353 4354

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

4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372
[[package]]
name = "rustc_trait_selection"
version = "0.0.0"
dependencies = [
 "fmt_macros",
 "log",
 "rustc_ast",
 "rustc_attr",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
 "rustc_infer",
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4373
 "rustc_middle",
4374 4375 4376
 "rustc_session",
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
4377
 "smallvec 1.4.0",
4378 4379
]

4380 4381 4382 4383
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
J
Jack Huey 已提交
4384 4385 4386
 "chalk-ir",
 "chalk-rust-ir",
 "chalk-solve",
4387
 "log",
V
Vadim Petrochenkov 已提交
4388
 "rustc_ast",
4389
 "rustc_data_structures",
4390
 "rustc_hir",
J
Jack Huey 已提交
4391
 "rustc_index",
C
Camille GILLOT 已提交
4392
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4393
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4394
 "rustc_span",
4395
 "rustc_trait_selection",
crlf0710's avatar
crlf0710 已提交
4396
 "smallvec 1.4.0",
4397 4398
]

C
Camille GILLOT 已提交
4399 4400 4401 4402 4403 4404
[[package]]
name = "rustc_ty"
version = "0.0.0"
dependencies = [
 "log",
 "rustc_data_structures",
4405
 "rustc_errors",
C
Camille GILLOT 已提交
4406
 "rustc_hir",
C
Camille GILLOT 已提交
4407
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4408
 "rustc_middle",
4409
 "rustc_session",
C
Camille GILLOT 已提交
4410
 "rustc_span",
4411
 "rustc_target",
4412
 "rustc_trait_selection",
C
Camille GILLOT 已提交
4413
]
4414

4415 4416 4417 4418
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
4419 4420
 "arena",
 "log",
V
Vadim Petrochenkov 已提交
4421
 "rustc_ast",
4422
 "rustc_attr",
4423 4424
 "rustc_data_structures",
 "rustc_errors",
4425
 "rustc_hir",
4426
 "rustc_index",
C
Camille GILLOT 已提交
4427
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4428
 "rustc_middle",
4429
 "rustc_session",
V
Vadim Petrochenkov 已提交
4430
 "rustc_span",
4431
 "rustc_target",
4432
 "rustc_trait_selection",
crlf0710's avatar
crlf0710 已提交
4433
 "smallvec 1.4.0",
4434 4435
]

4436 4437
[[package]]
name = "rustc_version"
4438
version = "0.2.3"
4439
source = "registry+https://github.com/rust-lang/crates.io-index"
4440
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
4441
dependencies = [
4442
 "semver",
4443 4444
]

4445 4446 4447 4448
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
4449
 "itertools 0.8.0",
4450
 "minifier",
E
Eric Huss 已提交
4451
 "pulldown-cmark 0.7.1",
I
Igor Matuszewski 已提交
4452
 "rustc-rayon",
4453 4454
 "serde",
 "serde_json",
4455
 "tempfile",
M
Mark Simulacrum 已提交
4456 4457
]

G
Guillaume Gomez 已提交
4458 4459 4460 4461
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
4462 4463 4464 4465
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
4466
 "rustdoc",
4467 4468
]

E
Eric Huss 已提交
4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480
[[package]]
name = "rustfix"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "804b11883a5ce0ad0378fbf95a8dea59ee6b51c331a73b8f471b6bdaa3bd40c1"
dependencies = [
 "anyhow",
 "log",
 "serde",
 "serde_json",
]

T
topecongiro 已提交
4481 4482
[[package]]
name = "rustfmt-config_proc_macro"
4483
version = "0.2.0"
T
topecongiro 已提交
4484
dependencies = [
4485 4486
 "proc-macro2 1.0.3",
 "quote 1.0.2",
4487
 "serde",
I
Igor Matuszewski 已提交
4488
 "syn 1.0.11",
T
topecongiro 已提交
4489 4490
]

I
Igor Matuszewski 已提交
4491 4492
[[package]]
name = "rustfmt-nightly"
T
topecongiro 已提交
4493
version = "1.4.14"
I
Igor Matuszewski 已提交
4494
dependencies = [
4495 4496
 "annotate-snippets",
 "bytecount",
M
Manish Goregaokar 已提交
4497
 "cargo_metadata 0.8.0",
4498 4499 4500
 "derive-new",
 "diff",
 "dirs",
A
Alex Crichton 已提交
4501
 "env_logger 0.6.2",
4502 4503 4504 4505
 "failure",
 "getopts",
 "ignore",
 "itertools 0.8.0",
4506
 "lazy_static 1.4.0",
4507 4508
 "log",
 "regex",
4509
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
4510 4511 4512
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
4513
 "rustc-ap-rustc_expand",
I
Igor Matuszewski 已提交
4514 4515 4516
 "rustc-ap-rustc_parse",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
4517 4518 4519 4520
 "rustc-workspace-hack",
 "rustfmt-config_proc_macro",
 "serde",
 "serde_json",
E
Eric Huss 已提交
4521
 "structopt",
4522
 "term 0.6.0",
E
Eric Huss 已提交
4523
 "toml",
4524 4525 4526
 "unicode-segmentation",
 "unicode-width",
 "unicode_categories",
I
Igor Matuszewski 已提交
4527 4528
]

A
Alex Crichton 已提交
4529 4530
[[package]]
name = "ryu"
E
Eric Huss 已提交
4531
version = "1.0.0"
A
Alex Crichton 已提交
4532
source = "registry+https://github.com/rust-lang/crates.io-index"
4533
checksum = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
A
Alex Crichton 已提交
4534

4535 4536
[[package]]
name = "same-file"
4537
version = "1.0.4"
4538
source = "registry+https://github.com/rust-lang/crates.io-index"
4539
checksum = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
4540
dependencies = [
4541
 "winapi-util",
4542 4543 4544 4545
]

[[package]]
name = "schannel"
4546
version = "0.1.16"
4547
source = "registry+https://github.com/rust-lang/crates.io-index"
4548
checksum = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021"
4549
dependencies = [
4550
 "lazy_static 1.4.0",
E
Eric Huss 已提交
4551
 "winapi 0.3.8",
4552 4553
]

M
Marcel Hellwig 已提交
4554 4555 4556 4557
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4558
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
M
Marcel Hellwig 已提交
4559

F
flip1995 已提交
4560 4561 4562 4563
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
4564
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
F
flip1995 已提交
4565

R
Ralf Jung 已提交
4566 4567 4568 4569
[[package]]
name = "scopeguard"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4570
checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
R
Ralf Jung 已提交
4571

4572 4573 4574 4575
[[package]]
name = "security-framework"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4576
checksum = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2"
4577
dependencies = [
E
Eric Huss 已提交
4578 4579
 "core-foundation 0.6.3",
 "core-foundation-sys 0.6.2",
4580 4581
 "libc",
 "security-framework-sys",
4582 4583 4584 4585 4586 4587
]

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

4593 4594 4595 4596
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4597
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4598
dependencies = [
4599 4600
 "semver-parser",
 "serde",
4601 4602 4603 4604 4605 4606
]

[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4607
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4608 4609 4610

[[package]]
name = "serde"
F
flip1995 已提交
4611
version = "1.0.99"
4612
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
4613
checksum = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
E
Eric Huss 已提交
4614
dependencies = [
4615
 "serde_derive",
E
Eric Huss 已提交
4616
]
4617 4618 4619

[[package]]
name = "serde_derive"
I
Igor Matuszewski 已提交
4620
version = "1.0.106"
4621
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
4622
checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
4623
dependencies = [
I
Igor Matuszewski 已提交
4624 4625 4626
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
4627
]
S
Steve Klabnik 已提交
4628

F
flip1995 已提交
4629 4630 4631 4632 4633 4634 4635 4636 4637
[[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 已提交
4638 4639
[[package]]
name = "serde_json"
E
Eric Huss 已提交
4640
version = "1.0.40"
S
Steve Klabnik 已提交
4641
source = "registry+https://github.com/rust-lang/crates.io-index"
4642
checksum = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
S
Steve Klabnik 已提交
4643
dependencies = [
4644 4645 4646
 "itoa",
 "ryu",
 "serde",
S
Steve Klabnik 已提交
4647 4648
]

4649 4650 4651 4652 4653 4654 4655 4656
[[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 已提交
4657
 "syn 1.0.11",
4658 4659
]

4660 4661 4662 4663
[[package]]
name = "serde_urlencoded"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
4664
checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
4665
dependencies = [
4666 4667 4668 4669
 "dtoa",
 "itoa",
 "serde",
 "url 1.7.2",
4670 4671
]

4672 4673 4674
[[package]]
name = "serialize"
version = "0.0.0"
4675
dependencies = [
4676
 "indexmap",
crlf0710's avatar
crlf0710 已提交
4677
 "smallvec 1.4.0",
4678
]
4679

4680 4681
[[package]]
name = "sha-1"
4682
version = "0.8.2"
4683
source = "registry+https://github.com/rust-lang/crates.io-index"
4684
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4685
dependencies = [
4686 4687 4688
 "block-buffer",
 "digest",
 "fake-simd",
4689
 "opaque-debug",
4690 4691
]

4692 4693
[[package]]
name = "shell-escape"
A
Alex Crichton 已提交
4694
version = "0.1.4"
4695
source = "registry+https://github.com/rust-lang/crates.io-index"
4696
checksum = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
4697

S
steveklabnik 已提交
4698 4699 4700 4701
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4702
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
S
steveklabnik 已提交
4703

4704 4705 4706 4707
[[package]]
name = "signal-hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
4708
checksum = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
4709
dependencies = [
4710 4711
 "arc-swap",
 "libc",
4712 4713
]

S
steveklabnik 已提交
4714 4715 4716 4717
[[package]]
name = "siphasher"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4718
checksum = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
S
steveklabnik 已提交
4719

E
Eric Huss 已提交
4720 4721
[[package]]
name = "sized-chunks"
E
Eric Huss 已提交
4722
version = "0.5.0"
E
Eric Huss 已提交
4723
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4724
checksum = "62db64dd92b3b54314b1e216c274634ca2b3fe8da8b3873be670cb1ac4dad30f"
E
Eric Huss 已提交
4725
dependencies = [
E
Eric Huss 已提交
4726
 "bitmaps",
4727
 "typenum",
E
Eric Huss 已提交
4728 4729
]

4730 4731 4732 4733
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4734
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4735

4736 4737
[[package]]
name = "smallvec"
E
Eric Huss 已提交
4738
version = "0.6.10"
4739
source = "registry+https://github.com/rust-lang/crates.io-index"
4740
checksum = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
4741

R
Ralf Jung 已提交
4742 4743
[[package]]
name = "smallvec"
crlf0710's avatar
crlf0710 已提交
4744
version = "1.4.0"
R
Ralf Jung 已提交
4745
source = "registry+https://github.com/rust-lang/crates.io-index"
crlf0710's avatar
crlf0710 已提交
4746
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
R
Ralf Jung 已提交
4747

M
Mark Simulacrum 已提交
4748 4749
[[package]]
name = "socket2"
P
Patrick Mooney 已提交
4750
version = "0.3.12"
M
Mark Simulacrum 已提交
4751
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Patrick Mooney 已提交
4752
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
M
Mark Simulacrum 已提交
4753
dependencies = [
4754 4755 4756
 "cfg-if",
 "libc",
 "redox_syscall",
E
Eric Huss 已提交
4757
 "winapi 0.3.8",
M
Mark Simulacrum 已提交
4758 4759
]

4760 4761
[[package]]
name = "stable_deref_trait"
A
Alex Crichton 已提交
4762
version = "1.1.0"
4763
source = "registry+https://github.com/rust-lang/crates.io-index"
4764
checksum = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
4765

4766 4767
[[package]]
name = "stacker"
4768
version = "0.1.9"
4769
source = "registry+https://github.com/rust-lang/crates.io-index"
4770
checksum = "72dd941b456e1c006d6b9f27c526d5b69281288aeea8cba82c19d3843d8ccdd2"
4771 4772 4773 4774 4775 4776 4777 4778
dependencies = [
 "cc",
 "cfg-if",
 "libc",
 "psm",
 "winapi 0.3.8",
]

4779 4780 4781 4782
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
4783 4784 4785 4786 4787 4788 4789
 "alloc",
 "backtrace",
 "cfg-if",
 "compiler_builtins",
 "core",
 "dlmalloc",
 "fortanix-sgx-abi",
4790
 "hashbrown",
4791
 "hermit-abi",
4792 4793 4794 4795
 "libc",
 "panic_abort",
 "panic_unwind",
 "profiler_builtins",
4796
 "rand 0.7.3",
4797
 "unwind",
4798
 "wasi",
4799 4800
]

4801 4802 4803 4804
[[package]]
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4805
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
4806
dependencies = [
4807
 "bytes",
4808 4809
]

S
steveklabnik 已提交
4810 4811
[[package]]
name = "string_cache"
A
Alex Crichton 已提交
4812
version = "0.7.3"
S
steveklabnik 已提交
4813
source = "registry+https://github.com/rust-lang/crates.io-index"
4814
checksum = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
S
steveklabnik 已提交
4815
dependencies = [
4816
 "lazy_static 1.4.0",
4817 4818 4819 4820 4821 4822
 "new_debug_unreachable",
 "phf_shared",
 "precomputed-hash",
 "serde",
 "string_cache_codegen",
 "string_cache_shared",
S
steveklabnik 已提交
4823 4824 4825 4826
]

[[package]]
name = "string_cache_codegen"
4827
version = "0.4.2"
S
steveklabnik 已提交
4828
source = "registry+https://github.com/rust-lang/crates.io-index"
4829
checksum = "1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da"
S
steveklabnik 已提交
4830
dependencies = [
4831 4832
 "phf_generator",
 "phf_shared",
4833 4834
 "proc-macro2 0.4.30",
 "quote 0.6.12",
4835
 "string_cache_shared",
S
steveklabnik 已提交
4836 4837 4838 4839 4840 4841
]

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

E
Eric Huss 已提交
4844 4845 4846 4847
[[package]]
name = "strip-ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4848
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
E
Eric Huss 已提交
4849
dependencies = [
4850
 "vte",
E
Eric Huss 已提交
4851 4852
]

4853 4854
[[package]]
name = "strsim"
4855
version = "0.8.0"
4856
source = "registry+https://github.com/rust-lang/crates.io-index"
4857
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4858

4859 4860 4861 4862 4863 4864 4865
[[package]]
name = "structopt"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ac9d6e93dd792b217bf89cda5c14566e3043960c6f9da890c2ba5d09d07804c"
dependencies = [
 "clap",
E
Eric Huss 已提交
4866
 "structopt-derive",
4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878
]

[[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 已提交
4879
 "syn 1.0.11",
T
topecongiro 已提交
4880 4881
]

M
Matt Ickstadt 已提交
4882 4883
[[package]]
name = "strum"
4884
version = "0.11.0"
M
Matt Ickstadt 已提交
4885
source = "registry+https://github.com/rust-lang/crates.io-index"
4886
checksum = "f6c3a2071519ab6a48f465808c4c1ffdd00dfc8e93111d02b4fc5abab177676e"
M
Matt Ickstadt 已提交
4887 4888 4889

[[package]]
name = "strum_macros"
4890
version = "0.11.0"
M
Matt Ickstadt 已提交
4891
source = "registry+https://github.com/rust-lang/crates.io-index"
4892
checksum = "8baacebd7b7c9b864d83a6ba7a246232983e277b86fa5cdec77f565715a4b136"
M
Matt Ickstadt 已提交
4893
dependencies = [
4894
 "heck",
4895 4896 4897
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
M
Matt Ickstadt 已提交
4898 4899
]

N
Nick Cameron 已提交
4900 4901
[[package]]
name = "syn"
E
Eric Huss 已提交
4902
version = "0.15.35"
N
Nick Cameron 已提交
4903
source = "registry+https://github.com/rust-lang/crates.io-index"
4904
checksum = "641e117d55514d6d918490e47102f7e08d096fdde360247e4a10f7a91a8478d3"
N
Nick Cameron 已提交
4905
dependencies = [
4906 4907
 "proc-macro2 0.4.30",
 "quote 0.6.12",
4908
 "unicode-xid 0.1.0",
A
Alex Crichton 已提交
4909 4910
]

4911 4912
[[package]]
name = "syn"
I
Igor Matuszewski 已提交
4913
version = "1.0.11"
4914
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
4915
checksum = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
4916 4917 4918 4919 4920 4921
dependencies = [
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "unicode-xid 0.2.0",
]

4922 4923 4924 4925 4926 4927 4928 4929
[[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 已提交
4930
 "syn 1.0.11",
4931 4932 4933
 "unicode-xid 0.2.0",
]

4934 4935
[[package]]
name = "tar"
4936
version = "0.4.26"
4937
source = "registry+https://github.com/rust-lang/crates.io-index"
4938
checksum = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
4939
dependencies = [
4940 4941 4942 4943
 "filetime",
 "libc",
 "redox_syscall",
 "xattr",
4944 4945
]

A
Aleksey Kladov 已提交
4946 4947
[[package]]
name = "tempfile"
4948
version = "3.1.0"
A
Aleksey Kladov 已提交
4949
source = "registry+https://github.com/rust-lang/crates.io-index"
4950
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
A
Aleksey Kladov 已提交
4951
dependencies = [
4952 4953
 "cfg-if",
 "libc",
4954
 "rand 0.7.3",
4955 4956
 "redox_syscall",
 "remove_dir_all",
E
Eric Huss 已提交
4957
 "winapi 0.3.8",
A
Aleksey Kladov 已提交
4958 4959
]

S
steveklabnik 已提交
4960 4961 4962 4963
[[package]]
name = "tendril"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4964
checksum = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
S
steveklabnik 已提交
4965
dependencies = [
4966 4967 4968
 "futf",
 "mac",
 "utf-8",
S
steveklabnik 已提交
4969 4970
]

4971 4972 4973
[[package]]
name = "term"
version = "0.0.0"
4974 4975 4976 4977
dependencies = [
 "core",
 "std",
]
4978

I
Igor Matuszewski 已提交
4979 4980 4981 4982
[[package]]
name = "term"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4983
checksum = "0dd90505d5006a4422d3520b30c781d480b3f36768c2fa2187c3e950bc110464"
I
Igor Matuszewski 已提交
4984
dependencies = [
4985 4986
 "byteorder",
 "dirs",
E
Eric Huss 已提交
4987
 "winapi 0.3.8",
I
Igor Matuszewski 已提交
4988 4989
]

4990 4991
[[package]]
name = "termcolor"
4992
version = "1.0.4"
4993
source = "registry+https://github.com/rust-lang/crates.io-index"
4994
checksum = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
4995
dependencies = [
4996
 "wincolor",
4997 4998
]

4999
[[package]]
O
Oliver Schneider 已提交
5000 5001
name = "termion"
version = "1.5.1"
5002
source = "registry+https://github.com/rust-lang/crates.io-index"
5003
checksum = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
5004
dependencies = [
5005 5006 5007
 "libc",
 "redox_syscall",
 "redox_termios",
5008 5009
]

5010 5011 5012 5013 5014 5015 5016 5017 5018 5019
[[package]]
name = "termize"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
dependencies = [
 "libc",
 "winapi 0.3.8",
]

5020 5021 5022 5023
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
5024
 "core",
5025
 "getopts",
5026 5027 5028
 "libc",
 "panic_abort",
 "panic_unwind",
5029
 "proc_macro",
5030
 "std",
5031
 "term 0.0.0",
5032 5033
]

F
flip1995 已提交
5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044
[[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 已提交
5045 5046
[[package]]
name = "textwrap"
5047
version = "0.11.0"
S
steveklabnik 已提交
5048
source = "registry+https://github.com/rust-lang/crates.io-index"
5049
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
S
steveklabnik 已提交
5050
dependencies = [
5051
 "unicode-width",
S
steveklabnik 已提交
5052 5053
]

5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073
[[package]]
name = "thiserror"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9fb62ff737e573b1e677459bea6fd023cd5d6e868c3242d3cdf3ef2f0554824"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24069c0ba08aab54289d6a25f5036d94afc61e1538bbc42ae5501df141c9027d"
dependencies = [
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
]

A
Alex Crichton 已提交
5074 5075
[[package]]
name = "thread_local"
A
Alex Crichton 已提交
5076
version = "0.3.6"
5077
source = "registry+https://github.com/rust-lang/crates.io-index"
5078
checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
5079
dependencies = [
5080
 "lazy_static 1.4.0",
5081 5082
]

I
Igor Matuszewski 已提交
5083 5084 5085 5086 5087 5088 5089 5090 5091
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
 "lazy_static 1.4.0",
]

5092 5093 5094
[[package]]
name = "tidy"
version = "0.1.0"
5095
dependencies = [
5096
 "cargo_metadata 0.9.1",
5097
 "lazy_static 1.4.0",
5098 5099
 "regex",
 "walkdir",
5100
]
5101

A
Alex Crichton 已提交
5102 5103
[[package]]
name = "time"
E
Eric Huss 已提交
5104
version = "0.1.42"
A
Alex Crichton 已提交
5105
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5106
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
A
Alex Crichton 已提交
5107
dependencies = [
5108 5109
 "libc",
 "redox_syscall",
E
Eric Huss 已提交
5110
 "winapi 0.3.8",
A
Alex Crichton 已提交
5111 5112
]

5113 5114
[[package]]
name = "tokio"
5115
version = "0.1.22"
5116
source = "registry+https://github.com/rust-lang/crates.io-index"
5117
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
5118
dependencies = [
5119 5120 5121 5122 5123 5124 5125 5126 5127 5128
 "bytes",
 "futures",
 "mio",
 "num_cpus",
 "tokio-codec",
 "tokio-current-thread",
 "tokio-executor",
 "tokio-fs",
 "tokio-io",
 "tokio-reactor",
5129
 "tokio-sync",
5130 5131 5132 5133 5134
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "tokio-udp",
 "tokio-uds",
5135 5136
]

5137 5138 5139 5140
[[package]]
name = "tokio-buf"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5141
checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
5142
dependencies = [
5143 5144 5145
 "bytes",
 "either",
 "futures",
5146 5147
]

5148 5149 5150 5151
[[package]]
name = "tokio-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5152
checksum = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
5153
dependencies = [
5154 5155 5156
 "bytes",
 "futures",
 "tokio-io",
5157 5158 5159 5160
]

[[package]]
name = "tokio-current-thread"
5161
version = "0.1.6"
5162
source = "registry+https://github.com/rust-lang/crates.io-index"
5163
checksum = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
5164
dependencies = [
5165 5166
 "futures",
 "tokio-executor",
5167 5168 5169 5170
]

[[package]]
name = "tokio-executor"
5171
version = "0.1.9"
5172
source = "registry+https://github.com/rust-lang/crates.io-index"
5173
checksum = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab"
5174
dependencies = [
5175 5176
 "crossbeam-utils 0.6.5",
 "futures",
5177 5178 5179 5180
]

[[package]]
name = "tokio-fs"
5181
version = "0.1.6"
5182
source = "registry+https://github.com/rust-lang/crates.io-index"
5183
checksum = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
5184
dependencies = [
5185 5186 5187
 "futures",
 "tokio-io",
 "tokio-threadpool",
5188 5189 5190 5191
]

[[package]]
name = "tokio-io"
5192
version = "0.1.12"
5193
source = "registry+https://github.com/rust-lang/crates.io-index"
5194
checksum = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
5195
dependencies = [
5196 5197 5198
 "bytes",
 "futures",
 "log",
5199 5200
]

5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213
[[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",
]

5214 5215
[[package]]
name = "tokio-process"
5216
version = "0.2.4"
5217
source = "registry+https://github.com/rust-lang/crates.io-index"
5218
checksum = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
5219
dependencies = [
5220
 "crossbeam-queue",
5221
 "futures",
5222
 "lazy_static 1.4.0",
5223
 "libc",
5224
 "log",
5225 5226 5227 5228 5229
 "mio",
 "mio-named-pipes",
 "tokio-io",
 "tokio-reactor",
 "tokio-signal",
E
Eric Huss 已提交
5230
 "winapi 0.3.8",
5231 5232 5233 5234
]

[[package]]
name = "tokio-reactor"
5235
version = "0.1.11"
5236
source = "registry+https://github.com/rust-lang/crates.io-index"
5237
checksum = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146"
5238
dependencies = [
5239 5240
 "crossbeam-utils 0.6.5",
 "futures",
5241
 "lazy_static 1.4.0",
5242 5243 5244
 "log",
 "mio",
 "num_cpus",
I
Igor Matuszewski 已提交
5245
 "parking_lot 0.9.0",
5246 5247 5248
 "slab",
 "tokio-executor",
 "tokio-io",
5249
 "tokio-sync",
5250 5251
]

5252 5253 5254 5255 5256 5257 5258 5259 5260
[[package]]
name = "tokio-service"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
dependencies = [
 "futures",
]

5261 5262 5263 5264
[[package]]
name = "tokio-signal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
5265
checksum = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
5266
dependencies = [
5267 5268 5269 5270 5271 5272 5273 5274
 "futures",
 "libc",
 "mio",
 "mio-uds",
 "signal-hook",
 "tokio-executor",
 "tokio-io",
 "tokio-reactor",
E
Eric Huss 已提交
5275
 "winapi 0.3.8",
5276 5277
]

5278 5279 5280 5281 5282 5283 5284 5285 5286 5287
[[package]]
name = "tokio-sync"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
dependencies = [
 "fnv",
 "futures",
]

5288 5289 5290 5291
[[package]]
name = "tokio-tcp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5292
checksum = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
5293
dependencies = [
5294 5295 5296 5297 5298 5299
 "bytes",
 "futures",
 "iovec",
 "mio",
 "tokio-io",
 "tokio-reactor",
5300 5301 5302 5303
]

[[package]]
name = "tokio-threadpool"
5304
version = "0.1.17"
5305
source = "registry+https://github.com/rust-lang/crates.io-index"
5306
checksum = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c"
5307
dependencies = [
5308 5309
 "crossbeam-deque",
 "crossbeam-queue",
5310 5311
 "crossbeam-utils 0.6.5",
 "futures",
5312
 "lazy_static 1.4.0",
5313 5314
 "log",
 "num_cpus",
5315
 "slab",
5316
 "tokio-executor",
5317 5318 5319 5320
]

[[package]]
name = "tokio-timer"
5321
version = "0.2.12"
5322
source = "registry+https://github.com/rust-lang/crates.io-index"
5323
checksum = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827"
5324
dependencies = [
5325 5326 5327 5328
 "crossbeam-utils 0.6.5",
 "futures",
 "slab",
 "tokio-executor",
5329 5330 5331 5332
]

[[package]]
name = "tokio-udp"
5333
version = "0.1.5"
5334
source = "registry+https://github.com/rust-lang/crates.io-index"
5335
checksum = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
5336
dependencies = [
5337 5338 5339 5340 5341 5342 5343
 "bytes",
 "futures",
 "log",
 "mio",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
5344 5345 5346 5347 5348 5349
]

[[package]]
name = "tokio-uds"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5350
checksum = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
5351
dependencies = [
5352 5353 5354 5355 5356 5357 5358 5359 5360 5361
 "bytes",
 "futures",
 "iovec",
 "libc",
 "log",
 "mio",
 "mio-uds",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
5362 5363
]

E
Eric Huss 已提交
5364 5365
[[package]]
name = "toml"
F
flip1995 已提交
5366
version = "0.5.3"
E
Eric Huss 已提交
5367
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
5368
checksum = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
E
Eric Huss 已提交
5369
dependencies = [
5370
 "serde",
E
Eric Huss 已提交
5371 5372
]

5373 5374
[[package]]
name = "toml-query"
E
Eric Huss 已提交
5375
version = "0.9.0"
5376
source = "registry+https://github.com/rust-lang/crates.io-index"
5377
checksum = "a24369a1894ac8224efcfd567c3d141aea360292f49888e7ec7dcc316527aebb"
5378
dependencies = [
5379 5380 5381
 "failure",
 "failure_derive",
 "is-match",
5382
 "lazy_static 1.4.0",
5383
 "regex",
E
Eric Huss 已提交
5384
 "toml",
5385
 "toml-query_derive",
E
Eric Huss 已提交
5386 5387 5388 5389 5390 5391
]

[[package]]
name = "toml-query_derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5392
checksum = "3c99ca245ec273c7e75c8ee58f47b882d0146f3c2c8495158082c6671e8b5335"
E
Eric Huss 已提交
5393
dependencies = [
5394
 "darling",
5395 5396
 "quote 0.6.12",
 "syn 0.15.35",
5397 5398
]

5399 5400 5401 5402
[[package]]
name = "try-lock"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
5403
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
5404

E
Eric Huss 已提交
5405 5406 5407 5408 5409 5410 5411 5412 5413
[[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 已提交
5414 5415 5416 5417
[[package]]
name = "typenum"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5418
checksum = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
E
Eric Huss 已提交
5419

M
Mark Rousskov 已提交
5420 5421 5422 5423 5424 5425
[[package]]
name = "ucd-parse"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca6b52bf4da6512f0f07785a04769222e50d29639e7ecd016b7806fd2de306b4"
dependencies = [
5426
 "lazy_static 1.4.0",
M
Mark Rousskov 已提交
5427 5428 5429
 "regex",
]

5430 5431 5432 5433
[[package]]
name = "ucd-trie"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5434
checksum = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
5435

A
Alex Crichton 已提交
5436 5437
[[package]]
name = "ucd-util"
5438
version = "0.1.3"
A
Alex Crichton 已提交
5439
source = "registry+https://github.com/rust-lang/crates.io-index"
5440
checksum = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
A
Alex Crichton 已提交
5441

5442 5443
[[package]]
name = "unicase"
5444
version = "2.6.0"
5445
source = "registry+https://github.com/rust-lang/crates.io-index"
5446
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5447
dependencies = [
5448
 "version_check",
5449 5450
]

M
Mark Rousskov 已提交
5451 5452 5453 5454 5455 5456 5457
[[package]]
name = "unicode-bdd"
version = "0.1.0"
dependencies = [
 "ucd-parse",
]

5458 5459
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
5460
version = "0.3.4"
S
Steve Klabnik 已提交
5461
source = "registry+https://github.com/rust-lang/crates.io-index"
5462
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
S
Steve Klabnik 已提交
5463
dependencies = [
5464
 "matches",
5465 5466
]

5467 5468
[[package]]
name = "unicode-normalization"
crlf0710's avatar
crlf0710 已提交
5469
version = "0.1.12"
5470
source = "registry+https://github.com/rust-lang/crates.io-index"
crlf0710's avatar
crlf0710 已提交
5471
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
5472
dependencies = [
crlf0710's avatar
crlf0710 已提交
5473
 "smallvec 1.4.0",
5474
]
5475

crlf0710's avatar
crlf0710 已提交
5476 5477 5478 5479 5480 5481 5482 5483
[[package]]
name = "unicode-script"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b2c5c29e805da6817f5af6a627d65adb045cebf05cccd5a3493d6109454391c"

[[package]]
name = "unicode-security"
crlf0710's avatar
crlf0710 已提交
5484
version = "0.0.3"
crlf0710's avatar
crlf0710 已提交
5485
source = "registry+https://github.com/rust-lang/crates.io-index"
crlf0710's avatar
crlf0710 已提交
5486
checksum = "a5f9011bbed9c13372bc8df618b55a38138445199caf3b61d432c6859c36dee0"
crlf0710's avatar
crlf0710 已提交
5487
dependencies = [
crlf0710's avatar
crlf0710 已提交
5488
 "unicode-normalization",
crlf0710's avatar
crlf0710 已提交
5489 5490 5491
 "unicode-script",
]

5492 5493
[[package]]
name = "unicode-segmentation"
E
Eric Huss 已提交
5494
version = "1.6.0"
5495
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5496
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
5497 5498 5499

[[package]]
name = "unicode-width"
5500
version = "0.1.6"
5501
source = "registry+https://github.com/rust-lang/crates.io-index"
5502 5503 5504 5505 5506 5507
checksum = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
]
5508

A
Alex Crichton 已提交
5509 5510 5511 5512
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5513
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
A
Alex Crichton 已提交
5514

5515 5516 5517 5518 5519 5520
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"

F
flip1995 已提交
5521 5522 5523 5524
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5525
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
F
flip1995 已提交
5526

5527 5528 5529 5530
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
5531 5532
 "num-traits",
 "tidy",
5533 5534
]

N
Nick Cameron 已提交
5535 5536 5537 5538
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
5539 5540 5541 5542 5543
 "cc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
N
Nick Cameron 已提交
5544 5545
]

5546 5547
[[package]]
name = "url"
5548
version = "1.7.2"
5549
source = "registry+https://github.com/rust-lang/crates.io-index"
5550
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5551
dependencies = [
5552 5553 5554
 "idna 0.1.5",
 "matches",
 "percent-encoding 1.0.1",
5555 5556
]

E
Eric Huss 已提交
5557 5558
[[package]]
name = "url"
F
flip1995 已提交
5559
version = "2.1.0"
E
Eric Huss 已提交
5560
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
5561
checksum = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
E
Eric Huss 已提交
5562
dependencies = [
5563 5564
 "idna 0.2.0",
 "matches",
E
Eric Huss 已提交
5565
 "percent-encoding 2.1.0",
5566
 "serde",
E
Eric Huss 已提交
5567 5568
]

S
steveklabnik 已提交
5569 5570 5571 5572
[[package]]
name = "utf-8"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
5573
checksum = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
S
steveklabnik 已提交
5574

5575 5576
[[package]]
name = "utf8-ranges"
5577
version = "1.0.2"
5578
source = "registry+https://github.com/rust-lang/crates.io-index"
5579
checksum = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
5580

E
Eric Huss 已提交
5581 5582 5583 5584
[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5585
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
E
Eric Huss 已提交
5586

5587 5588 5589 5590
[[package]]
name = "uuid"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
5591
checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
5592
dependencies = [
5593
 "rand 0.6.1",
5594 5595
]

5596 5597
[[package]]
name = "vcpkg"
5598
version = "0.2.8"
5599
source = "registry+https://github.com/rust-lang/crates.io-index"
5600
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
5601

5602 5603
[[package]]
name = "vec_map"
A
Alex Crichton 已提交
5604
version = "0.8.1"
5605
source = "registry+https://github.com/rust-lang/crates.io-index"
5606
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
5607

R
Ralf Jung 已提交
5608 5609
[[package]]
name = "vergen"
R
Ralf Jung 已提交
5610
version = "3.0.4"
R
Ralf Jung 已提交
5611
source = "registry+https://github.com/rust-lang/crates.io-index"
5612
checksum = "6aba5e34f93dc7051dfad05b98a18e9156f27e7b431fe1d2398cb6061c0a1dba"
R
Ralf Jung 已提交
5613
dependencies = [
5614 5615 5616
 "bitflags",
 "chrono",
 "failure",
R
Ralf Jung 已提交
5617 5618
]

E
Eric Huss 已提交
5619 5620 5621 5622 5623 5624
[[package]]
name = "version_check"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"

E
Eric Huss 已提交
5625 5626 5627 5628
[[package]]
name = "vte"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5629
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
E
Eric Huss 已提交
5630
dependencies = [
5631
 "utf8parse",
E
Eric Huss 已提交
5632 5633
]

5634 5635
[[package]]
name = "walkdir"
5636
version = "2.2.7"
5637
source = "registry+https://github.com/rust-lang/crates.io-index"
5638
checksum = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
5639
dependencies = [
5640
 "same-file",
E
Eric Huss 已提交
5641
 "winapi 0.3.8",
5642
 "winapi-util",
5643 5644
]

5645 5646 5647 5648
[[package]]
name = "want"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5649
checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
5650
dependencies = [
5651 5652 5653
 "futures",
 "log",
 "try-lock",
5654 5655
]

5656 5657 5658 5659 5660
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
N
newpavlov 已提交
5661 5662 5663 5664 5665 5666
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

5667 5668 5669 5670
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
5671
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
5672

5673 5674
[[package]]
name = "winapi"
E
Eric Huss 已提交
5675
version = "0.3.8"
5676
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5677
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
5678
dependencies = [
5679 5680
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
5681 5682
]

5683 5684 5685 5686
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5687
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
5688

5689 5690 5691 5692
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5693
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5694

A
Alex Crichton 已提交
5695 5696
[[package]]
name = "winapi-util"
E
Eric Huss 已提交
5697
version = "0.1.2"
A
Alex Crichton 已提交
5698
source = "registry+https://github.com/rust-lang/crates.io-index"
5699
checksum = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
A
Alex Crichton 已提交
5700
dependencies = [
E
Eric Huss 已提交
5701
 "winapi 0.3.8",
A
Alex Crichton 已提交
5702 5703
]

5704 5705 5706 5707
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5708
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5709

5710 5711
[[package]]
name = "wincolor"
A
Alex Crichton 已提交
5712
version = "1.0.1"
5713
source = "registry+https://github.com/rust-lang/crates.io-index"
5714
checksum = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
5715
dependencies = [
E
Eric Huss 已提交
5716
 "winapi 0.3.8",
5717
 "winapi-util",
5718 5719
]

E
Eric Huss 已提交
5720 5721 5722 5723 5724 5725 5726 5727 5728
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
 "winapi 0.3.8",
]

5729 5730 5731 5732
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5733
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
5734
dependencies = [
5735 5736
 "winapi 0.2.8",
 "winapi-build",
5737 5738
]

5739 5740
[[package]]
name = "xattr"
A
Alex Crichton 已提交
5741
version = "0.2.2"
5742
source = "registry+https://github.com/rust-lang/crates.io-index"
5743
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5744
dependencies = [
5745
 "libc",
5746 5747 5748 5749
]

[[package]]
name = "xz2"
A
Alex Crichton 已提交
5750
version = "0.1.5"
5751
source = "registry+https://github.com/rust-lang/crates.io-index"
5752
checksum = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
5753
dependencies = [
5754
 "lzma-sys",
5755 5756
]

5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767
[[package]]
name = "yaml-merge-keys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59893318ba3ad2b704498c7761214a10eaf42c5f838bce9fc0145bf2ba658cfa"
dependencies = [
 "lazy_static 1.4.0",
 "thiserror",
 "yaml-rust 0.4.3",
]

5768 5769 5770 5771
[[package]]
name = "yaml-rust"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5772
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5773 5774 5775 5776 5777 5778 5779 5780 5781

[[package]]
name = "yaml-rust"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
dependencies = [
 "linked-hash-map",
]