Cargo.lock 112.1 KB
Newer Older
1 2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
3
[[package]]
4 5
name = "addr2line"
version = "0.13.0"
6
source = "registry+https://github.com/rust-lang/crates.io-index"
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
dependencies = [
 "compiler_builtins",
 "gimli",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

[[package]]
name = "adler"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
]
24

E
Eric Huss 已提交
25 26
[[package]]
name = "aho-corasick"
Y
Yuki Okushi 已提交
27
version = "0.7.10"
E
Eric Huss 已提交
28
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
29
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
E
Eric Huss 已提交
30
dependencies = [
31
 "memchr",
E
Eric Huss 已提交
32 33
]

34 35 36 37
[[package]]
name = "alloc"
version = "0.0.0"
dependencies = [
38 39
 "compiler_builtins",
 "core",
40 41
 "rand",
 "rand_xorshift",
42 43
]

S
steveklabnik 已提交
44 45
[[package]]
name = "ammonia"
46
version = "3.1.0"
E
Eric Huss 已提交
47
source = "registry+https://github.com/rust-lang/crates.io-index"
48
checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b"
E
Eric Huss 已提交
49
dependencies = [
50
 "html5ever",
Y
Yuki Okushi 已提交
51
 "lazy_static",
52
 "maplit",
53
 "markup5ever_rcdom",
54 55
 "matches",
 "tendril",
56
 "url 2.1.0",
E
Eric Huss 已提交
57 58
]

59 60 61 62
[[package]]
name = "annotate-snippets"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
63
checksum = "c7021ce4924a3f25f802b2cccd1af585e39ea1a363a1aa2e72afe54b67a3a7a7"
I
Igor Matuszewski 已提交
64
dependencies = [
O
Oliver Scherer 已提交
65
 "ansi_term 0.11.0",
I
Igor Matuszewski 已提交
66
]
67

68 69 70 71 72 73
[[package]]
name = "annotate-snippets"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"

74 75
[[package]]
name = "ansi_term"
A
Aleksey Kladov 已提交
76
version = "0.11.0"
77
source = "registry+https://github.com/rust-lang/crates.io-index"
78
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
A
Aleksey Kladov 已提交
79
dependencies = [
E
Eric Huss 已提交
80
 "winapi 0.3.8",
A
Aleksey Kladov 已提交
81
]
82

O
Oliver Scherer 已提交
83 84 85 86 87 88 89 90 91
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
 "winapi 0.3.8",
]

E
Eric Huss 已提交
92 93
[[package]]
name = "anyhow"
E
Eric Huss 已提交
94
version = "1.0.31"
E
Eric Huss 已提交
95
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
96
checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
E
Eric Huss 已提交
97

98 99 100 101
[[package]]
name = "arc-swap"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
102
checksum = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6"
103

F
flip1995 已提交
104 105 106 107
[[package]]
name = "argon2rs"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
108
checksum = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
F
flip1995 已提交
109
dependencies = [
110 111
 "blake2-rfc",
 "scoped_threadpool",
F
flip1995 已提交
112 113
]

N
Nick Cameron 已提交
114 115 116 117
[[package]]
name = "arrayvec"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
118
checksum = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
N
Nick Cameron 已提交
119
dependencies = [
120
 "nodrop",
N
Nick Cameron 已提交
121 122
]

123 124 125 126 127 128
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"

129 130
[[package]]
name = "atty"
Y
Yuki Okushi 已提交
131
version = "0.2.14"
132
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
133
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
134
dependencies = [
Y
Yuki Okushi 已提交
135
 "hermit-abi",
136
 "libc",
E
Eric Huss 已提交
137
 "winapi 0.3.8",
138 139
]

140 141
[[package]]
name = "autocfg"
142
version = "0.1.7"
143
source = "registry+https://github.com/rust-lang/crates.io-index"
144
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
145

146 147 148 149 150 151
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"

152 153
[[package]]
name = "backtrace"
154
version = "0.3.50"
155
dependencies = [
156
 "addr2line",
157 158
 "cfg-if",
 "libc",
159 160
 "miniz_oxide",
 "object",
161
 "rustc-demangle",
162 163
]

164 165
[[package]]
name = "bitflags"
V
varkor 已提交
166
version = "1.2.1"
167
source = "registry+https://github.com/rust-lang/crates.io-index"
V
varkor 已提交
168
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
169

E
Eric Huss 已提交
170 171 172 173 174 175 176 177 178
[[package]]
name = "bitmaps"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81e039a80914325b37fde728ef7693c212f0ac913d5599607d7b95a9484aae0b"
dependencies = [
 "typenum",
]

F
flip1995 已提交
179 180 181 182
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
183
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
F
flip1995 已提交
184
dependencies = [
185
 "arrayvec 0.4.7",
186
 "constant_time_eq",
F
flip1995 已提交
187 188
]

189 190
[[package]]
name = "block-buffer"
191
version = "0.7.3"
192
source = "registry+https://github.com/rust-lang/crates.io-index"
193 194 195 196 197 198 199 200 201 202 203 204 205
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"
206
dependencies = [
207
 "byte-tools",
208 209
]

210 211 212 213
[[package]]
name = "bootstrap"
version = "0.0.0"
dependencies = [
214 215 216 217 218
 "build_helper",
 "cc",
 "cmake",
 "filetime",
 "getopts",
219
 "ignore",
Y
Yuki Okushi 已提交
220
 "lazy_static",
221 222
 "libc",
 "num_cpus",
223
 "opener",
224 225 226 227
 "pretty_assertions",
 "serde",
 "serde_json",
 "time",
E
Eric Huss 已提交
228
 "toml",
229
 "winapi 0.3.8",
230 231
]

E
Eric Huss 已提交
232 233 234 235
[[package]]
name = "bstr"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
236
checksum = "853b090ce0f45d0265902666bf88039ea3da825e33796716c511a1ec9c170036"
E
Eric Huss 已提交
237
dependencies = [
238
 "memchr",
E
Eric Huss 已提交
239 240
]

241 242 243 244
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
245
 "serde",
246
 "serde_json",
E
Eric Huss 已提交
247
 "toml",
248 249 250 251 252 253
]

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

254 255
[[package]]
name = "byte-tools"
256
version = "0.3.1"
257
source = "registry+https://github.com/rust-lang/crates.io-index"
258
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
259

260 261
[[package]]
name = "bytecount"
262
version = "0.6.0"
263
source = "registry+https://github.com/rust-lang/crates.io-index"
264
checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
265
dependencies = [
266
 "packed_simd",
267 268
]

269 270
[[package]]
name = "byteorder"
R
Ralf Jung 已提交
271
version = "1.3.2"
272
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
273
checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
274

275 276 277 278
[[package]]
name = "bytes"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
279
checksum = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
280
dependencies = [
281 282
 "byteorder",
 "iovec",
283 284
]

A
Alex Crichton 已提交
285 286 287 288
[[package]]
name = "bytesize"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
289
checksum = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
A
Alex Crichton 已提交
290

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

353 354 355 356 357 358 359 360 361 362 363 364 365
[[package]]
name = "cargo-miri"
version = "0.1.0"
dependencies = [
 "cargo_metadata 0.9.1",
 "directories",
 "rustc-workspace-hack",
 "rustc_version",
 "serde",
 "serde_json",
 "vergen",
]

A
Alex Crichton 已提交
366 367
[[package]]
name = "cargo-platform"
E
Eric Huss 已提交
368
version = "0.1.1"
A
Alex Crichton 已提交
369 370 371 372
dependencies = [
 "serde",
]

E
Eric Huss 已提交
373 374 375 376
[[package]]
name = "cargo-test-macro"
version = "0.1.0"

A
Aaron Hill 已提交
377 378 379 380 381 382 383 384 385 386
[[package]]
name = "cargo-test-support"
version = "0.1.0"
dependencies = [
 "cargo",
 "cargo-test-macro",
 "filetime",
 "flate2",
 "git2",
 "glob",
Y
Yuki Okushi 已提交
387
 "lazy_static",
A
Aaron Hill 已提交
388 389 390 391 392 393
 "remove_dir_all",
 "serde_json",
 "tar",
 "url 2.1.0",
]

M
Manish Goregaokar 已提交
394 395 396 397
[[package]]
name = "cargo_metadata"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
398
checksum = "929766d993a2fde7a0ae962ee82429069cd7b68839cd9375b98efd719df65d3a"
M
Manish Goregaokar 已提交
399
dependencies = [
400
 "failure",
E
Eric Huss 已提交
401
 "semver 0.9.0",
402 403 404
 "serde",
 "serde_derive",
 "serde_json",
M
Manish Goregaokar 已提交
405 406
]

M
Manish Goregaokar 已提交
407 408
[[package]]
name = "cargo_metadata"
409
version = "0.9.1"
M
Manish Goregaokar 已提交
410
source = "registry+https://github.com/rust-lang/crates.io-index"
411
checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
M
Manish Goregaokar 已提交
412
dependencies = [
E
Eric Huss 已提交
413
 "semver 0.9.0",
M
Manish Goregaokar 已提交
414 415 416 417 418
 "serde",
 "serde_derive",
 "serde_json",
]

A
Alex Crichton 已提交
419 420 421 422
[[package]]
name = "cargotest2"
version = "0.1.0"

N
Nick Cameron 已提交
423 424
[[package]]
name = "cc"
425
version = "1.0.58"
N
Nick Cameron 已提交
426
source = "registry+https://github.com/rust-lang/crates.io-index"
427
checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
E
Eric Huss 已提交
428 429 430
dependencies = [
 "jobserver",
]
N
Nick Cameron 已提交
431

432 433
[[package]]
name = "cfg-if"
434
version = "0.1.10"
435
source = "registry+https://github.com/rust-lang/crates.io-index"
436
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
437
dependencies = [
438 439
 "compiler_builtins",
 "rustc-std-workspace-core",
440
]
441

J
Jack Huey 已提交
442 443
[[package]]
name = "chalk-derive"
J
Jack Huey 已提交
444
version = "0.14.0"
J
Jack Huey 已提交
445
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
446
checksum = "d463e01905d607e181de72e8608721d3269f29176c9a14ce037011316ae7131d"
J
Jack Huey 已提交
447
dependencies = [
448 449 450
 "proc-macro2",
 "quote",
 "syn",
451
 "synstructure",
J
Jack Huey 已提交
452 453 454 455
]

[[package]]
name = "chalk-engine"
J
Jack Huey 已提交
456
version = "0.14.0"
J
Jack Huey 已提交
457
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
458
checksum = "efaf428f5398d36284f79690cf988762b7c091249f50a6c11db613a46c057000"
J
Jack Huey 已提交
459
dependencies = [
J
Jack Huey 已提交
460 461
 "chalk-derive",
 "chalk-ir",
J
Jack Huey 已提交
462
 "rustc-hash",
J
Jack Huey 已提交
463
 "tracing",
J
Jack Huey 已提交
464 465 466 467
]

[[package]]
name = "chalk-ir"
J
Jack Huey 已提交
468
version = "0.14.0"
J
Jack Huey 已提交
469
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
470
checksum = "fd3fdc1e9f68498ffe80f4a23b0b95f1ca6fb21d5a4c9b0c085fab3ca712bdbe"
J
Jack Huey 已提交
471 472
dependencies = [
 "chalk-derive",
Y
Yuki Okushi 已提交
473
 "lazy_static",
J
Jack Huey 已提交
474 475 476 477
]

[[package]]
name = "chalk-solve"
J
Jack Huey 已提交
478
version = "0.14.0"
J
Jack Huey 已提交
479
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
480
checksum = "5b9fd4102807b7ebe8fb034fa0f488c5656e1966d3261b558b81a08d519cdb29"
J
Jack Huey 已提交
481 482 483 484
dependencies = [
 "chalk-derive",
 "chalk-engine",
 "chalk-ir",
J
Jack Huey 已提交
485
 "ena",
J
Jack Huey 已提交
486 487 488
 "itertools 0.9.0",
 "petgraph",
 "rustc-hash",
J
Jack Huey 已提交
489
 "tracing",
J
Jack Huey 已提交
490 491
]

A
Alex Crichton 已提交
492 493
[[package]]
name = "chrono"
494
version = "0.4.6"
A
Alex Crichton 已提交
495
source = "registry+https://github.com/rust-lang/crates.io-index"
496
checksum = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
A
Alex Crichton 已提交
497
dependencies = [
498 499 500
 "num-integer",
 "num-traits",
 "time",
A
Alex Crichton 已提交
501 502
]

503 504
[[package]]
name = "clap"
505
version = "2.33.0"
506
source = "registry+https://github.com/rust-lang/crates.io-index"
507
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
508
dependencies = [
O
Oliver Scherer 已提交
509
 "ansi_term 0.11.0",
510 511 512 513 514 515
 "atty",
 "bitflags",
 "strsim",
 "textwrap",
 "unicode-width",
 "vec_map",
516
 "yaml-rust 0.3.5",
517 518
]

O
Oliver Schneider 已提交
519 520
[[package]]
name = "clippy"
O
Oliver Schneider 已提交
521
version = "0.0.212"
O
Oliver Schneider 已提交
522
dependencies = [
523
 "cargo_metadata 0.9.1",
524 525
 "clippy-mini-macro-test",
 "clippy_lints",
R
Ralf Jung 已提交
526
 "compiletest_rs",
527
 "derive-new",
Y
Yuki Okushi 已提交
528
 "lazy_static",
529
 "rustc-workspace-hack",
O
Oliver Scherer 已提交
530
 "rustc_tools_util 0.2.0",
E
Eric Huss 已提交
531
 "semver 0.9.0",
532
 "serde",
533
 "tempfile",
R
Ralf Jung 已提交
534
 "tester",
O
Oliver Schneider 已提交
535 536 537 538
]

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

O
Oliver Schneider 已提交
541 542
[[package]]
name = "clippy_lints"
O
Oliver Schneider 已提交
543
version = "0.0.212"
544
dependencies = [
545
 "cargo_metadata 0.9.1",
546
 "if_chain",
547
 "itertools 0.9.0",
Y
Yuki Okushi 已提交
548
 "lazy_static",
E
Eric Huss 已提交
549
 "pulldown-cmark",
550
 "quine-mc_cluskey",
551
 "quote",
552
 "regex-syntax",
E
Eric Huss 已提交
553
 "semver 0.9.0",
554
 "serde",
crlf0710's avatar
crlf0710 已提交
555
 "smallvec 1.4.0",
556
 "syn",
E
Eric Huss 已提交
557
 "toml",
558
 "unicode-normalization",
F
flip1995 已提交
559
 "url 2.1.0",
560 561
]

K
kennytm 已提交
562 563 564 565
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
566
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
K
kennytm 已提交
567
dependencies = [
568
 "bitflags",
K
kennytm 已提交
569 570
]

571 572
[[package]]
name = "cmake"
573
version = "0.1.42"
574
source = "registry+https://github.com/rust-lang/crates.io-index"
575
checksum = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
576
dependencies = [
577
 "cc",
578 579
]

N
Nick Cameron 已提交
580 581
[[package]]
name = "colored"
Y
Yuki Okushi 已提交
582
version = "1.9.3"
N
Nick Cameron 已提交
583
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
584
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
N
Nick Cameron 已提交
585
dependencies = [
Y
Yuki Okushi 已提交
586 587 588
 "atty",
 "lazy_static",
 "winapi 0.3.8",
N
Nick Cameron 已提交
589 590
]

O
Oliver Schneider 已提交
591 592 593 594
[[package]]
name = "commoncrypto"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
595
checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
O
Oliver Schneider 已提交
596
dependencies = [
597
 "commoncrypto-sys",
O
Oliver Schneider 已提交
598 599 600 601 602 603
]

[[package]]
name = "commoncrypto-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
604
checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
O
Oliver Schneider 已提交
605
dependencies = [
606
 "libc",
607 608
]

609 610
[[package]]
name = "compiler_builtins"
611
version = "0.1.32"
612
source = "registry+https://github.com/rust-lang/crates.io-index"
613
checksum = "7bc4ac2c824d2bfc612cba57708198547e9a26943af0632aff033e0693074d5c"
614
dependencies = [
615 616
 "cc",
 "rustc-std-workspace-core",
617 618
]

619 620 621 622
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
623
 "diff",
R
Ralf Jung 已提交
624
 "env_logger 0.7.1",
625
 "getopts",
X
Xavier Denis 已提交
626
 "glob",
Y
Yuki Okushi 已提交
627
 "lazy_static",
628 629 630
 "libc",
 "miow 0.3.3",
 "regex",
R
Ralf Jung 已提交
631
 "rustfix",
632 633
 "serde",
 "serde_json",
O
Oliver Scherer 已提交
634
 "tracing",
635
 "walkdir",
E
Eric Huss 已提交
636
 "winapi 0.3.8",
637 638
]

639 640 641 642 643 644 645 646 647 648 649 650 651
[[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 已提交
652
 "rustfix",
653 654 655 656 657 658 659 660
 "serde",
 "serde_derive",
 "serde_json",
 "tempfile",
 "tester",
 "winapi 0.3.8",
]

F
flip1995 已提交
661 662 663 664
[[package]]
name = "constant_time_eq"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
665
checksum = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
F
flip1995 已提交
666

667 668 669
[[package]]
name = "core"
version = "0.0.0"
A
Alex Crichton 已提交
670
dependencies = [
671
 "rand",
A
Alex Crichton 已提交
672
]
673

E
Eric Huss 已提交
674 675
[[package]]
name = "core-foundation"
E
Eric Huss 已提交
676
version = "0.9.0"
E
Eric Huss 已提交
677
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
678
checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
E
Eric Huss 已提交
679
dependencies = [
E
Eric Huss 已提交
680
 "core-foundation-sys",
681
 "libc",
N
Nick Cameron 已提交
682 683
]

E
Eric Huss 已提交
684 685
[[package]]
name = "core-foundation-sys"
E
Eric Huss 已提交
686
version = "0.8.0"
E
Eric Huss 已提交
687
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
688
checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
E
Eric Huss 已提交
689

690 691
[[package]]
name = "crates-io"
E
Eric Huss 已提交
692
version = "0.31.1"
693
dependencies = [
E
Eric Huss 已提交
694
 "anyhow",
695
 "curl",
E
Eric Huss 已提交
696
 "percent-encoding 2.1.0",
697 698
 "serde",
 "serde_json",
F
flip1995 已提交
699
 "url 2.1.0",
700 701
]

702 703
[[package]]
name = "crc32fast"
704
version = "1.2.0"
705
source = "registry+https://github.com/rust-lang/crates.io-index"
706
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
707
dependencies = [
708
 "cfg-if",
709
]
710

711 712 713 714 715 716
[[package]]
name = "crossbeam-channel"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c"
dependencies = [
717
 "crossbeam-utils 0.7.2",
718 719
]

J
Josh Stone 已提交
720 721 722 723 724 725
[[package]]
name = "crossbeam-deque"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
dependencies = [
I
Igor Matuszewski 已提交
726
 "crossbeam-epoch",
J
Josh Stone 已提交
727 728 729
 "crossbeam-utils 0.6.5",
]

730 731
[[package]]
name = "crossbeam-epoch"
R
Ralf Jung 已提交
732
version = "0.7.2"
733
source = "registry+https://github.com/rust-lang/crates.io-index"
734
checksum = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
735
dependencies = [
736
 "arrayvec 0.4.7",
737 738
 "cfg-if",
 "crossbeam-utils 0.6.5",
Y
Yuki Okushi 已提交
739
 "lazy_static",
I
Igor Matuszewski 已提交
740
 "memoffset",
741
 "scopeguard",
742 743
]

744 745 746 747
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
748
checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
749
dependencies = [
750
 "crossbeam-utils 0.6.5",
751 752
]

A
Alex Crichton 已提交
753 754
[[package]]
name = "crossbeam-utils"
E
Eric Huss 已提交
755
version = "0.6.5"
A
Alex Crichton 已提交
756
source = "registry+https://github.com/rust-lang/crates.io-index"
757
checksum = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
A
Alex Crichton 已提交
758
dependencies = [
759
 "cfg-if",
Y
Yuki Okushi 已提交
760
 "lazy_static",
A
Alex Crichton 已提交
761 762
]

E
Eric Huss 已提交
763 764
[[package]]
name = "crossbeam-utils"
765
version = "0.7.2"
E
Eric Huss 已提交
766
source = "registry+https://github.com/rust-lang/crates.io-index"
767
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
E
Eric Huss 已提交
768
dependencies = [
769
 "autocfg 1.0.0",
E
Eric Huss 已提交
770
 "cfg-if",
Y
Yuki Okushi 已提交
771
 "lazy_static",
E
Eric Huss 已提交
772 773
]

O
Oliver Schneider 已提交
774 775
[[package]]
name = "crypto-hash"
A
Alex Crichton 已提交
776
version = "0.3.1"
O
Oliver Schneider 已提交
777
source = "registry+https://github.com/rust-lang/crates.io-index"
778
checksum = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
O
Oliver Schneider 已提交
779
dependencies = [
780
 "commoncrypto",
A
Aaron Hill 已提交
781
 "hex 0.3.2",
782
 "openssl",
E
Eric Huss 已提交
783
 "winapi 0.3.8",
O
Oliver Schneider 已提交
784 785
]

786 787 788 789 790 791
[[package]]
name = "ctor"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47c5e5ac752e18207b12e16b10631ae5f7f68f8805f335f9b817ead83d9ffce1"
dependencies = [
792 793
 "quote",
 "syn",
794 795
]

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

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

D
Douglas Campos 已提交
827 828
[[package]]
name = "datafrog"
N
Niko Matsakis 已提交
829
version = "2.0.1"
D
Douglas Campos 已提交
830
source = "registry+https://github.com/rust-lang/crates.io-index"
831
checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
D
Douglas Campos 已提交
832

833 834
[[package]]
name = "derive-new"
I
Igor Matuszewski 已提交
835
version = "0.5.8"
836
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
837
checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
838
dependencies = [
839 840 841
 "proc-macro2",
 "quote",
 "syn",
842 843
]

K
kennytm 已提交
844 845
[[package]]
name = "derive_more"
I
Igor Matuszewski 已提交
846
version = "0.99.2"
K
kennytm 已提交
847
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
848
checksum = "2159be042979966de68315bce7034bb000c775f22e3e834e1c52ff78f041cae8"
K
kennytm 已提交
849
dependencies = [
850 851 852
 "proc-macro2",
 "quote",
 "syn",
K
kennytm 已提交
853 854
]

855 856
[[package]]
name = "diff"
O
Oliver Schneider 已提交
857
version = "0.1.11"
858
source = "registry+https://github.com/rust-lang/crates.io-index"
859
checksum = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
860

M
Mark Simulacrum 已提交
861 862 863 864
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
865
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
M
Mark Simulacrum 已提交
866

867 868
[[package]]
name = "digest"
869
version = "0.8.1"
870
source = "registry+https://github.com/rust-lang/crates.io-index"
871
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
872
dependencies = [
873
 "generic-array",
874 875
]

R
Ralf Jung 已提交
876 877
[[package]]
name = "directories"
R
Ralf Jung 已提交
878
version = "2.0.1"
R
Ralf Jung 已提交
879
source = "registry+https://github.com/rust-lang/crates.io-index"
880
checksum = "2ccc83e029c3cebb4c8155c644d34e3a070ccdb4ff90d369c74cd73f7cb3c984"
R
Ralf Jung 已提交
881
dependencies = [
882 883
 "cfg-if",
 "dirs-sys",
R
Ralf Jung 已提交
884 885
]

F
flip1995 已提交
886 887
[[package]]
name = "dirs"
T
topecongiro 已提交
888
version = "2.0.1"
F
flip1995 已提交
889
source = "registry+https://github.com/rust-lang/crates.io-index"
890
checksum = "1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1"
F
flip1995 已提交
891
dependencies = [
892 893
 "cfg-if",
 "dirs-sys",
F
flip1995 已提交
894 895
]

R
Ralf Jung 已提交
896 897 898 899
[[package]]
name = "dirs-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
900
checksum = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d"
R
Ralf Jung 已提交
901
dependencies = [
902 903 904
 "cfg-if",
 "libc",
 "redox_users",
E
Eric Huss 已提交
905
 "winapi 0.3.8",
R
Ralf Jung 已提交
906 907
]

O
Oliver Schneider 已提交
908 909
[[package]]
name = "dlmalloc"
910
version = "0.1.4"
911
source = "registry+https://github.com/rust-lang/crates.io-index"
912
checksum = "35055b1021724f4eb5262eb49130eebff23fc59fc5a14160e05faad8eeb36673"
O
Oliver Schneider 已提交
913
dependencies = [
914 915 916
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
O
Oliver Schneider 已提交
917 918 919 920
]

[[package]]
name = "either"
A
Alex Crichton 已提交
921
version = "1.5.0"
O
Oliver Schneider 已提交
922
source = "registry+https://github.com/rust-lang/crates.io-index"
923
checksum = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
O
Oliver Schneider 已提交
924

S
steveklabnik 已提交
925 926
[[package]]
name = "elasticlunr-rs"
927
version = "2.3.9"
S
steveklabnik 已提交
928
source = "registry+https://github.com/rust-lang/crates.io-index"
929
checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
S
steveklabnik 已提交
930
dependencies = [
Y
Yuki Okushi 已提交
931
 "lazy_static",
932 933 934 935 936 937
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "strum",
 "strum_macros",
S
steveklabnik 已提交
938 939
]

940 941 942 943 944
[[package]]
name = "ena"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
V
varkor 已提交
945
dependencies = [
946
 "log",
V
varkor 已提交
947 948
]

A
Alex Crichton 已提交
949 950
[[package]]
name = "env_logger"
M
Mateusz Mikuła 已提交
951
version = "0.6.2"
A
Alex Crichton 已提交
952
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mateusz Mikuła 已提交
953
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
A
Alex Crichton 已提交
954
dependencies = [
955
 "atty",
E
Eric Huss 已提交
956
 "humantime 1.3.0",
957 958 959
 "log",
 "regex",
 "termcolor",
A
Alex Crichton 已提交
960 961
]

A
Alex Crichton 已提交
962 963
[[package]]
name = "env_logger"
R
Ralf Jung 已提交
964
version = "0.7.1"
A
Alex Crichton 已提交
965
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
966
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
A
Alex Crichton 已提交
967 968
dependencies = [
 "atty",
E
Eric Huss 已提交
969
 "humantime 1.3.0",
A
Alex Crichton 已提交
970 971 972 973 974
 "log",
 "regex",
 "termcolor",
]

975 976 977
[[package]]
name = "error_index_generator"
version = "0.0.0"
M
Mark Simulacrum 已提交
978
dependencies = [
979
 "rustdoc",
980
 "walkdir",
M
Mark Simulacrum 已提交
981
]
982

983 984 985 986 987 988 989 990
[[package]]
name = "expand-yaml-anchors"
version = "0.1.0"
dependencies = [
 "yaml-merge-keys",
 "yaml-rust 0.4.3",
]

A
Alex Crichton 已提交
991 992
[[package]]
name = "failure"
E
Eric Huss 已提交
993
version = "0.1.5"
A
Alex Crichton 已提交
994
source = "registry+https://github.com/rust-lang/crates.io-index"
995
checksum = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
A
Alex Crichton 已提交
996
dependencies = [
997 998
 "backtrace",
 "failure_derive",
A
Alex Crichton 已提交
999 1000 1001 1002
]

[[package]]
name = "failure_derive"
1003
version = "0.1.8"
A
Alex Crichton 已提交
1004
source = "registry+https://github.com/rust-lang/crates.io-index"
1005
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
A
Alex Crichton 已提交
1006
dependencies = [
1007 1008 1009
 "proc-macro2",
 "quote",
 "syn",
1010
 "synstructure",
A
Alex Crichton 已提交
1011 1012
]

1013 1014 1015 1016
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1017
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1018

A
Alex Crichton 已提交
1019 1020
[[package]]
name = "filetime"
E
Eric Huss 已提交
1021
version = "0.2.9"
A
Alex Crichton 已提交
1022
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1023
checksum = "f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e"
A
Alex Crichton 已提交
1024
dependencies = [
1025 1026 1027
 "cfg-if",
 "libc",
 "redox_syscall",
1028
 "winapi 0.3.8",
A
Alex Crichton 已提交
1029 1030
]

J
Jack Huey 已提交
1031 1032
[[package]]
name = "fixedbitset"
J
Jack Huey 已提交
1033
version = "0.2.0"
J
Jack Huey 已提交
1034
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
1035
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
J
Jack Huey 已提交
1036

F
Felix Schütt 已提交
1037 1038
[[package]]
name = "flate2"
1039
version = "1.0.16"
F
Felix Schütt 已提交
1040
source = "registry+https://github.com/rust-lang/crates.io-index"
1041
checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
F
Felix Schütt 已提交
1042
dependencies = [
E
Eric Huss 已提交
1043
 "cfg-if",
1044 1045 1046
 "crc32fast",
 "libc",
 "libz-sys",
E
Eric Huss 已提交
1047
 "miniz_oxide",
F
Felix Schütt 已提交
1048 1049
]

1050 1051
[[package]]
name = "fnv"
O
Oliver Schneider 已提交
1052
version = "1.0.6"
1053
source = "registry+https://github.com/rust-lang/crates.io-index"
1054
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
1055

1056 1057
[[package]]
name = "foreign-types"
O
Oliver Schneider 已提交
1058 1059
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1060
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
O
Oliver Schneider 已提交
1061
dependencies = [
1062
 "foreign-types-shared",
O
Oliver Schneider 已提交
1063 1064 1065 1066 1067
]

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

1071 1072
[[package]]
name = "fortanix-sgx-abi"
1073
version = "0.3.2"
1074
source = "registry+https://github.com/rust-lang/crates.io-index"
1075
checksum = "3f8cbee5e872cf7db61a999a041f9bc4706ca7bf7df4cb914f53fabb1c1bc550"
1076
dependencies = [
1077 1078
 "compiler_builtins",
 "rustc-std-workspace-core",
1079 1080
]

1081 1082 1083 1084
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1085
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
1086

1087 1088 1089 1090
[[package]]
name = "fst"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1091
checksum = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
1092
dependencies = [
1093
 "byteorder",
1094 1095
]

1096 1097 1098 1099
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1100
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1101

O
Oliver Schneider 已提交
1102 1103
[[package]]
name = "fuchsia-zircon"
1104
version = "0.3.3"
O
Oliver Schneider 已提交
1105
source = "registry+https://github.com/rust-lang/crates.io-index"
1106
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
O
Oliver Schneider 已提交
1107
dependencies = [
1108 1109
 "bitflags",
 "fuchsia-zircon-sys",
O
Oliver Schneider 已提交
1110 1111 1112 1113
]

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

S
steveklabnik 已提交
1118 1119
[[package]]
name = "futf"
A
Alex Crichton 已提交
1120
version = "0.1.4"
S
steveklabnik 已提交
1121
source = "registry+https://github.com/rust-lang/crates.io-index"
1122
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
S
steveklabnik 已提交
1123
dependencies = [
1124 1125
 "mac",
 "new_debug_unreachable",
S
steveklabnik 已提交
1126 1127
]

1128 1129
[[package]]
name = "futures"
1130
version = "0.1.28"
1131
source = "registry+https://github.com/rust-lang/crates.io-index"
1132
checksum = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869"
1133

E
Eric Huss 已提交
1134 1135
[[package]]
name = "fwdansi"
E
Eric Huss 已提交
1136
version = "1.1.0"
E
Eric Huss 已提交
1137
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1138
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
E
Eric Huss 已提交
1139
dependencies = [
1140 1141
 "memchr",
 "termcolor",
E
Eric Huss 已提交
1142 1143
]

1144 1145
[[package]]
name = "generic-array"
1146
version = "0.12.3"
1147
source = "registry+https://github.com/rust-lang/crates.io-index"
1148
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
1149
dependencies = [
1150
 "typenum",
1151 1152
]

1153 1154
[[package]]
name = "getopts"
1155
version = "0.2.21"
1156
source = "registry+https://github.com/rust-lang/crates.io-index"
1157
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
V
varkor 已提交
1158
dependencies = [
1159 1160
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
1161
 "unicode-width",
V
varkor 已提交
1162
]
1163

G
gnzlbg 已提交
1164 1165
[[package]]
name = "getrandom"
1166
version = "0.1.14"
G
gnzlbg 已提交
1167
source = "registry+https://github.com/rust-lang/crates.io-index"
1168
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
G
gnzlbg 已提交
1169
dependencies = [
1170 1171
 "cfg-if",
 "libc",
1172
 "wasi",
G
gnzlbg 已提交
1173 1174
]

1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185
[[package]]
name = "gimli"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

1186 1187
[[package]]
name = "git2"
E
Eric Huss 已提交
1188
version = "0.13.5"
1189
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1190
checksum = "e1e02a51cd90229028c9bd8be0a0364f85b6b3199cccaa0ef39005ddbd5ac165"
1191
dependencies = [
1192 1193 1194 1195 1196 1197
 "bitflags",
 "libc",
 "libgit2-sys",
 "log",
 "openssl-probe",
 "openssl-sys",
F
flip1995 已提交
1198
 "url 2.1.0",
1199 1200 1201 1202
]

[[package]]
name = "git2-curl"
E
Eric Huss 已提交
1203
version = "0.14.0"
1204
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1205
checksum = "502d532a2d06184beb3bc869d4d90236e60934e3382c921b203fa3c33e212bd7"
1206
dependencies = [
1207 1208 1209
 "curl",
 "git2",
 "log",
F
flip1995 已提交
1210
 "url 2.1.0",
1211 1212 1213 1214
]

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

1219 1220
[[package]]
name = "globset"
E
Eric Huss 已提交
1221
version = "0.4.3"
1222
source = "registry+https://github.com/rust-lang/crates.io-index"
1223
checksum = "ef4feaabe24a0a658fd9cf4a9acf6ed284f045c77df0f49020ba3245cfb7b454"
1224
dependencies = [
1225 1226 1227 1228 1229
 "aho-corasick",
 "bstr",
 "fnv",
 "log",
 "regex",
1230 1231
]

1232 1233
[[package]]
name = "handlebars"
1234
version = "3.0.1"
1235
source = "registry+https://github.com/rust-lang/crates.io-index"
1236
checksum = "ba758d094d31274eb49d15da6f326b96bf3185239a6359bf684f3d5321148900"
1237
dependencies = [
1238 1239 1240 1241 1242 1243
 "log",
 "pest",
 "pest_derive",
 "quick-error",
 "serde",
 "serde_json",
1244 1245
]

1246 1247
[[package]]
name = "hashbrown"
A
Alex Crichton 已提交
1248
version = "0.6.2"
1249
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1250
checksum = "3cd9867f119b19fecb08cd5c326ad4488d7a1da4bf75b4d95d71db742525aaab"
1251
dependencies = [
1252
 "autocfg 0.1.7",
1253 1254 1255
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
E
Eric Huss 已提交
1256 1257
]

1258 1259 1260 1261
[[package]]
name = "heck"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1262
checksum = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
1263
dependencies = [
1264
 "unicode-segmentation",
1265 1266
]

1267 1268
[[package]]
name = "hermit-abi"
S
Stefan Lankes 已提交
1269
version = "0.1.15"
1270
source = "registry+https://github.com/rust-lang/crates.io-index"
S
Stefan Lankes 已提交
1271
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
1272 1273 1274 1275 1276 1277
dependencies = [
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
]

1278 1279
[[package]]
name = "hex"
A
Alex Crichton 已提交
1280
version = "0.3.2"
1281
source = "registry+https://github.com/rust-lang/crates.io-index"
1282
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1283

A
Aaron Hill 已提交
1284 1285 1286 1287 1288 1289
[[package]]
name = "hex"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e"

F
flip1995 已提交
1290 1291
[[package]]
name = "home"
L
Lzu Tao 已提交
1292
version = "0.5.1"
F
flip1995 已提交
1293
source = "registry+https://github.com/rust-lang/crates.io-index"
L
Lzu Tao 已提交
1294
checksum = "a3753954f7bd71f0e671afb8b5a992d1724cf43b7f95a563cd4a0bde94659ca8"
F
flip1995 已提交
1295
dependencies = [
1296
 "scopeguard",
E
Eric Huss 已提交
1297
 "winapi 0.3.8",
F
flip1995 已提交
1298 1299
]

E
Eric Huss 已提交
1300 1301
[[package]]
name = "html5ever"
1302
version = "0.25.1"
E
Eric Huss 已提交
1303
source = "registry+https://github.com/rust-lang/crates.io-index"
1304
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
E
Eric Huss 已提交
1305
dependencies = [
1306 1307 1308
 "log",
 "mac",
 "markup5ever",
1309 1310 1311
 "proc-macro2",
 "quote",
 "syn",
E
Eric Huss 已提交
1312 1313
]

A
Alex Crichton 已提交
1314 1315
[[package]]
name = "humantime"
A
Alex Crichton 已提交
1316
version = "1.3.0"
A
Alex Crichton 已提交
1317
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1318
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
A
Alex Crichton 已提交
1319
dependencies = [
1320
 "quick-error",
A
Alex Crichton 已提交
1321 1322
]

E
Eric Huss 已提交
1323 1324 1325 1326 1327 1328
[[package]]
name = "humantime"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da"

1329 1330
[[package]]
name = "idna"
A
Alex Crichton 已提交
1331
version = "0.1.5"
1332
source = "registry+https://github.com/rust-lang/crates.io-index"
1333
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1334
dependencies = [
1335 1336 1337
 "matches",
 "unicode-bidi",
 "unicode-normalization",
A
Alex Crichton 已提交
1338 1339
]

E
Eric Huss 已提交
1340 1341 1342 1343
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1344
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
E
Eric Huss 已提交
1345
dependencies = [
1346 1347 1348
 "matches",
 "unicode-bidi",
 "unicode-normalization",
E
Eric Huss 已提交
1349 1350
]

O
Oliver Schneider 已提交
1351 1352
[[package]]
name = "if_chain"
O
Oliver Scherer 已提交
1353
version = "1.0.0"
O
Oliver Schneider 已提交
1354
source = "registry+https://github.com/rust-lang/crates.io-index"
1355
checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
O
Oliver Schneider 已提交
1356

1357 1358
[[package]]
name = "ignore"
I
Igor Matuszewski 已提交
1359
version = "0.4.11"
1360
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1361
checksum = "522daefc3b69036f80c7d2990b28ff9e0471c683bad05ca258e0a01dd22c5a1e"
1362
dependencies = [
I
Igor Matuszewski 已提交
1363
 "crossbeam-channel",
1364
 "globset",
Y
Yuki Okushi 已提交
1365
 "lazy_static",
1366 1367 1368 1369
 "log",
 "memchr",
 "regex",
 "same-file",
Y
Yuki Okushi 已提交
1370
 "thread_local",
1371 1372
 "walkdir",
 "winapi-util",
1373 1374
]

E
Eric Huss 已提交
1375 1376
[[package]]
name = "im-rc"
E
Eric Huss 已提交
1377
version = "15.0.0"
E
Eric Huss 已提交
1378
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1379
checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
E
Eric Huss 已提交
1380
dependencies = [
E
Eric Huss 已提交
1381 1382 1383
 "bitmaps",
 "rand_core 0.5.1",
 "rand_xoshiro",
1384 1385
 "sized-chunks",
 "typenum",
1386
 "version_check",
E
Eric Huss 已提交
1387 1388
]

1389 1390 1391 1392
[[package]]
name = "indexmap"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1393
checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
1394

1395 1396 1397 1398
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
1399
 "anyhow",
1400 1401
 "clap",
 "flate2",
Y
Yuki Okushi 已提交
1402
 "lazy_static",
1403 1404 1405 1406 1407
 "num_cpus",
 "rayon",
 "remove_dir_all",
 "tar",
 "walkdir",
E
Eric Huss 已提交
1408
 "winapi 0.3.8",
1409
 "xz2",
1410 1411
]

1412 1413
[[package]]
name = "iovec"
1414
version = "0.1.4"
1415
source = "registry+https://github.com/rust-lang/crates.io-index"
1416
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1417
dependencies = [
1418
 "libc",
1419 1420 1421 1422 1423 1424
]

[[package]]
name = "itertools"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1425
checksum = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
1426
dependencies = [
1427
 "either",
1428 1429
]

1430 1431 1432 1433 1434 1435 1436 1437 1438
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
 "either",
]

1439
[[package]]
A
Alex Crichton 已提交
1440
name = "itoa"
E
Eric Huss 已提交
1441
version = "0.4.4"
1442
source = "registry+https://github.com/rust-lang/crates.io-index"
1443
checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1444

1445 1446
[[package]]
name = "jemalloc-sys"
G
gnzlbg 已提交
1447
version = "0.3.0"
1448
source = "registry+https://github.com/rust-lang/crates.io-index"
1449
checksum = "7bef0d4ce37578dfd80b466e3d8324bd9de788e249f1accebb0c472ea4b52bdc"
1450
dependencies = [
1451 1452 1453
 "cc",
 "fs_extra",
 "libc",
1454 1455
]

S
Steve Klabnik 已提交
1456
[[package]]
A
Alex Crichton 已提交
1457
name = "jobserver"
A
Alex Crichton 已提交
1458
version = "0.1.21"
S
Steve Klabnik 已提交
1459
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1460
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
A
Alex Crichton 已提交
1461
dependencies = [
1462
 "libc",
A
Alex Crichton 已提交
1463
]
S
Steve Klabnik 已提交
1464

1465 1466 1467 1468
[[package]]
name = "json"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
1469
checksum = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
1470

1471 1472
[[package]]
name = "jsonrpc-client-transports"
I
Igor Matuszewski 已提交
1473
version = "14.0.5"
1474
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1475
checksum = "0a9ae166c4d1f702d297cd76d4b55758ace80272ffc6dbb139fdc1bf810de40b"
1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489
dependencies = [
 "failure",
 "futures",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
 "serde",
 "serde_json",
 "tokio",
 "url 1.7.2",
]

1490 1491
[[package]]
name = "jsonrpc-core"
I
Igor Matuszewski 已提交
1492
version = "14.0.5"
1493
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1494
checksum = "fe3b688648f1ef5d5072229e2d672ecb92cbff7d1c79bcf3fd5898f3f3df0970"
1495
dependencies = [
1496 1497 1498 1499 1500
 "futures",
 "log",
 "serde",
 "serde_derive",
 "serde_json",
1501 1502
]

1503 1504
[[package]]
name = "jsonrpc-core-client"
I
Igor Matuszewski 已提交
1505
version = "14.0.5"
1506
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1507
checksum = "080dc110be17701097df238fad3c816d4a478a1899dfbcf8ec8957dd40ec7304"
1508 1509 1510 1511 1512 1513
dependencies = [
 "jsonrpc-client-transports",
]

[[package]]
name = "jsonrpc-derive"
I
Igor Matuszewski 已提交
1514
version = "14.0.5"
1515
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1516
checksum = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058"
1517 1518
dependencies = [
 "proc-macro-crate",
1519 1520 1521
 "proc-macro2",
 "quote",
 "syn",
1522 1523 1524 1525
]

[[package]]
name = "jsonrpc-ipc-server"
I
Igor Matuszewski 已提交
1526
version = "14.0.3"
1527
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1528
checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a"
1529 1530 1531 1532 1533
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
I
Igor Matuszewski 已提交
1534
 "parking_lot 0.9.0",
1535 1536 1537 1538 1539
 "tokio-service",
]

[[package]]
name = "jsonrpc-pubsub"
I
Igor Matuszewski 已提交
1540
version = "14.0.6"
1541
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1542
checksum = "5b31c9b90731276fdd24d896f31bb10aecf2e5151733364ae81123186643d939"
1543 1544 1545
dependencies = [
 "jsonrpc-core",
 "log",
1546
 "parking_lot 0.10.2",
1547 1548 1549 1550 1551
 "serde",
]

[[package]]
name = "jsonrpc-server-utils"
I
Igor Matuszewski 已提交
1552
version = "14.0.5"
1553
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1554
checksum = "95b7635e618a0edbbe0d2a2bbbc69874277c49383fcf6c3c0414491cfb517d22"
1555 1556 1557 1558
dependencies = [
 "bytes",
 "globset",
 "jsonrpc-core",
Y
Yuki Okushi 已提交
1559
 "lazy_static",
1560 1561 1562
 "log",
 "tokio",
 "tokio-codec",
E
Eric Huss 已提交
1563
 "unicase",
1564 1565
]

1566 1567 1568 1569
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1570
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1571
dependencies = [
1572 1573
 "winapi 0.2.8",
 "winapi-build",
1574 1575
]

A
Alex Crichton 已提交
1576 1577
[[package]]
name = "lazy_static"
1578
version = "1.4.0"
A
Alex Crichton 已提交
1579
source = "registry+https://github.com/rust-lang/crates.io-index"
1580
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
A
Alex Crichton 已提交
1581

A
Alex Crichton 已提交
1582 1583
[[package]]
name = "lazycell"
1584
version = "1.2.1"
A
Alex Crichton 已提交
1585
source = "registry+https://github.com/rust-lang/crates.io-index"
1586
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
A
Alex Crichton 已提交
1587

1588 1589
[[package]]
name = "libc"
P
Paul Sajna 已提交
1590
version = "0.2.74"
1591
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Paul Sajna 已提交
1592
checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"
1593
dependencies = [
1594
 "rustc-std-workspace-core",
1595
]
1596

1597 1598
[[package]]
name = "libgit2-sys"
E
Eric Huss 已提交
1599
version = "0.12.7+1.0.0"
1600
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1601
checksum = "bcd07968649bcb7b9351ecfde53ca4d27673cccfdf57c84255ec18710f3153e0"
1602
dependencies = [
1603 1604 1605 1606 1607 1608
 "cc",
 "libc",
 "libssh2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
1609 1610
]

A
Alex Crichton 已提交
1611 1612
[[package]]
name = "libnghttp2-sys"
1613
version = "0.1.2"
A
Alex Crichton 已提交
1614
source = "registry+https://github.com/rust-lang/crates.io-index"
1615
checksum = "02254d44f4435dd79e695f2c2b83cd06a47919adea30216ceaf0c57ca0a72463"
A
Alex Crichton 已提交
1616
dependencies = [
1617 1618
 "cc",
 "libc",
A
Alex Crichton 已提交
1619 1620
]

1621 1622
[[package]]
name = "libssh2-sys"
1623
version = "0.2.14"
1624
source = "registry+https://github.com/rust-lang/crates.io-index"
1625
checksum = "36aa6e813339d3a063292b77091dfbbb6152ff9006a459895fa5bebed7d34f10"
1626
dependencies = [
1627 1628 1629 1630 1631 1632
 "cc",
 "libc",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
1633 1634 1635 1636
]

[[package]]
name = "libz-sys"
1637
version = "1.0.25"
1638
source = "registry+https://github.com/rust-lang/crates.io-index"
1639
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
1640
dependencies = [
1641 1642 1643 1644
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
1645 1646
]

1647 1648 1649 1650
[[package]]
name = "linkchecker"
version = "0.1.0"

1651 1652 1653 1654 1655 1656
[[package]]
name = "linked-hash-map"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"

1657 1658
[[package]]
name = "lock_api"
1659
version = "0.3.4"
1660
source = "registry+https://github.com/rust-lang/crates.io-index"
1661
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1662
dependencies = [
1663
 "scopeguard",
1664 1665
]

1666 1667
[[package]]
name = "log"
E
Eric Huss 已提交
1668
version = "0.4.8"
1669
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1670
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1671
dependencies = [
1672
 "cfg-if",
1673
]
1674

1675 1676
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1677
version = "0.1.2"
1678
source = "registry+https://github.com/rust-lang/crates.io-index"
1679
checksum = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
1680
dependencies = [
Y
Yuki Okushi 已提交
1681
 "lazy_static",
1682 1683
]

1684 1685
[[package]]
name = "lsp-codec"
E
Eric Huss 已提交
1686
version = "0.1.2"
1687
source = "registry+https://github.com/rust-lang/crates.io-index"
1688
checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
1689
dependencies = [
1690 1691 1692
 "bytes",
 "serde_json",
 "tokio-codec",
1693 1694 1695 1696
]

[[package]]
name = "lsp-types"
1697
version = "0.60.0"
1698
source = "registry+https://github.com/rust-lang/crates.io-index"
1699
checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
1700
dependencies = [
1701 1702 1703
 "bitflags",
 "serde",
 "serde_json",
1704 1705
 "serde_repr",
 "url 2.1.0",
1706 1707
]

1708 1709
[[package]]
name = "lzma-sys"
1710
version = "0.1.14"
1711
source = "registry+https://github.com/rust-lang/crates.io-index"
1712
checksum = "16b5c59c57cc4d39e7999f50431aa312ea78af7c93b23fbb0c3567bd672e7f35"
1713
dependencies = [
1714 1715 1716
 "cc",
 "libc",
 "pkg-config",
1717 1718
]

S
steveklabnik 已提交
1719 1720 1721 1722
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1723
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
S
steveklabnik 已提交
1724

G
Guillaume Gomez 已提交
1725 1726 1727 1728
[[package]]
name = "macro-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1729
checksum = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
G
Guillaume Gomez 已提交
1730

S
steveklabnik 已提交
1731 1732 1733 1734
[[package]]
name = "maplit"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1735
checksum = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
S
steveklabnik 已提交
1736

E
Eric Huss 已提交
1737 1738
[[package]]
name = "markup5ever"
1739
version = "0.10.0"
E
Eric Huss 已提交
1740
source = "registry+https://github.com/rust-lang/crates.io-index"
1741
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
E
Eric Huss 已提交
1742
dependencies = [
1743 1744 1745 1746 1747 1748 1749 1750 1751
 "log",
 "phf",
 "phf_codegen",
 "serde",
 "serde_derive",
 "serde_json",
 "string_cache",
 "string_cache_codegen",
 "tendril",
E
Eric Huss 已提交
1752 1753
]

1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765
[[package]]
name = "markup5ever_rcdom"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
dependencies = [
 "html5ever",
 "markup5ever",
 "tendril",
 "xml5ever",
]

O
Oliver Scherer 已提交
1766 1767 1768 1769 1770 1771 1772 1773 1774
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
 "regex-automata",
]

1775 1776
[[package]]
name = "matches"
A
Alex Crichton 已提交
1777
version = "0.1.8"
1778
source = "registry+https://github.com/rust-lang/crates.io-index"
1779
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1780

1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791
[[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",
]

1792 1793
[[package]]
name = "mdbook"
E
Eric Huss 已提交
1794
version = "0.4.0"
1795
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1796
checksum = "2567ffadc0fd26fe15d6f6e0a80639f19f6a50082fdb460d0ae5d1f7298181be"
1797 1798
dependencies = [
 "ammonia",
E
Eric Huss 已提交
1799
 "anyhow",
1800 1801 1802
 "chrono",
 "clap",
 "elasticlunr-rs",
E
Eric Huss 已提交
1803
 "env_logger 0.7.1",
1804
 "handlebars",
Y
Yuki Okushi 已提交
1805
 "lazy_static",
1806 1807 1808
 "log",
 "memchr",
 "open",
E
Eric Huss 已提交
1809
 "pulldown-cmark",
1810 1811 1812 1813 1814 1815
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "shlex",
 "tempfile",
E
Eric Huss 已提交
1816
 "toml",
1817 1818
]

W
Wesley Wiser 已提交
1819 1820
[[package]]
name = "measureme"
1821
version = "0.7.1"
W
Wesley Wiser 已提交
1822
source = "registry+https://github.com/rust-lang/crates.io-index"
1823
checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
W
Wesley Wiser 已提交
1824
dependencies = [
1825 1826
 "byteorder",
 "memmap",
I
Igor Matuszewski 已提交
1827
 "parking_lot 0.9.0",
1828
 "rustc-hash",
W
Wesley Wiser 已提交
1829 1830
]

O
Oliver Schneider 已提交
1831 1832
[[package]]
name = "memchr"
Y
Yuki Okushi 已提交
1833
version = "2.3.3"
O
Oliver Schneider 已提交
1834
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
1835
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
1836

1837 1838
[[package]]
name = "memmap"
1839
version = "0.7.0"
1840
source = "registry+https://github.com/rust-lang/crates.io-index"
1841
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
1842
dependencies = [
1843
 "libc",
E
Eric Huss 已提交
1844
 "winapi 0.3.8",
1845 1846
]

R
Ralf Jung 已提交
1847 1848 1849 1850
[[package]]
name = "memoffset"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1851
checksum = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
R
Ralf Jung 已提交
1852
dependencies = [
1853
 "rustc_version",
R
Ralf Jung 已提交
1854 1855
]

G
Guillaume Gomez 已提交
1856 1857
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
1858
version = "0.0.33"
G
Guillaume Gomez 已提交
1859
source = "registry+https://github.com/rust-lang/crates.io-index"
1860
checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
G
Guillaume Gomez 已提交
1861
dependencies = [
1862
 "macro-utils",
G
Guillaume Gomez 已提交
1863 1864
]

1865 1866
[[package]]
name = "miniz_oxide"
1867
version = "0.4.0"
1868
source = "registry+https://github.com/rust-lang/crates.io-index"
1869
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
1870
dependencies = [
1871 1872 1873 1874
 "adler",
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
1875 1876
]

1877 1878 1879 1880
[[package]]
name = "mio"
version = "0.6.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
1881
checksum = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
1882
dependencies = [
1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "lazycell",
 "libc",
 "log",
 "miow 0.2.1",
 "net2",
 "slab",
 "winapi 0.2.8",
1894 1895 1896 1897 1898 1899
]

[[package]]
name = "mio-named-pipes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
1900
checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
1901
dependencies = [
1902 1903 1904
 "log",
 "mio",
 "miow 0.3.3",
E
Eric Huss 已提交
1905
 "winapi 0.3.8",
1906 1907 1908 1909 1910 1911
]

[[package]]
name = "mio-uds"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
1912
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
1913
dependencies = [
1914 1915 1916
 "iovec",
 "libc",
 "mio",
1917 1918 1919 1920 1921 1922
]

[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1923
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
1924
dependencies = [
1925 1926 1927 1928
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
1929 1930
]

A
Alex Crichton 已提交
1931 1932
[[package]]
name = "miow"
A
Alex Crichton 已提交
1933
version = "0.3.3"
A
Alex Crichton 已提交
1934
source = "registry+https://github.com/rust-lang/crates.io-index"
1935
checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
A
Alex Crichton 已提交
1936
dependencies = [
1937
 "socket2",
E
Eric Huss 已提交
1938
 "winapi 0.3.8",
A
Alex Crichton 已提交
1939 1940
]

1941 1942 1943 1944
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
1945 1946
 "byteorder",
 "colored",
R
Ralf Jung 已提交
1947
 "compiletest_rs",
R
Ralf Jung 已提交
1948
 "env_logger 0.7.1",
R
Ralf Jung 已提交
1949
 "getrandom",
R
Ralf Jung 已提交
1950
 "hex 0.4.0",
1951
 "libc",
1952
 "log",
1953
 "rand",
1954 1955 1956
 "rustc-workspace-hack",
 "rustc_version",
 "shell-escape",
1957 1958
]

1959 1960 1961 1962
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
1963
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
1964
dependencies = [
1965 1966
 "cfg-if",
 "libc",
E
Eric Huss 已提交
1967
 "winapi 0.3.8",
1968 1969
]

A
Alex Crichton 已提交
1970 1971
[[package]]
name = "new_debug_unreachable"
Y
Yuki Okushi 已提交
1972
version = "1.0.3"
A
Alex Crichton 已提交
1973
source = "registry+https://github.com/rust-lang/crates.io-index"
1974
checksum = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30"
A
Alex Crichton 已提交
1975

N
Nick Cameron 已提交
1976 1977 1978 1979
[[package]]
name = "nodrop"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
1980
checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
N
Nick Cameron 已提交
1981

1982
[[package]]
O
Oliver Schneider 已提交
1983 1984
name = "num-integer"
version = "0.1.39"
1985
source = "registry+https://github.com/rust-lang/crates.io-index"
1986
checksum = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
1987
dependencies = [
1988
 "num-traits",
1989 1990
]

S
Steve Klabnik 已提交
1991 1992
[[package]]
name = "num-traits"
1993
version = "0.2.6"
S
Steve Klabnik 已提交
1994
source = "registry+https://github.com/rust-lang/crates.io-index"
1995
checksum = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
S
Steve Klabnik 已提交
1996

1997 1998
[[package]]
name = "num_cpus"
E
Eric Huss 已提交
1999
version = "1.10.1"
2000
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2001
checksum = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
2002
dependencies = [
2003
 "libc",
2004 2005
]

2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016
[[package]]
name = "object"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

2017 2018 2019 2020 2021
[[package]]
name = "once_cell"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6a04cb71e910d0034815600180f62a95bf6e67942d7ab52a166a68c7d7e9cd0"
2022 2023 2024
dependencies = [
 "parking_lot 0.9.0",
]
2025

2026 2027 2028 2029 2030 2031
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

S
Steve Klabnik 已提交
2032 2033
[[package]]
name = "open"
A
Alex Crichton 已提交
2034
version = "1.2.1"
S
Steve Klabnik 已提交
2035
source = "registry+https://github.com/rust-lang/crates.io-index"
2036
checksum = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
S
Steve Klabnik 已提交
2037

A
Alex Crichton 已提交
2038 2039
[[package]]
name = "opener"
E
Eric Huss 已提交
2040
version = "0.4.0"
A
Alex Crichton 已提交
2041
source = "registry+https://github.com/rust-lang/crates.io-index"
2042
checksum = "998c59e83d9474c01127a96e023b7a04bb061dd286bf8bb939d31dc8d31a7448"
A
Alex Crichton 已提交
2043
dependencies = [
E
Eric Huss 已提交
2044
 "winapi 0.3.8",
A
Alex Crichton 已提交
2045 2046
]

2047 2048
[[package]]
name = "openssl"
L
Lzu Tao 已提交
2049
version = "0.10.25"
2050
source = "registry+https://github.com/rust-lang/crates.io-index"
L
Lzu Tao 已提交
2051
checksum = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449"
2052
dependencies = [
2053 2054 2055
 "bitflags",
 "cfg-if",
 "foreign-types",
Y
Yuki Okushi 已提交
2056
 "lazy_static",
2057 2058
 "libc",
 "openssl-sys",
2059 2060 2061 2062
]

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

E
Eric Huss 已提交
2067 2068
[[package]]
name = "openssl-src"
P
Pietro Albini 已提交
2069
version = "111.9.0+1.1.1g"
E
Eric Huss 已提交
2070
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Pietro Albini 已提交
2071
checksum = "a2dbe10ddd1eb335aba3780eb2eaa13e1b7b441d2562fd962398740927f39ec4"
E
Eric Huss 已提交
2072
dependencies = [
2073
 "cc",
E
Eric Huss 已提交
2074 2075
]

2076 2077
[[package]]
name = "openssl-sys"
2078
version = "0.9.54"
2079
source = "registry+https://github.com/rust-lang/crates.io-index"
2080
checksum = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
2081
dependencies = [
2082
 "autocfg 1.0.0",
2083 2084 2085 2086 2087
 "cc",
 "libc",
 "openssl-src",
 "pkg-config",
 "vcpkg",
2088 2089
]

2090 2091 2092 2093
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2094
checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2095

2096 2097 2098 2099 2100 2101 2102 2103 2104
[[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 已提交
2105 2106 2107 2108
[[package]]
name = "packed_simd"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2109
checksum = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
N
Nick Cameron 已提交
2110
dependencies = [
2111
 "cfg-if",
N
Nick Cameron 已提交
2112 2113
]

2114 2115 2116 2117
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
E
Eric Huss 已提交
2118
 "cfg-if",
2119 2120 2121
 "compiler_builtins",
 "core",
 "libc",
2122 2123 2124 2125 2126 2127
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
2128 2129 2130 2131 2132 2133
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
 "unwind",
2134 2135
]

2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146
[[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",
2147
 "rand",
2148 2149 2150
 "tokio",
 "tokio-named-pipes",
 "tokio-uds",
E
Eric Huss 已提交
2151
 "winapi 0.3.8",
2152 2153 2154 2155 2156 2157 2158 2159
]

[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
2160
 "lock_api",
I
Igor Matuszewski 已提交
2161
 "parking_lot_core 0.6.2",
2162
 "rustc_version",
2163 2164
]

I
Igor Matuszewski 已提交
2165 2166
[[package]]
name = "parking_lot"
2167
version = "0.10.2"
I
Igor Matuszewski 已提交
2168
source = "registry+https://github.com/rust-lang/crates.io-index"
2169
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
I
Igor Matuszewski 已提交
2170 2171
dependencies = [
 "lock_api",
2172
 "parking_lot_core 0.7.1",
I
Igor Matuszewski 已提交
2173 2174
]

2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185
[[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 已提交
2186
 "smallvec 0.6.10",
E
Eric Huss 已提交
2187
 "winapi 0.3.8",
2188 2189
]

I
Igor Matuszewski 已提交
2190 2191
[[package]]
name = "parking_lot_core"
2192
version = "0.7.1"
I
Igor Matuszewski 已提交
2193
source = "registry+https://github.com/rust-lang/crates.io-index"
2194
checksum = "0e136c1904604defe99ce5fd71a28d473fa60a12255d511aa78a9ddf11237aeb"
I
Igor Matuszewski 已提交
2195 2196 2197 2198 2199
dependencies = [
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
crlf0710's avatar
crlf0710 已提交
2200
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
2201 2202 2203
 "winapi 0.3.8",
]

2204 2205 2206 2207 2208 2209
[[package]]
name = "pathdiff"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"

2210 2211
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
2212
version = "1.0.1"
2213
source = "registry+https://github.com/rust-lang/crates.io-index"
2214
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2215

E
Eric Huss 已提交
2216 2217
[[package]]
name = "percent-encoding"
E
Eric Huss 已提交
2218
version = "2.1.0"
E
Eric Huss 已提交
2219
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2220
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
E
Eric Huss 已提交
2221

2222 2223 2224 2225
[[package]]
name = "pest"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2226
checksum = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3"
2227
dependencies = [
2228
 "ucd-trie",
2229 2230 2231 2232 2233 2234
]

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2235
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2236
dependencies = [
2237 2238
 "pest",
 "pest_generator",
2239 2240 2241 2242
]

[[package]]
name = "pest_generator"
2243
version = "2.1.3"
2244
source = "registry+https://github.com/rust-lang/crates.io-index"
2245
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2246
dependencies = [
2247 2248
 "pest",
 "pest_meta",
2249 2250 2251
 "proc-macro2",
 "quote",
 "syn",
2252 2253 2254 2255
]

[[package]]
name = "pest_meta"
2256
version = "2.1.3"
2257
source = "registry+https://github.com/rust-lang/crates.io-index"
2258
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2259
dependencies = [
2260 2261 2262
 "maplit",
 "pest",
 "sha-1",
2263 2264
]

J
Jack Huey 已提交
2265 2266
[[package]]
name = "petgraph"
J
Jack Huey 已提交
2267
version = "0.5.1"
J
Jack Huey 已提交
2268
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
2269
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
J
Jack Huey 已提交
2270 2271
dependencies = [
 "fixedbitset",
J
Jack Huey 已提交
2272
 "indexmap",
J
Jack Huey 已提交
2273 2274
]

S
steveklabnik 已提交
2275 2276
[[package]]
name = "phf"
2277
version = "0.8.0"
S
steveklabnik 已提交
2278
source = "registry+https://github.com/rust-lang/crates.io-index"
2279
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
S
steveklabnik 已提交
2280
dependencies = [
2281
 "phf_shared",
S
steveklabnik 已提交
2282 2283 2284 2285
]

[[package]]
name = "phf_codegen"
2286
version = "0.8.0"
S
steveklabnik 已提交
2287
source = "registry+https://github.com/rust-lang/crates.io-index"
2288
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
S
steveklabnik 已提交
2289
dependencies = [
2290 2291
 "phf_generator",
 "phf_shared",
S
steveklabnik 已提交
2292 2293 2294 2295
]

[[package]]
name = "phf_generator"
2296
version = "0.8.0"
S
steveklabnik 已提交
2297
source = "registry+https://github.com/rust-lang/crates.io-index"
2298
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
S
steveklabnik 已提交
2299
dependencies = [
2300
 "phf_shared",
2301
 "rand",
S
steveklabnik 已提交
2302 2303 2304 2305
]

[[package]]
name = "phf_shared"
2306
version = "0.8.0"
S
steveklabnik 已提交
2307
source = "registry+https://github.com/rust-lang/crates.io-index"
2308
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
S
steveklabnik 已提交
2309
dependencies = [
2310
 "siphasher",
S
steveklabnik 已提交
2311 2312
]

2313 2314
[[package]]
name = "pkg-config"
2315
version = "0.3.17"
2316
source = "registry+https://github.com/rust-lang/crates.io-index"
2317
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
2318

2319 2320
[[package]]
name = "polonius-engine"
R
Remy Rakic 已提交
2321
version = "0.12.1"
2322
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Remy Rakic 已提交
2323
checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
D
Douglas Campos 已提交
2324
dependencies = [
2325 2326 2327
 "datafrog",
 "log",
 "rustc-hash",
D
Douglas Campos 已提交
2328
]
2329

G
gnzlbg 已提交
2330 2331
[[package]]
name = "ppv-lite86"
Y
Yuki Okushi 已提交
2332
version = "0.2.8"
G
gnzlbg 已提交
2333
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2334
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
G
gnzlbg 已提交
2335

S
steveklabnik 已提交
2336 2337 2338 2339
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2340
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
S
steveklabnik 已提交
2341

M
Mark Simulacrum 已提交
2342 2343
[[package]]
name = "pretty_assertions"
2344
version = "0.6.1"
M
Mark Simulacrum 已提交
2345
source = "registry+https://github.com/rust-lang/crates.io-index"
2346
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
M
Mark Simulacrum 已提交
2347
dependencies = [
O
Oliver Scherer 已提交
2348
 "ansi_term 0.11.0",
2349
 "ctor",
2350
 "difference",
2351
 "output_vt100",
M
Mark Simulacrum 已提交
2352 2353
]

E
Eric Huss 已提交
2354 2355
[[package]]
name = "pretty_env_logger"
2356
version = "0.4.0"
E
Eric Huss 已提交
2357
source = "registry+https://github.com/rust-lang/crates.io-index"
2358
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
E
Eric Huss 已提交
2359
dependencies = [
2360
 "env_logger 0.7.1",
2361
 "log",
E
Eric Huss 已提交
2362 2363
]

2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378
[[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 = [
2379 2380 2381
 "proc-macro2",
 "quote",
 "syn",
A
Alex Crichton 已提交
2382 2383
]

2384 2385 2386 2387 2388 2389
[[package]]
name = "proc-macro2"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8"
dependencies = [
2390
 "unicode-xid",
2391 2392
]

2393 2394 2395
[[package]]
name = "proc_macro"
version = "0.0.0"
2396 2397 2398
dependencies = [
 "std",
]
2399

2400 2401 2402 2403
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
2404 2405 2406
 "cc",
 "compiler_builtins",
 "core",
2407 2408
]

2409 2410
[[package]]
name = "psm"
S
Simonas Kazlauskas 已提交
2411
version = "0.1.10"
2412
source = "registry+https://github.com/rust-lang/crates.io-index"
S
Simonas Kazlauskas 已提交
2413
checksum = "092d385624a084892d07374caa7b0994956692cf40650419a1f1a787a8d229cf"
2414 2415 2416 2417
dependencies = [
 "cc",
]

L
Lzu Tao 已提交
2418 2419
[[package]]
name = "pulldown-cmark"
E
Eric Huss 已提交
2420
version = "0.7.1"
L
Lzu Tao 已提交
2421
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2422
checksum = "3e142c3b8f49d2200605ee6ba0b1d757310e9e7a72afe78c36ee2ef67300ee00"
L
Lzu Tao 已提交
2423 2424
dependencies = [
 "bitflags",
E
Eric Huss 已提交
2425
 "getopts",
L
Lzu Tao 已提交
2426
 "memchr",
E
Eric Huss 已提交
2427
 "unicase",
2428 2429
]

2430 2431 2432 2433
[[package]]
name = "punycode"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2434
checksum = "6ddd112cca70a4d30883b2d21568a1d376ff8be4758649f64f973c6845128ad3"
2435

2436 2437
[[package]]
name = "quick-error"
2438
version = "1.2.3"
2439
source = "registry+https://github.com/rust-lang/crates.io-index"
2440
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2441 2442

[[package]]
O
Oliver Schneider 已提交
2443 2444
name = "quine-mc_cluskey"
version = "0.2.4"
2445
source = "registry+https://github.com/rust-lang/crates.io-index"
2446
checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2447

2448 2449 2450 2451 2452 2453
[[package]]
name = "quote"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
dependencies = [
2454
 "proc-macro2",
A
Alex Crichton 已提交
2455 2456
]

2457 2458
[[package]]
name = "racer"
T
Tyler Mandry 已提交
2459
version = "2.1.36"
2460
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2461
checksum = "09ba6cca9fcd8ae086b842b1bd9e3f19f104a4c30e0e8927b2befc06d375e7e0"
2462
dependencies = [
2463 2464 2465
 "bitflags",
 "clap",
 "derive_more",
I
Igor Matuszewski 已提交
2466 2467
 "env_logger 0.7.1",
 "humantime 2.0.0",
Y
Yuki Okushi 已提交
2468
 "lazy_static",
2469 2470
 "log",
 "rls-span",
2471
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2472 2473 2474 2475 2476 2477
 "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",
2478
]
2479

G
gnzlbg 已提交
2480 2481
[[package]]
name = "rand"
2482
version = "0.7.3"
G
gnzlbg 已提交
2483
source = "registry+https://github.com/rust-lang/crates.io-index"
2484
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
G
gnzlbg 已提交
2485
dependencies = [
2486 2487
 "getrandom",
 "libc",
2488
 "rand_chacha",
E
Eric Huss 已提交
2489
 "rand_core 0.5.1",
2490 2491
 "rand_hc",
 "rand_pcg",
2492 2493
]

G
gnzlbg 已提交
2494 2495
[[package]]
name = "rand_chacha"
Y
Yuki Okushi 已提交
2496
version = "0.2.2"
G
gnzlbg 已提交
2497
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2498
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
G
gnzlbg 已提交
2499
dependencies = [
Y
Yuki Okushi 已提交
2500
 "ppv-lite86",
E
Eric Huss 已提交
2501
 "rand_core 0.5.1",
G
gnzlbg 已提交
2502 2503
]

2504 2505 2506 2507
[[package]]
name = "rand_core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2508
checksum = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
2509

2510 2511 2512 2513
[[package]]
name = "rand_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2514
checksum = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
2515

G
gnzlbg 已提交
2516 2517
[[package]]
name = "rand_core"
E
Eric Huss 已提交
2518
version = "0.5.1"
G
gnzlbg 已提交
2519
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2520
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
G
gnzlbg 已提交
2521
dependencies = [
2522
 "getrandom",
G
gnzlbg 已提交
2523 2524 2525 2526 2527 2528
]

[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2529
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
G
gnzlbg 已提交
2530
dependencies = [
E
Eric Huss 已提交
2531
 "rand_core 0.5.1",
G
gnzlbg 已提交
2532 2533
]

2534 2535 2536 2537
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2538
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2539
dependencies = [
2540 2541 2542 2543 2544
 "cloudabi",
 "fuchsia-cprng",
 "libc",
 "rand_core 0.4.0",
 "rdrand",
E
Eric Huss 已提交
2545
 "winapi 0.3.8",
2546 2547
]

2548 2549
[[package]]
name = "rand_pcg"
2550
version = "0.2.1"
2551
source = "registry+https://github.com/rust-lang/crates.io-index"
2552
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2553
dependencies = [
2554
 "rand_core 0.5.1",
2555
]
K
kennytm 已提交
2556

R
Ralf Jung 已提交
2557 2558 2559 2560
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2561
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
R
Ralf Jung 已提交
2562
dependencies = [
E
Eric Huss 已提交
2563 2564 2565 2566 2567 2568 2569 2570 2571 2572
 "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 已提交
2573 2574
]

N
Nick Cameron 已提交
2575 2576
[[package]]
name = "rayon"
J
Josh Stone 已提交
2577
version = "1.2.0"
N
Nick Cameron 已提交
2578
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
2579
checksum = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
N
Nick Cameron 已提交
2580
dependencies = [
2581
 "crossbeam-deque",
2582 2583
 "either",
 "rayon-core",
O
Oliver Schneider 已提交
2584 2585 2586 2587
]

[[package]]
name = "rayon-core"
J
Josh Stone 已提交
2588
version = "1.6.0"
O
Oliver Schneider 已提交
2589
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
2590
checksum = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
O
Oliver Schneider 已提交
2591
dependencies = [
2592
 "crossbeam-deque",
2593 2594
 "crossbeam-queue",
 "crossbeam-utils 0.6.5",
Y
Yuki Okushi 已提交
2595
 "lazy_static",
2596
 "num_cpus",
2597 2598 2599 2600 2601 2602
]

[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2603
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2604
dependencies = [
2605
 "rand_core 0.3.0",
2606 2607
]

N
Nick Cameron 已提交
2608 2609
[[package]]
name = "redox_syscall"
2610
version = "0.1.56"
O
Oliver Schneider 已提交
2611
source = "registry+https://github.com/rust-lang/crates.io-index"
2612
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
O
Oliver Schneider 已提交
2613

F
flip1995 已提交
2614 2615
[[package]]
name = "redox_users"
2616
version = "0.3.0"
F
flip1995 已提交
2617
source = "registry+https://github.com/rust-lang/crates.io-index"
2618
checksum = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
F
flip1995 已提交
2619
dependencies = [
2620 2621 2622 2623
 "argon2rs",
 "failure",
 "rand_os",
 "redox_syscall",
F
flip1995 已提交
2624 2625
]

2626 2627
[[package]]
name = "regex"
Y
Yuki Okushi 已提交
2628
version = "1.3.7"
2629
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2630
checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
2631
dependencies = [
2632 2633 2634
 "aho-corasick",
 "memchr",
 "regex-syntax",
Y
Yuki Okushi 已提交
2635
 "thread_local",
2636 2637
]

O
Oliver Scherer 已提交
2638 2639 2640 2641 2642 2643 2644 2645 2646 2647
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
 "byteorder",
 "regex-syntax",
]

2648 2649
[[package]]
name = "regex-syntax"
Y
Yuki Okushi 已提交
2650
version = "0.6.17"
2651
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2652
checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
2653

2654 2655 2656 2657 2658 2659 2660 2661
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
2662 2663
[[package]]
name = "remove_dir_all"
E
Eric Huss 已提交
2664
version = "0.5.2"
A
Alex Crichton 已提交
2665
source = "registry+https://github.com/rust-lang/crates.io-index"
2666
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
A
Alex Crichton 已提交
2667
dependencies = [
E
Eric Huss 已提交
2668
 "winapi 0.3.8",
A
Alex Crichton 已提交
2669 2670
]

2671 2672
[[package]]
name = "rls"
I
Igor Matuszewski 已提交
2673
version = "1.41.0"
2674
dependencies = [
E
Eric Huss 已提交
2675
 "anyhow",
2676
 "cargo",
M
Manish Goregaokar 已提交
2677
 "cargo_metadata 0.8.0",
2678
 "clippy_lints",
I
Igor Matuszewski 已提交
2679
 "crossbeam-channel",
2680
 "difference",
R
Ralf Jung 已提交
2681
 "env_logger 0.7.1",
2682 2683
 "futures",
 "heck",
2684
 "home",
2685 2686
 "itertools 0.8.0",
 "jsonrpc-core",
Y
Yuki Okushi 已提交
2687
 "lazy_static",
2688 2689 2690 2691 2692 2693
 "log",
 "lsp-codec",
 "lsp-types",
 "num_cpus",
 "ordslice",
 "racer",
2694
 "rand",
2695 2696 2697 2698
 "rayon",
 "regex",
 "rls-analysis",
 "rls-data",
2699
 "rls-ipc",
2700 2701 2702 2703
 "rls-rustc",
 "rls-span",
 "rls-vfs",
 "rustc-workspace-hack",
I
Igor Matuszewski 已提交
2704
 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2705 2706 2707
 "rustfmt-nightly",
 "serde",
 "serde_derive",
2708
 "serde_ignored",
2709 2710 2711 2712 2713
 "serde_json",
 "tempfile",
 "tokio",
 "tokio-process",
 "tokio-timer",
E
Eric Huss 已提交
2714
 "toml",
2715
 "url 2.1.0",
2716
 "walkdir",
2717 2718 2719 2720
]

[[package]]
name = "rls-analysis"
Y
Yuki Okushi 已提交
2721
version = "0.18.1"
2722
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2723
checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a"
2724
dependencies = [
2725 2726
 "derive-new",
 "fst",
Y
Yuki Okushi 已提交
2727
 "itertools 0.8.0",
2728 2729 2730 2731 2732 2733
 "json",
 "log",
 "rls-data",
 "rls-span",
 "serde",
 "serde_json",
A
Alex Crichton 已提交
2734 2735
]

2736 2737
[[package]]
name = "rls-data"
2738
version = "0.19.0"
2739
source = "registry+https://github.com/rust-lang/crates.io-index"
2740
checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
2741
dependencies = [
2742 2743
 "rls-span",
 "serde",
2744 2745
]

2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757
[[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 已提交
2758 2759
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
2760
version = "0.6.0"
2761 2762
dependencies = [
 "clippy_lints",
R
Ralf Jung 已提交
2763
 "env_logger 0.7.1",
2764 2765
 "futures",
 "log",
2766
 "rand",
2767 2768 2769 2770 2771
 "rls-data",
 "rls-ipc",
 "serde",
 "tokio",
]
N
Nick Cameron 已提交
2772

2773 2774
[[package]]
name = "rls-span"
Y
Yuki Okushi 已提交
2775
version = "0.5.2"
2776
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2777
checksum = "f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934"
2778
dependencies = [
2779
 "serde",
2780 2781 2782 2783
]

[[package]]
name = "rls-vfs"
2784
version = "0.8.0"
2785
source = "registry+https://github.com/rust-lang/crates.io-index"
2786
checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
2787
dependencies = [
2788 2789
 "log",
 "rls-span",
2790 2791
]

R
Rich Kadel 已提交
2792 2793 2794 2795 2796 2797 2798
[[package]]
name = "rust-demangler"
version = "0.0.0"
dependencies = [
 "rustc-demangle",
]

2799 2800
[[package]]
name = "rustbook"
2801 2802
version = "0.1.0"
dependencies = [
2803 2804
 "clap",
 "mdbook",
2805
]
2806

I
Igor Matuszewski 已提交
2807
[[package]]
I
Igor Matuszewski 已提交
2808
name = "rustc-ap-rustc_arena"
T
Tyler Mandry 已提交
2809
version = "669.0.0"
I
Igor Matuszewski 已提交
2810
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2811
checksum = "c9cdd301e9dcb15ead384fc07196c850fd22829fae81d296b2ed6b4b10bf3278"
I
Igor Matuszewski 已提交
2812
dependencies = [
2813
 "rustc-ap-rustc_data_structures",
crlf0710's avatar
crlf0710 已提交
2814
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
2815 2816
]

2817 2818
[[package]]
name = "rustc-ap-rustc_ast"
T
Tyler Mandry 已提交
2819
version = "669.0.0"
2820
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2821
checksum = "3f7c0d0537ca69dfe4a49212035295dfb37a235b5df01aa877d50b247f4775b8"
2822
dependencies = [
I
Igor Matuszewski 已提交
2823
 "bitflags",
2824 2825 2826 2827 2828
 "log",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
2829
 "rustc-ap-rustc_serialize",
2830 2831
 "rustc-ap-rustc_span",
 "scoped-tls",
crlf0710's avatar
crlf0710 已提交
2832
 "smallvec 1.4.0",
2833 2834 2835 2836
]

[[package]]
name = "rustc-ap-rustc_ast_passes"
T
Tyler Mandry 已提交
2837
version = "669.0.0"
I
Igor Matuszewski 已提交
2838
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2839
checksum = "d4cf4dca95f55f70eeb193fb08554026d79d0628de771fd726bb609e36887b82"
2840
dependencies = [
T
topecongiro 已提交
2841
 "itertools 0.8.0",
2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852
 "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 已提交
2853 2854 2855

[[package]]
name = "rustc-ap-rustc_ast_pretty"
T
Tyler Mandry 已提交
2856
version = "669.0.0"
I
Igor Matuszewski 已提交
2857
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2858
checksum = "202bd2886d0cfa48baa3711042c14843f1b4852555b7ee7e5376bf66b276cb8d"
I
Igor Matuszewski 已提交
2859 2860
dependencies = [
 "log",
2861
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2862
 "rustc-ap-rustc_span",
I
Igor Matuszewski 已提交
2863
 "rustc-ap-rustc_target",
I
Igor Matuszewski 已提交
2864 2865 2866 2867
]

[[package]]
name = "rustc-ap-rustc_attr"
T
Tyler Mandry 已提交
2868
version = "669.0.0"
I
Igor Matuszewski 已提交
2869
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2870
checksum = "b11ee1d92b3214e8a8c7829eff84cc1b03925da0ea5c6900cefe05b99edb4682"
I
Igor Matuszewski 已提交
2871
dependencies = [
2872
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2873 2874 2875 2876 2877
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
2878
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
2879 2880
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
2881
 "version_check",
I
Igor Matuszewski 已提交
2882
]
I
Igor Matuszewski 已提交
2883 2884 2885

[[package]]
name = "rustc-ap-rustc_data_structures"
T
Tyler Mandry 已提交
2886
version = "669.0.0"
I
Igor Matuszewski 已提交
2887
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2888
checksum = "7a45d43b974d4cb9e32e5a15119c5eb7672c306ef09b064f2125b6a0399f6656"
I
Igor Matuszewski 已提交
2889
dependencies = [
I
Igor Matuszewski 已提交
2890
 "bitflags",
2891
 "cfg-if",
2892
 "crossbeam-utils 0.7.2",
J
Jack Huey 已提交
2893
 "ena",
2894 2895
 "indexmap",
 "jobserver",
Y
Yuki Okushi 已提交
2896
 "lazy_static",
T
topecongiro 已提交
2897
 "libc",
2898
 "log",
I
Igor Matuszewski 已提交
2899
 "measureme",
I
Igor Matuszewski 已提交
2900
 "once_cell",
2901
 "parking_lot 0.10.2",
I
Igor Matuszewski 已提交
2902
 "rustc-ap-rustc_graphviz",
I
Igor Matuszewski 已提交
2903
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
2904
 "rustc-ap-rustc_serialize",
2905
 "rustc-hash",
I
Igor Matuszewski 已提交
2906 2907
 "rustc-rayon",
 "rustc-rayon-core",
crlf0710's avatar
crlf0710 已提交
2908
 "smallvec 1.4.0",
2909
 "stable_deref_trait",
2910
 "stacker",
I
Igor Matuszewski 已提交
2911
 "winapi 0.3.8",
I
Igor Matuszewski 已提交
2912 2913 2914 2915
]

[[package]]
name = "rustc-ap-rustc_errors"
T
Tyler Mandry 已提交
2916
version = "669.0.0"
I
Igor Matuszewski 已提交
2917
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2918
checksum = "8cd895d440820aaa04e6dc5486105494920a1e9779b9b051e8dba4ca5c182f94"
I
Igor Matuszewski 已提交
2919
dependencies = [
I
Igor Matuszewski 已提交
2920
 "annotate-snippets 0.8.0",
2921 2922 2923
 "atty",
 "log",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
2924
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
2925
 "rustc-ap-rustc_span",
2926
 "termcolor",
I
Igor Matuszewski 已提交
2927
 "termize",
2928
 "unicode-width",
I
Igor Matuszewski 已提交
2929
 "winapi 0.3.8",
I
Igor Matuszewski 已提交
2930 2931
]

2932 2933
[[package]]
name = "rustc-ap-rustc_expand"
T
Tyler Mandry 已提交
2934
version = "669.0.0"
2935
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2936
checksum = "71a0cc7820860d6691bf0aa7a95cdbc60f6587b495c18e0fa15a888fdabbf171"
2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947
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",
I
Igor Matuszewski 已提交
2948
 "rustc-ap-rustc_serialize",
2949 2950
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
crlf0710's avatar
crlf0710 已提交
2951
 "smallvec 1.4.0",
2952 2953
]

I
Igor Matuszewski 已提交
2954 2955
[[package]]
name = "rustc-ap-rustc_feature"
T
Tyler Mandry 已提交
2956
version = "669.0.0"
I
Igor Matuszewski 已提交
2957
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2958
checksum = "5473d5106401aa46f881eb91772f0a41fd5f28ae6134cf4b450eb1370ea6af22"
I
Igor Matuszewski 已提交
2959
dependencies = [
Y
Yuki Okushi 已提交
2960
 "lazy_static",
I
Igor Matuszewski 已提交
2961 2962 2963 2964 2965 2966
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_span",
]

[[package]]
name = "rustc-ap-rustc_fs_util"
T
Tyler Mandry 已提交
2967
version = "669.0.0"
I
Igor Matuszewski 已提交
2968
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2969
checksum = "8da1d57ee7a7ef55f31a97d99c7f919f02fc9a60ab96faa8cf45a7ae3ab1ccbf"
I
Igor Matuszewski 已提交
2970 2971 2972

[[package]]
name = "rustc-ap-rustc_graphviz"
T
Tyler Mandry 已提交
2973
version = "669.0.0"
I
Igor Matuszewski 已提交
2974
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2975
checksum = "e3af62b20460908378cd1d354917acd9553376c5363bbb4e465f949bd82bdef9"
I
Igor Matuszewski 已提交
2976

I
Igor Matuszewski 已提交
2977 2978
[[package]]
name = "rustc-ap-rustc_index"
T
Tyler Mandry 已提交
2979
version = "669.0.0"
I
Igor Matuszewski 已提交
2980
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2981
checksum = "3af7d4c456fe7647453d3fcd58335c9d512d1ff9a239a370b7ebdd353d69f66f"
I
Igor Matuszewski 已提交
2982
dependencies = [
I
Igor Matuszewski 已提交
2983
 "rustc-ap-rustc_serialize",
crlf0710's avatar
crlf0710 已提交
2984
 "smallvec 1.4.0",
I
Igor Matuszewski 已提交
2985 2986
]

I
Igor Matuszewski 已提交
2987 2988
[[package]]
name = "rustc-ap-rustc_lexer"
T
Tyler Mandry 已提交
2989
version = "669.0.0"
I
Igor Matuszewski 已提交
2990
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
2991
checksum = "456af5f09c006cf6c22c1a433ee0232c4bb74bdc6c647a010166a47c94ed2a63"
2992
dependencies = [
2993
 "unicode-xid",
2994
]
I
Igor Matuszewski 已提交
2995 2996 2997

[[package]]
name = "rustc-ap-rustc_macros"
T
Tyler Mandry 已提交
2998
version = "669.0.0"
I
Igor Matuszewski 已提交
2999
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
3000
checksum = "64f6acd192f313047759a346b892998b626466b93fe04f415da5f38906bb3b4c"
I
Igor Matuszewski 已提交
3001
dependencies = [
3002 3003 3004
 "proc-macro2",
 "quote",
 "syn",
3005
 "synstructure",
I
Igor Matuszewski 已提交
3006 3007 3008
]

[[package]]
I
Igor Matuszewski 已提交
3009
name = "rustc-ap-rustc_parse"
T
Tyler Mandry 已提交
3010
version = "669.0.0"
I
Igor Matuszewski 已提交
3011
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
3012
checksum = "c006e8117c1c55e42bb56386c86ce6f7e4b47349e0bec7888c1d24784272e61b"
I
Igor Matuszewski 已提交
3013
dependencies = [
3014 3015
 "bitflags",
 "log",
3016
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3017
 "rustc-ap-rustc_ast_pretty",
3018
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3019 3020 3021 3022 3023 3024 3025 3026
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
 "unicode-normalization",
]

I
Igor Matuszewski 已提交
3027 3028
[[package]]
name = "rustc-ap-rustc_serialize"
T
Tyler Mandry 已提交
3029
version = "669.0.0"
I
Igor Matuszewski 已提交
3030
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
3031
checksum = "306ced69beaeebe4de9552ee751eb54ea25b5f34a73fe80f5f9cbbe15ccebc48"
I
Igor Matuszewski 已提交
3032 3033 3034 3035 3036
dependencies = [
 "indexmap",
 "smallvec 1.4.0",
]

I
Igor Matuszewski 已提交
3037 3038
[[package]]
name = "rustc-ap-rustc_session"
T
Tyler Mandry 已提交
3039
version = "669.0.0"
I
Igor Matuszewski 已提交
3040
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
3041
checksum = "dbff48435f5a476365e3ab5f49e07f98715cecb2d8c5bbcafeaf3aec638407be"
I
Igor Matuszewski 已提交
3042
dependencies = [
T
Tyler Mandry 已提交
3043
 "bitflags",
T
topecongiro 已提交
3044
 "getopts",
I
Igor Matuszewski 已提交
3045 3046
 "log",
 "num_cpus",
3047
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3048 3049 3050 3051
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_fs_util",
I
Igor Matuszewski 已提交
3052
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3053 3054
 "rustc-ap-rustc_span",
 "rustc-ap-rustc_target",
I
Igor Matuszewski 已提交
3055 3056 3057
]

[[package]]
I
Igor Matuszewski 已提交
3058
name = "rustc-ap-rustc_span"
T
Tyler Mandry 已提交
3059
version = "669.0.0"
I
Igor Matuszewski 已提交
3060
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
3061
checksum = "ec4273af0abbe78fc4585316ab193445c848c555e9203ddc28af02330918bf30"
I
Igor Matuszewski 已提交
3062
dependencies = [
I
Igor Matuszewski 已提交
3063 3064
 "cfg-if",
 "log",
T
topecongiro 已提交
3065
 "md-5",
I
Igor Matuszewski 已提交
3066
 "rustc-ap-rustc_arena",
I
Igor Matuszewski 已提交
3067 3068 3069
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3070
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3071
 "scoped-tls",
T
topecongiro 已提交
3072
 "sha-1",
I
Igor Matuszewski 已提交
3073
 "unicode-width",
I
Igor Matuszewski 已提交
3074 3075 3076
]

[[package]]
I
Igor Matuszewski 已提交
3077
name = "rustc-ap-rustc_target"
T
Tyler Mandry 已提交
3078
version = "669.0.0"
I
Igor Matuszewski 已提交
3079
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tyler Mandry 已提交
3080
checksum = "6f9a2d6004ce6ad492a8eeacc2569b1c008169434b8828996d8dade4e5c6b6ee"
I
Igor Matuszewski 已提交
3081
dependencies = [
3082 3083 3084
 "bitflags",
 "log",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3085
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
3086
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3087
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3088 3089 3090
 "rustc-ap-rustc_span",
]

3091 3092
[[package]]
name = "rustc-demangle"
3093
version = "0.1.16"
3094
source = "registry+https://github.com/rust-lang/crates.io-index"
3095
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
3096
dependencies = [
3097 3098
 "compiler_builtins",
 "rustc-std-workspace-core",
3099
]
3100

3101 3102
[[package]]
name = "rustc-hash"
J
Jack Huey 已提交
3103
version = "1.1.0"
3104
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
3105
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3106

3107 3108 3109 3110
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
3111 3112 3113
 "jemalloc-sys",
 "rustc_codegen_ssa",
 "rustc_driver",
3114 3115
]

J
Josh Stone 已提交
3116 3117 3118 3119 3120 3121
[[package]]
name = "rustc-rayon"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
dependencies = [
3122
 "crossbeam-deque",
J
Josh Stone 已提交
3123
 "either",
I
Igor Matuszewski 已提交
3124
 "rustc-rayon-core",
J
John Kåre Alsaker 已提交
3125 3126
]

J
Josh Stone 已提交
3127 3128 3129 3130 3131 3132
[[package]]
name = "rustc-rayon-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
dependencies = [
3133
 "crossbeam-deque",
J
Josh Stone 已提交
3134 3135
 "crossbeam-queue",
 "crossbeam-utils 0.6.5",
Y
Yuki Okushi 已提交
3136
 "lazy_static",
J
Josh Stone 已提交
3137 3138 3139
 "num_cpus",
]

3140 3141
[[package]]
name = "rustc-std-workspace-alloc"
3142
version = "1.99.0"
3143
dependencies = [
3144
 "alloc",
3145 3146
]

3147 3148
[[package]]
name = "rustc-std-workspace-core"
3149
version = "1.99.0"
3150
dependencies = [
3151
 "core",
3152 3153
]

3154 3155
[[package]]
name = "rustc-std-workspace-std"
3156
version = "1.99.0"
3157 3158 3159 3160
dependencies = [
 "std",
]

A
Alex Crichton 已提交
3161 3162 3163 3164
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
3165
 "crossbeam-utils 0.7.2",
3166 3167
 "proc-macro2",
 "quote",
3168 3169
 "serde",
 "serde_json",
R
Ralf Jung 已提交
3170
 "smallvec 0.6.10",
crlf0710's avatar
crlf0710 已提交
3171
 "smallvec 1.4.0",
3172
 "syn",
A
Aaron Hill 已提交
3173
 "url 2.1.0",
E
Eric Huss 已提交
3174
 "winapi 0.3.8",
A
Alex Crichton 已提交
3175 3176
]

3177 3178 3179 3180
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
3181
 "bitflags",
crlf0710's avatar
crlf0710 已提交
3182
 "smallvec 1.4.0",
3183 3184
]

V
Vadim Petrochenkov 已提交
3185 3186 3187 3188 3189 3190 3191 3192
[[package]]
name = "rustc_arena"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
 "smallvec 1.4.0",
]

V
Vadim Petrochenkov 已提交
3193 3194 3195 3196
[[package]]
name = "rustc_ast"
version = "0.0.0"
dependencies = [
3197
 "bitflags",
V
Vadim Petrochenkov 已提交
3198 3199 3200 3201
 "rustc_data_structures",
 "rustc_index",
 "rustc_lexer",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3202
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3203 3204
 "rustc_span",
 "scoped-tls",
crlf0710's avatar
crlf0710 已提交
3205
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3206
 "tracing",
V
Vadim Petrochenkov 已提交
3207 3208
]

3209 3210 3211 3212
[[package]]
name = "rustc_ast_lowering"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3213
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3214
 "rustc_ast",
3215
 "rustc_ast_pretty",
3216 3217
 "rustc_data_structures",
 "rustc_errors",
3218
 "rustc_hir",
3219
 "rustc_index",
3220
 "rustc_session",
3221 3222
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3223
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3224
 "tracing",
3225 3226
]

3227 3228 3229 3230
[[package]]
name = "rustc_ast_passes"
version = "0.0.0"
dependencies = [
3231
 "itertools 0.8.0",
V
Vadim Petrochenkov 已提交
3232
 "rustc_ast",
3233
 "rustc_ast_pretty",
3234
 "rustc_attr",
3235 3236
 "rustc_data_structures",
 "rustc_errors",
3237
 "rustc_feature",
3238 3239 3240
 "rustc_parse",
 "rustc_session",
 "rustc_span",
O
Oliver Scherer 已提交
3241
 "tracing",
3242 3243
]

3244 3245 3246 3247
[[package]]
name = "rustc_ast_pretty"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3248
 "rustc_ast",
3249
 "rustc_span",
A
Amanieu d'Antras 已提交
3250
 "rustc_target",
O
Oliver Scherer 已提交
3251
 "tracing",
3252 3253
]

3254 3255 3256 3257
[[package]]
name = "rustc_attr"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3258
 "rustc_ast",
3259
 "rustc_ast_pretty",
3260 3261 3262 3263
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3264
 "rustc_serialize",
3265 3266
 "rustc_session",
 "rustc_span",
3267
 "version_check",
3268 3269
]

V
Vadim Petrochenkov 已提交
3270 3271 3272 3273
[[package]]
name = "rustc_builtin_macros"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3274
 "rustc_ast",
3275
 "rustc_ast_pretty",
3276
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3277 3278 3279 3280 3281
 "rustc_data_structures",
 "rustc_errors",
 "rustc_expand",
 "rustc_feature",
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3282
 "rustc_parse_format",
3283
 "rustc_session",
V
Vadim Petrochenkov 已提交
3284 3285
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3286
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3287
 "tracing",
V
Vadim Petrochenkov 已提交
3288 3289
]

I
Irina Popa 已提交
3290 3291 3292 3293
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
3294 3295 3296
 "bitflags",
 "flate2",
 "libc",
3297
 "measureme",
3298
 "rustc-demangle",
V
Vadim Petrochenkov 已提交
3299
 "rustc_ast",
3300
 "rustc_attr",
3301 3302 3303
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
A
Aaron Hill 已提交
3304
 "rustc_feature",
3305
 "rustc_fs_util",
3306
 "rustc_hir",
3307 3308
 "rustc_incremental",
 "rustc_index",
3309
 "rustc_llvm",
M
Mazdak Farrokhzad 已提交
3310
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3311
 "rustc_serialize",
A
Aaron Hill 已提交
3312
 "rustc_session",
V
Vadim Petrochenkov 已提交
3313
 "rustc_span",
3314
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3315
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3316
 "tracing",
I
Irina Popa 已提交
3317 3318
]

3319 3320 3321
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
3322
dependencies = [
3323 3324 3325 3326 3327 3328
 "bitflags",
 "cc",
 "jobserver",
 "libc",
 "memmap",
 "num_cpus",
3329
 "pathdiff",
3330
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3331
 "rustc_ast",
3332
 "rustc_attr",
3333 3334 3335
 "rustc_data_structures",
 "rustc_errors",
 "rustc_fs_util",
3336
 "rustc_hir",
3337
 "rustc_incremental",
3338
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3339
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3340
 "rustc_serialize",
3341
 "rustc_session",
V
Vadim Petrochenkov 已提交
3342
 "rustc_span",
3343
 "rustc_symbol_mangling",
3344 3345
 "rustc_target",
 "tempfile",
O
Oliver Scherer 已提交
3346
 "tracing",
3347
]
3348

3349 3350 3351 3352
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
3353
 "bitflags",
3354
 "cfg-if",
3355
 "crossbeam-utils 0.7.2",
J
Jack Huey 已提交
3356
 "ena",
3357 3358
 "indexmap",
 "jobserver",
Y
Yuki Okushi 已提交
3359
 "lazy_static",
L
Luca Barbieri 已提交
3360
 "libc",
3361
 "measureme",
3362
 "once_cell",
3363
 "parking_lot 0.10.2",
3364
 "rustc-hash",
I
Igor Matuszewski 已提交
3365 3366
 "rustc-rayon",
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3367
 "rustc_graphviz",
C
csmoe 已提交
3368
 "rustc_index",
V
Vadim Petrochenkov 已提交
3369
 "rustc_serialize",
crlf0710's avatar
crlf0710 已提交
3370
 "smallvec 1.4.0",
3371
 "stable_deref_trait",
3372
 "stacker",
O
Oliver Scherer 已提交
3373
 "tracing",
3374
 "winapi 0.3.8",
3375 3376 3377 3378 3379 3380
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
Y
Yuki Okushi 已提交
3381
 "lazy_static",
L
Luca Barbieri 已提交
3382
 "libc",
V
Vadim Petrochenkov 已提交
3383
 "rustc_ast",
3384
 "rustc_ast_pretty",
V
Victor Ding 已提交
3385
 "rustc_codegen_ssa",
3386
 "rustc_data_structures",
3387
 "rustc_error_codes",
3388
 "rustc_errors",
3389
 "rustc_feature",
3390
 "rustc_hir",
3391
 "rustc_hir_pretty",
3392
 "rustc_interface",
3393
 "rustc_lint",
3394
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3395
 "rustc_middle",
3396
 "rustc_mir",
3397
 "rustc_parse",
3398
 "rustc_plugin_impl",
3399
 "rustc_save_analysis",
V
Vadim Petrochenkov 已提交
3400
 "rustc_serialize",
3401
 "rustc_session",
V
Vadim Petrochenkov 已提交
3402
 "rustc_span",
3403
 "rustc_target",
O
Oliver Scherer 已提交
3404 3405
 "tracing",
 "tracing-subscriber",
3406
 "winapi 0.3.8",
3407 3408
]

G
regen  
Guillaume Gomez 已提交
3409 3410 3411 3412
[[package]]
name = "rustc_error_codes"
version = "0.0.0"

3413 3414 3415 3416
[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
3417
 "annotate-snippets 0.8.0",
3418 3419
 "atty",
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3420
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3421
 "rustc_span",
3422
 "termcolor",
3423
 "termize",
O
Oliver Scherer 已提交
3424
 "tracing",
3425
 "unicode-width",
3426
 "winapi 0.3.8",
3427 3428
]

V
Vadim Petrochenkov 已提交
3429 3430 3431 3432
[[package]]
name = "rustc_expand"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3433
 "rustc_ast",
3434
 "rustc_ast_passes",
3435
 "rustc_ast_pretty",
3436
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3437 3438 3439 3440 3441
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_lexer",
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3442
 "rustc_serialize",
3443
 "rustc_session",
V
Vadim Petrochenkov 已提交
3444
 "rustc_span",
crlf0710's avatar
crlf0710 已提交
3445
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3446
 "tracing",
V
Vadim Petrochenkov 已提交
3447 3448
]

3449 3450 3451 3452
[[package]]
name = "rustc_feature"
version = "0.0.0"
dependencies = [
Y
Yuki Okushi 已提交
3453
 "lazy_static",
3454
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3455
 "rustc_span",
3456 3457
]

3458 3459 3460 3461
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

V
Vadim Petrochenkov 已提交
3462 3463 3464 3465
[[package]]
name = "rustc_graphviz"
version = "0.0.0"

3466 3467 3468 3469
[[package]]
name = "rustc_hir"
version = "0.0.0"
dependencies = [
Y
Yuki Okushi 已提交
3470
 "lazy_static",
V
Vadim Petrochenkov 已提交
3471
 "rustc_ast",
3472 3473 3474
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3475
 "rustc_serialize",
3476 3477
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3478
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3479
 "tracing",
3480 3481
]

3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492
[[package]]
name = "rustc_hir_pretty"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_ast_pretty",
 "rustc_hir",
 "rustc_span",
 "rustc_target",
]

3493 3494 3495 3496
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
3497
 "rand",
V
Vadim Petrochenkov 已提交
3498
 "rustc_ast",
3499 3500
 "rustc_data_structures",
 "rustc_fs_util",
V
Vadim Petrochenkov 已提交
3501
 "rustc_graphviz",
3502
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
3503
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3504
 "rustc_serialize",
3505
 "rustc_session",
V
Vadim Petrochenkov 已提交
3506
 "rustc_span",
O
Oliver Scherer 已提交
3507
 "tracing",
3508 3509
]

C
csmoe 已提交
3510 3511 3512 3513
[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
3514
 "arrayvec 0.5.1",
V
Vadim Petrochenkov 已提交
3515
 "rustc_serialize",
C
csmoe 已提交
3516 3517
]

C
Camille GILLOT 已提交
3518 3519 3520 3521
[[package]]
name = "rustc_infer"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3522
 "rustc_ast",
C
Camille GILLOT 已提交
3523 3524
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3525
 "rustc_graphviz",
C
Camille GILLOT 已提交
3526 3527 3528
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3529
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3530
 "rustc_serialize",
3531
 "rustc_session",
C
Camille GILLOT 已提交
3532 3533
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3534
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3535
 "tracing",
C
Camille GILLOT 已提交
3536 3537
]

3538 3539 3540 3541
[[package]]
name = "rustc_interface"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3542
 "libc",
3543
 "once_cell",
I
Igor Matuszewski 已提交
3544
 "rustc-rayon",
V
Vadim Petrochenkov 已提交
3545
 "rustc_ast",
3546
 "rustc_ast_lowering",
3547
 "rustc_ast_passes",
3548
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3549
 "rustc_builtin_macros",
3550
 "rustc_codegen_llvm",
3551 3552 3553
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3554
 "rustc_expand",
3555
 "rustc_hir",
3556 3557 3558
 "rustc_incremental",
 "rustc_lint",
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3559
 "rustc_middle",
3560
 "rustc_mir",
3561
 "rustc_mir_build",
3562
 "rustc_parse",
3563
 "rustc_passes",
3564
 "rustc_plugin_impl",
3565 3566
 "rustc_privacy",
 "rustc_resolve",
V
Vadim Petrochenkov 已提交
3567
 "rustc_serialize",
3568
 "rustc_session",
V
Vadim Petrochenkov 已提交
3569
 "rustc_span",
3570
 "rustc_symbol_mangling",
3571
 "rustc_target",
3572
 "rustc_trait_selection",
3573
 "rustc_traits",
C
Camille GILLOT 已提交
3574
 "rustc_ty",
3575
 "rustc_typeck",
crlf0710's avatar
crlf0710 已提交
3576
 "smallvec 1.4.0",
3577
 "tempfile",
O
Oliver Scherer 已提交
3578
 "tracing",
3579
 "winapi 0.3.8",
3580 3581
]

A
Aleksey Kladov 已提交
3582 3583 3584 3585
[[package]]
name = "rustc_lexer"
version = "0.1.0"
dependencies = [
3586
 "unicode-xid",
A
Aleksey Kladov 已提交
3587 3588
]

3589 3590 3591 3592
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3593
 "rustc_ast",
3594
 "rustc_ast_pretty",
3595
 "rustc_attr",
3596
 "rustc_data_structures",
3597
 "rustc_errors",
3598
 "rustc_feature",
3599
 "rustc_hir",
3600
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3601
 "rustc_middle",
3602
 "rustc_session",
V
Vadim Petrochenkov 已提交
3603
 "rustc_span",
3604
 "rustc_target",
3605
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3606
 "tracing",
crlf0710's avatar
crlf0710 已提交
3607
 "unicode-security",
3608 3609 3610 3611 3612 3613
]

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
3614 3615
 "build_helper",
 "cc",
3616
 "libc",
3617 3618
]

J
John Kåre Alsaker 已提交
3619 3620 3621 3622
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
3623 3624 3625
 "proc-macro2",
 "quote",
 "syn",
3626
 "synstructure",
J
John Kåre Alsaker 已提交
3627 3628
]

3629 3630 3631 3632
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
3633
 "flate2",
L
Luca Barbieri 已提交
3634
 "libc",
3635
 "memmap",
V
Vadim Petrochenkov 已提交
3636
 "rustc_ast",
3637
 "rustc_attr",
3638 3639
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3640
 "rustc_expand",
3641
 "rustc_hir",
3642
 "rustc_hir_pretty",
3643
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3644
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3645
 "rustc_serialize",
3646
 "rustc_session",
V
Vadim Petrochenkov 已提交
3647
 "rustc_span",
3648
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3649
 "smallvec 1.4.0",
3650
 "stable_deref_trait",
O
Oliver Scherer 已提交
3651
 "tracing",
3652
 "winapi 0.3.8",
3653 3654
]

M
Mazdak Farrokhzad 已提交
3655 3656 3657 3658 3659 3660
[[package]]
name = "rustc_middle"
version = "0.0.0"
dependencies = [
 "bitflags",
 "byteorder",
J
Jack Huey 已提交
3661
 "chalk-ir",
M
Mazdak Farrokhzad 已提交
3662 3663 3664 3665
 "measureme",
 "polonius-engine",
 "rustc-rayon-core",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3666
 "rustc_arena",
M
Mazdak Farrokhzad 已提交
3667 3668 3669 3670 3671 3672 3673 3674 3675
 "rustc_ast",
 "rustc_attr",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
 "rustc_query_system",
V
Vadim Petrochenkov 已提交
3676
 "rustc_serialize",
M
Mazdak Farrokhzad 已提交
3677 3678 3679
 "rustc_session",
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3680
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3681
 "tracing",
M
Mazdak Farrokhzad 已提交
3682 3683
]

3684 3685 3686 3687
[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
3688
 "either",
3689
 "itertools 0.8.0",
3690 3691 3692
 "log_settings",
 "polonius-engine",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3693
 "rustc_ast",
3694
 "rustc_attr",
3695 3696
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3697
 "rustc_graphviz",
3698
 "rustc_hir",
3699
 "rustc_index",
C
Camille GILLOT 已提交
3700
 "rustc_infer",
3701
 "rustc_lexer",
3702
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3703
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3704
 "rustc_serialize",
3705
 "rustc_session",
V
Vadim Petrochenkov 已提交
3706
 "rustc_span",
3707
 "rustc_target",
3708
 "rustc_trait_selection",
crlf0710's avatar
crlf0710 已提交
3709
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3710
 "tracing",
3711 3712
]

3713 3714 3715 3716 3717
[[package]]
name = "rustc_mir_build"
version = "0.0.0"
dependencies = [
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3718
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3719
 "rustc_ast",
3720
 "rustc_attr",
3721 3722 3723 3724
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
C
Camille GILLOT 已提交
3725
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
3726
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3727
 "rustc_serialize",
3728
 "rustc_session",
3729 3730
 "rustc_span",
 "rustc_target",
3731
 "rustc_trait_selection",
crlf0710's avatar
crlf0710 已提交
3732
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3733
 "tracing",
3734 3735
]

3736 3737 3738 3739 3740
[[package]]
name = "rustc_parse"
version = "0.0.0"
dependencies = [
 "bitflags",
V
Vadim Petrochenkov 已提交
3741
 "rustc_ast",
3742
 "rustc_ast_pretty",
3743 3744
 "rustc_data_structures",
 "rustc_errors",
3745
 "rustc_feature",
3746
 "rustc_lexer",
3747
 "rustc_session",
V
Vadim Petrochenkov 已提交
3748
 "rustc_span",
3749
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3750
 "tracing",
3751
 "unicode-normalization",
3752 3753
]

V
Vadim Petrochenkov 已提交
3754 3755 3756 3757 3758 3759 3760 3761
[[package]]
name = "rustc_parse_format"
version = "0.0.0"
dependencies = [
 "rustc_lexer",
 "rustc_span",
]

3762 3763 3764 3765
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3766
 "rustc_ast",
3767
 "rustc_attr",
3768 3769
 "rustc_data_structures",
 "rustc_errors",
3770
 "rustc_hir",
3771
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3772
 "rustc_middle",
3773
 "rustc_session",
V
Vadim Petrochenkov 已提交
3774
 "rustc_span",
3775
 "rustc_target",
3776
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3777
 "tracing",
3778 3779 3780
]

[[package]]
3781
name = "rustc_plugin_impl"
3782 3783
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3784
 "rustc_ast",
3785
 "rustc_errors",
3786
 "rustc_hir",
3787
 "rustc_lint",
3788
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3789
 "rustc_middle",
3790
 "rustc_session",
V
Vadim Petrochenkov 已提交
3791
 "rustc_span",
3792 3793 3794 3795 3796 3797
]

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
3798
 "rustc_attr",
3799
 "rustc_data_structures",
3800
 "rustc_errors",
3801
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
3802
 "rustc_middle",
3803
 "rustc_session",
V
Vadim Petrochenkov 已提交
3804
 "rustc_span",
3805
 "rustc_typeck",
O
Oliver Scherer 已提交
3806
 "tracing",
3807 3808
]

3809 3810 3811 3812
[[package]]
name = "rustc_query_system"
version = "0.0.0"
dependencies = [
3813
 "parking_lot 0.10.2",
3814
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3815
 "rustc_arena",
3816 3817 3818
 "rustc_data_structures",
 "rustc_errors",
 "rustc_index",
V
Vadim Petrochenkov 已提交
3819
 "rustc_serialize",
3820
 "rustc_span",
crlf0710's avatar
crlf0710 已提交
3821
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3822
 "tracing",
3823 3824
]

3825 3826 3827 3828
[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
3829
 "bitflags",
V
Vadim Petrochenkov 已提交
3830
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3831
 "rustc_ast",
3832
 "rustc_ast_lowering",
3833
 "rustc_ast_pretty",
3834
 "rustc_attr",
3835 3836
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3837
 "rustc_expand",
3838
 "rustc_feature",
3839
 "rustc_hir",
3840
 "rustc_index",
3841
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3842
 "rustc_middle",
3843
 "rustc_session",
V
Vadim Petrochenkov 已提交
3844
 "rustc_span",
crlf0710's avatar
crlf0710 已提交
3845
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3846
 "tracing",
3847 3848 3849 3850 3851 3852
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
3853 3854
 "rls-data",
 "rls-span",
V
Vadim Petrochenkov 已提交
3855
 "rustc_ast",
3856
 "rustc_ast_pretty",
3857
 "rustc_data_structures",
3858
 "rustc_hir",
3859
 "rustc_hir_pretty",
M
Mazdak Farrokhzad 已提交
3860
 "rustc_middle",
3861
 "rustc_parse",
3862
 "rustc_session",
V
Vadim Petrochenkov 已提交
3863
 "rustc_span",
3864
 "serde_json",
O
Oliver Scherer 已提交
3865
 "tracing",
3866 3867
]

V
Vadim Petrochenkov 已提交
3868 3869 3870 3871 3872 3873 3874 3875
[[package]]
name = "rustc_serialize"
version = "0.0.0"
dependencies = [
 "indexmap",
 "smallvec 1.4.0",
]

M
Mark Rousskov 已提交
3876 3877 3878 3879
[[package]]
name = "rustc_session"
version = "0.0.0"
dependencies = [
3880
 "bitflags",
L
Luca Barbieri 已提交
3881
 "getopts",
M
Mark Rousskov 已提交
3882
 "num_cpus",
V
Vadim Petrochenkov 已提交
3883
 "rustc_ast",
M
Mark Rousskov 已提交
3884 3885
 "rustc_data_structures",
 "rustc_errors",
M
Mark Rousskov 已提交
3886 3887
 "rustc_feature",
 "rustc_fs_util",
V
Vadim Petrochenkov 已提交
3888
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3889
 "rustc_span",
M
Mark Rousskov 已提交
3890
 "rustc_target",
O
Oliver Scherer 已提交
3891
 "tracing",
V
Vadim Petrochenkov 已提交
3892 3893 3894 3895 3896 3897 3898
]

[[package]]
name = "rustc_span"
version = "0.0.0"
dependencies = [
 "cfg-if",
3899
 "md-5",
V
Vadim Petrochenkov 已提交
3900
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3901 3902 3903
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3904
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3905
 "scoped-tls",
3906
 "sha-1",
O
Oliver Scherer 已提交
3907
 "tracing",
V
Vadim Petrochenkov 已提交
3908
 "unicode-width",
M
Mark Rousskov 已提交
3909 3910
]

3911 3912 3913 3914 3915 3916 3917 3918 3919
[[package]]
name = "rustc_symbol_mangling"
version = "0.0.0"
dependencies = [
 "punycode",
 "rustc-demangle",
 "rustc_ast",
 "rustc_data_structures",
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
3920
 "rustc_middle",
3921 3922 3923
 "rustc_session",
 "rustc_span",
 "rustc_target",
O
Oliver Scherer 已提交
3924
 "tracing",
3925 3926
]

3927 3928 3929 3930
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
3931 3932
 "bitflags",
 "rustc_data_structures",
3933
 "rustc_index",
3934
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3935
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3936
 "rustc_span",
O
Oliver Scherer 已提交
3937
 "tracing",
3938 3939
]

M
Matthias Krüger 已提交
3940 3941
[[package]]
name = "rustc_tools_util"
I
Igor Matuszewski 已提交
3942
version = "0.2.0"
3943 3944 3945

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

3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961
[[package]]
name = "rustc_trait_selection"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_attr",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
 "rustc_infer",
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3962
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3963
 "rustc_parse_format",
3964 3965 3966
 "rustc_session",
 "rustc_span",
 "rustc_target",
crlf0710's avatar
crlf0710 已提交
3967
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3968
 "tracing",
3969 3970
]

3971 3972 3973 3974
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
J
Jack Huey 已提交
3975 3976
 "chalk-ir",
 "chalk-solve",
V
Vadim Petrochenkov 已提交
3977
 "rustc_ast",
3978
 "rustc_data_structures",
3979
 "rustc_hir",
J
Jack Huey 已提交
3980
 "rustc_index",
C
Camille GILLOT 已提交
3981
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
3982
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3983
 "rustc_span",
3984
 "rustc_trait_selection",
crlf0710's avatar
crlf0710 已提交
3985
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
3986
 "tracing",
3987 3988
]

C
Camille GILLOT 已提交
3989 3990 3991 3992 3993
[[package]]
name = "rustc_ty"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
3994
 "rustc_errors",
C
Camille GILLOT 已提交
3995
 "rustc_hir",
C
Camille GILLOT 已提交
3996
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
3997
 "rustc_middle",
3998
 "rustc_session",
C
Camille GILLOT 已提交
3999
 "rustc_span",
4000
 "rustc_target",
4001
 "rustc_trait_selection",
O
Oliver Scherer 已提交
4002
 "tracing",
C
Camille GILLOT 已提交
4003
]
4004

4005 4006 4007 4008
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4009
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4010
 "rustc_ast",
4011
 "rustc_attr",
4012 4013
 "rustc_data_structures",
 "rustc_errors",
4014
 "rustc_hir",
4015
 "rustc_hir_pretty",
4016
 "rustc_index",
C
Camille GILLOT 已提交
4017
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4018
 "rustc_middle",
4019
 "rustc_session",
V
Vadim Petrochenkov 已提交
4020
 "rustc_span",
4021
 "rustc_target",
4022
 "rustc_trait_selection",
crlf0710's avatar
crlf0710 已提交
4023
 "smallvec 1.4.0",
O
Oliver Scherer 已提交
4024
 "tracing",
4025 4026
]

4027 4028
[[package]]
name = "rustc_version"
4029
version = "0.2.3"
4030
source = "registry+https://github.com/rust-lang/crates.io-index"
4031
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
4032
dependencies = [
E
Eric Huss 已提交
4033
 "semver 0.9.0",
4034 4035
]

4036 4037 4038 4039
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
4040
 "itertools 0.8.0",
4041
 "minifier",
E
Eric Huss 已提交
4042
 "pulldown-cmark",
I
Igor Matuszewski 已提交
4043
 "rustc-rayon",
4044 4045
 "serde",
 "serde_json",
4046
 "tempfile",
M
Mark Simulacrum 已提交
4047 4048
]

G
Guillaume Gomez 已提交
4049 4050 4051 4052
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
4053 4054 4055 4056
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
4057
 "rustdoc",
4058 4059
]

E
Eric Huss 已提交
4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071
[[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 已提交
4072 4073
[[package]]
name = "rustfmt-config_proc_macro"
4074
version = "0.2.0"
T
topecongiro 已提交
4075
dependencies = [
4076 4077
 "proc-macro2",
 "quote",
4078
 "serde",
4079
 "syn",
T
topecongiro 已提交
4080 4081
]

I
Igor Matuszewski 已提交
4082 4083
[[package]]
name = "rustfmt-nightly"
T
Tyler Mandry 已提交
4084
version = "1.4.19"
I
Igor Matuszewski 已提交
4085
dependencies = [
4086
 "annotate-snippets 0.6.1",
I
Igor Matuszewski 已提交
4087
 "anyhow",
4088
 "bytecount",
M
Manish Goregaokar 已提交
4089
 "cargo_metadata 0.8.0",
4090 4091 4092
 "derive-new",
 "diff",
 "dirs",
A
Alex Crichton 已提交
4093
 "env_logger 0.6.2",
4094 4095 4096
 "getopts",
 "ignore",
 "itertools 0.8.0",
Y
Yuki Okushi 已提交
4097
 "lazy_static",
4098 4099
 "log",
 "regex",
4100
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
4101
 "rustc-ap-rustc_ast_pretty",
4102
 "rustc-ap-rustc_attr",
I
Igor Matuszewski 已提交
4103 4104
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
4105
 "rustc-ap-rustc_expand",
I
Igor Matuszewski 已提交
4106 4107 4108
 "rustc-ap-rustc_parse",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
4109 4110 4111 4112
 "rustc-workspace-hack",
 "rustfmt-config_proc_macro",
 "serde",
 "serde_json",
E
Eric Huss 已提交
4113
 "structopt",
4114
 "term 0.6.0",
I
Igor Matuszewski 已提交
4115
 "thiserror",
E
Eric Huss 已提交
4116
 "toml",
4117 4118 4119
 "unicode-segmentation",
 "unicode-width",
 "unicode_categories",
I
Igor Matuszewski 已提交
4120 4121
]

A
Alex Crichton 已提交
4122 4123
[[package]]
name = "ryu"
E
Eric Huss 已提交
4124
version = "1.0.0"
A
Alex Crichton 已提交
4125
source = "registry+https://github.com/rust-lang/crates.io-index"
4126
checksum = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
A
Alex Crichton 已提交
4127

4128 4129
[[package]]
name = "same-file"
4130
version = "1.0.4"
4131
source = "registry+https://github.com/rust-lang/crates.io-index"
4132
checksum = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
4133
dependencies = [
4134
 "winapi-util",
4135 4136 4137 4138
]

[[package]]
name = "schannel"
4139
version = "0.1.16"
4140
source = "registry+https://github.com/rust-lang/crates.io-index"
4141
checksum = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021"
4142
dependencies = [
Y
Yuki Okushi 已提交
4143
 "lazy_static",
E
Eric Huss 已提交
4144
 "winapi 0.3.8",
4145 4146
]

M
Marcel Hellwig 已提交
4147 4148 4149 4150
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4151
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
M
Marcel Hellwig 已提交
4152

F
flip1995 已提交
4153 4154 4155 4156
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
4157
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
F
flip1995 已提交
4158

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

4165 4166 4167 4168
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4169
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4170
dependencies = [
4171 4172
 "semver-parser",
 "serde",
4173 4174
]

E
Eric Huss 已提交
4175 4176 4177 4178 4179 4180 4181 4182 4183 4184
[[package]]
name = "semver"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
dependencies = [
 "semver-parser",
 "serde",
]

4185 4186 4187 4188
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4189
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4190 4191 4192

[[package]]
name = "serde"
F
flip1995 已提交
4193
version = "1.0.99"
4194
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
4195
checksum = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
E
Eric Huss 已提交
4196
dependencies = [
4197
 "serde_derive",
E
Eric Huss 已提交
4198
]
4199 4200 4201

[[package]]
name = "serde_derive"
I
Igor Matuszewski 已提交
4202
version = "1.0.106"
4203
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
4204
checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
4205
dependencies = [
4206 4207 4208
 "proc-macro2",
 "quote",
 "syn",
4209
]
S
Steve Klabnik 已提交
4210

F
flip1995 已提交
4211 4212 4213 4214 4215 4216 4217 4218 4219
[[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 已提交
4220 4221
[[package]]
name = "serde_json"
E
Eric Huss 已提交
4222
version = "1.0.40"
S
Steve Klabnik 已提交
4223
source = "registry+https://github.com/rust-lang/crates.io-index"
4224
checksum = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
S
Steve Klabnik 已提交
4225
dependencies = [
4226 4227 4228
 "itoa",
 "ryu",
 "serde",
S
Steve Klabnik 已提交
4229 4230
]

4231 4232 4233 4234 4235 4236
[[package]]
name = "serde_repr"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573"
dependencies = [
4237 4238 4239
 "proc-macro2",
 "quote",
 "syn",
4240 4241
]

4242 4243
[[package]]
name = "sha-1"
4244
version = "0.8.2"
4245
source = "registry+https://github.com/rust-lang/crates.io-index"
4246
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4247
dependencies = [
4248 4249 4250
 "block-buffer",
 "digest",
 "fake-simd",
4251
 "opaque-debug",
4252 4253
]

O
Oliver Scherer 已提交
4254 4255 4256 4257 4258 4259 4260 4261 4262
[[package]]
name = "sharded-slab"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
dependencies = [
 "lazy_static",
]

4263 4264
[[package]]
name = "shell-escape"
A
Alex Crichton 已提交
4265
version = "0.1.4"
4266
source = "registry+https://github.com/rust-lang/crates.io-index"
4267
checksum = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
4268

S
steveklabnik 已提交
4269 4270 4271 4272
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4273
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
S
steveklabnik 已提交
4274

4275 4276 4277 4278
[[package]]
name = "signal-hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
4279
checksum = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
4280
dependencies = [
4281 4282
 "arc-swap",
 "libc",
4283 4284
]

S
steveklabnik 已提交
4285 4286
[[package]]
name = "siphasher"
4287
version = "0.3.3"
S
steveklabnik 已提交
4288
source = "registry+https://github.com/rust-lang/crates.io-index"
4289
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
S
steveklabnik 已提交
4290

E
Eric Huss 已提交
4291 4292
[[package]]
name = "sized-chunks"
E
Eric Huss 已提交
4293
version = "0.6.2"
E
Eric Huss 已提交
4294
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4295
checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
E
Eric Huss 已提交
4296
dependencies = [
E
Eric Huss 已提交
4297
 "bitmaps",
4298
 "typenum",
E
Eric Huss 已提交
4299 4300
]

4301 4302 4303 4304
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4305
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4306

4307 4308
[[package]]
name = "smallvec"
E
Eric Huss 已提交
4309
version = "0.6.10"
4310
source = "registry+https://github.com/rust-lang/crates.io-index"
4311
checksum = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
4312

R
Ralf Jung 已提交
4313 4314
[[package]]
name = "smallvec"
crlf0710's avatar
crlf0710 已提交
4315
version = "1.4.0"
R
Ralf Jung 已提交
4316
source = "registry+https://github.com/rust-lang/crates.io-index"
crlf0710's avatar
crlf0710 已提交
4317
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
R
Ralf Jung 已提交
4318

M
Mark Simulacrum 已提交
4319 4320
[[package]]
name = "socket2"
P
Patrick Mooney 已提交
4321
version = "0.3.12"
M
Mark Simulacrum 已提交
4322
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Patrick Mooney 已提交
4323
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
M
Mark Simulacrum 已提交
4324
dependencies = [
4325 4326 4327
 "cfg-if",
 "libc",
 "redox_syscall",
E
Eric Huss 已提交
4328
 "winapi 0.3.8",
M
Mark Simulacrum 已提交
4329 4330
]

4331 4332
[[package]]
name = "stable_deref_trait"
A
Alex Crichton 已提交
4333
version = "1.1.0"
4334
source = "registry+https://github.com/rust-lang/crates.io-index"
4335
checksum = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
4336

4337 4338
[[package]]
name = "stacker"
4339
version = "0.1.9"
4340
source = "registry+https://github.com/rust-lang/crates.io-index"
4341
checksum = "72dd941b456e1c006d6b9f27c526d5b69281288aeea8cba82c19d3843d8ccdd2"
4342 4343 4344 4345 4346 4347 4348 4349
dependencies = [
 "cc",
 "cfg-if",
 "libc",
 "psm",
 "winapi 0.3.8",
]

4350 4351 4352 4353
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
4354
 "addr2line",
4355 4356 4357 4358 4359 4360
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "dlmalloc",
 "fortanix-sgx-abi",
4361
 "hashbrown",
4362
 "hermit-abi",
4363
 "libc",
4364 4365
 "miniz_oxide",
 "object",
4366 4367 4368
 "panic_abort",
 "panic_unwind",
 "profiler_builtins",
4369
 "rand",
4370
 "rustc-demangle",
4371
 "unwind",
4372
 "wasi",
4373 4374
]

S
steveklabnik 已提交
4375 4376
[[package]]
name = "string_cache"
4377
version = "0.8.0"
S
steveklabnik 已提交
4378
source = "registry+https://github.com/rust-lang/crates.io-index"
4379
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
S
steveklabnik 已提交
4380
dependencies = [
Y
Yuki Okushi 已提交
4381
 "lazy_static",
4382 4383 4384 4385
 "new_debug_unreachable",
 "phf_shared",
 "precomputed-hash",
 "serde",
S
steveklabnik 已提交
4386 4387 4388 4389
]

[[package]]
name = "string_cache_codegen"
4390
version = "0.5.1"
S
steveklabnik 已提交
4391
source = "registry+https://github.com/rust-lang/crates.io-index"
4392
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
S
steveklabnik 已提交
4393
dependencies = [
4394 4395
 "phf_generator",
 "phf_shared",
4396 4397
 "proc-macro2",
 "quote",
S
steveklabnik 已提交
4398 4399
]

E
Eric Huss 已提交
4400 4401 4402 4403
[[package]]
name = "strip-ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4404
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
E
Eric Huss 已提交
4405
dependencies = [
4406
 "vte",
E
Eric Huss 已提交
4407 4408
]

4409 4410
[[package]]
name = "strsim"
4411
version = "0.8.0"
4412
source = "registry+https://github.com/rust-lang/crates.io-index"
4413
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4414

4415 4416 4417 4418 4419 4420 4421
[[package]]
name = "structopt"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ac9d6e93dd792b217bf89cda5c14566e3043960c6f9da890c2ba5d09d07804c"
dependencies = [
 "clap",
E
Eric Huss 已提交
4422
 "structopt-derive",
4423 4424 4425 4426 4427 4428 4429 4430 4431 4432
]

[[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",
4433 4434 4435
 "proc-macro2",
 "quote",
 "syn",
T
topecongiro 已提交
4436 4437
]

M
Matt Ickstadt 已提交
4438 4439
[[package]]
name = "strum"
4440
version = "0.18.0"
M
Matt Ickstadt 已提交
4441
source = "registry+https://github.com/rust-lang/crates.io-index"
4442
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
M
Matt Ickstadt 已提交
4443 4444 4445

[[package]]
name = "strum_macros"
4446
version = "0.18.0"
M
Matt Ickstadt 已提交
4447
source = "registry+https://github.com/rust-lang/crates.io-index"
4448
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
M
Matt Ickstadt 已提交
4449
dependencies = [
4450
 "heck",
4451 4452 4453
 "proc-macro2",
 "quote",
 "syn",
A
Alex Crichton 已提交
4454 4455
]

4456 4457
[[package]]
name = "syn"
I
Igor Matuszewski 已提交
4458
version = "1.0.11"
4459
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
4460
checksum = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
4461
dependencies = [
4462 4463 4464
 "proc-macro2",
 "quote",
 "unicode-xid",
4465 4466
]

4467 4468 4469 4470 4471 4472
[[package]]
name = "synstructure"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203"
dependencies = [
4473 4474 4475 4476
 "proc-macro2",
 "quote",
 "syn",
 "unicode-xid",
4477 4478
]

4479 4480
[[package]]
name = "tar"
4481
version = "0.4.26"
4482
source = "registry+https://github.com/rust-lang/crates.io-index"
4483
checksum = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
4484
dependencies = [
4485 4486 4487 4488
 "filetime",
 "libc",
 "redox_syscall",
 "xattr",
4489 4490
]

A
Aleksey Kladov 已提交
4491 4492
[[package]]
name = "tempfile"
4493
version = "3.1.0"
A
Aleksey Kladov 已提交
4494
source = "registry+https://github.com/rust-lang/crates.io-index"
4495
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
A
Aleksey Kladov 已提交
4496
dependencies = [
4497 4498
 "cfg-if",
 "libc",
4499
 "rand",
4500 4501
 "redox_syscall",
 "remove_dir_all",
E
Eric Huss 已提交
4502
 "winapi 0.3.8",
A
Aleksey Kladov 已提交
4503 4504
]

S
steveklabnik 已提交
4505 4506 4507 4508
[[package]]
name = "tendril"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4509
checksum = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
S
steveklabnik 已提交
4510
dependencies = [
4511 4512 4513
 "futf",
 "mac",
 "utf-8",
S
steveklabnik 已提交
4514 4515
]

4516 4517 4518
[[package]]
name = "term"
version = "0.0.0"
4519 4520 4521 4522
dependencies = [
 "core",
 "std",
]
4523

I
Igor Matuszewski 已提交
4524 4525 4526 4527
[[package]]
name = "term"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4528
checksum = "0dd90505d5006a4422d3520b30c781d480b3f36768c2fa2187c3e950bc110464"
I
Igor Matuszewski 已提交
4529
dependencies = [
4530 4531
 "byteorder",
 "dirs",
E
Eric Huss 已提交
4532
 "winapi 0.3.8",
I
Igor Matuszewski 已提交
4533 4534
]

4535 4536
[[package]]
name = "termcolor"
E
Eric Huss 已提交
4537
version = "1.1.0"
4538
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4539
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
4540
dependencies = [
E
Eric Huss 已提交
4541
 "winapi-util",
4542 4543
]

4544 4545 4546 4547 4548 4549 4550 4551 4552 4553
[[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",
]

4554 4555 4556 4557
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
E
Eric Huss 已提交
4558
 "cfg-if",
4559
 "core",
4560
 "getopts",
4561 4562 4563
 "libc",
 "panic_abort",
 "panic_unwind",
4564
 "proc_macro",
4565
 "std",
4566
 "term 0.0.0",
4567 4568
]

F
flip1995 已提交
4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579
[[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 已提交
4580 4581
[[package]]
name = "textwrap"
4582
version = "0.11.0"
S
steveklabnik 已提交
4583
source = "registry+https://github.com/rust-lang/crates.io-index"
4584
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
S
steveklabnik 已提交
4585
dependencies = [
4586
 "unicode-width",
S
steveklabnik 已提交
4587 4588
]

4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603
[[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 = [
4604 4605 4606
 "proc-macro2",
 "quote",
 "syn",
4607 4608
]

I
Igor Matuszewski 已提交
4609 4610 4611 4612 4613 4614
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
Y
Yuki Okushi 已提交
4615
 "lazy_static",
I
Igor Matuszewski 已提交
4616 4617
]

4618 4619 4620
[[package]]
name = "tidy"
version = "0.1.0"
4621
dependencies = [
4622
 "cargo_metadata 0.9.1",
Y
Yuki Okushi 已提交
4623
 "lazy_static",
4624 4625
 "regex",
 "walkdir",
4626
]
4627

A
Alex Crichton 已提交
4628 4629
[[package]]
name = "time"
E
Eric Huss 已提交
4630
version = "0.1.42"
A
Alex Crichton 已提交
4631
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4632
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
A
Alex Crichton 已提交
4633
dependencies = [
4634 4635
 "libc",
 "redox_syscall",
E
Eric Huss 已提交
4636
 "winapi 0.3.8",
A
Alex Crichton 已提交
4637 4638
]

4639 4640
[[package]]
name = "tokio"
4641
version = "0.1.22"
4642
source = "registry+https://github.com/rust-lang/crates.io-index"
4643
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
4644
dependencies = [
4645 4646 4647 4648 4649 4650 4651 4652 4653 4654
 "bytes",
 "futures",
 "mio",
 "num_cpus",
 "tokio-codec",
 "tokio-current-thread",
 "tokio-executor",
 "tokio-fs",
 "tokio-io",
 "tokio-reactor",
4655
 "tokio-sync",
4656 4657 4658 4659 4660
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "tokio-udp",
 "tokio-uds",
4661 4662 4663 4664 4665 4666
]

[[package]]
name = "tokio-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4667
checksum = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
4668
dependencies = [
4669 4670 4671
 "bytes",
 "futures",
 "tokio-io",
4672 4673 4674 4675
]

[[package]]
name = "tokio-current-thread"
4676
version = "0.1.6"
4677
source = "registry+https://github.com/rust-lang/crates.io-index"
4678
checksum = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
4679
dependencies = [
4680 4681
 "futures",
 "tokio-executor",
4682 4683 4684 4685
]

[[package]]
name = "tokio-executor"
4686
version = "0.1.9"
4687
source = "registry+https://github.com/rust-lang/crates.io-index"
4688
checksum = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab"
4689
dependencies = [
4690 4691
 "crossbeam-utils 0.6.5",
 "futures",
4692 4693 4694 4695
]

[[package]]
name = "tokio-fs"
4696
version = "0.1.6"
4697
source = "registry+https://github.com/rust-lang/crates.io-index"
4698
checksum = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
4699
dependencies = [
4700 4701 4702
 "futures",
 "tokio-io",
 "tokio-threadpool",
4703 4704 4705 4706
]

[[package]]
name = "tokio-io"
4707
version = "0.1.12"
4708
source = "registry+https://github.com/rust-lang/crates.io-index"
4709
checksum = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
4710
dependencies = [
4711 4712 4713
 "bytes",
 "futures",
 "log",
4714 4715
]

4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728
[[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",
]

4729 4730
[[package]]
name = "tokio-process"
4731
version = "0.2.4"
4732
source = "registry+https://github.com/rust-lang/crates.io-index"
4733
checksum = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
4734
dependencies = [
4735
 "crossbeam-queue",
4736
 "futures",
Y
Yuki Okushi 已提交
4737
 "lazy_static",
4738
 "libc",
4739
 "log",
4740 4741 4742 4743 4744
 "mio",
 "mio-named-pipes",
 "tokio-io",
 "tokio-reactor",
 "tokio-signal",
E
Eric Huss 已提交
4745
 "winapi 0.3.8",
4746 4747 4748 4749
]

[[package]]
name = "tokio-reactor"
4750
version = "0.1.11"
4751
source = "registry+https://github.com/rust-lang/crates.io-index"
4752
checksum = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146"
4753
dependencies = [
4754 4755
 "crossbeam-utils 0.6.5",
 "futures",
Y
Yuki Okushi 已提交
4756
 "lazy_static",
4757 4758 4759
 "log",
 "mio",
 "num_cpus",
I
Igor Matuszewski 已提交
4760
 "parking_lot 0.9.0",
4761 4762 4763
 "slab",
 "tokio-executor",
 "tokio-io",
4764
 "tokio-sync",
4765 4766
]

4767 4768 4769 4770 4771 4772 4773 4774 4775
[[package]]
name = "tokio-service"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
dependencies = [
 "futures",
]

4776 4777 4778 4779
[[package]]
name = "tokio-signal"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
4780
checksum = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
4781
dependencies = [
4782 4783 4784 4785 4786 4787 4788 4789
 "futures",
 "libc",
 "mio",
 "mio-uds",
 "signal-hook",
 "tokio-executor",
 "tokio-io",
 "tokio-reactor",
E
Eric Huss 已提交
4790
 "winapi 0.3.8",
4791 4792
]

4793 4794 4795 4796 4797 4798 4799 4800 4801 4802
[[package]]
name = "tokio-sync"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
dependencies = [
 "fnv",
 "futures",
]

4803 4804 4805 4806
[[package]]
name = "tokio-tcp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
4807
checksum = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
4808
dependencies = [
4809 4810 4811 4812 4813 4814
 "bytes",
 "futures",
 "iovec",
 "mio",
 "tokio-io",
 "tokio-reactor",
4815 4816 4817 4818
]

[[package]]
name = "tokio-threadpool"
4819
version = "0.1.17"
4820
source = "registry+https://github.com/rust-lang/crates.io-index"
4821
checksum = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c"
4822
dependencies = [
4823 4824
 "crossbeam-deque",
 "crossbeam-queue",
4825 4826
 "crossbeam-utils 0.6.5",
 "futures",
Y
Yuki Okushi 已提交
4827
 "lazy_static",
4828 4829
 "log",
 "num_cpus",
4830
 "slab",
4831
 "tokio-executor",
4832 4833 4834 4835
]

[[package]]
name = "tokio-timer"
4836
version = "0.2.12"
4837
source = "registry+https://github.com/rust-lang/crates.io-index"
4838
checksum = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827"
4839
dependencies = [
4840 4841 4842 4843
 "crossbeam-utils 0.6.5",
 "futures",
 "slab",
 "tokio-executor",
4844 4845 4846 4847
]

[[package]]
name = "tokio-udp"
4848
version = "0.1.5"
4849
source = "registry+https://github.com/rust-lang/crates.io-index"
4850
checksum = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
4851
dependencies = [
4852 4853 4854 4855 4856 4857 4858
 "bytes",
 "futures",
 "log",
 "mio",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
4859 4860 4861 4862 4863 4864
]

[[package]]
name = "tokio-uds"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
4865
checksum = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
4866
dependencies = [
4867 4868 4869 4870 4871 4872 4873 4874 4875 4876
 "bytes",
 "futures",
 "iovec",
 "libc",
 "log",
 "mio",
 "mio-uds",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
4877 4878
]

E
Eric Huss 已提交
4879 4880
[[package]]
name = "toml"
F
flip1995 已提交
4881
version = "0.5.3"
E
Eric Huss 已提交
4882
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
4883
checksum = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
E
Eric Huss 已提交
4884
dependencies = [
4885
 "serde",
E
Eric Huss 已提交
4886 4887
]

J
Jack Huey 已提交
4888 4889
[[package]]
name = "tracing"
O
Oliver Scherer 已提交
4890
version = "0.1.18"
J
Jack Huey 已提交
4891
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oliver Scherer 已提交
4892
checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178"
J
Jack Huey 已提交
4893 4894 4895 4896 4897 4898 4899 4900
dependencies = [
 "cfg-if",
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
O
Oliver Scherer 已提交
4901
version = "0.1.9"
J
Jack Huey 已提交
4902
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oliver Scherer 已提交
4903
checksum = "f0693bf8d6f2bf22c690fc61a9d21ac69efdbb894a17ed596b9af0f01e64b84b"
J
Jack Huey 已提交
4904
dependencies = [
4905 4906 4907
 "proc-macro2",
 "quote",
 "syn",
J
Jack Huey 已提交
4908 4909 4910 4911
]

[[package]]
name = "tracing-core"
O
Oliver Scherer 已提交
4912
version = "0.1.12"
J
Jack Huey 已提交
4913
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oliver Scherer 已提交
4914
checksum = "b2734b5a028fa697686f16c6d18c2c6a3c7e41513f9a213abb6754c4acb3c8d7"
J
Jack Huey 已提交
4915 4916 4917 4918
dependencies = [
 "lazy_static",
]

O
Oliver Scherer 已提交
4919 4920 4921 4922 4923 4924 4925 4926 4927
[[package]]
name = "tracing-subscriber"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7b33f8b2ef2ab0c3778c12646d9c42a24f7772bee4cdafc72199644a9f58fdc"
dependencies = [
 "ansi_term 0.12.1",
 "lazy_static",
 "matchers",
O
Oliver Scherer 已提交
4928
 "parking_lot 0.9.0",
O
Oliver Scherer 已提交
4929 4930 4931 4932 4933 4934
 "regex",
 "sharded-slab",
 "smallvec 1.4.0",
 "tracing-core",
]

E
Eric Huss 已提交
4935 4936
[[package]]
name = "typenum"
E
Eric Huss 已提交
4937
version = "1.12.0"
E
Eric Huss 已提交
4938
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4939
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
E
Eric Huss 已提交
4940

M
Mark Rousskov 已提交
4941 4942 4943 4944 4945 4946
[[package]]
name = "ucd-parse"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca6b52bf4da6512f0f07785a04769222e50d29639e7ecd016b7806fd2de306b4"
dependencies = [
Y
Yuki Okushi 已提交
4947
 "lazy_static",
M
Mark Rousskov 已提交
4948 4949 4950
 "regex",
]

4951 4952 4953 4954
[[package]]
name = "ucd-trie"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4955
checksum = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
4956

4957 4958
[[package]]
name = "unicase"
4959
version = "2.6.0"
4960
source = "registry+https://github.com/rust-lang/crates.io-index"
4961
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
4962
dependencies = [
4963
 "version_check",
4964 4965
]

M
Mark Rousskov 已提交
4966 4967 4968 4969 4970 4971 4972
[[package]]
name = "unicode-bdd"
version = "0.1.0"
dependencies = [
 "ucd-parse",
]

4973 4974
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
4975
version = "0.3.4"
S
Steve Klabnik 已提交
4976
source = "registry+https://github.com/rust-lang/crates.io-index"
4977
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
S
Steve Klabnik 已提交
4978
dependencies = [
4979
 "matches",
4980 4981
]

4982 4983
[[package]]
name = "unicode-normalization"
crlf0710's avatar
crlf0710 已提交
4984
version = "0.1.12"
4985
source = "registry+https://github.com/rust-lang/crates.io-index"
crlf0710's avatar
crlf0710 已提交
4986
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
4987
dependencies = [
crlf0710's avatar
crlf0710 已提交
4988
 "smallvec 1.4.0",
4989
]
4990

crlf0710's avatar
crlf0710 已提交
4991 4992
[[package]]
name = "unicode-script"
4993
version = "0.5.1"
crlf0710's avatar
crlf0710 已提交
4994
source = "registry+https://github.com/rust-lang/crates.io-index"
4995
checksum = "58b33414ea8db4b7ea0343548dbdc31d27aef06beacf7044a87e564d9b0feb7d"
crlf0710's avatar
crlf0710 已提交
4996 4997 4998

[[package]]
name = "unicode-security"
4999
version = "0.0.5"
crlf0710's avatar
crlf0710 已提交
5000
source = "registry+https://github.com/rust-lang/crates.io-index"
5001
checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
crlf0710's avatar
crlf0710 已提交
5002
dependencies = [
crlf0710's avatar
crlf0710 已提交
5003
 "unicode-normalization",
crlf0710's avatar
crlf0710 已提交
5004 5005 5006
 "unicode-script",
]

5007 5008
[[package]]
name = "unicode-segmentation"
E
Eric Huss 已提交
5009
version = "1.6.0"
5010
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5011
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
5012 5013 5014

[[package]]
name = "unicode-width"
5015
version = "0.1.6"
5016
source = "registry+https://github.com/rust-lang/crates.io-index"
5017 5018 5019 5020 5021 5022
checksum = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
]
5023

5024 5025 5026 5027 5028 5029
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"

F
flip1995 已提交
5030 5031 5032 5033
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5034
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
F
flip1995 已提交
5035

5036 5037 5038 5039
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
5040 5041
 "num-traits",
 "tidy",
5042 5043
]

N
Nick Cameron 已提交
5044 5045 5046 5047
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
5048 5049 5050 5051 5052
 "cc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
N
Nick Cameron 已提交
5053 5054
]

5055 5056
[[package]]
name = "url"
5057
version = "1.7.2"
5058
source = "registry+https://github.com/rust-lang/crates.io-index"
5059
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5060
dependencies = [
5061 5062 5063
 "idna 0.1.5",
 "matches",
 "percent-encoding 1.0.1",
5064 5065
]

E
Eric Huss 已提交
5066 5067
[[package]]
name = "url"
F
flip1995 已提交
5068
version = "2.1.0"
E
Eric Huss 已提交
5069
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
5070
checksum = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
E
Eric Huss 已提交
5071
dependencies = [
5072 5073
 "idna 0.2.0",
 "matches",
E
Eric Huss 已提交
5074
 "percent-encoding 2.1.0",
5075
 "serde",
E
Eric Huss 已提交
5076 5077
]

S
steveklabnik 已提交
5078 5079 5080 5081
[[package]]
name = "utf-8"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
5082
checksum = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
S
steveklabnik 已提交
5083

E
Eric Huss 已提交
5084 5085 5086 5087
[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5088
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
E
Eric Huss 已提交
5089

5090 5091
[[package]]
name = "vcpkg"
5092
version = "0.2.8"
5093
source = "registry+https://github.com/rust-lang/crates.io-index"
5094
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
5095

5096 5097
[[package]]
name = "vec_map"
A
Alex Crichton 已提交
5098
version = "0.8.1"
5099
source = "registry+https://github.com/rust-lang/crates.io-index"
5100
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
5101

R
Ralf Jung 已提交
5102 5103
[[package]]
name = "vergen"
5104
version = "3.1.0"
R
Ralf Jung 已提交
5105
source = "registry+https://github.com/rust-lang/crates.io-index"
5106
checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
R
Ralf Jung 已提交
5107
dependencies = [
5108 5109
 "bitflags",
 "chrono",
R
Ralf Jung 已提交
5110 5111
]

E
Eric Huss 已提交
5112 5113 5114 5115 5116 5117
[[package]]
name = "version_check"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"

E
Eric Huss 已提交
5118 5119 5120 5121
[[package]]
name = "vte"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5122
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
E
Eric Huss 已提交
5123
dependencies = [
5124
 "utf8parse",
E
Eric Huss 已提交
5125 5126
]

5127 5128
[[package]]
name = "walkdir"
5129
version = "2.2.7"
5130
source = "registry+https://github.com/rust-lang/crates.io-index"
5131
checksum = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
5132
dependencies = [
5133
 "same-file",
E
Eric Huss 已提交
5134
 "winapi 0.3.8",
5135
 "winapi-util",
5136 5137
]

5138 5139 5140 5141 5142
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
N
newpavlov 已提交
5143 5144 5145 5146 5147 5148
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

5149 5150 5151 5152
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
5153
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
5154

5155 5156
[[package]]
name = "winapi"
E
Eric Huss 已提交
5157
version = "0.3.8"
5158
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5159
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
5160
dependencies = [
5161 5162
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
5163 5164
]

5165 5166 5167 5168
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5169
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
5170

5171 5172 5173 5174
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5175
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5176

A
Alex Crichton 已提交
5177 5178
[[package]]
name = "winapi-util"
E
Eric Huss 已提交
5179
version = "0.1.5"
A
Alex Crichton 已提交
5180
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5181
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
A
Alex Crichton 已提交
5182
dependencies = [
E
Eric Huss 已提交
5183
 "winapi 0.3.8",
A
Alex Crichton 已提交
5184 5185
]

5186 5187 5188 5189
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5190
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5191

5192 5193 5194 5195
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5196
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
5197
dependencies = [
5198 5199
 "winapi 0.2.8",
 "winapi-build",
5200 5201
]

5202 5203
[[package]]
name = "xattr"
A
Alex Crichton 已提交
5204
version = "0.2.2"
5205
source = "registry+https://github.com/rust-lang/crates.io-index"
5206
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5207
dependencies = [
5208
 "libc",
5209 5210
]

5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222
[[package]]
name = "xml5ever"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
dependencies = [
 "log",
 "mac",
 "markup5ever",
 "time",
]

5223 5224
[[package]]
name = "xz2"
A
Alex Crichton 已提交
5225
version = "0.1.5"
5226
source = "registry+https://github.com/rust-lang/crates.io-index"
5227
checksum = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
5228
dependencies = [
5229
 "lzma-sys",
5230 5231
]

5232 5233 5234 5235 5236 5237
[[package]]
name = "yaml-merge-keys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59893318ba3ad2b704498c7761214a10eaf42c5f838bce9fc0145bf2ba658cfa"
dependencies = [
Y
Yuki Okushi 已提交
5238
 "lazy_static",
5239 5240 5241 5242
 "thiserror",
 "yaml-rust 0.4.3",
]

5243 5244 5245 5246
[[package]]
name = "yaml-rust"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5247
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5248 5249 5250 5251 5252 5253 5254 5255 5256

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