Cargo.lock 125.2 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 441 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-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",
 "synstructure 0.12.1",
]

[[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 541
 "regex",
 "rustc-workspace-hack",
O
Oliver Scherer 已提交
542
 "rustc_tools_util 0.2.0",
543 544
 "semver",
 "serde",
545
 "tempfile",
R
Ralf Jung 已提交
546
 "tester",
O
Oliver Schneider 已提交
547 548 549 550
]

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

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

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

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

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

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

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

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

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

666 667 668 669 670 671 672 673 674 675 676 677 678
[[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 已提交
679
 "rustfix",
680 681 682 683 684 685 686 687
 "serde",
 "serde_derive",
 "serde_json",
 "tempfile",
 "tester",
 "winapi 0.3.8",
]

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

E
Eric Huss 已提交
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 721
[[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",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

858 859 860 861 862 863 864 865 866 867
[[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",
]

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

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

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

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

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

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

939 940
[[package]]
name = "derive-new"
941
version = "0.5.6"
942
source = "registry+https://github.com/rust-lang/crates.io-index"
943
checksum = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c"
944
dependencies = [
945 946 947
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
948 949
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[package]]
name = "failure_derive"
E
Eric Huss 已提交
1148
version = "0.1.5"
A
Alex Crichton 已提交
1149
source = "registry+https://github.com/rust-lang/crates.io-index"
1150
checksum = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
A
Alex Crichton 已提交
1151
dependencies = [
1152 1153 1154
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
1155
 "synstructure 0.10.2",
A
Alex Crichton 已提交
1156 1157
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1406 1407
[[package]]
name = "handlebars"
E
Eric Huss 已提交
1408
version = "2.0.1"
1409
source = "registry+https://github.com/rust-lang/crates.io-index"
1410
checksum = "df044dd42cdb7e32f28557b661406fc0f2494be75199779998810dbc35030e0d"
1411
dependencies = [
1412
 "hashbrown 0.5.0",
1413
 "lazy_static 1.4.0",
1414 1415 1416 1417 1418 1419 1420
 "log",
 "pest",
 "pest_derive",
 "quick-error",
 "regex",
 "serde",
 "serde_json",
1421 1422
]

1423 1424
[[package]]
name = "hashbrown"
S
Simon Sapin 已提交
1425
version = "0.5.0"
1426
source = "registry+https://github.com/rust-lang/crates.io-index"
1427
checksum = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353"
1428
dependencies = [
1429 1430 1431 1432 1433
 "serde",
]

[[package]]
name = "hashbrown"
A
Alex Crichton 已提交
1434
version = "0.6.2"
1435
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1436
checksum = "3cd9867f119b19fecb08cd5c326ad4488d7a1da4bf75b4d95d71db742525aaab"
1437
dependencies = [
1438
 "autocfg 0.1.7",
1439 1440 1441
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
E
Eric Huss 已提交
1442 1443
]

1444 1445 1446 1447
[[package]]
name = "heck"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1448
checksum = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
1449
dependencies = [
1450
 "unicode-segmentation",
1451 1452
]

1453 1454
[[package]]
name = "hermit-abi"
1455
version = "0.1.12"
1456
source = "registry+https://github.com/rust-lang/crates.io-index"
1457
checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4"
1458 1459 1460 1461 1462 1463
dependencies = [
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
]

1464 1465
[[package]]
name = "hex"
A
Alex Crichton 已提交
1466
version = "0.3.2"
1467
source = "registry+https://github.com/rust-lang/crates.io-index"
1468
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1469

A
Aaron Hill 已提交
1470 1471 1472 1473 1474 1475
[[package]]
name = "hex"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e"

F
flip1995 已提交
1476 1477
[[package]]
name = "home"
L
Lzu Tao 已提交
1478
version = "0.5.1"
F
flip1995 已提交
1479
source = "registry+https://github.com/rust-lang/crates.io-index"
L
Lzu Tao 已提交
1480
checksum = "a3753954f7bd71f0e671afb8b5a992d1724cf43b7f95a563cd4a0bde94659ca8"
F
flip1995 已提交
1481
dependencies = [
1482
 "scopeguard",
E
Eric Huss 已提交
1483
 "winapi 0.3.8",
F
flip1995 已提交
1484 1485
]

E
Eric Huss 已提交
1486 1487
[[package]]
name = "html5ever"
1488
version = "0.24.1"
E
Eric Huss 已提交
1489
source = "registry+https://github.com/rust-lang/crates.io-index"
1490
checksum = "025483b0a1e4577bb28578318c886ee5f817dda6eb62473269349044406644cb"
E
Eric Huss 已提交
1491
dependencies = [
1492 1493 1494
 "log",
 "mac",
 "markup5ever",
1495 1496
 "proc-macro2 1.0.3",
 "quote 1.0.2",
I
Igor Matuszewski 已提交
1497
 "syn 1.0.11",
E
Eric Huss 已提交
1498 1499
]

E
Eric Huss 已提交
1500 1501
[[package]]
name = "http"
E
Eric Huss 已提交
1502
version = "0.1.19"
E
Eric Huss 已提交
1503
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1504
checksum = "d7e06e336150b178206af098a055e3621e8336027e2b4d126bda0bc64824baaf"
E
Eric Huss 已提交
1505
dependencies = [
1506 1507 1508
 "bytes",
 "fnv",
 "itoa",
E
Eric Huss 已提交
1509 1510
]

1511 1512 1513 1514
[[package]]
name = "http-body"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1515
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
1516
dependencies = [
1517 1518 1519 1520
 "bytes",
 "futures",
 "http",
 "tokio-buf",
1521 1522 1523 1524 1525 1526
]

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

A
Alex Crichton 已提交
1529 1530
[[package]]
name = "humantime"
A
Alex Crichton 已提交
1531
version = "1.3.0"
A
Alex Crichton 已提交
1532
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1533
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
A
Alex Crichton 已提交
1534
dependencies = [
1535
 "quick-error",
A
Alex Crichton 已提交
1536 1537
]

E
Eric Huss 已提交
1538 1539 1540 1541 1542 1543
[[package]]
name = "humantime"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da"

1544 1545 1546 1547
[[package]]
name = "hyper"
version = "0.12.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571
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",
1572 1573 1574 1575 1576 1577
]

[[package]]
name = "hyper-tls"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1578
checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
1579
dependencies = [
1580 1581 1582 1583 1584
 "bytes",
 "futures",
 "hyper",
 "native-tls",
 "tokio-io",
1585 1586
]

E
Eric Huss 已提交
1587 1588 1589 1590
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1591
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
E
Eric Huss 已提交
1592

1593 1594
[[package]]
name = "idna"
A
Alex Crichton 已提交
1595
version = "0.1.5"
1596
source = "registry+https://github.com/rust-lang/crates.io-index"
1597
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1598
dependencies = [
1599 1600 1601
 "matches",
 "unicode-bidi",
 "unicode-normalization",
A
Alex Crichton 已提交
1602 1603
]

E
Eric Huss 已提交
1604 1605 1606 1607
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1608
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
E
Eric Huss 已提交
1609
dependencies = [
1610 1611 1612
 "matches",
 "unicode-bidi",
 "unicode-normalization",
E
Eric Huss 已提交
1613 1614
]

O
Oliver Schneider 已提交
1615 1616
[[package]]
name = "if_chain"
O
Oliver Scherer 已提交
1617
version = "1.0.0"
O
Oliver Schneider 已提交
1618
source = "registry+https://github.com/rust-lang/crates.io-index"
1619
checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
O
Oliver Schneider 已提交
1620

1621 1622
[[package]]
name = "ignore"
I
Igor Matuszewski 已提交
1623
version = "0.4.11"
1624
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1625
checksum = "522daefc3b69036f80c7d2990b28ff9e0471c683bad05ca258e0a01dd22c5a1e"
1626
dependencies = [
I
Igor Matuszewski 已提交
1627
 "crossbeam-channel",
1628
 "globset",
1629
 "lazy_static 1.4.0",
1630 1631 1632 1633
 "log",
 "memchr",
 "regex",
 "same-file",
I
Igor Matuszewski 已提交
1634
 "thread_local 1.0.1",
1635 1636
 "walkdir",
 "winapi-util",
1637 1638
]

E
Eric Huss 已提交
1639 1640
[[package]]
name = "im-rc"
E
Eric Huss 已提交
1641
version = "14.0.0"
E
Eric Huss 已提交
1642
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1643
checksum = "e9ad726dce25993be6352b0bff048e4d2647440c0a673d32257c4fac49356d18"
E
Eric Huss 已提交
1644
dependencies = [
E
Eric Huss 已提交
1645 1646 1647
 "bitmaps",
 "rand_core 0.5.1",
 "rand_xoshiro",
1648 1649
 "sized-chunks",
 "typenum",
1650
 "version_check",
E
Eric Huss 已提交
1651 1652
]

1653 1654 1655 1656
[[package]]
name = "indexmap"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1657
checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
1658

1659 1660 1661 1662
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
1663 1664 1665
 "clap",
 "failure",
 "flate2",
1666
 "lazy_static 1.4.0",
1667 1668 1669 1670 1671
 "num_cpus",
 "rayon",
 "remove_dir_all",
 "tar",
 "walkdir",
E
Eric Huss 已提交
1672
 "winapi 0.3.8",
1673
 "xz2",
1674 1675
]

1676 1677
[[package]]
name = "iovec"
1678
version = "0.1.4"
1679
source = "registry+https://github.com/rust-lang/crates.io-index"
1680
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1681
dependencies = [
1682
 "libc",
1683 1684
]

S
steveklabnik 已提交
1685 1686 1687 1688
[[package]]
name = "is-match"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1689
checksum = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
S
steveklabnik 已提交
1690 1691 1692

[[package]]
name = "itertools"
A
Alex Crichton 已提交
1693
version = "0.7.8"
S
steveklabnik 已提交
1694
source = "registry+https://github.com/rust-lang/crates.io-index"
1695
checksum = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
S
steveklabnik 已提交
1696
dependencies = [
1697
 "either",
S
steveklabnik 已提交
1698 1699
]

1700 1701 1702 1703
[[package]]
name = "itertools"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1704
checksum = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
1705
dependencies = [
1706
 "either",
1707 1708
]

1709 1710 1711 1712 1713 1714 1715 1716 1717
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
 "either",
]

1718
[[package]]
A
Alex Crichton 已提交
1719
name = "itoa"
E
Eric Huss 已提交
1720
version = "0.4.4"
1721
source = "registry+https://github.com/rust-lang/crates.io-index"
1722
checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1723

1724 1725
[[package]]
name = "jemalloc-sys"
G
gnzlbg 已提交
1726
version = "0.3.0"
1727
source = "registry+https://github.com/rust-lang/crates.io-index"
1728
checksum = "7bef0d4ce37578dfd80b466e3d8324bd9de788e249f1accebb0c472ea4b52bdc"
1729
dependencies = [
1730 1731 1732
 "cc",
 "fs_extra",
 "libc",
1733 1734
]

S
Steve Klabnik 已提交
1735
[[package]]
A
Alex Crichton 已提交
1736
name = "jobserver"
A
Alex Crichton 已提交
1737
version = "0.1.21"
S
Steve Klabnik 已提交
1738
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1739
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
A
Alex Crichton 已提交
1740
dependencies = [
1741
 "libc",
A
Alex Crichton 已提交
1742
]
S
Steve Klabnik 已提交
1743

1744 1745 1746 1747
[[package]]
name = "json"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
1748
checksum = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
1749

1750 1751
[[package]]
name = "jsonrpc-client-transports"
I
Igor Matuszewski 已提交
1752
version = "14.0.5"
1753
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1754
checksum = "0a9ae166c4d1f702d297cd76d4b55758ace80272ffc6dbb139fdc1bf810de40b"
1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768
dependencies = [
 "failure",
 "futures",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
 "serde",
 "serde_json",
 "tokio",
 "url 1.7.2",
]

1769 1770
[[package]]
name = "jsonrpc-core"
I
Igor Matuszewski 已提交
1771
version = "14.0.5"
1772
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1773
checksum = "fe3b688648f1ef5d5072229e2d672ecb92cbff7d1c79bcf3fd5898f3f3df0970"
1774
dependencies = [
1775 1776 1777 1778 1779
 "futures",
 "log",
 "serde",
 "serde_derive",
 "serde_json",
1780 1781
]

1782 1783
[[package]]
name = "jsonrpc-core-client"
I
Igor Matuszewski 已提交
1784
version = "14.0.5"
1785
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1786
checksum = "080dc110be17701097df238fad3c816d4a478a1899dfbcf8ec8957dd40ec7304"
1787 1788 1789 1790 1791 1792
dependencies = [
 "jsonrpc-client-transports",
]

[[package]]
name = "jsonrpc-derive"
I
Igor Matuszewski 已提交
1793
version = "14.0.5"
1794
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1795
checksum = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058"
1796 1797
dependencies = [
 "proc-macro-crate",
I
Igor Matuszewski 已提交
1798 1799 1800
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
1801 1802 1803 1804
]

[[package]]
name = "jsonrpc-ipc-server"
I
Igor Matuszewski 已提交
1805
version = "14.0.3"
1806
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1807
checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a"
1808 1809 1810 1811 1812
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
I
Igor Matuszewski 已提交
1813
 "parking_lot 0.9.0",
1814 1815 1816 1817 1818
 "tokio-service",
]

[[package]]
name = "jsonrpc-pubsub"
I
Igor Matuszewski 已提交
1819
version = "14.0.6"
1820
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1821
checksum = "5b31c9b90731276fdd24d896f31bb10aecf2e5151733364ae81123186643d939"
1822 1823 1824
dependencies = [
 "jsonrpc-core",
 "log",
1825
 "parking_lot 0.10.2",
1826 1827 1828 1829 1830
 "serde",
]

[[package]]
name = "jsonrpc-server-utils"
I
Igor Matuszewski 已提交
1831
version = "14.0.5"
1832
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1833
checksum = "95b7635e618a0edbbe0d2a2bbbc69874277c49383fcf6c3c0414491cfb517d22"
1834 1835 1836 1837
dependencies = [
 "bytes",
 "globset",
 "jsonrpc-core",
1838
 "lazy_static 1.4.0",
1839 1840 1841
 "log",
 "tokio",
 "tokio-codec",
E
Eric Huss 已提交
1842
 "unicase",
1843 1844
]

1845 1846 1847 1848
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1849
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1850
dependencies = [
1851 1852
 "winapi 0.2.8",
 "winapi-build",
1853 1854 1855 1856
]

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

A
Alex Crichton 已提交
1861 1862
[[package]]
name = "lazy_static"
1863
version = "1.4.0"
A
Alex Crichton 已提交
1864
source = "registry+https://github.com/rust-lang/crates.io-index"
1865
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
A
Alex Crichton 已提交
1866

A
Alex Crichton 已提交
1867 1868
[[package]]
name = "lazycell"
1869
version = "1.2.1"
A
Alex Crichton 已提交
1870
source = "registry+https://github.com/rust-lang/crates.io-index"
1871
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
A
Alex Crichton 已提交
1872

1873 1874
[[package]]
name = "libc"
P
Patrick Mooney 已提交
1875
version = "0.2.69"
1876
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Patrick Mooney 已提交
1877
checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
1878
dependencies = [
1879
 "rustc-std-workspace-core",
1880
]
1881

1882 1883
[[package]]
name = "libgit2-sys"
E
Eric Huss 已提交
1884
version = "0.12.5+1.0.0"
1885
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1886
checksum = "3eadeec65514971355bf7134967a543f71372f35b53ac6c7143e7bd157f07535"
1887
dependencies = [
1888 1889 1890 1891 1892 1893
 "cc",
 "libc",
 "libssh2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
1894 1895
]

A
Alex Crichton 已提交
1896 1897
[[package]]
name = "libnghttp2-sys"
1898
version = "0.1.2"
A
Alex Crichton 已提交
1899
source = "registry+https://github.com/rust-lang/crates.io-index"
1900
checksum = "02254d44f4435dd79e695f2c2b83cd06a47919adea30216ceaf0c57ca0a72463"
A
Alex Crichton 已提交
1901
dependencies = [
1902 1903
 "cc",
 "libc",
A
Alex Crichton 已提交
1904 1905
]

1906 1907
[[package]]
name = "libssh2-sys"
1908
version = "0.2.14"
1909
source = "registry+https://github.com/rust-lang/crates.io-index"
1910
checksum = "36aa6e813339d3a063292b77091dfbbb6152ff9006a459895fa5bebed7d34f10"
1911
dependencies = [
1912 1913 1914 1915 1916 1917
 "cc",
 "libc",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
1918 1919 1920 1921
]

[[package]]
name = "libz-sys"
1922
version = "1.0.25"
1923
source = "registry+https://github.com/rust-lang/crates.io-index"
1924
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
1925
dependencies = [
1926 1927 1928 1929
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
1930 1931
]

1932 1933 1934 1935
[[package]]
name = "linkchecker"
version = "0.1.0"

1936 1937 1938 1939 1940 1941
[[package]]
name = "linked-hash-map"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"

1942 1943
[[package]]
name = "lock_api"
1944
version = "0.3.4"
1945
source = "registry+https://github.com/rust-lang/crates.io-index"
1946
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1947
dependencies = [
1948
 "scopeguard",
1949 1950
]

1951 1952
[[package]]
name = "log"
E
Eric Huss 已提交
1953
version = "0.4.8"
1954
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1955
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1956
dependencies = [
1957
 "cfg-if",
1958
]
1959

1960 1961
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1962
version = "0.1.2"
1963
source = "registry+https://github.com/rust-lang/crates.io-index"
1964
checksum = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
1965
dependencies = [
1966
 "lazy_static 1.4.0",
1967 1968
]

1969 1970
[[package]]
name = "lsp-codec"
E
Eric Huss 已提交
1971
version = "0.1.2"
1972
source = "registry+https://github.com/rust-lang/crates.io-index"
1973
checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
1974
dependencies = [
1975 1976 1977
 "bytes",
 "serde_json",
 "tokio-codec",
1978 1979 1980 1981
]

[[package]]
name = "lsp-types"
1982
version = "0.60.0"
1983
source = "registry+https://github.com/rust-lang/crates.io-index"
1984
checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
1985
dependencies = [
1986 1987 1988
 "bitflags",
 "serde",
 "serde_json",
1989 1990
 "serde_repr",
 "url 2.1.0",
1991 1992
]

1993 1994
[[package]]
name = "lzma-sys"
1995
version = "0.1.14"
1996
source = "registry+https://github.com/rust-lang/crates.io-index"
1997
checksum = "16b5c59c57cc4d39e7999f50431aa312ea78af7c93b23fbb0c3567bd672e7f35"
1998
dependencies = [
1999 2000 2001
 "cc",
 "libc",
 "pkg-config",
2002 2003
]

S
steveklabnik 已提交
2004 2005 2006 2007
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2008
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
S
steveklabnik 已提交
2009

G
Guillaume Gomez 已提交
2010 2011 2012 2013
[[package]]
name = "macro-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2014
checksum = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
G
Guillaume Gomez 已提交
2015

S
steveklabnik 已提交
2016 2017 2018 2019
[[package]]
name = "maplit"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020
checksum = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
S
steveklabnik 已提交
2021

E
Eric Huss 已提交
2022 2023
[[package]]
name = "markup5ever"
2024
version = "0.9.0"
E
Eric Huss 已提交
2025
source = "registry+https://github.com/rust-lang/crates.io-index"
2026
checksum = "65381d9d47506b8592b97c4efd936afcf673b09b059f2bef39c7211ee78b9d03"
E
Eric Huss 已提交
2027
dependencies = [
2028 2029 2030 2031 2032 2033 2034 2035 2036
 "log",
 "phf",
 "phf_codegen",
 "serde",
 "serde_derive",
 "serde_json",
 "string_cache",
 "string_cache_codegen",
 "tendril",
E
Eric Huss 已提交
2037 2038
]

2039 2040
[[package]]
name = "matches"
A
Alex Crichton 已提交
2041
version = "0.1.8"
2042
source = "registry+https://github.com/rust-lang/crates.io-index"
2043
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2044

2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055
[[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",
]

2056 2057
[[package]]
name = "mdbook"
E
Eric Huss 已提交
2058
version = "0.3.5"
2059
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2060
checksum = "031bdd9d4893c983e2f69ebc4b59070feee8276a584c4aabdcb351235ea28016"
2061 2062 2063 2064 2065
dependencies = [
 "ammonia",
 "chrono",
 "clap",
 "elasticlunr-rs",
A
Alex Crichton 已提交
2066
 "env_logger 0.6.2",
2067 2068 2069
 "error-chain",
 "handlebars",
 "itertools 0.8.0",
2070
 "lazy_static 1.4.0",
2071 2072 2073
 "log",
 "memchr",
 "open",
E
Eric Huss 已提交
2074
 "pulldown-cmark 0.6.1",
2075 2076 2077 2078 2079 2080
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "shlex",
 "tempfile",
E
Eric Huss 已提交
2081
 "toml",
2082
 "toml-query",
2083 2084
]

2085 2086
[[package]]
name = "mdbook-linkcheck"
E
Eric Huss 已提交
2087
version = "0.5.0"
2088
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2089
checksum = "c0a04db564ca37c47771f8455c825dc941ea851ff0deffcf55a04c512406b409"
2090
dependencies = [
E
Eric Huss 已提交
2091 2092 2093 2094 2095
 "codespan",
 "codespan-reporting",
 "dunce",
 "either",
 "env_logger 0.7.1",
2096
 "failure",
E
Eric Huss 已提交
2097
 "http",
2098 2099
 "log",
 "mdbook",
E
Eric Huss 已提交
2100 2101
 "percent-encoding 2.1.0",
 "pulldown-cmark 0.6.1",
2102 2103 2104 2105 2106 2107 2108
 "rayon",
 "regex",
 "reqwest",
 "semver",
 "serde",
 "serde_derive",
 "serde_json",
E
Eric Huss 已提交
2109
 "structopt",
2110 2111
]

W
Wesley Wiser 已提交
2112 2113
[[package]]
name = "measureme"
2114
version = "0.7.1"
W
Wesley Wiser 已提交
2115
source = "registry+https://github.com/rust-lang/crates.io-index"
2116
checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
W
Wesley Wiser 已提交
2117
dependencies = [
2118 2119
 "byteorder",
 "memmap",
I
Igor Matuszewski 已提交
2120
 "parking_lot 0.9.0",
2121
 "rustc-hash",
W
Wesley Wiser 已提交
2122 2123
]

O
Oliver Schneider 已提交
2124 2125
[[package]]
name = "memchr"
2126
version = "2.3.2"
O
Oliver Schneider 已提交
2127
source = "registry+https://github.com/rust-lang/crates.io-index"
2128
checksum = "53445de381a1f436797497c61d851644d0e8e88e6140f22872ad33a704933978"
2129

2130 2131
[[package]]
name = "memmap"
2132
version = "0.7.0"
2133
source = "registry+https://github.com/rust-lang/crates.io-index"
2134
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
2135
dependencies = [
2136
 "libc",
E
Eric Huss 已提交
2137
 "winapi 0.3.8",
2138 2139
]

R
Ralf Jung 已提交
2140 2141 2142 2143
[[package]]
name = "memoffset"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2144
checksum = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
R
Ralf Jung 已提交
2145
dependencies = [
2146
 "rustc_version",
R
Ralf Jung 已提交
2147 2148
]

2149 2150 2151 2152
[[package]]
name = "mime"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2153
checksum = "3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425"
2154
dependencies = [
E
Eric Huss 已提交
2155
 "unicase",
2156 2157 2158 2159
]

[[package]]
name = "mime_guess"
E
Eric Huss 已提交
2160
version = "2.0.1"
2161
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2162
checksum = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
2163
dependencies = [
2164
 "mime",
E
Eric Huss 已提交
2165
 "unicase",
2166 2167
]

G
Guillaume Gomez 已提交
2168 2169
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
2170
version = "0.0.33"
G
Guillaume Gomez 已提交
2171
source = "registry+https://github.com/rust-lang/crates.io-index"
2172
checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
G
Guillaume Gomez 已提交
2173
dependencies = [
2174
 "macro-utils",
G
Guillaume Gomez 已提交
2175 2176
]

2177 2178
[[package]]
name = "miniz_oxide"
E
Eric Huss 已提交
2179
version = "0.3.5"
2180
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2181
checksum = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625"
2182
dependencies = [
2183
 "adler32",
2184 2185
]

2186 2187 2188 2189
[[package]]
name = "mio"
version = "0.6.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2190
checksum = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
2191
dependencies = [
2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "lazycell",
 "libc",
 "log",
 "miow 0.2.1",
 "net2",
 "slab",
 "winapi 0.2.8",
2203 2204 2205 2206 2207 2208
]

[[package]]
name = "mio-named-pipes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2209
checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
2210
dependencies = [
2211 2212 2213
 "log",
 "mio",
 "miow 0.3.3",
E
Eric Huss 已提交
2214
 "winapi 0.3.8",
2215 2216 2217 2218 2219 2220
]

[[package]]
name = "mio-uds"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2221
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
2222
dependencies = [
2223 2224 2225
 "iovec",
 "libc",
 "mio",
2226 2227 2228 2229 2230 2231
]

[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2232
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2233
dependencies = [
2234 2235 2236 2237
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
2238 2239
]

A
Alex Crichton 已提交
2240 2241
[[package]]
name = "miow"
A
Alex Crichton 已提交
2242
version = "0.3.3"
A
Alex Crichton 已提交
2243
source = "registry+https://github.com/rust-lang/crates.io-index"
2244
checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
A
Alex Crichton 已提交
2245
dependencies = [
2246
 "socket2",
E
Eric Huss 已提交
2247
 "winapi 0.3.8",
A
Alex Crichton 已提交
2248 2249
]

2250 2251 2252 2253
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
2254
 "byteorder",
2255
 "cargo_metadata 0.9.1",
2256
 "colored",
R
Ralf Jung 已提交
2257
 "compiletest_rs",
2258
 "directories",
R
Ralf Jung 已提交
2259
 "env_logger 0.7.1",
R
Ralf Jung 已提交
2260
 "getrandom",
R
Ralf Jung 已提交
2261
 "hex 0.4.0",
2262 2263
 "log",
 "num-traits",
2264
 "rand 0.7.3",
2265 2266
 "rustc-workspace-hack",
 "rustc_version",
R
Ralf Jung 已提交
2267
 "serde",
R
Ralf Jung 已提交
2268
 "serde_json",
2269 2270
 "shell-escape",
 "vergen",
2271 2272
]

2273 2274 2275 2276
[[package]]
name = "native-tls"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2277
checksum = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
2278
dependencies = [
2279
 "lazy_static 1.4.0",
2280 2281 2282 2283 2284 2285 2286 2287 2288
 "libc",
 "log",
 "openssl",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "security-framework",
 "security-framework-sys",
 "tempfile",
2289 2290
]

2291 2292 2293 2294
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2295
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
2296
dependencies = [
2297 2298
 "cfg-if",
 "libc",
E
Eric Huss 已提交
2299
 "winapi 0.3.8",
2300 2301
]

A
Alex Crichton 已提交
2302 2303
[[package]]
name = "new_debug_unreachable"
Y
Yuki Okushi 已提交
2304
version = "1.0.3"
A
Alex Crichton 已提交
2305
source = "registry+https://github.com/rust-lang/crates.io-index"
2306
checksum = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30"
A
Alex Crichton 已提交
2307

N
Nick Cameron 已提交
2308 2309 2310 2311
[[package]]
name = "nodrop"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2312
checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
N
Nick Cameron 已提交
2313

2314
[[package]]
O
Oliver Schneider 已提交
2315 2316
name = "num-integer"
version = "0.1.39"
2317
source = "registry+https://github.com/rust-lang/crates.io-index"
2318
checksum = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
2319
dependencies = [
2320
 "num-traits",
2321 2322
]

S
Steve Klabnik 已提交
2323 2324
[[package]]
name = "num-traits"
2325
version = "0.2.6"
S
Steve Klabnik 已提交
2326
source = "registry+https://github.com/rust-lang/crates.io-index"
2327
checksum = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
S
Steve Klabnik 已提交
2328

2329 2330
[[package]]
name = "num_cpus"
E
Eric Huss 已提交
2331
version = "1.10.1"
2332
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2333
checksum = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
2334
dependencies = [
2335
 "libc",
2336 2337
]

2338 2339 2340 2341 2342 2343
[[package]]
name = "once_cell"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6a04cb71e910d0034815600180f62a95bf6e67942d7ab52a166a68c7d7e9cd0"

2344 2345 2346 2347 2348 2349
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

S
Steve Klabnik 已提交
2350 2351
[[package]]
name = "open"
A
Alex Crichton 已提交
2352
version = "1.2.1"
S
Steve Klabnik 已提交
2353
source = "registry+https://github.com/rust-lang/crates.io-index"
2354
checksum = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
S
Steve Klabnik 已提交
2355

A
Alex Crichton 已提交
2356 2357
[[package]]
name = "opener"
E
Eric Huss 已提交
2358
version = "0.4.0"
A
Alex Crichton 已提交
2359
source = "registry+https://github.com/rust-lang/crates.io-index"
2360
checksum = "998c59e83d9474c01127a96e023b7a04bb061dd286bf8bb939d31dc8d31a7448"
A
Alex Crichton 已提交
2361
dependencies = [
E
Eric Huss 已提交
2362
 "winapi 0.3.8",
A
Alex Crichton 已提交
2363 2364
]

2365 2366
[[package]]
name = "openssl"
L
Lzu Tao 已提交
2367
version = "0.10.25"
2368
source = "registry+https://github.com/rust-lang/crates.io-index"
L
Lzu Tao 已提交
2369
checksum = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449"
2370
dependencies = [
2371 2372 2373
 "bitflags",
 "cfg-if",
 "foreign-types",
2374
 "lazy_static 1.4.0",
2375 2376
 "libc",
 "openssl-sys",
2377 2378 2379 2380
]

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

E
Eric Huss 已提交
2385 2386
[[package]]
name = "openssl-src"
P
Pietro Albini 已提交
2387
version = "111.9.0+1.1.1g"
E
Eric Huss 已提交
2388
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Pietro Albini 已提交
2389
checksum = "a2dbe10ddd1eb335aba3780eb2eaa13e1b7b441d2562fd962398740927f39ec4"
E
Eric Huss 已提交
2390
dependencies = [
2391
 "cc",
E
Eric Huss 已提交
2392 2393
]

2394 2395
[[package]]
name = "openssl-sys"
2396
version = "0.9.54"
2397
source = "registry+https://github.com/rust-lang/crates.io-index"
2398
checksum = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
2399
dependencies = [
2400
 "autocfg 1.0.0",
2401 2402 2403 2404 2405
 "cc",
 "libc",
 "openssl-src",
 "pkg-config",
 "vcpkg",
2406 2407
]

J
Jack Huey 已提交
2408 2409 2410 2411 2412 2413
[[package]]
name = "ordermap"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"

2414 2415 2416 2417
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2418
checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2419

2420 2421 2422 2423 2424 2425 2426 2427 2428
[[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 已提交
2429 2430 2431 2432
[[package]]
name = "packed_simd"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2433
checksum = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
N
Nick Cameron 已提交
2434
dependencies = [
2435
 "cfg-if",
N
Nick Cameron 已提交
2436 2437
]

2438 2439 2440 2441
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
2442 2443 2444
 "compiler_builtins",
 "core",
 "libc",
2445 2446 2447 2448 2449 2450
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
2451 2452 2453 2454 2455 2456
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
 "unwind",
2457 2458
]

2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469
[[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",
2470
 "rand 0.7.3",
2471 2472 2473
 "tokio",
 "tokio-named-pipes",
 "tokio-uds",
E
Eric Huss 已提交
2474
 "winapi 0.3.8",
2475 2476 2477 2478 2479 2480 2481 2482
]

[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
2483
 "lock_api",
I
Igor Matuszewski 已提交
2484
 "parking_lot_core 0.6.2",
2485
 "rustc_version",
2486 2487
]

I
Igor Matuszewski 已提交
2488 2489
[[package]]
name = "parking_lot"
2490
version = "0.10.2"
I
Igor Matuszewski 已提交
2491
source = "registry+https://github.com/rust-lang/crates.io-index"
2492
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
I
Igor Matuszewski 已提交
2493 2494
dependencies = [
 "lock_api",
2495
 "parking_lot_core 0.7.1",
I
Igor Matuszewski 已提交
2496 2497
]

2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508
[[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 已提交
2509
 "smallvec 0.6.10",
E
Eric Huss 已提交
2510
 "winapi 0.3.8",
2511 2512
]

I
Igor Matuszewski 已提交
2513 2514
[[package]]
name = "parking_lot_core"
2515
version = "0.7.1"
I
Igor Matuszewski 已提交
2516
source = "registry+https://github.com/rust-lang/crates.io-index"
2517
checksum = "0e136c1904604defe99ce5fd71a28d473fa60a12255d511aa78a9ddf11237aeb"
I
Igor Matuszewski 已提交
2518 2519 2520 2521 2522
dependencies = [
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
crlf0710's avatar
crlf0710 已提交
2523
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
2524 2525 2526
 "winapi 0.3.8",
]

2527 2528
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
2529
version = "1.0.1"
2530
source = "registry+https://github.com/rust-lang/crates.io-index"
2531
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2532

E
Eric Huss 已提交
2533 2534
[[package]]
name = "percent-encoding"
E
Eric Huss 已提交
2535
version = "2.1.0"
E
Eric Huss 已提交
2536
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2537
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
E
Eric Huss 已提交
2538

2539 2540 2541 2542
[[package]]
name = "pest"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2543
checksum = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3"
2544
dependencies = [
2545
 "ucd-trie",
2546 2547 2548 2549 2550 2551
]

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2552
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2553
dependencies = [
2554 2555
 "pest",
 "pest_generator",
2556 2557 2558 2559 2560 2561
]

[[package]]
name = "pest_generator"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2562
checksum = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646"
2563
dependencies = [
2564 2565
 "pest",
 "pest_meta",
2566 2567 2568
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
2569 2570 2571 2572
]

[[package]]
name = "pest_meta"
2573
version = "2.1.3"
2574
source = "registry+https://github.com/rust-lang/crates.io-index"
2575
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2576
dependencies = [
2577 2578 2579
 "maplit",
 "pest",
 "sha-1",
2580 2581
]

J
Jack Huey 已提交
2582 2583 2584 2585 2586 2587 2588 2589 2590 2591
[[package]]
name = "petgraph"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
dependencies = [
 "fixedbitset",
 "ordermap",
]

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

[[package]]
name = "phf_codegen"
2603
version = "0.7.24"
S
steveklabnik 已提交
2604
source = "registry+https://github.com/rust-lang/crates.io-index"
2605
checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
S
steveklabnik 已提交
2606
dependencies = [
2607 2608
 "phf_generator",
 "phf_shared",
S
steveklabnik 已提交
2609 2610 2611 2612
]

[[package]]
name = "phf_generator"
2613
version = "0.7.24"
S
steveklabnik 已提交
2614
source = "registry+https://github.com/rust-lang/crates.io-index"
2615
checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
S
steveklabnik 已提交
2616
dependencies = [
2617 2618
 "phf_shared",
 "rand 0.6.1",
S
steveklabnik 已提交
2619 2620 2621 2622
]

[[package]]
name = "phf_shared"
2623
version = "0.7.24"
S
steveklabnik 已提交
2624
source = "registry+https://github.com/rust-lang/crates.io-index"
2625
checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
S
steveklabnik 已提交
2626
dependencies = [
2627
 "siphasher",
S
steveklabnik 已提交
2628 2629
]

2630 2631
[[package]]
name = "pkg-config"
2632
version = "0.3.17"
2633
source = "registry+https://github.com/rust-lang/crates.io-index"
2634
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
2635

2636 2637
[[package]]
name = "polonius-engine"
R
Remy Rakic 已提交
2638
version = "0.12.1"
2639
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Remy Rakic 已提交
2640
checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
D
Douglas Campos 已提交
2641
dependencies = [
2642 2643 2644
 "datafrog",
 "log",
 "rustc-hash",
D
Douglas Campos 已提交
2645
]
2646

G
gnzlbg 已提交
2647 2648
[[package]]
name = "ppv-lite86"
2649
version = "0.2.6"
G
gnzlbg 已提交
2650
source = "registry+https://github.com/rust-lang/crates.io-index"
2651
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
G
gnzlbg 已提交
2652

S
steveklabnik 已提交
2653 2654 2655 2656
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2657
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
S
steveklabnik 已提交
2658

M
Mark Simulacrum 已提交
2659 2660
[[package]]
name = "pretty_assertions"
2661
version = "0.6.1"
M
Mark Simulacrum 已提交
2662
source = "registry+https://github.com/rust-lang/crates.io-index"
2663
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
M
Mark Simulacrum 已提交
2664
dependencies = [
2665
 "ansi_term",
2666
 "ctor",
2667
 "difference",
2668
 "output_vt100",
M
Mark Simulacrum 已提交
2669 2670
]

E
Eric Huss 已提交
2671 2672
[[package]]
name = "pretty_env_logger"
2673
version = "0.4.0"
E
Eric Huss 已提交
2674
source = "registry+https://github.com/rust-lang/crates.io-index"
2675
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
E
Eric Huss 已提交
2676
dependencies = [
2677
 "env_logger 0.7.1",
2678
 "log",
E
Eric Huss 已提交
2679 2680
]

2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697
[[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 已提交
2698
 "syn 1.0.11",
2699 2700
]

A
Alex Crichton 已提交
2701 2702
[[package]]
name = "proc-macro2"
E
Eric Huss 已提交
2703
version = "0.4.30"
A
Alex Crichton 已提交
2704
source = "registry+https://github.com/rust-lang/crates.io-index"
2705
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
A
Alex Crichton 已提交
2706
dependencies = [
2707
 "unicode-xid 0.1.0",
A
Alex Crichton 已提交
2708 2709
]

2710 2711 2712 2713 2714 2715 2716 2717 2718
[[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",
]

2719 2720 2721
[[package]]
name = "proc_macro"
version = "0.0.0"
2722 2723 2724
dependencies = [
 "std",
]
2725

2726 2727 2728 2729
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
2730 2731 2732
 "cc",
 "compiler_builtins",
 "core",
2733 2734
]

2735 2736
[[package]]
name = "psm"
2737
version = "0.1.8"
2738
source = "registry+https://github.com/rust-lang/crates.io-index"
2739
checksum = "659ecfea2142a458893bb7673134bad50b752fea932349c213d6a23874ce3aa7"
2740 2741 2742 2743
dependencies = [
 "cc",
]

E
Eric Huss 已提交
2744 2745 2746 2747 2748 2749 2750 2751
[[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",
2752
 "lazy_static 1.4.0",
E
Eric Huss 已提交
2753 2754 2755 2756
 "regex",
 "url 2.1.0",
]

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

[[package]]
name = "pulldown-cmark"
E
Eric Huss 已提交
2771
version = "0.7.1"
L
Lzu Tao 已提交
2772
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2773
checksum = "3e142c3b8f49d2200605ee6ba0b1d757310e9e7a72afe78c36ee2ef67300ee00"
L
Lzu Tao 已提交
2774 2775 2776
dependencies = [
 "bitflags",
 "memchr",
E
Eric Huss 已提交
2777
 "unicase",
2778 2779
]

2780 2781 2782 2783
[[package]]
name = "punycode"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2784
checksum = "6ddd112cca70a4d30883b2d21568a1d376ff8be4758649f64f973c6845128ad3"
2785

2786 2787
[[package]]
name = "quick-error"
A
Alex Crichton 已提交
2788
version = "1.2.2"
2789
source = "registry+https://github.com/rust-lang/crates.io-index"
2790
checksum = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
2791 2792

[[package]]
O
Oliver Schneider 已提交
2793 2794
name = "quine-mc_cluskey"
version = "0.2.4"
2795
source = "registry+https://github.com/rust-lang/crates.io-index"
2796
checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2797

A
Alex Crichton 已提交
2798 2799
[[package]]
name = "quote"
E
Eric Huss 已提交
2800
version = "0.6.12"
A
Alex Crichton 已提交
2801
source = "registry+https://github.com/rust-lang/crates.io-index"
2802
checksum = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
A
Alex Crichton 已提交
2803
dependencies = [
2804 2805 2806 2807 2808 2809 2810 2811 2812 2813
 "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 已提交
2814 2815
]

2816 2817
[[package]]
name = "racer"
T
topecongiro 已提交
2818
version = "2.1.33"
2819
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
2820
checksum = "54322b696f7df20e0d79d0244a1088f387b7164a5f17987c4ab984dec1a23e42"
2821
dependencies = [
2822 2823 2824
 "bitflags",
 "clap",
 "derive_more",
I
Igor Matuszewski 已提交
2825 2826
 "env_logger 0.7.1",
 "humantime 2.0.0",
2827
 "lazy_static 1.4.0",
2828 2829
 "log",
 "rls-span",
2830
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2831 2832 2833 2834 2835 2836
 "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",
2837
]
2838

2839 2840 2841 2842
[[package]]
name = "rand"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2843
checksum = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
2844
dependencies = [
2845 2846 2847 2848 2849 2850 2851 2852 2853 2854
 "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 已提交
2855
 "winapi 0.3.8",
2856 2857
]

G
gnzlbg 已提交
2858 2859
[[package]]
name = "rand"
2860
version = "0.7.3"
G
gnzlbg 已提交
2861
source = "registry+https://github.com/rust-lang/crates.io-index"
2862
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
G
gnzlbg 已提交
2863
dependencies = [
2864 2865 2866
 "getrandom",
 "libc",
 "rand_chacha 0.2.1",
E
Eric Huss 已提交
2867
 "rand_core 0.5.1",
2868
 "rand_hc 0.2.0",
G
gnzlbg 已提交
2869 2870
]

2871 2872 2873 2874
[[package]]
name = "rand_chacha"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2875
checksum = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
2876
dependencies = [
2877 2878
 "rand_core 0.3.0",
 "rustc_version",
2879 2880
]

G
gnzlbg 已提交
2881 2882 2883 2884
[[package]]
name = "rand_chacha"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2885
checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
G
gnzlbg 已提交
2886
dependencies = [
2887
 "c2-chacha",
E
Eric Huss 已提交
2888
 "rand_core 0.5.1",
G
gnzlbg 已提交
2889 2890
]

2891 2892 2893 2894
[[package]]
name = "rand_core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2895
checksum = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
2896

2897 2898 2899 2900
[[package]]
name = "rand_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2901
checksum = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
2902

G
gnzlbg 已提交
2903 2904
[[package]]
name = "rand_core"
E
Eric Huss 已提交
2905
version = "0.5.1"
G
gnzlbg 已提交
2906
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2907
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
G
gnzlbg 已提交
2908
dependencies = [
2909
 "getrandom",
G
gnzlbg 已提交
2910 2911
]

2912 2913 2914 2915
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2916
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2917
dependencies = [
2918
 "rand_core 0.3.0",
2919 2920
]

G
gnzlbg 已提交
2921 2922 2923 2924
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2925
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
G
gnzlbg 已提交
2926
dependencies = [
E
Eric Huss 已提交
2927
 "rand_core 0.5.1",
G
gnzlbg 已提交
2928 2929
]

2930 2931 2932
[[package]]
name = "rand_isaac"
version = "0.1.1"
K
kennytm 已提交
2933
source = "registry+https://github.com/rust-lang/crates.io-index"
2934
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2935
dependencies = [
2936
 "rand_core 0.3.0",
2937 2938
]

2939 2940 2941 2942
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2943
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2944
dependencies = [
2945 2946 2947 2948 2949
 "cloudabi",
 "fuchsia-cprng",
 "libc",
 "rand_core 0.4.0",
 "rdrand",
E
Eric Huss 已提交
2950
 "winapi 0.3.8",
2951 2952
]

2953 2954 2955 2956
[[package]]
name = "rand_pcg"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2957
checksum = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
2958
dependencies = [
2959 2960
 "rand_core 0.3.0",
 "rustc_version",
2961 2962 2963 2964 2965 2966
]

[[package]]
name = "rand_xorshift"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2967
checksum = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
2968
dependencies = [
2969
 "rand_core 0.3.0",
2970
]
K
kennytm 已提交
2971

R
Ralf Jung 已提交
2972 2973 2974 2975
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2976
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
R
Ralf Jung 已提交
2977
dependencies = [
E
Eric Huss 已提交
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987
 "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 已提交
2988 2989
]

N
Nick Cameron 已提交
2990 2991
[[package]]
name = "rayon"
J
Josh Stone 已提交
2992
version = "1.2.0"
N
Nick Cameron 已提交
2993
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
2994
checksum = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
N
Nick Cameron 已提交
2995
dependencies = [
2996
 "crossbeam-deque",
2997 2998
 "either",
 "rayon-core",
O
Oliver Schneider 已提交
2999 3000 3001 3002
]

[[package]]
name = "rayon-core"
J
Josh Stone 已提交
3003
version = "1.6.0"
O
Oliver Schneider 已提交
3004
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
3005
checksum = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
O
Oliver Schneider 已提交
3006
dependencies = [
3007
 "crossbeam-deque",
3008 3009
 "crossbeam-queue",
 "crossbeam-utils 0.6.5",
3010
 "lazy_static 1.4.0",
3011
 "num_cpus",
3012 3013 3014 3015 3016 3017
]

[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
3018
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
3019
dependencies = [
3020
 "rand_core 0.3.0",
3021 3022
]

N
Nick Cameron 已提交
3023 3024
[[package]]
name = "redox_syscall"
3025
version = "0.1.56"
O
Oliver Schneider 已提交
3026
source = "registry+https://github.com/rust-lang/crates.io-index"
3027
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
O
Oliver Schneider 已提交
3028 3029 3030 3031

[[package]]
name = "redox_termios"
version = "0.1.1"
N
Nick Cameron 已提交
3032
source = "registry+https://github.com/rust-lang/crates.io-index"
3033
checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
O
Oliver Schneider 已提交
3034
dependencies = [
3035
 "redox_syscall",
O
Oliver Schneider 已提交
3036
]
N
Nick Cameron 已提交
3037

F
flip1995 已提交
3038 3039
[[package]]
name = "redox_users"
3040
version = "0.3.0"
F
flip1995 已提交
3041
source = "registry+https://github.com/rust-lang/crates.io-index"
3042
checksum = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
F
flip1995 已提交
3043
dependencies = [
3044 3045 3046 3047
 "argon2rs",
 "failure",
 "rand_os",
 "redox_syscall",
F
flip1995 已提交
3048 3049
]

3050 3051
[[package]]
name = "regex"
E
Eric Huss 已提交
3052
version = "1.1.6"
3053
source = "registry+https://github.com/rust-lang/crates.io-index"
3054
checksum = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"
3055
dependencies = [
3056 3057 3058
 "aho-corasick",
 "memchr",
 "regex-syntax",
I
Igor Matuszewski 已提交
3059
 "thread_local 0.3.6",
3060
 "utf8-ranges",
3061 3062 3063 3064
]

[[package]]
name = "regex-syntax"
E
Eric Huss 已提交
3065
version = "0.6.6"
3066
source = "registry+https://github.com/rust-lang/crates.io-index"
3067
checksum = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
3068
dependencies = [
3069
 "ucd-util",
3070 3071
]

3072 3073 3074 3075 3076 3077 3078 3079
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
3080 3081
[[package]]
name = "remove_dir_all"
E
Eric Huss 已提交
3082
version = "0.5.2"
A
Alex Crichton 已提交
3083
source = "registry+https://github.com/rust-lang/crates.io-index"
3084
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
A
Alex Crichton 已提交
3085
dependencies = [
E
Eric Huss 已提交
3086
 "winapi 0.3.8",
A
Alex Crichton 已提交
3087 3088
]

3089 3090
[[package]]
name = "reqwest"
E
Eric Huss 已提交
3091
version = "0.9.22"
3092
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
3093
checksum = "2c2064233e442ce85c77231ebd67d9eca395207dec2127fe0bbedde4bd29a650"
3094 3095 3096
dependencies = [
 "base64",
 "bytes",
E
Eric Huss 已提交
3097 3098
 "cookie",
 "cookie_store",
3099
 "encoding_rs",
E
Eric Huss 已提交
3100
 "flate2",
3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111
 "futures",
 "http",
 "hyper",
 "hyper-tls",
 "log",
 "mime",
 "mime_guess",
 "native-tls",
 "serde",
 "serde_json",
 "serde_urlencoded",
E
Eric Huss 已提交
3112
 "time",
3113 3114 3115 3116 3117 3118 3119
 "tokio",
 "tokio-executor",
 "tokio-io",
 "tokio-threadpool",
 "tokio-timer",
 "url 1.7.2",
 "uuid",
E
Eric Huss 已提交
3120
 "winreg",
3121 3122
]

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

[[package]]
name = "rls-analysis"
I
Igor Matuszewski 已提交
3173
version = "0.18.0"
3174
source = "registry+https://github.com/rust-lang/crates.io-index"
3175
checksum = "4c0d208ad66717501222c74b42d9e823a7612592e85ed78b04074c8f58c0be0a"
3176
dependencies = [
3177 3178 3179 3180 3181 3182 3183 3184 3185
 "derive-new",
 "fst",
 "itertools 0.7.8",
 "json",
 "log",
 "rls-data",
 "rls-span",
 "serde",
 "serde_json",
A
Alex Crichton 已提交
3186 3187
]

3188 3189
[[package]]
name = "rls-data"
3190
version = "0.19.0"
3191
source = "registry+https://github.com/rust-lang/crates.io-index"
3192
checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
3193
dependencies = [
3194 3195
 "rls-span",
 "serde",
3196 3197
]

3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209
[[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 已提交
3210 3211
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
3212
version = "0.6.0"
3213 3214
dependencies = [
 "clippy_lints",
R
Ralf Jung 已提交
3215
 "env_logger 0.7.1",
3216 3217
 "futures",
 "log",
3218
 "rand 0.7.3",
3219 3220 3221 3222 3223
 "rls-data",
 "rls-ipc",
 "serde",
 "tokio",
]
N
Nick Cameron 已提交
3224

3225 3226
[[package]]
name = "rls-span"
3227
version = "0.5.1"
3228
source = "registry+https://github.com/rust-lang/crates.io-index"
3229
checksum = "f1cb4694410d8d2ce43ccff3682f1c782158a018d5a9a92185675677f7533eb3"
3230
dependencies = [
3231
 "serde",
3232 3233 3234 3235
]

[[package]]
name = "rls-vfs"
3236
version = "0.8.0"
3237
source = "registry+https://github.com/rust-lang/crates.io-index"
3238
checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
3239
dependencies = [
3240 3241
 "log",
 "rls-span",
3242 3243
]

3244 3245
[[package]]
name = "rustbook"
3246 3247
version = "0.1.0"
dependencies = [
3248
 "clap",
M
mark 已提交
3249
 "codespan",
E
Eric Huss 已提交
3250
 "codespan-reporting",
3251 3252 3253
 "failure",
 "mdbook",
 "mdbook-linkcheck",
3254
 "rustc-workspace-hack",
3255
]
3256

I
Igor Matuszewski 已提交
3257 3258
[[package]]
name = "rustc-ap-arena"
T
topecongiro 已提交
3259
version = "654.0.0"
I
Igor Matuszewski 已提交
3260
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3261
checksum = "81dfcfbb0ddfd533abf8c076e3b49d1e5042d1962526a12ce2c66d514b24cca3"
I
Igor Matuszewski 已提交
3262
dependencies = [
3263
 "rustc-ap-rustc_data_structures",
crlf0710's avatar
crlf0710 已提交
3264
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
3265 3266 3267 3268
]

[[package]]
name = "rustc-ap-graphviz"
T
topecongiro 已提交
3269
version = "654.0.0"
3270
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3271
checksum = "7490bb07b014a7f9531bde33c905a805e08095dbefdb4c9988a1b19fe6d019fd"
3272 3273 3274

[[package]]
name = "rustc-ap-rustc_ast"
T
topecongiro 已提交
3275
version = "654.0.0"
3276
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3277
checksum = "189f16dbb8dd11089274c9ced58b0cae9e1ea3e434a58f3db683817eda849e58"
3278 3279 3280 3281 3282 3283 3284 3285 3286
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 已提交
3287
 "smallvec 1.4.0",
3288 3289 3290 3291
]

[[package]]
name = "rustc-ap-rustc_ast_passes"
T
topecongiro 已提交
3292
version = "654.0.0"
I
Igor Matuszewski 已提交
3293
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3294
checksum = "bbe619609b56a617fa986332b066d53270093c816d8ff8281fc90e1dbe74c1cc"
3295
dependencies = [
T
topecongiro 已提交
3296
 "itertools 0.8.0",
3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307
 "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 已提交
3308 3309 3310

[[package]]
name = "rustc-ap-rustc_ast_pretty"
T
topecongiro 已提交
3311
version = "654.0.0"
I
Igor Matuszewski 已提交
3312
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3313
checksum = "26ab1495f7b420e937688749c1da5763aaabd6ebe8cacb758665a0b8481da094"
I
Igor Matuszewski 已提交
3314 3315
dependencies = [
 "log",
3316
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3317 3318 3319 3320 3321 3322
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_span",
]

[[package]]
name = "rustc-ap-rustc_attr"
T
topecongiro 已提交
3323
version = "654.0.0"
I
Igor Matuszewski 已提交
3324
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3325
checksum = "2e057495724c60729c1d1d9d49374e0b3ebd6d3481cd161b2871f52fe017b7b5"
I
Igor Matuszewski 已提交
3326
dependencies = [
3327
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3328 3329 3330 3331 3332 3333 3334 3335
 "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 已提交
3336
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
3337
]
I
Igor Matuszewski 已提交
3338 3339 3340

[[package]]
name = "rustc-ap-rustc_data_structures"
T
topecongiro 已提交
3341
version = "654.0.0"
I
Igor Matuszewski 已提交
3342
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3343
checksum = "d2130997667833692f4bec4681d0e73b066d5a01dac1d8a68f22068b82bf173a"
I
Igor Matuszewski 已提交
3344
dependencies = [
I
Igor Matuszewski 已提交
3345
 "bitflags",
3346
 "cfg-if",
3347
 "crossbeam-utils 0.7.2",
3348
 "ena 0.13.1",
3349 3350
 "indexmap",
 "jobserver",
3351
 "lazy_static 1.4.0",
T
topecongiro 已提交
3352
 "libc",
3353
 "log",
I
Igor Matuszewski 已提交
3354
 "measureme",
3355
 "parking_lot 0.10.2",
3356
 "rustc-ap-graphviz",
I
Igor Matuszewski 已提交
3357
 "rustc-ap-rustc_index",
3358 3359
 "rustc-ap-serialize",
 "rustc-hash",
I
Igor Matuszewski 已提交
3360 3361
 "rustc-rayon",
 "rustc-rayon-core",
crlf0710's avatar
crlf0710 已提交
3362
 "smallvec 1.4.0",
3363
 "stable_deref_trait",
I
Igor Matuszewski 已提交
3364
 "winapi 0.3.8",
I
Igor Matuszewski 已提交
3365 3366 3367 3368
]

[[package]]
name = "rustc-ap-rustc_errors"
T
topecongiro 已提交
3369
version = "654.0.0"
I
Igor Matuszewski 已提交
3370
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3371
checksum = "908e1ea187c6bb368af4ba6db980001e920515e67371ddc4086e749baabe6080"
I
Igor Matuszewski 已提交
3372
dependencies = [
3373 3374 3375 3376
 "annotate-snippets",
 "atty",
 "log",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3377
 "rustc-ap-rustc_span",
3378 3379
 "rustc-ap-serialize",
 "termcolor",
I
Igor Matuszewski 已提交
3380
 "termize",
3381
 "unicode-width",
I
Igor Matuszewski 已提交
3382
 "winapi 0.3.8",
I
Igor Matuszewski 已提交
3383 3384
]

3385 3386
[[package]]
name = "rustc-ap-rustc_expand"
T
topecongiro 已提交
3387
version = "654.0.0"
3388
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3389
checksum = "50066a75bca872ff933b0ee8a582d18ef1876c8054a392f60c39e538446bfb00"
3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403
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 已提交
3404
 "smallvec 1.4.0",
3405 3406
]

I
Igor Matuszewski 已提交
3407 3408
[[package]]
name = "rustc-ap-rustc_feature"
T
topecongiro 已提交
3409
version = "654.0.0"
I
Igor Matuszewski 已提交
3410
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3411
checksum = "96fb53e1710e6de7c2e371ca56c857b79f9b399aba58aa6b6fbed6e2f677d3f6"
I
Igor Matuszewski 已提交
3412 3413 3414 3415 3416 3417 3418 3419
dependencies = [
 "lazy_static 1.4.0",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_span",
]

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

I
Igor Matuszewski 已提交
3424 3425
[[package]]
name = "rustc-ap-rustc_index"
T
topecongiro 已提交
3426
version = "654.0.0"
I
Igor Matuszewski 已提交
3427
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3428
checksum = "32220c3e6cdf226f38e4474b747dca15f3106bb680c74f10b299af3f6cdb1663"
I
Igor Matuszewski 已提交
3429 3430
dependencies = [
 "rustc-ap-serialize",
crlf0710's avatar
crlf0710 已提交
3431
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
3432 3433
]

I
Igor Matuszewski 已提交
3434 3435
[[package]]
name = "rustc-ap-rustc_lexer"
T
topecongiro 已提交
3436
version = "654.0.0"
I
Igor Matuszewski 已提交
3437
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3438
checksum = "3b324d2a2bacad344e53e182e5ca04ffb74745b932849aa074f8f7fec8177da5"
3439 3440 3441
dependencies = [
 "unicode-xid 0.2.0",
]
I
Igor Matuszewski 已提交
3442 3443 3444

[[package]]
name = "rustc-ap-rustc_macros"
T
topecongiro 已提交
3445
version = "654.0.0"
I
Igor Matuszewski 已提交
3446
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3447
checksum = "59686c56d5f1b3ed47d0f070c257ed35caf24ecf2d744dd11fe44b1014baee0f"
I
Igor Matuszewski 已提交
3448
dependencies = [
I
Igor Matuszewski 已提交
3449 3450 3451 3452
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "syn 1.0.11",
 "synstructure 0.12.1",
I
Igor Matuszewski 已提交
3453 3454 3455
]

[[package]]
I
Igor Matuszewski 已提交
3456
name = "rustc-ap-rustc_parse"
T
topecongiro 已提交
3457
version = "654.0.0"
I
Igor Matuszewski 已提交
3458
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3459
checksum = "2dfb0c11c591ec5f87bbadb10819795abc9035ff79a26703c1b6c9487ac51f49"
I
Igor Matuszewski 已提交
3460
dependencies = [
3461 3462
 "bitflags",
 "log",
3463
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3464
 "rustc-ap-rustc_ast_pretty",
3465
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3466 3467 3468 3469 3470
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
crlf0710's avatar
crlf0710 已提交
3471
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
3472 3473 3474 3475 3476
 "unicode-normalization",
]

[[package]]
name = "rustc-ap-rustc_session"
T
topecongiro 已提交
3477
version = "654.0.0"
I
Igor Matuszewski 已提交
3478
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3479
checksum = "3d1a194b1a81d7233ee492847638dc9ebdb7d084300e5ade8dea0ceaa98f95b9"
I
Igor Matuszewski 已提交
3480
dependencies = [
T
topecongiro 已提交
3481
 "getopts",
I
Igor Matuszewski 已提交
3482 3483
 "log",
 "num_cpus",
3484
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3485 3486 3487 3488
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_fs_util",
I
Igor Matuszewski 已提交
3489
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
3490 3491
 "rustc-ap-rustc_span",
 "rustc-ap-rustc_target",
3492
 "rustc-ap-serialize",
I
Igor Matuszewski 已提交
3493 3494 3495
]

[[package]]
I
Igor Matuszewski 已提交
3496
name = "rustc-ap-rustc_span"
T
topecongiro 已提交
3497
version = "654.0.0"
I
Igor Matuszewski 已提交
3498
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3499
checksum = "a648146050fed6b58e681ec22488e728f60e16036bb7497c9815e3debd1e4242"
I
Igor Matuszewski 已提交
3500
dependencies = [
I
Igor Matuszewski 已提交
3501 3502
 "cfg-if",
 "log",
T
topecongiro 已提交
3503
 "md-5",
I
Igor Matuszewski 已提交
3504 3505 3506 3507 3508 3509
 "rustc-ap-arena",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_macros",
 "rustc-ap-serialize",
 "scoped-tls",
T
topecongiro 已提交
3510
 "sha-1",
I
Igor Matuszewski 已提交
3511
 "unicode-width",
I
Igor Matuszewski 已提交
3512 3513 3514
]

[[package]]
I
Igor Matuszewski 已提交
3515
name = "rustc-ap-rustc_target"
T
topecongiro 已提交
3516
version = "654.0.0"
I
Igor Matuszewski 已提交
3517
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3518
checksum = "28cf28798f0988b808e3616713630e4098d68c6f1f41052a2f7e922e094da744"
I
Igor Matuszewski 已提交
3519
dependencies = [
3520 3521 3522
 "bitflags",
 "log",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3523
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
3524 3525
 "rustc-ap-rustc_macros",
 "rustc-ap-rustc_span",
3526
 "rustc-ap-serialize",
I
Igor Matuszewski 已提交
3527 3528 3529
]

[[package]]
I
Igor Matuszewski 已提交
3530
name = "rustc-ap-serialize"
T
topecongiro 已提交
3531
version = "654.0.0"
I
Igor Matuszewski 已提交
3532
source = "registry+https://github.com/rust-lang/crates.io-index"
T
topecongiro 已提交
3533
checksum = "756e8f526ec7906e132188bf25e3c10a6ee42ab77294ecb3b3602647f0508eef"
I
Igor Matuszewski 已提交
3534
dependencies = [
I
Igor Matuszewski 已提交
3535
 "indexmap",
crlf0710's avatar
crlf0710 已提交
3536
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
3537 3538
]

3539 3540
[[package]]
name = "rustc-demangle"
3541
version = "0.1.16"
3542
source = "registry+https://github.com/rust-lang/crates.io-index"
3543
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
3544
dependencies = [
3545 3546
 "compiler_builtins",
 "rustc-std-workspace-core",
3547
]
3548

3549 3550
[[package]]
name = "rustc-hash"
3551
version = "1.0.1"
3552
source = "registry+https://github.com/rust-lang/crates.io-index"
3553
checksum = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
3554
dependencies = [
3555
 "byteorder",
3556
]
3557

3558 3559 3560 3561
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
3562 3563 3564
 "jemalloc-sys",
 "rustc_codegen_ssa",
 "rustc_driver",
3565 3566
]

J
Josh Stone 已提交
3567 3568 3569 3570 3571 3572
[[package]]
name = "rustc-rayon"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
dependencies = [
3573
 "crossbeam-deque",
J
Josh Stone 已提交
3574
 "either",
I
Igor Matuszewski 已提交
3575
 "rustc-rayon-core",
J
John Kåre Alsaker 已提交
3576 3577
]

J
Josh Stone 已提交
3578 3579 3580 3581 3582 3583
[[package]]
name = "rustc-rayon-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
dependencies = [
3584
 "crossbeam-deque",
J
Josh Stone 已提交
3585 3586
 "crossbeam-queue",
 "crossbeam-utils 0.6.5",
3587
 "lazy_static 1.4.0",
J
Josh Stone 已提交
3588 3589 3590
 "num_cpus",
]

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

3598 3599
[[package]]
name = "rustc-std-workspace-core"
3600
version = "1.99.0"
3601
dependencies = [
3602
 "core",
3603 3604
]

3605 3606
[[package]]
name = "rustc-std-workspace-std"
3607
version = "1.99.0"
3608 3609 3610 3611
dependencies = [
 "std",
]

A
Alex Crichton 已提交
3612 3613 3614 3615
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
3616
 "crossbeam-utils 0.7.2",
3617 3618
 "proc-macro2 1.0.3",
 "quote 1.0.2",
3619 3620
 "serde",
 "serde_json",
R
Ralf Jung 已提交
3621
 "smallvec 0.6.10",
crlf0710's avatar
crlf0710 已提交
3622
 "smallvec 1.4.0",
M
msizanoen1 已提交
3623
 "syn 0.15.35",
3624
 "syn 1.0.11",
A
Aaron Hill 已提交
3625
 "url 2.1.0",
E
Eric Huss 已提交
3626
 "winapi 0.3.8",
A
Alex Crichton 已提交
3627 3628
]

3629 3630 3631 3632
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
3633
 "bitflags",
crlf0710's avatar
crlf0710 已提交
3634
 "smallvec 1.4.0",
3635 3636
]

V
Vadim Petrochenkov 已提交
3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648
[[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 已提交
3649
 "smallvec 1.4.0",
V
Vadim Petrochenkov 已提交
3650 3651
]

3652 3653 3654 3655
[[package]]
name = "rustc_ast_lowering"
version = "0.0.0"
dependencies = [
3656
 "arena",
3657
 "log",
V
Vadim Petrochenkov 已提交
3658
 "rustc_ast",
3659
 "rustc_ast_pretty",
3660 3661
 "rustc_data_structures",
 "rustc_errors",
3662
 "rustc_hir",
3663
 "rustc_index",
3664
 "rustc_session",
3665 3666
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3667
 "smallvec 1.4.0",
3668 3669
]

3670 3671 3672 3673
[[package]]
name = "rustc_ast_passes"
version = "0.0.0"
dependencies = [
3674
 "itertools 0.8.0",
3675
 "log",
V
Vadim Petrochenkov 已提交
3676
 "rustc_ast",
3677
 "rustc_ast_pretty",
3678
 "rustc_attr",
3679 3680
 "rustc_data_structures",
 "rustc_errors",
3681
 "rustc_feature",
3682 3683 3684 3685 3686
 "rustc_parse",
 "rustc_session",
 "rustc_span",
]

3687 3688 3689 3690 3691
[[package]]
name = "rustc_ast_pretty"
version = "0.0.0"
dependencies = [
 "log",
V
Vadim Petrochenkov 已提交
3692
 "rustc_ast",
3693 3694 3695
 "rustc_span",
]

3696 3697 3698 3699
[[package]]
name = "rustc_attr"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3700
 "rustc_ast",
3701
 "rustc_ast_pretty",
3702 3703 3704 3705 3706 3707 3708
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_macros",
 "rustc_session",
 "rustc_span",
 "serialize",
3709
 "version_check",
3710 3711
]

V
Vadim Petrochenkov 已提交
3712 3713 3714 3715 3716 3717
[[package]]
name = "rustc_builtin_macros"
version = "0.0.0"
dependencies = [
 "fmt_macros",
 "log",
V
Vadim Petrochenkov 已提交
3718
 "rustc_ast",
3719
 "rustc_ast_pretty",
3720
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3721 3722 3723 3724 3725
 "rustc_data_structures",
 "rustc_errors",
 "rustc_expand",
 "rustc_feature",
 "rustc_parse",
3726
 "rustc_session",
V
Vadim Petrochenkov 已提交
3727 3728
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3729
 "smallvec 1.4.0",
V
Vadim Petrochenkov 已提交
3730 3731
]

I
Irina Popa 已提交
3732 3733 3734 3735
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
3736 3737 3738 3739
 "bitflags",
 "flate2",
 "libc",
 "log",
3740
 "measureme",
3741
 "rustc-demangle",
V
Vadim Petrochenkov 已提交
3742
 "rustc_ast",
3743
 "rustc_attr",
3744 3745 3746
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
A
Aaron Hill 已提交
3747
 "rustc_feature",
3748
 "rustc_fs_util",
3749
 "rustc_hir",
3750 3751
 "rustc_incremental",
 "rustc_index",
3752
 "rustc_llvm",
M
Mazdak Farrokhzad 已提交
3753
 "rustc_middle",
A
Aaron Hill 已提交
3754
 "rustc_session",
V
Vadim Petrochenkov 已提交
3755
 "rustc_span",
3756
 "rustc_target",
V
Victor Ding 已提交
3757
 "serialize",
crlf0710's avatar
crlf0710 已提交
3758
 "smallvec 1.4.0",
I
Irina Popa 已提交
3759 3760
]

3761 3762 3763
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
3764
dependencies = [
3765 3766 3767 3768 3769 3770 3771 3772
 "bitflags",
 "cc",
 "jobserver",
 "libc",
 "log",
 "memmap",
 "num_cpus",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3773
 "rustc_ast",
3774
 "rustc_attr",
3775 3776 3777
 "rustc_data_structures",
 "rustc_errors",
 "rustc_fs_util",
3778
 "rustc_hir",
3779
 "rustc_incremental",
3780
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3781
 "rustc_middle",
3782
 "rustc_session",
V
Vadim Petrochenkov 已提交
3783
 "rustc_span",
3784
 "rustc_symbol_mangling",
3785 3786 3787
 "rustc_target",
 "serialize",
 "tempfile",
3788
]
3789

3790 3791 3792 3793
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
3794
 "bitflags",
3795
 "cfg-if",
3796
 "crossbeam-utils 0.7.2",
3797
 "ena 0.14.0",
3798 3799 3800
 "graphviz",
 "indexmap",
 "jobserver",
3801
 "lazy_static 1.4.0",
L
Luca Barbieri 已提交
3802
 "libc",
3803
 "log",
3804
 "measureme",
3805
 "parking_lot 0.10.2",
3806
 "rustc-hash",
I
Igor Matuszewski 已提交
3807 3808
 "rustc-rayon",
 "rustc-rayon-core",
C
csmoe 已提交
3809
 "rustc_index",
3810
 "serialize",
crlf0710's avatar
crlf0710 已提交
3811
 "smallvec 1.4.0",
3812
 "stable_deref_trait",
3813
 "stacker",
3814
 "winapi 0.3.8",
3815 3816 3817 3818 3819 3820
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
R
Ralf Jung 已提交
3821
 "env_logger 0.7.1",
3822
 "lazy_static 1.4.0",
L
Luca Barbieri 已提交
3823
 "libc",
3824
 "log",
V
Vadim Petrochenkov 已提交
3825
 "rustc_ast",
3826
 "rustc_ast_pretty",
V
Victor Ding 已提交
3827
 "rustc_codegen_ssa",
3828
 "rustc_data_structures",
3829
 "rustc_error_codes",
3830
 "rustc_errors",
3831
 "rustc_feature",
3832
 "rustc_hir",
3833
 "rustc_hir_pretty",
3834
 "rustc_interface",
3835
 "rustc_lint",
3836
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3837
 "rustc_middle",
3838
 "rustc_mir",
3839
 "rustc_parse",
3840
 "rustc_plugin_impl",
3841
 "rustc_save_analysis",
3842
 "rustc_session",
V
Vadim Petrochenkov 已提交
3843
 "rustc_span",
3844 3845
 "rustc_target",
 "serialize",
3846
 "winapi 0.3.8",
3847 3848
]

G
regen  
Guillaume Gomez 已提交
3849 3850 3851 3852
[[package]]
name = "rustc_error_codes"
version = "0.0.0"

3853 3854 3855 3856
[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
3857 3858 3859 3860
 "annotate-snippets",
 "atty",
 "log",
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3861
 "rustc_span",
3862 3863
 "serialize",
 "termcolor",
3864
 "termize",
3865
 "unicode-width",
3866
 "winapi 0.3.8",
3867 3868
]

V
Vadim Petrochenkov 已提交
3869 3870 3871 3872 3873
[[package]]
name = "rustc_expand"
version = "0.0.0"
dependencies = [
 "log",
V
Vadim Petrochenkov 已提交
3874
 "rustc_ast",
3875
 "rustc_ast_passes",
3876
 "rustc_ast_pretty",
3877
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3878 3879 3880 3881 3882
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_lexer",
 "rustc_parse",
3883
 "rustc_session",
V
Vadim Petrochenkov 已提交
3884 3885
 "rustc_span",
 "serialize",
crlf0710's avatar
crlf0710 已提交
3886
 "smallvec 1.4.0",
V
Vadim Petrochenkov 已提交
3887 3888
]

3889 3890 3891 3892
[[package]]
name = "rustc_feature"
version = "0.0.0"
dependencies = [
3893
 "lazy_static 1.4.0",
3894
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3895
 "rustc_span",
3896 3897
]

3898 3899 3900 3901
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

3902 3903 3904 3905
[[package]]
name = "rustc_hir"
version = "0.0.0"
dependencies = [
C
Camille GILLOT 已提交
3906
 "lazy_static 1.4.0",
3907
 "log",
V
Vadim Petrochenkov 已提交
3908
 "rustc_ast",
3909 3910 3911 3912 3913 3914
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
 "rustc_span",
 "rustc_target",
 "serialize",
crlf0710's avatar
crlf0710 已提交
3915
 "smallvec 1.4.0",
3916 3917
]

3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928
[[package]]
name = "rustc_hir_pretty"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_ast_pretty",
 "rustc_hir",
 "rustc_span",
 "rustc_target",
]

3929 3930 3931 3932
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
3933 3934
 "graphviz",
 "log",
3935
 "rand 0.7.3",
V
Vadim Petrochenkov 已提交
3936
 "rustc_ast",
3937 3938
 "rustc_data_structures",
 "rustc_fs_util",
3939
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
3940
 "rustc_middle",
3941
 "rustc_session",
V
Vadim Petrochenkov 已提交
3942
 "rustc_span",
3943
 "serialize",
3944 3945
]

C
csmoe 已提交
3946 3947 3948 3949 3950
[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
 "serialize",
crlf0710's avatar
crlf0710 已提交
3951
 "smallvec 1.4.0",
C
csmoe 已提交
3952 3953
]

C
Camille GILLOT 已提交
3954 3955 3956 3957 3958 3959
[[package]]
name = "rustc_infer"
version = "0.0.0"
dependencies = [
 "graphviz",
 "log",
V
Vadim Petrochenkov 已提交
3960
 "rustc_ast",
C
Camille GILLOT 已提交
3961 3962 3963 3964 3965
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3966
 "rustc_middle",
3967
 "rustc_session",
C
Camille GILLOT 已提交
3968 3969
 "rustc_span",
 "rustc_target",
3970
 "serialize",
crlf0710's avatar
crlf0710 已提交
3971
 "smallvec 1.4.0",
C
Camille GILLOT 已提交
3972 3973
]

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

A
Aleksey Kladov 已提交
4018 4019 4020 4021
[[package]]
name = "rustc_lexer"
version = "0.1.0"
dependencies = [
4022
 "unicode-xid 0.2.0",
A
Aleksey Kladov 已提交
4023 4024
]

4025 4026 4027 4028
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
4029
 "log",
V
Vadim Petrochenkov 已提交
4030
 "rustc_ast",
4031
 "rustc_ast_pretty",
4032
 "rustc_attr",
4033
 "rustc_data_structures",
4034
 "rustc_errors",
4035
 "rustc_feature",
4036
 "rustc_hir",
4037
 "rustc_index",
M
Mazdak Farrokhzad 已提交
4038
 "rustc_middle",
4039
 "rustc_session",
V
Vadim Petrochenkov 已提交
4040
 "rustc_span",
4041
 "rustc_target",
4042
 "rustc_trait_selection",
crlf0710's avatar
crlf0710 已提交
4043
 "unicode-security",
4044 4045 4046 4047 4048 4049
]

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
4050 4051
 "build_helper",
 "cc",
4052
 "libc",
4053 4054
]

J
John Kåre Alsaker 已提交
4055 4056 4057 4058
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
4059 4060
 "proc-macro2 1.0.3",
 "quote 1.0.2",
I
Igor Matuszewski 已提交
4061
 "syn 1.0.11",
4062
 "synstructure 0.12.1",
J
John Kåre Alsaker 已提交
4063 4064
]

4065 4066 4067 4068
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
4069
 "flate2",
L
Luca Barbieri 已提交
4070
 "libc",
4071 4072
 "log",
 "memmap",
V
Vadim Petrochenkov 已提交
4073
 "rustc_ast",
4074
 "rustc_attr",
4075 4076
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
4077
 "rustc_expand",
4078
 "rustc_hir",
4079
 "rustc_hir_pretty",
4080
 "rustc_index",
M
Mazdak Farrokhzad 已提交
4081
 "rustc_middle",
4082
 "rustc_session",
V
Vadim Petrochenkov 已提交
4083
 "rustc_span",
4084 4085
 "rustc_target",
 "serialize",
crlf0710's avatar
crlf0710 已提交
4086
 "smallvec 1.4.0",
4087
 "stable_deref_trait",
4088
 "winapi 0.3.8",
4089 4090
]

M
Mazdak Farrokhzad 已提交
4091 4092 4093 4094 4095 4096 4097
[[package]]
name = "rustc_middle"
version = "0.0.0"
dependencies = [
 "arena",
 "bitflags",
 "byteorder",
J
Jack Huey 已提交
4098
 "chalk-ir",
M
Mazdak Farrokhzad 已提交
4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118
 "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 已提交
4119
 "smallvec 1.4.0",
M
Mazdak Farrokhzad 已提交
4120 4121
]

4122 4123 4124 4125
[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
4126 4127
 "either",
 "graphviz",
4128
 "itertools 0.8.0",
4129 4130 4131 4132
 "log",
 "log_settings",
 "polonius-engine",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
4133
 "rustc_ast",
4134
 "rustc_attr",
4135 4136
 "rustc_data_structures",
 "rustc_errors",
4137
 "rustc_hir",
4138
 "rustc_index",
C
Camille GILLOT 已提交
4139
 "rustc_infer",
4140
 "rustc_lexer",
4141
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4142
 "rustc_middle",
4143
 "rustc_session",
V
Vadim Petrochenkov 已提交
4144
 "rustc_span",
4145
 "rustc_target",
4146
 "rustc_trait_selection",
4147
 "serialize",
crlf0710's avatar
crlf0710 已提交
4148
 "smallvec 1.4.0",
4149 4150
]

4151 4152 4153 4154 4155 4156 4157
[[package]]
name = "rustc_mir_build"
version = "0.0.0"
dependencies = [
 "arena",
 "log",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
4158
 "rustc_ast",
4159
 "rustc_attr",
4160 4161 4162 4163
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
C
Camille GILLOT 已提交
4164
 "rustc_infer",
4165
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4166
 "rustc_middle",
4167
 "rustc_session",
4168 4169
 "rustc_span",
 "rustc_target",
4170
 "rustc_trait_selection",
4171
 "serialize",
crlf0710's avatar
crlf0710 已提交
4172
 "smallvec 1.4.0",
4173 4174
]

4175 4176 4177 4178 4179 4180
[[package]]
name = "rustc_parse"
version = "0.0.0"
dependencies = [
 "bitflags",
 "log",
V
Vadim Petrochenkov 已提交
4181
 "rustc_ast",
4182
 "rustc_ast_pretty",
4183 4184
 "rustc_data_structures",
 "rustc_errors",
4185
 "rustc_feature",
4186
 "rustc_lexer",
4187
 "rustc_session",
V
Vadim Petrochenkov 已提交
4188
 "rustc_span",
4189
 "unicode-normalization",
4190 4191
]

4192 4193 4194 4195
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
4196
 "log",
V
Vadim Petrochenkov 已提交
4197
 "rustc_ast",
4198
 "rustc_attr",
4199 4200
 "rustc_data_structures",
 "rustc_errors",
4201
 "rustc_hir",
4202
 "rustc_index",
M
Mazdak Farrokhzad 已提交
4203
 "rustc_middle",
4204
 "rustc_session",
V
Vadim Petrochenkov 已提交
4205
 "rustc_span",
4206
 "rustc_target",
4207
 "rustc_trait_selection",
4208 4209 4210
]

[[package]]
4211
name = "rustc_plugin_impl"
4212 4213
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4214
 "rustc_ast",
4215
 "rustc_errors",
4216
 "rustc_hir",
4217
 "rustc_lint",
4218
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
4219
 "rustc_middle",
4220
 "rustc_session",
V
Vadim Petrochenkov 已提交
4221
 "rustc_span",
4222 4223 4224 4225 4226 4227
]

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
4228
 "log",
4229
 "rustc_attr",
4230
 "rustc_data_structures",
4231
 "rustc_errors",
4232
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
4233
 "rustc_middle",
4234
 "rustc_session",
V
Vadim Petrochenkov 已提交
4235
 "rustc_span",
4236
 "rustc_typeck",
4237 4238
]

4239 4240 4241 4242
[[package]]
name = "rustc_query_system"
version = "0.0.0"
dependencies = [
C
Camille GILLOT 已提交
4243
 "arena",
4244
 "log",
4245
 "parking_lot 0.10.2",
4246
 "rustc-rayon-core",
4247 4248 4249
 "rustc_data_structures",
 "rustc_errors",
 "rustc_index",
4250
 "rustc_span",
4251
 "serialize",
crlf0710's avatar
crlf0710 已提交
4252
 "smallvec 1.4.0",
4253 4254
]

4255 4256 4257 4258
[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
4259 4260 4261
 "arena",
 "bitflags",
 "log",
V
Vadim Petrochenkov 已提交
4262
 "rustc_ast",
4263
 "rustc_ast_lowering",
4264
 "rustc_ast_pretty",
4265
 "rustc_attr",
4266 4267
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
4268
 "rustc_expand",
4269
 "rustc_feature",
4270
 "rustc_hir",
4271
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
4272
 "rustc_middle",
4273
 "rustc_session",
V
Vadim Petrochenkov 已提交
4274
 "rustc_span",
crlf0710's avatar
crlf0710 已提交
4275
 "smallvec 1.4.0",
4276 4277 4278 4279 4280 4281
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
4282 4283 4284
 "log",
 "rls-data",
 "rls-span",
V
Vadim Petrochenkov 已提交
4285
 "rustc_ast",
4286
 "rustc_ast_pretty",
4287
 "rustc_data_structures",
4288
 "rustc_hir",
4289
 "rustc_hir_pretty",
M
Mazdak Farrokhzad 已提交
4290
 "rustc_middle",
4291
 "rustc_parse",
4292
 "rustc_session",
V
Vadim Petrochenkov 已提交
4293
 "rustc_span",
4294
 "serde_json",
4295 4296
]

M
Mark Rousskov 已提交
4297 4298 4299 4300
[[package]]
name = "rustc_session"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
4301
 "getopts",
M
Mark Rousskov 已提交
4302
 "log",
M
Mark Rousskov 已提交
4303
 "num_cpus",
V
Vadim Petrochenkov 已提交
4304
 "rustc_ast",
M
Mark Rousskov 已提交
4305 4306
 "rustc_data_structures",
 "rustc_errors",
M
Mark Rousskov 已提交
4307 4308
 "rustc_feature",
 "rustc_fs_util",
4309
 "rustc_index",
V
Vadim Petrochenkov 已提交
4310
 "rustc_span",
M
Mark Rousskov 已提交
4311
 "rustc_target",
M
Mark Rousskov 已提交
4312
 "serialize",
V
Vadim Petrochenkov 已提交
4313 4314 4315 4316 4317 4318 4319 4320 4321
]

[[package]]
name = "rustc_span"
version = "0.0.0"
dependencies = [
 "arena",
 "cfg-if",
 "log",
4322
 "md-5",
V
Vadim Petrochenkov 已提交
4323 4324 4325 4326 4327
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
 "scoped-tls",
 "serialize",
4328
 "sha-1",
V
Vadim Petrochenkov 已提交
4329
 "unicode-width",
M
Mark Rousskov 已提交
4330 4331
]

4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342
[[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 已提交
4343
 "rustc_middle",
4344 4345 4346 4347 4348
 "rustc_session",
 "rustc_span",
 "rustc_target",
]

4349 4350 4351 4352
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
4353 4354 4355
 "bitflags",
 "log",
 "rustc_data_structures",
4356
 "rustc_index",
4357
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4358
 "rustc_span",
4359
 "serialize",
4360 4361
]

M
Matthias Krüger 已提交
4362 4363
[[package]]
name = "rustc_tools_util"
I
Igor Matuszewski 已提交
4364
version = "0.2.0"
4365 4366 4367

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

4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385
[[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 已提交
4386
 "rustc_middle",
4387 4388 4389
 "rustc_session",
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
4390
 "smallvec 1.4.0",
4391 4392
]

4393 4394 4395 4396
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
J
Jack Huey 已提交
4397 4398 4399
 "chalk-ir",
 "chalk-rust-ir",
 "chalk-solve",
4400
 "log",
V
Vadim Petrochenkov 已提交
4401
 "rustc_ast",
4402
 "rustc_data_structures",
4403
 "rustc_hir",
J
Jack Huey 已提交
4404
 "rustc_index",
C
Camille GILLOT 已提交
4405
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4406
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4407
 "rustc_span",
4408
 "rustc_trait_selection",
crlf0710's avatar
crlf0710 已提交
4409
 "smallvec 1.4.0",
4410 4411
]

C
Camille GILLOT 已提交
4412 4413 4414 4415 4416 4417
[[package]]
name = "rustc_ty"
version = "0.0.0"
dependencies = [
 "log",
 "rustc_data_structures",
4418
 "rustc_errors",
C
Camille GILLOT 已提交
4419
 "rustc_hir",
C
Camille GILLOT 已提交
4420
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4421
 "rustc_middle",
4422
 "rustc_session",
C
Camille GILLOT 已提交
4423
 "rustc_span",
4424
 "rustc_target",
4425
 "rustc_trait_selection",
C
Camille GILLOT 已提交
4426
]
4427

4428 4429 4430 4431
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
4432 4433
 "arena",
 "log",
V
Vadim Petrochenkov 已提交
4434
 "rustc_ast",
4435
 "rustc_attr",
4436 4437
 "rustc_data_structures",
 "rustc_errors",
4438
 "rustc_hir",
4439
 "rustc_index",
C
Camille GILLOT 已提交
4440
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4441
 "rustc_middle",
4442
 "rustc_session",
V
Vadim Petrochenkov 已提交
4443
 "rustc_span",
4444
 "rustc_target",
4445
 "rustc_trait_selection",
crlf0710's avatar
crlf0710 已提交
4446
 "smallvec 1.4.0",
4447 4448
]

4449 4450
[[package]]
name = "rustc_version"
4451
version = "0.2.3"
4452
source = "registry+https://github.com/rust-lang/crates.io-index"
4453
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
4454
dependencies = [
4455
 "semver",
4456 4457
]

4458 4459 4460 4461
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
4462
 "itertools 0.8.0",
4463
 "minifier",
E
Eric Huss 已提交
4464
 "pulldown-cmark 0.7.1",
I
Igor Matuszewski 已提交
4465
 "rustc-rayon",
4466 4467
 "serde",
 "serde_json",
4468
 "tempfile",
M
Mark Simulacrum 已提交
4469 4470
]

G
Guillaume Gomez 已提交
4471 4472 4473 4474
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
4475 4476 4477 4478
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
4479
 "rustdoc",
4480 4481
]

E
Eric Huss 已提交
4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493
[[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 已提交
4494 4495
[[package]]
name = "rustfmt-config_proc_macro"
4496
version = "0.2.0"
T
topecongiro 已提交
4497
dependencies = [
4498 4499
 "proc-macro2 1.0.3",
 "quote 1.0.2",
4500
 "serde",
I
Igor Matuszewski 已提交
4501
 "syn 1.0.11",
T
topecongiro 已提交
4502 4503
]

I
Igor Matuszewski 已提交
4504 4505
[[package]]
name = "rustfmt-nightly"
T
topecongiro 已提交
4506
version = "1.4.14"
I
Igor Matuszewski 已提交
4507
dependencies = [
4508 4509
 "annotate-snippets",
 "bytecount",
M
Manish Goregaokar 已提交
4510
 "cargo_metadata 0.8.0",
4511 4512 4513
 "derive-new",
 "diff",
 "dirs",
A
Alex Crichton 已提交
4514
 "env_logger 0.6.2",
4515 4516 4517 4518
 "failure",
 "getopts",
 "ignore",
 "itertools 0.8.0",
4519
 "lazy_static 1.4.0",
4520 4521
 "log",
 "regex",
4522
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
4523 4524 4525
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
4526
 "rustc-ap-rustc_expand",
I
Igor Matuszewski 已提交
4527 4528 4529
 "rustc-ap-rustc_parse",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
4530 4531 4532 4533
 "rustc-workspace-hack",
 "rustfmt-config_proc_macro",
 "serde",
 "serde_json",
E
Eric Huss 已提交
4534
 "structopt",
4535
 "term 0.6.0",
E
Eric Huss 已提交
4536
 "toml",
4537 4538 4539
 "unicode-segmentation",
 "unicode-width",
 "unicode_categories",
I
Igor Matuszewski 已提交
4540 4541
]

A
Alex Crichton 已提交
4542 4543
[[package]]
name = "ryu"
E
Eric Huss 已提交
4544
version = "1.0.0"
A
Alex Crichton 已提交
4545
source = "registry+https://github.com/rust-lang/crates.io-index"
4546
checksum = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
A
Alex Crichton 已提交
4547

4548 4549
[[package]]
name = "same-file"
4550
version = "1.0.4"
4551
source = "registry+https://github.com/rust-lang/crates.io-index"
4552
checksum = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
4553
dependencies = [
4554
 "winapi-util",
4555 4556 4557 4558
]

[[package]]
name = "schannel"
4559
version = "0.1.16"
4560
source = "registry+https://github.com/rust-lang/crates.io-index"
4561
checksum = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021"
4562
dependencies = [
4563
 "lazy_static 1.4.0",
E
Eric Huss 已提交
4564
 "winapi 0.3.8",
4565 4566
]

M
Marcel Hellwig 已提交
4567 4568 4569 4570
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4571
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
M
Marcel Hellwig 已提交
4572

F
flip1995 已提交
4573 4574 4575 4576
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
4577
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
F
flip1995 已提交
4578

R
Ralf Jung 已提交
4579 4580 4581 4582
[[package]]
name = "scopeguard"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4583
checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
R
Ralf Jung 已提交
4584

4585 4586 4587 4588
[[package]]
name = "security-framework"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4589
checksum = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2"
4590
dependencies = [
E
Eric Huss 已提交
4591 4592
 "core-foundation 0.6.3",
 "core-foundation-sys 0.6.2",
4593 4594
 "libc",
 "security-framework-sys",
4595 4596 4597 4598 4599 4600
]

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

4606 4607 4608 4609
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4610
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4611
dependencies = [
4612 4613
 "semver-parser",
 "serde",
4614 4615 4616 4617 4618 4619
]

[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4620
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4621 4622 4623

[[package]]
name = "serde"
F
flip1995 已提交
4624
version = "1.0.99"
4625
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
4626
checksum = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
E
Eric Huss 已提交
4627
dependencies = [
4628
 "serde_derive",
E
Eric Huss 已提交
4629
]
4630 4631 4632

[[package]]
name = "serde_derive"
4633
version = "1.0.81"
4634
source = "registry+https://github.com/rust-lang/crates.io-index"
4635
checksum = "477b13b646f5b5b56fc95bedfc3b550d12141ce84f466f6c44b9a17589923885"
4636
dependencies = [
4637 4638 4639
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
4640
]
S
Steve Klabnik 已提交
4641

F
flip1995 已提交
4642 4643 4644 4645 4646 4647 4648 4649 4650
[[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 已提交
4651 4652
[[package]]
name = "serde_json"
E
Eric Huss 已提交
4653
version = "1.0.40"
S
Steve Klabnik 已提交
4654
source = "registry+https://github.com/rust-lang/crates.io-index"
4655
checksum = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
S
Steve Klabnik 已提交
4656
dependencies = [
4657 4658 4659
 "itoa",
 "ryu",
 "serde",
S
Steve Klabnik 已提交
4660 4661
]

4662 4663 4664 4665 4666 4667 4668 4669
[[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 已提交
4670
 "syn 1.0.11",
4671 4672
]

4673 4674 4675 4676
[[package]]
name = "serde_urlencoded"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
4677
checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
4678
dependencies = [
4679 4680 4681 4682
 "dtoa",
 "itoa",
 "serde",
 "url 1.7.2",
4683 4684
]

4685 4686 4687
[[package]]
name = "serialize"
version = "0.0.0"
4688
dependencies = [
4689
 "indexmap",
crlf0710's avatar
crlf0710 已提交
4690
 "smallvec 1.4.0",
4691
]
4692

4693 4694
[[package]]
name = "sha-1"
4695
version = "0.8.2"
4696
source = "registry+https://github.com/rust-lang/crates.io-index"
4697
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4698
dependencies = [
4699 4700 4701
 "block-buffer",
 "digest",
 "fake-simd",
4702
 "opaque-debug",
4703 4704
]

4705 4706
[[package]]
name = "shell-escape"
A
Alex Crichton 已提交
4707
version = "0.1.4"
4708
source = "registry+https://github.com/rust-lang/crates.io-index"
4709
checksum = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
4710

S
steveklabnik 已提交
4711 4712 4713 4714
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4715
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
S
steveklabnik 已提交
4716

4717 4718 4719 4720
[[package]]
name = "signal-hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
4721
checksum = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
4722
dependencies = [
4723 4724
 "arc-swap",
 "libc",
4725 4726
]

S
steveklabnik 已提交
4727 4728 4729 4730
[[package]]
name = "siphasher"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4731
checksum = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
S
steveklabnik 已提交
4732

E
Eric Huss 已提交
4733 4734
[[package]]
name = "sized-chunks"
E
Eric Huss 已提交
4735
version = "0.5.0"
E
Eric Huss 已提交
4736
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4737
checksum = "62db64dd92b3b54314b1e216c274634ca2b3fe8da8b3873be670cb1ac4dad30f"
E
Eric Huss 已提交
4738
dependencies = [
E
Eric Huss 已提交
4739
 "bitmaps",
4740
 "typenum",
E
Eric Huss 已提交
4741 4742
]

4743 4744 4745 4746
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4747
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4748

4749 4750
[[package]]
name = "smallvec"
E
Eric Huss 已提交
4751
version = "0.6.10"
4752
source = "registry+https://github.com/rust-lang/crates.io-index"
4753
checksum = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
4754

R
Ralf Jung 已提交
4755 4756
[[package]]
name = "smallvec"
crlf0710's avatar
crlf0710 已提交
4757
version = "1.4.0"
R
Ralf Jung 已提交
4758
source = "registry+https://github.com/rust-lang/crates.io-index"
crlf0710's avatar
crlf0710 已提交
4759
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
R
Ralf Jung 已提交
4760

M
Mark Simulacrum 已提交
4761 4762
[[package]]
name = "socket2"
P
Patrick Mooney 已提交
4763
version = "0.3.12"
M
Mark Simulacrum 已提交
4764
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Patrick Mooney 已提交
4765
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
M
Mark Simulacrum 已提交
4766
dependencies = [
4767 4768 4769
 "cfg-if",
 "libc",
 "redox_syscall",
E
Eric Huss 已提交
4770
 "winapi 0.3.8",
M
Mark Simulacrum 已提交
4771 4772
]

4773 4774
[[package]]
name = "stable_deref_trait"
A
Alex Crichton 已提交
4775
version = "1.1.0"
4776
source = "registry+https://github.com/rust-lang/crates.io-index"
4777
checksum = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
4778

4779 4780
[[package]]
name = "stacker"
4781
version = "0.1.8"
4782
source = "registry+https://github.com/rust-lang/crates.io-index"
4783
checksum = "32c2467b8abbb417e4e62fd62229719b9c9d77714a7fa989f1afad16ba9c9743"
4784 4785 4786 4787 4788 4789 4790 4791
dependencies = [
 "cc",
 "cfg-if",
 "libc",
 "psm",
 "winapi 0.3.8",
]

4792 4793 4794 4795
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
4796 4797 4798 4799 4800 4801 4802
 "alloc",
 "backtrace",
 "cfg-if",
 "compiler_builtins",
 "core",
 "dlmalloc",
 "fortanix-sgx-abi",
A
Alex Crichton 已提交
4803
 "hashbrown 0.6.2",
4804
 "hermit-abi",
4805 4806 4807 4808
 "libc",
 "panic_abort",
 "panic_unwind",
 "profiler_builtins",
4809
 "rand 0.7.3",
4810
 "unwind",
4811
 "wasi",
4812 4813
]

4814 4815 4816 4817
[[package]]
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4818
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
4819
dependencies = [
4820
 "bytes",
4821 4822
]

S
steveklabnik 已提交
4823 4824
[[package]]
name = "string_cache"
A
Alex Crichton 已提交
4825
version = "0.7.3"
S
steveklabnik 已提交
4826
source = "registry+https://github.com/rust-lang/crates.io-index"
4827
checksum = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
S
steveklabnik 已提交
4828
dependencies = [
4829
 "lazy_static 1.4.0",
4830 4831 4832 4833 4834 4835
 "new_debug_unreachable",
 "phf_shared",
 "precomputed-hash",
 "serde",
 "string_cache_codegen",
 "string_cache_shared",
S
steveklabnik 已提交
4836 4837 4838 4839
]

[[package]]
name = "string_cache_codegen"
4840
version = "0.4.2"
S
steveklabnik 已提交
4841
source = "registry+https://github.com/rust-lang/crates.io-index"
4842
checksum = "1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da"
S
steveklabnik 已提交
4843
dependencies = [
4844 4845
 "phf_generator",
 "phf_shared",
4846 4847
 "proc-macro2 0.4.30",
 "quote 0.6.12",
4848
 "string_cache_shared",
S
steveklabnik 已提交
4849 4850 4851 4852 4853 4854
]

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

E
Eric Huss 已提交
4857 4858 4859 4860
[[package]]
name = "strip-ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4861
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
E
Eric Huss 已提交
4862
dependencies = [
4863
 "vte",
E
Eric Huss 已提交
4864 4865
]

4866 4867
[[package]]
name = "strsim"
4868
version = "0.8.0"
4869
source = "registry+https://github.com/rust-lang/crates.io-index"
4870
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4871

4872 4873 4874 4875 4876 4877 4878
[[package]]
name = "structopt"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ac9d6e93dd792b217bf89cda5c14566e3043960c6f9da890c2ba5d09d07804c"
dependencies = [
 "clap",
E
Eric Huss 已提交
4879
 "structopt-derive",
4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891
]

[[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 已提交
4892
 "syn 1.0.11",
T
topecongiro 已提交
4893 4894
]

M
Matt Ickstadt 已提交
4895 4896
[[package]]
name = "strum"
4897
version = "0.11.0"
M
Matt Ickstadt 已提交
4898
source = "registry+https://github.com/rust-lang/crates.io-index"
4899
checksum = "f6c3a2071519ab6a48f465808c4c1ffdd00dfc8e93111d02b4fc5abab177676e"
M
Matt Ickstadt 已提交
4900 4901 4902

[[package]]
name = "strum_macros"
4903
version = "0.11.0"
M
Matt Ickstadt 已提交
4904
source = "registry+https://github.com/rust-lang/crates.io-index"
4905
checksum = "8baacebd7b7c9b864d83a6ba7a246232983e277b86fa5cdec77f565715a4b136"
M
Matt Ickstadt 已提交
4906
dependencies = [
4907
 "heck",
4908 4909 4910
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
M
Matt Ickstadt 已提交
4911 4912
]

N
Nick Cameron 已提交
4913 4914
[[package]]
name = "syn"
E
Eric Huss 已提交
4915
version = "0.15.35"
N
Nick Cameron 已提交
4916
source = "registry+https://github.com/rust-lang/crates.io-index"
4917
checksum = "641e117d55514d6d918490e47102f7e08d096fdde360247e4a10f7a91a8478d3"
N
Nick Cameron 已提交
4918
dependencies = [
4919 4920
 "proc-macro2 0.4.30",
 "quote 0.6.12",
4921
 "unicode-xid 0.1.0",
A
Alex Crichton 已提交
4922 4923
]

4924 4925
[[package]]
name = "syn"
I
Igor Matuszewski 已提交
4926
version = "1.0.11"
4927
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
4928
checksum = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
4929 4930 4931 4932 4933 4934
dependencies = [
 "proc-macro2 1.0.3",
 "quote 1.0.2",
 "unicode-xid 0.2.0",
]

A
Alex Crichton 已提交
4935 4936
[[package]]
name = "synstructure"
4937
version = "0.10.2"
A
Alex Crichton 已提交
4938
source = "registry+https://github.com/rust-lang/crates.io-index"
4939
checksum = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
A
Alex Crichton 已提交
4940
dependencies = [
4941 4942 4943
 "proc-macro2 0.4.30",
 "quote 0.6.12",
 "syn 0.15.35",
4944
 "unicode-xid 0.1.0",
A
Alex Crichton 已提交
4945 4946
]

4947 4948 4949 4950 4951 4952 4953 4954
[[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 已提交
4955
 "syn 1.0.11",
4956 4957 4958
 "unicode-xid 0.2.0",
]

4959 4960
[[package]]
name = "tar"
4961
version = "0.4.26"
4962
source = "registry+https://github.com/rust-lang/crates.io-index"
4963
checksum = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
4964
dependencies = [
4965 4966 4967 4968
 "filetime",
 "libc",
 "redox_syscall",
 "xattr",
4969 4970
]

A
Aleksey Kladov 已提交
4971 4972
[[package]]
name = "tempfile"
4973
version = "3.1.0"
A
Aleksey Kladov 已提交
4974
source = "registry+https://github.com/rust-lang/crates.io-index"
4975
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
A
Aleksey Kladov 已提交
4976
dependencies = [
4977 4978
 "cfg-if",
 "libc",
4979
 "rand 0.7.3",
4980 4981
 "redox_syscall",
 "remove_dir_all",
E
Eric Huss 已提交
4982
 "winapi 0.3.8",
A
Aleksey Kladov 已提交
4983 4984
]

S
steveklabnik 已提交
4985 4986 4987 4988
[[package]]
name = "tendril"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4989
checksum = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
S
steveklabnik 已提交
4990
dependencies = [
4991 4992 4993
 "futf",
 "mac",
 "utf-8",
S
steveklabnik 已提交
4994 4995
]

4996 4997 4998
[[package]]
name = "term"
version = "0.0.0"
4999 5000 5001 5002
dependencies = [
 "core",
 "std",
]
5003

I
Igor Matuszewski 已提交
5004 5005 5006 5007
[[package]]
name = "term"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5008
checksum = "0dd90505d5006a4422d3520b30c781d480b3f36768c2fa2187c3e950bc110464"
I
Igor Matuszewski 已提交
5009
dependencies = [
5010 5011
 "byteorder",
 "dirs",
E
Eric Huss 已提交
5012
 "winapi 0.3.8",
I
Igor Matuszewski 已提交
5013 5014
]

5015 5016
[[package]]
name = "termcolor"
5017
version = "1.0.4"
5018
source = "registry+https://github.com/rust-lang/crates.io-index"
5019
checksum = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
5020
dependencies = [
5021
 "wincolor",
5022 5023
]

5024
[[package]]
O
Oliver Schneider 已提交
5025 5026
name = "termion"
version = "1.5.1"
5027
source = "registry+https://github.com/rust-lang/crates.io-index"
5028
checksum = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
5029
dependencies = [
5030 5031 5032
 "libc",
 "redox_syscall",
 "redox_termios",
5033 5034
]

5035 5036 5037 5038 5039 5040 5041 5042 5043 5044
[[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",
]

5045 5046 5047 5048
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
5049
 "core",
5050
 "getopts",
5051 5052 5053
 "libc",
 "panic_abort",
 "panic_unwind",
5054
 "proc_macro",
5055
 "std",
5056
 "term 0.0.0",
5057 5058
]

F
flip1995 已提交
5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069
[[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 已提交
5070 5071
[[package]]
name = "textwrap"
5072
version = "0.11.0"
S
steveklabnik 已提交
5073
source = "registry+https://github.com/rust-lang/crates.io-index"
5074
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
S
steveklabnik 已提交
5075
dependencies = [
5076
 "unicode-width",
S
steveklabnik 已提交
5077 5078
]

5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098
[[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 已提交
5099 5100
[[package]]
name = "thread_local"
A
Alex Crichton 已提交
5101
version = "0.3.6"
5102
source = "registry+https://github.com/rust-lang/crates.io-index"
5103
checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
5104
dependencies = [
5105
 "lazy_static 1.4.0",
5106 5107
]

I
Igor Matuszewski 已提交
5108 5109 5110 5111 5112 5113 5114 5115 5116
[[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",
]

5117 5118 5119
[[package]]
name = "tidy"
version = "0.1.0"
5120
dependencies = [
5121
 "cargo_metadata 0.9.1",
5122
 "lazy_static 1.4.0",
5123 5124
 "regex",
 "walkdir",
5125
]
5126

A
Alex Crichton 已提交
5127 5128
[[package]]
name = "time"
E
Eric Huss 已提交
5129
version = "0.1.42"
A
Alex Crichton 已提交
5130
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5131
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
A
Alex Crichton 已提交
5132
dependencies = [
5133 5134
 "libc",
 "redox_syscall",
E
Eric Huss 已提交
5135
 "winapi 0.3.8",
A
Alex Crichton 已提交
5136 5137
]

5138 5139
[[package]]
name = "tokio"
5140
version = "0.1.22"
5141
source = "registry+https://github.com/rust-lang/crates.io-index"
5142
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
5143
dependencies = [
5144 5145 5146 5147 5148 5149 5150 5151 5152 5153
 "bytes",
 "futures",
 "mio",
 "num_cpus",
 "tokio-codec",
 "tokio-current-thread",
 "tokio-executor",
 "tokio-fs",
 "tokio-io",
 "tokio-reactor",
5154
 "tokio-sync",
5155 5156 5157 5158 5159
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "tokio-udp",
 "tokio-uds",
5160 5161
]

5162 5163 5164 5165
[[package]]
name = "tokio-buf"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5166
checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
5167
dependencies = [
5168 5169 5170
 "bytes",
 "either",
 "futures",
5171 5172
]

5173 5174 5175 5176
[[package]]
name = "tokio-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5177
checksum = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
5178
dependencies = [
5179 5180 5181
 "bytes",
 "futures",
 "tokio-io",
5182 5183 5184 5185
]

[[package]]
name = "tokio-current-thread"
5186
version = "0.1.6"
5187
source = "registry+https://github.com/rust-lang/crates.io-index"
5188
checksum = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
5189
dependencies = [
5190 5191
 "futures",
 "tokio-executor",
5192 5193 5194 5195
]

[[package]]
name = "tokio-executor"
5196
version = "0.1.9"
5197
source = "registry+https://github.com/rust-lang/crates.io-index"
5198
checksum = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab"
5199
dependencies = [
5200 5201
 "crossbeam-utils 0.6.5",
 "futures",
5202 5203 5204 5205
]

[[package]]
name = "tokio-fs"
5206
version = "0.1.6"
5207
source = "registry+https://github.com/rust-lang/crates.io-index"
5208
checksum = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
5209
dependencies = [
5210 5211 5212
 "futures",
 "tokio-io",
 "tokio-threadpool",
5213 5214 5215 5216
]

[[package]]
name = "tokio-io"
5217
version = "0.1.12"
5218
source = "registry+https://github.com/rust-lang/crates.io-index"
5219
checksum = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
5220
dependencies = [
5221 5222 5223
 "bytes",
 "futures",
 "log",
5224 5225
]

5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238
[[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",
]

5239 5240
[[package]]
name = "tokio-process"
5241
version = "0.2.4"
5242
source = "registry+https://github.com/rust-lang/crates.io-index"
5243
checksum = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
5244
dependencies = [
5245
 "crossbeam-queue",
5246
 "futures",
5247
 "lazy_static 1.4.0",
5248
 "libc",
5249
 "log",
5250 5251 5252 5253 5254
 "mio",
 "mio-named-pipes",
 "tokio-io",
 "tokio-reactor",
 "tokio-signal",
E
Eric Huss 已提交
5255
 "winapi 0.3.8",
5256 5257 5258 5259
]

[[package]]
name = "tokio-reactor"
5260
version = "0.1.11"
5261
source = "registry+https://github.com/rust-lang/crates.io-index"
5262
checksum = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146"
5263
dependencies = [
5264 5265
 "crossbeam-utils 0.6.5",
 "futures",
5266
 "lazy_static 1.4.0",
5267 5268 5269
 "log",
 "mio",
 "num_cpus",
I
Igor Matuszewski 已提交
5270
 "parking_lot 0.9.0",
5271 5272 5273
 "slab",
 "tokio-executor",
 "tokio-io",
5274
 "tokio-sync",
5275 5276
]

5277 5278 5279 5280 5281 5282 5283 5284 5285
[[package]]
name = "tokio-service"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
dependencies = [
 "futures",
]

5286 5287 5288 5289
[[package]]
name = "tokio-signal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
5290
checksum = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
5291
dependencies = [
5292 5293 5294 5295 5296 5297 5298 5299
 "futures",
 "libc",
 "mio",
 "mio-uds",
 "signal-hook",
 "tokio-executor",
 "tokio-io",
 "tokio-reactor",
E
Eric Huss 已提交
5300
 "winapi 0.3.8",
5301 5302
]

5303 5304 5305 5306 5307 5308 5309 5310 5311 5312
[[package]]
name = "tokio-sync"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
dependencies = [
 "fnv",
 "futures",
]

5313 5314 5315 5316
[[package]]
name = "tokio-tcp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5317
checksum = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
5318
dependencies = [
5319 5320 5321 5322 5323 5324
 "bytes",
 "futures",
 "iovec",
 "mio",
 "tokio-io",
 "tokio-reactor",
5325 5326 5327 5328
]

[[package]]
name = "tokio-threadpool"
5329
version = "0.1.17"
5330
source = "registry+https://github.com/rust-lang/crates.io-index"
5331
checksum = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c"
5332
dependencies = [
5333 5334
 "crossbeam-deque",
 "crossbeam-queue",
5335 5336
 "crossbeam-utils 0.6.5",
 "futures",
5337
 "lazy_static 1.4.0",
5338 5339
 "log",
 "num_cpus",
5340
 "slab",
5341
 "tokio-executor",
5342 5343 5344 5345
]

[[package]]
name = "tokio-timer"
5346
version = "0.2.12"
5347
source = "registry+https://github.com/rust-lang/crates.io-index"
5348
checksum = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827"
5349
dependencies = [
5350 5351 5352 5353
 "crossbeam-utils 0.6.5",
 "futures",
 "slab",
 "tokio-executor",
5354 5355 5356 5357
]

[[package]]
name = "tokio-udp"
5358
version = "0.1.5"
5359
source = "registry+https://github.com/rust-lang/crates.io-index"
5360
checksum = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
5361
dependencies = [
5362 5363 5364 5365 5366 5367 5368
 "bytes",
 "futures",
 "log",
 "mio",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
5369 5370 5371 5372 5373 5374
]

[[package]]
name = "tokio-uds"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5375
checksum = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
5376
dependencies = [
5377 5378 5379 5380 5381 5382 5383 5384 5385 5386
 "bytes",
 "futures",
 "iovec",
 "libc",
 "log",
 "mio",
 "mio-uds",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
5387 5388
]

E
Eric Huss 已提交
5389 5390
[[package]]
name = "toml"
F
flip1995 已提交
5391
version = "0.5.3"
E
Eric Huss 已提交
5392
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
5393
checksum = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
E
Eric Huss 已提交
5394
dependencies = [
5395
 "serde",
E
Eric Huss 已提交
5396 5397
]

5398 5399
[[package]]
name = "toml-query"
E
Eric Huss 已提交
5400
version = "0.9.0"
5401
source = "registry+https://github.com/rust-lang/crates.io-index"
5402
checksum = "a24369a1894ac8224efcfd567c3d141aea360292f49888e7ec7dcc316527aebb"
5403
dependencies = [
5404 5405 5406
 "failure",
 "failure_derive",
 "is-match",
5407
 "lazy_static 1.4.0",
5408
 "regex",
E
Eric Huss 已提交
5409
 "toml",
5410
 "toml-query_derive",
E
Eric Huss 已提交
5411 5412 5413 5414 5415 5416
]

[[package]]
name = "toml-query_derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5417
checksum = "3c99ca245ec273c7e75c8ee58f47b882d0146f3c2c8495158082c6671e8b5335"
E
Eric Huss 已提交
5418
dependencies = [
5419
 "darling",
5420 5421
 "quote 0.6.12",
 "syn 0.15.35",
5422 5423
]

5424 5425 5426 5427
[[package]]
name = "try-lock"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
5428
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
5429

E
Eric Huss 已提交
5430 5431 5432 5433 5434 5435 5436 5437 5438
[[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 已提交
5439 5440 5441 5442
[[package]]
name = "typenum"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5443
checksum = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
E
Eric Huss 已提交
5444

M
Mark Rousskov 已提交
5445 5446 5447 5448 5449 5450
[[package]]
name = "ucd-parse"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca6b52bf4da6512f0f07785a04769222e50d29639e7ecd016b7806fd2de306b4"
dependencies = [
5451
 "lazy_static 1.4.0",
M
Mark Rousskov 已提交
5452 5453 5454
 "regex",
]

5455 5456 5457 5458
[[package]]
name = "ucd-trie"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5459
checksum = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
5460

A
Alex Crichton 已提交
5461 5462
[[package]]
name = "ucd-util"
5463
version = "0.1.3"
A
Alex Crichton 已提交
5464
source = "registry+https://github.com/rust-lang/crates.io-index"
5465
checksum = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
A
Alex Crichton 已提交
5466

5467 5468
[[package]]
name = "unicase"
5469
version = "2.6.0"
5470
source = "registry+https://github.com/rust-lang/crates.io-index"
5471
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5472
dependencies = [
5473
 "version_check",
5474 5475
]

M
Mark Rousskov 已提交
5476 5477 5478 5479 5480 5481 5482
[[package]]
name = "unicode-bdd"
version = "0.1.0"
dependencies = [
 "ucd-parse",
]

5483 5484
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
5485
version = "0.3.4"
S
Steve Klabnik 已提交
5486
source = "registry+https://github.com/rust-lang/crates.io-index"
5487
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
S
Steve Klabnik 已提交
5488
dependencies = [
5489
 "matches",
5490 5491
]

5492 5493
[[package]]
name = "unicode-normalization"
crlf0710's avatar
crlf0710 已提交
5494
version = "0.1.12"
5495
source = "registry+https://github.com/rust-lang/crates.io-index"
crlf0710's avatar
crlf0710 已提交
5496
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
5497
dependencies = [
crlf0710's avatar
crlf0710 已提交
5498
 "smallvec 1.4.0",
5499
]
5500

crlf0710's avatar
crlf0710 已提交
5501 5502 5503 5504 5505 5506 5507 5508
[[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 已提交
5509
version = "0.0.3"
crlf0710's avatar
crlf0710 已提交
5510
source = "registry+https://github.com/rust-lang/crates.io-index"
crlf0710's avatar
crlf0710 已提交
5511
checksum = "a5f9011bbed9c13372bc8df618b55a38138445199caf3b61d432c6859c36dee0"
crlf0710's avatar
crlf0710 已提交
5512
dependencies = [
crlf0710's avatar
crlf0710 已提交
5513
 "unicode-normalization",
crlf0710's avatar
crlf0710 已提交
5514 5515 5516
 "unicode-script",
]

5517 5518
[[package]]
name = "unicode-segmentation"
E
Eric Huss 已提交
5519
version = "1.6.0"
5520
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5521
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
5522 5523 5524

[[package]]
name = "unicode-width"
5525
version = "0.1.6"
5526
source = "registry+https://github.com/rust-lang/crates.io-index"
5527 5528 5529 5530 5531 5532
checksum = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
]
5533

A
Alex Crichton 已提交
5534 5535 5536 5537
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5538
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
A
Alex Crichton 已提交
5539

5540 5541 5542 5543 5544 5545
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"

F
flip1995 已提交
5546 5547 5548 5549
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5550
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
F
flip1995 已提交
5551

5552 5553 5554 5555
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
5556 5557
 "num-traits",
 "tidy",
5558 5559
]

N
Nick Cameron 已提交
5560 5561 5562 5563
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
5564 5565 5566 5567 5568
 "cc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
N
Nick Cameron 已提交
5569 5570
]

5571 5572
[[package]]
name = "url"
5573
version = "1.7.2"
5574
source = "registry+https://github.com/rust-lang/crates.io-index"
5575
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5576
dependencies = [
5577 5578 5579
 "idna 0.1.5",
 "matches",
 "percent-encoding 1.0.1",
5580 5581
]

E
Eric Huss 已提交
5582 5583
[[package]]
name = "url"
F
flip1995 已提交
5584
version = "2.1.0"
E
Eric Huss 已提交
5585
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
5586
checksum = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
E
Eric Huss 已提交
5587
dependencies = [
5588 5589
 "idna 0.2.0",
 "matches",
E
Eric Huss 已提交
5590
 "percent-encoding 2.1.0",
5591
 "serde",
E
Eric Huss 已提交
5592 5593
]

S
steveklabnik 已提交
5594 5595 5596 5597
[[package]]
name = "utf-8"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
5598
checksum = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
S
steveklabnik 已提交
5599

5600 5601
[[package]]
name = "utf8-ranges"
5602
version = "1.0.2"
5603
source = "registry+https://github.com/rust-lang/crates.io-index"
5604
checksum = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
5605

E
Eric Huss 已提交
5606 5607 5608 5609
[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5610
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
E
Eric Huss 已提交
5611

5612 5613 5614 5615
[[package]]
name = "uuid"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
5616
checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
5617
dependencies = [
5618
 "rand 0.6.1",
5619 5620
]

5621 5622
[[package]]
name = "vcpkg"
5623
version = "0.2.8"
5624
source = "registry+https://github.com/rust-lang/crates.io-index"
5625
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
5626

5627 5628
[[package]]
name = "vec_map"
A
Alex Crichton 已提交
5629
version = "0.8.1"
5630
source = "registry+https://github.com/rust-lang/crates.io-index"
5631
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
5632

R
Ralf Jung 已提交
5633 5634
[[package]]
name = "vergen"
R
Ralf Jung 已提交
5635
version = "3.0.4"
R
Ralf Jung 已提交
5636
source = "registry+https://github.com/rust-lang/crates.io-index"
5637
checksum = "6aba5e34f93dc7051dfad05b98a18e9156f27e7b431fe1d2398cb6061c0a1dba"
R
Ralf Jung 已提交
5638
dependencies = [
5639 5640 5641
 "bitflags",
 "chrono",
 "failure",
R
Ralf Jung 已提交
5642 5643
]

E
Eric Huss 已提交
5644 5645 5646 5647 5648 5649
[[package]]
name = "version_check"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"

E
Eric Huss 已提交
5650 5651 5652 5653
[[package]]
name = "vte"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5654
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
E
Eric Huss 已提交
5655
dependencies = [
5656
 "utf8parse",
E
Eric Huss 已提交
5657 5658
]

5659 5660
[[package]]
name = "walkdir"
5661
version = "2.2.7"
5662
source = "registry+https://github.com/rust-lang/crates.io-index"
5663
checksum = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
5664
dependencies = [
5665
 "same-file",
E
Eric Huss 已提交
5666
 "winapi 0.3.8",
5667
 "winapi-util",
5668 5669
]

5670 5671 5672 5673
[[package]]
name = "want"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5674
checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
5675
dependencies = [
5676 5677 5678
 "futures",
 "log",
 "try-lock",
5679 5680
]

5681 5682 5683 5684 5685
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
N
newpavlov 已提交
5686 5687 5688 5689 5690 5691
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

5692 5693 5694 5695
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
5696
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
5697

5698 5699
[[package]]
name = "winapi"
E
Eric Huss 已提交
5700
version = "0.3.8"
5701
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5702
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
5703
dependencies = [
5704 5705
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
5706 5707
]

5708 5709 5710 5711
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5712
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
5713

5714 5715 5716 5717
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5718
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5719

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

5729 5730 5731 5732
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5733
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5734

5735 5736
[[package]]
name = "wincolor"
A
Alex Crichton 已提交
5737
version = "1.0.1"
5738
source = "registry+https://github.com/rust-lang/crates.io-index"
5739
checksum = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
5740
dependencies = [
E
Eric Huss 已提交
5741
 "winapi 0.3.8",
5742
 "winapi-util",
5743 5744
]

E
Eric Huss 已提交
5745 5746 5747 5748 5749 5750 5751 5752 5753
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
 "winapi 0.3.8",
]

5754 5755 5756 5757
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5758
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
5759
dependencies = [
5760 5761
 "winapi 0.2.8",
 "winapi-build",
5762 5763
]

5764 5765
[[package]]
name = "xattr"
A
Alex Crichton 已提交
5766
version = "0.2.2"
5767
source = "registry+https://github.com/rust-lang/crates.io-index"
5768
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5769
dependencies = [
5770
 "libc",
5771 5772 5773 5774
]

[[package]]
name = "xz2"
A
Alex Crichton 已提交
5775
version = "0.1.5"
5776
source = "registry+https://github.com/rust-lang/crates.io-index"
5777
checksum = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
5778
dependencies = [
5779
 "lzma-sys",
5780 5781
]

5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792
[[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",
]

5793 5794 5795 5796
[[package]]
name = "yaml-rust"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5797
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5798 5799 5800 5801 5802 5803 5804 5805 5806

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