Cargo.lock 120.1 KB
Newer Older
1 2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
E
Eric Huss 已提交
3 4
version = 3

5
[[package]]
6
name = "addr2line"
7
version = "0.16.0"
8
source = "registry+https://github.com/rust-lang/crates.io-index"
9
checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
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",
]
26

E
Eric Huss 已提交
27 28
[[package]]
name = "aho-corasick"
M
Mark Rousskov 已提交
29
version = "0.7.13"
E
Eric Huss 已提交
30
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
31
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
E
Eric Huss 已提交
32
dependencies = [
33
 "memchr",
E
Eric Huss 已提交
34 35
]

36 37 38 39
[[package]]
name = "alloc"
version = "0.0.0"
dependencies = [
40 41
 "compiler_builtins",
 "core",
A
Aaron Hill 已提交
42
 "rand 0.7.3",
43
 "rand_xorshift",
44 45
]

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

61 62 63 64 65
[[package]]
name = "annotate-snippets"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
I
Igor Matuszewski 已提交
66 67 68
dependencies = [
 "yansi-term",
]
69

70 71
[[package]]
name = "ansi_term"
A
Aleksey Kladov 已提交
72
version = "0.11.0"
73
source = "registry+https://github.com/rust-lang/crates.io-index"
74
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
A
Aleksey Kladov 已提交
75
dependencies = [
I
Igor Matuszewski 已提交
76
 "winapi",
A
Aleksey Kladov 已提交
77
]
78

O
Oliver Scherer 已提交
79 80 81 82 83 84
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
I
Igor Matuszewski 已提交
85
 "winapi",
O
Oliver Scherer 已提交
86 87
]

E
Eric Huss 已提交
88 89
[[package]]
name = "anyhow"
E
Eric Huss 已提交
90
version = "1.0.34"
E
Eric Huss 已提交
91
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
92
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
E
Eric Huss 已提交
93

94 95 96 97 98 99
[[package]]
name = "array_tool"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"

100 101 102 103 104
[[package]]
name = "arrayvec"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
105

106 107
[[package]]
name = "atty"
Y
Yuki Okushi 已提交
108
version = "0.2.14"
109
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
110
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
111
dependencies = [
Y
Yuki Okushi 已提交
112
 "hermit-abi",
113
 "libc",
I
Igor Matuszewski 已提交
114
 "winapi",
115 116
]

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

123 124
[[package]]
name = "bitflags"
V
varkor 已提交
125
version = "1.2.1"
126
source = "registry+https://github.com/rust-lang/crates.io-index"
V
varkor 已提交
127
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
128

E
Eric Huss 已提交
129 130
[[package]]
name = "bitmaps"
M
Mark Rousskov 已提交
131
version = "2.1.0"
E
Eric Huss 已提交
132
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
133
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
E
Eric Huss 已提交
134 135 136 137
dependencies = [
 "typenum",
]

138 139
[[package]]
name = "block-buffer"
140
version = "0.7.3"
141
source = "registry+https://github.com/rust-lang/crates.io-index"
142 143 144 145 146
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
 "block-padding",
 "byte-tools",
 "byteorder",
K
klensy 已提交
147
 "generic-array 0.12.4",
148 149 150 151 152 153 154 155 156
]

[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
 "generic-array 0.14.4",
157 158 159 160 161 162 163
]

[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
164
dependencies = [
165
 "byte-tools",
166 167
]

168 169 170 171
[[package]]
name = "bootstrap"
version = "0.0.0"
dependencies = [
172 173 174 175 176
 "build_helper",
 "cc",
 "cmake",
 "filetime",
 "getopts",
177
 "ignore",
Y
Yuki Okushi 已提交
178
 "lazy_static",
179
 "libc",
180
 "merge",
181
 "num_cpus",
182
 "once_cell",
F
flip1995 已提交
183
 "opener",
184 185 186 187
 "pretty_assertions",
 "serde",
 "serde_json",
 "time",
E
Eric Huss 已提交
188
 "toml",
I
Igor Matuszewski 已提交
189
 "winapi",
190 191
]

E
Eric Huss 已提交
192 193
[[package]]
name = "bstr"
M
Mark Rousskov 已提交
194
version = "0.2.13"
E
Eric Huss 已提交
195
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
196
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
E
Eric Huss 已提交
197
dependencies = [
E
Eric Huss 已提交
198
 "lazy_static",
199
 "memchr",
E
Eric Huss 已提交
200
 "regex-automata",
E
Eric Huss 已提交
201 202
]

203 204 205 206
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
207
 "anyhow",
208
 "flate2",
209
 "hex 0.4.2",
210
 "num_cpus",
211
 "rayon",
212
 "serde",
213
 "serde_json",
214
 "sha2",
215
 "tar",
E
Eric Huss 已提交
216
 "toml",
217 218 219 220 221 222
]

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

223 224 225 226 227 228
[[package]]
name = "bump-stage0"
version = "0.1.0"
dependencies = [
 "anyhow",
 "curl",
229
 "indexmap",
230 231 232 233 234
 "serde",
 "serde_json",
 "toml",
]

235 236
[[package]]
name = "byte-tools"
237
version = "0.3.1"
238
source = "registry+https://github.com/rust-lang/crates.io-index"
239
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
240

241 242
[[package]]
name = "bytecount"
Y
Yuki Okushi 已提交
243
version = "0.6.2"
244
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
245
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
246
dependencies = [
Y
Yuki Okushi 已提交
247
 "packed_simd_2",
248 249
]

250 251
[[package]]
name = "byteorder"
M
Mark Rousskov 已提交
252
version = "1.3.4"
253
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
254
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
255

256 257
[[package]]
name = "bytes"
I
Igor Matuszewski 已提交
258
version = "1.0.1"
259
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
260
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
261

A
Alex Crichton 已提交
262 263
[[package]]
name = "bytesize"
M
Mark Rousskov 已提交
264
version = "1.0.1"
A
Alex Crichton 已提交
265
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
266
checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
A
Alex Crichton 已提交
267

268 269
[[package]]
name = "cargo"
E
Eric Huss 已提交
270
version = "0.57.0"
271
dependencies = [
E
Eric Huss 已提交
272
 "anyhow",
273 274
 "atty",
 "bytesize",
A
Alex Crichton 已提交
275
 "cargo-platform",
276
 "cargo-test-macro",
A
Aaron Hill 已提交
277
 "cargo-test-support",
E
Eric Huss 已提交
278
 "cargo-util",
279 280
 "clap",
 "crates-io",
J
Jubilee Young 已提交
281
 "crossbeam-utils 0.8.3",
282 283
 "curl",
 "curl-sys",
E
Eric Huss 已提交
284
 "env_logger 0.9.0",
285 286 287 288 289 290
 "filetime",
 "flate2",
 "fwdansi",
 "git2",
 "git2-curl",
 "glob",
M
Mark Rousskov 已提交
291
 "hex 0.4.2",
292
 "home",
M
Mark Rousskov 已提交
293
 "humantime 2.0.1",
294 295
 "ignore",
 "im-rc",
E
Eric Huss 已提交
296
 "itertools 0.10.0",
297
 "jobserver",
Y
Yuki Okushi 已提交
298
 "lazy_static",
299 300 301 302 303 304
 "lazycell",
 "libc",
 "libgit2-sys",
 "log",
 "memchr",
 "num_cpus",
F
flip1995 已提交
305
 "opener",
306
 "openssl",
E
Eric Huss 已提交
307
 "percent-encoding 2.1.0",
308 309
 "pretty_env_logger",
 "rustc-workspace-hack",
E
Eric Huss 已提交
310
 "rustfix 0.6.0",
D
David Tolnay 已提交
311
 "semver 1.0.3",
312
 "serde",
313
 "serde_ignored",
314
 "serde_json",
E
Eric Huss 已提交
315
 "shell-escape",
316 317 318 319
 "strip-ansi-escapes",
 "tar",
 "tempfile",
 "termcolor",
E
Eric Huss 已提交
320
 "toml",
321
 "unicode-width",
322
 "unicode-xid",
E
Eric Huss 已提交
323
 "url 2.2.2",
324
 "walkdir",
I
Igor Matuszewski 已提交
325
 "winapi",
326 327
]

E
Eric Huss 已提交
328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353
[[package]]
name = "cargo-credential"
version = "0.1.0"

[[package]]
name = "cargo-credential-1password"
version = "0.1.0"
dependencies = [
 "cargo-credential",
 "serde",
 "serde_json",
]

[[package]]
name = "cargo-credential-macos-keychain"
version = "0.1.0"
dependencies = [
 "cargo-credential",
 "security-framework",
]

[[package]]
name = "cargo-credential-wincred"
version = "0.1.0"
dependencies = [
 "cargo-credential",
I
Igor Matuszewski 已提交
354
 "winapi",
E
Eric Huss 已提交
355 356
]

357 358 359 360 361 362 363 364 365 366 367 368
[[package]]
name = "cargo-miri"
version = "0.1.0"
dependencies = [
 "directories",
 "rustc-workspace-hack",
 "rustc_version",
 "serde",
 "serde_json",
 "vergen",
]

A
Alex Crichton 已提交
369 370
[[package]]
name = "cargo-platform"
E
Eric Huss 已提交
371
version = "0.1.2"
A
Alex Crichton 已提交
372 373 374 375
dependencies = [
 "serde",
]

E
Eric Huss 已提交
376 377 378 379
[[package]]
name = "cargo-test-macro"
version = "0.1.0"

A
Aaron Hill 已提交
380 381 382 383
[[package]]
name = "cargo-test-support"
version = "0.1.0"
dependencies = [
E
Eric Huss 已提交
384
 "anyhow",
A
Aaron Hill 已提交
385
 "cargo-test-macro",
E
Eric Huss 已提交
386
 "cargo-util",
A
Aaron Hill 已提交
387 388 389 390
 "filetime",
 "flate2",
 "git2",
 "glob",
E
Eric Huss 已提交
391
 "itertools 0.10.0",
Y
Yuki Okushi 已提交
392
 "lazy_static",
A
Aaron Hill 已提交
393 394 395
 "remove_dir_all",
 "serde_json",
 "tar",
E
Eric Huss 已提交
396
 "termcolor",
E
Eric Huss 已提交
397
 "toml",
E
Eric Huss 已提交
398
 "url 2.2.2",
A
Aaron Hill 已提交
399 400
]

E
Eric Huss 已提交
401 402
[[package]]
name = "cargo-util"
E
Eric Huss 已提交
403
version = "0.1.1"
E
Eric Huss 已提交
404 405 406 407 408 409 410 411 412
dependencies = [
 "anyhow",
 "core-foundation",
 "crypto-hash",
 "filetime",
 "hex 0.4.2",
 "jobserver",
 "libc",
 "log",
I
Igor Matuszewski 已提交
413
 "miow",
E
Eric Huss 已提交
414 415 416 417
 "same-file",
 "shell-escape",
 "tempfile",
 "walkdir",
I
Igor Matuszewski 已提交
418
 "winapi",
E
Eric Huss 已提交
419 420
]

M
Manish Goregaokar 已提交
421 422
[[package]]
name = "cargo_metadata"
M
Mark Rousskov 已提交
423
version = "0.8.2"
M
Manish Goregaokar 已提交
424
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
425
checksum = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426"
M
Manish Goregaokar 已提交
426
dependencies = [
E
Eric Huss 已提交
427
 "semver 0.9.0",
428 429 430
 "serde",
 "serde_derive",
 "serde_json",
M
Manish Goregaokar 已提交
431 432
]

E
Eduardo Broto 已提交
433 434 435 436 437 438 439 440 441 442 443
[[package]]
name = "cargo_metadata"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5a5f7b42f606b7f23674f6f4d877628350682bc40687d3fae65679a58d55345"
dependencies = [
 "semver 0.11.0",
 "serde",
 "serde_json",
]

A
Alex Crichton 已提交
444 445 446 447
[[package]]
name = "cargotest2"
version = "0.1.0"

N
Nick Cameron 已提交
448 449
[[package]]
name = "cc"
Y
Yuki Okushi 已提交
450
version = "1.0.69"
N
Nick Cameron 已提交
451
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
452
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
E
Eric Huss 已提交
453 454 455
dependencies = [
 "jobserver",
]
N
Nick Cameron 已提交
456

457 458
[[package]]
name = "cfg-if"
459
version = "0.1.10"
460
source = "registry+https://github.com/rust-lang/crates.io-index"
461
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
462
dependencies = [
463 464
 "compiler_builtins",
 "rustc-std-workspace-core",
465
]
466

A
Aaron Hill 已提交
467 468 469 470 471 472
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

J
Jack Huey 已提交
473 474
[[package]]
name = "chalk-derive"
J
Jack Huey 已提交
475
version = "0.55.0"
J
Jack Huey 已提交
476
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
477
checksum = "3983193cacd81f0f924acb666b7fe5e1a0d81db9f113fa69203eda7ea8ce8b6c"
J
Jack Huey 已提交
478
dependencies = [
479 480 481
 "proc-macro2",
 "quote",
 "syn",
482
 "synstructure",
J
Jack Huey 已提交
483 484 485 486
]

[[package]]
name = "chalk-engine"
J
Jack Huey 已提交
487
version = "0.55.0"
J
Jack Huey 已提交
488
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
489
checksum = "05a171ce5abbf0fbd06f221ab80ab182c7ef78603d23b858bc44e7ce8a86a396"
J
Jack Huey 已提交
490
dependencies = [
J
Jack Huey 已提交
491 492
 "chalk-derive",
 "chalk-ir",
J
Jack Huey 已提交
493
 "chalk-solve",
J
Jack Huey 已提交
494
 "rustc-hash",
J
Jack Huey 已提交
495
 "tracing",
J
Jack Huey 已提交
496 497 498 499
]

[[package]]
name = "chalk-ir"
J
Jack Huey 已提交
500
version = "0.55.0"
J
Jack Huey 已提交
501
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
502
checksum = "a522f53af971e7678f472d687e053120157b3ae26e2ebd5ecbc0f5ab124f2cb6"
J
Jack Huey 已提交
503
dependencies = [
J
Jack Huey 已提交
504
 "bitflags",
J
Jack Huey 已提交
505
 "chalk-derive",
Y
Yuki Okushi 已提交
506
 "lazy_static",
J
Jack Huey 已提交
507 508 509 510
]

[[package]]
name = "chalk-solve"
J
Jack Huey 已提交
511
version = "0.55.0"
J
Jack Huey 已提交
512
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
513
checksum = "cdf79fb77a567e456a170f7ec84ea6584163d4ba3f13660cd182013d34ca667c"
J
Jack Huey 已提交
514 515 516
dependencies = [
 "chalk-derive",
 "chalk-ir",
J
Jack Huey 已提交
517
 "ena",
J
Jack Huey 已提交
518 519 520
 "itertools 0.9.0",
 "petgraph",
 "rustc-hash",
J
Jack Huey 已提交
521
 "tracing",
J
Jack Huey 已提交
522 523
 "tracing-subscriber",
 "tracing-tree",
J
Jack Huey 已提交
524 525
]

A
Alex Crichton 已提交
526 527
[[package]]
name = "chrono"
T
Tomasz Miąsko 已提交
528
version = "0.4.19"
A
Alex Crichton 已提交
529
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
530
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
A
Alex Crichton 已提交
531
dependencies = [
T
Tomasz Miąsko 已提交
532
 "libc",
533 534 535
 "num-integer",
 "num-traits",
 "time",
I
Igor Matuszewski 已提交
536
 "winapi",
A
Alex Crichton 已提交
537 538
]

539 540
[[package]]
name = "clap"
M
Mark Rousskov 已提交
541
version = "2.33.3"
542
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
543
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
544
dependencies = [
O
Oliver Scherer 已提交
545
 "ansi_term 0.11.0",
546 547 548 549 550 551
 "atty",
 "bitflags",
 "strsim",
 "textwrap",
 "unicode-width",
 "vec_map",
552
 "yaml-rust 0.3.5",
553 554
]

O
Oliver Schneider 已提交
555 556
[[package]]
name = "clippy"
557
version = "0.1.56"
O
Oliver Schneider 已提交
558
dependencies = [
E
Eduardo Broto 已提交
559
 "cargo_metadata 0.12.0",
560
 "clippy_lints",
R
Ralf Jung 已提交
561
 "compiletest_rs",
562
 "derive-new",
F
flip1995 已提交
563
 "filetime",
F
flip1995 已提交
564
 "quote",
F
flip1995 已提交
565
 "regex",
566
 "rustc-workspace-hack",
O
Oliver Scherer 已提交
567
 "rustc_tools_util 0.2.0",
E
Eduardo Broto 已提交
568
 "semver 0.11.0",
569
 "serde",
F
flip1995 已提交
570
 "syn",
571
 "tempfile",
R
Ralf Jung 已提交
572
 "tester",
O
Oliver Schneider 已提交
573 574
]

575 576 577 578 579 580 581
[[package]]
name = "clippy_dev"
version = "0.0.1"
dependencies = [
 "bytecount",
 "clap",
 "itertools 0.9.0",
F
flip1995 已提交
582
 "opener",
583 584 585 586 587
 "regex",
 "shell-escape",
 "walkdir",
]

O
Oliver Schneider 已提交
588 589
[[package]]
name = "clippy_lints"
590
version = "0.1.56"
591
dependencies = [
E
Eduardo Broto 已提交
592
 "cargo_metadata 0.12.0",
F
flip1995 已提交
593
 "clippy_utils",
594
 "if_chain",
595
 "itertools 0.9.0",
F
flip1995 已提交
596
 "pulldown-cmark 0.8.0",
597 598
 "quine-mc_cluskey",
 "regex-syntax",
F
flip1995 已提交
599
 "rustc-semver",
E
Eduardo Broto 已提交
600
 "semver 0.11.0",
601
 "serde",
F
flip1995 已提交
602
 "serde_json",
E
Eric Huss 已提交
603
 "toml",
604
 "unicode-normalization",
F
flip1995 已提交
605
 "unicode-script",
E
Eric Huss 已提交
606
 "url 2.2.2",
607 608
]

F
flip1995 已提交
609 610
[[package]]
name = "clippy_utils"
611
version = "0.1.56"
F
flip1995 已提交
612 613 614 615 616 617 618 619 620
dependencies = [
 "if_chain",
 "itertools 0.9.0",
 "regex-syntax",
 "rustc-semver",
 "serde",
 "unicode-normalization",
]

621 622
[[package]]
name = "cmake"
M
Mark Rousskov 已提交
623
version = "0.1.44"
624
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
625
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
626
dependencies = [
627
 "cc",
628 629
]

N
Nick Cameron 已提交
630 631
[[package]]
name = "colored"
R
Ralf Jung 已提交
632
version = "2.0.0"
N
Nick Cameron 已提交
633
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
634
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
N
Nick Cameron 已提交
635
dependencies = [
Y
Yuki Okushi 已提交
636 637
 "atty",
 "lazy_static",
I
Igor Matuszewski 已提交
638
 "winapi",
N
Nick Cameron 已提交
639 640
]

O
Oliver Schneider 已提交
641 642 643 644
[[package]]
name = "commoncrypto"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
645
checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
O
Oliver Schneider 已提交
646
dependencies = [
647
 "commoncrypto-sys",
O
Oliver Schneider 已提交
648 649 650 651 652 653
]

[[package]]
name = "commoncrypto-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
654
checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
O
Oliver Schneider 已提交
655
dependencies = [
656
 "libc",
657 658
]

659 660
[[package]]
name = "compiler_builtins"
661
version = "0.1.49"
662
source = "registry+https://github.com/rust-lang/crates.io-index"
663
checksum = "20b1438ef42c655665a8ab2c1c6d605a305f031d38d9be689ddfef41a20f3aa2"
664
dependencies = [
665 666
 "cc",
 "rustc-std-workspace-core",
667 668
]

669 670 671 672
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
673
 "colored",
674 675
 "diff",
 "getopts",
X
Xavier Denis 已提交
676
 "glob",
Y
Yuki Okushi 已提交
677
 "lazy_static",
678
 "libc",
I
Igor Matuszewski 已提交
679
 "miow",
680
 "regex",
E
Eric Huss 已提交
681
 "rustfix 0.6.0",
682 683
 "serde",
 "serde_json",
O
Oliver Scherer 已提交
684
 "tracing",
685
 "tracing-subscriber",
686
 "unified-diff",
687
 "walkdir",
I
Igor Matuszewski 已提交
688
 "winapi",
689 690
]

F
flip1995 已提交
691 692 693 694 695 696 697 698 699 700 701 702
[[package]]
name = "compiletest_rs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0086d6ad78cf409c3061618cd98e2789d5c9ce598fc9651611cf62eae0a599cb"
dependencies = [
 "diff",
 "filetime",
 "getopts",
 "lazy_static",
 "libc",
 "log",
I
Igor Matuszewski 已提交
703
 "miow",
F
flip1995 已提交
704
 "regex",
E
Eric Huss 已提交
705
 "rustfix 0.5.1",
F
flip1995 已提交
706 707 708 709
 "serde",
 "serde_derive",
 "serde_json",
 "tempfile",
R
Ralf Jung 已提交
710
 "tester",
I
Igor Matuszewski 已提交
711
 "winapi",
712 713
]

714 715 716
[[package]]
name = "core"
version = "0.0.0"
A
Alex Crichton 已提交
717
dependencies = [
A
Aaron Hill 已提交
718
 "rand 0.7.3",
A
Alex Crichton 已提交
719
]
720

E
Eric Huss 已提交
721 722
[[package]]
name = "core-foundation"
E
Eric Huss 已提交
723
version = "0.9.0"
E
Eric Huss 已提交
724
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
725
checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
E
Eric Huss 已提交
726
dependencies = [
E
Eric Huss 已提交
727
 "core-foundation-sys",
728
 "libc",
N
Nick Cameron 已提交
729 730
]

E
Eric Huss 已提交
731 732
[[package]]
name = "core-foundation-sys"
E
Eric Huss 已提交
733
version = "0.8.0"
E
Eric Huss 已提交
734
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
735
checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
E
Eric Huss 已提交
736

R
Rich Kadel 已提交
737 738 739 740
[[package]]
name = "coverage_test_macros"
version = "0.0.0"

741 742 743 744 745 746
[[package]]
name = "cpuid-bool"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"

747 748
[[package]]
name = "crates-io"
E
Eric Huss 已提交
749
version = "0.33.0"
750
dependencies = [
E
Eric Huss 已提交
751
 "anyhow",
752
 "curl",
E
Eric Huss 已提交
753
 "percent-encoding 2.1.0",
754 755
 "serde",
 "serde_json",
E
Eric Huss 已提交
756
 "url 2.2.2",
757 758
]

759 760
[[package]]
name = "crc32fast"
761
version = "1.2.0"
762
source = "registry+https://github.com/rust-lang/crates.io-index"
763
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
764
dependencies = [
A
Aaron Hill 已提交
765
 "cfg-if 0.1.10",
766
]
767

768 769
[[package]]
name = "crossbeam-channel"
C
Caleb Cartwright 已提交
770
version = "0.5.0"
771
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
772
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
773
dependencies = [
C
Caleb Cartwright 已提交
774
 "cfg-if 1.0.0",
J
Jubilee Young 已提交
775
 "crossbeam-utils 0.8.3",
776 777
]

J
Josh Stone 已提交
778 779
[[package]]
name = "crossbeam-deque"
K
klensy 已提交
780
version = "0.7.4"
J
Josh Stone 已提交
781
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
782
checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
J
Josh Stone 已提交
783
dependencies = [
I
Igor Matuszewski 已提交
784
 "crossbeam-epoch",
M
Mark Rousskov 已提交
785 786
 "crossbeam-utils 0.7.2",
 "maybe-uninit",
J
Josh Stone 已提交
787 788
]

789 790
[[package]]
name = "crossbeam-epoch"
M
Mark Rousskov 已提交
791
version = "0.8.2"
792
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
793
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
794
dependencies = [
M
Mark Rousskov 已提交
795
 "autocfg",
A
Aaron Hill 已提交
796
 "cfg-if 0.1.10",
M
Mark Rousskov 已提交
797
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
798
 "lazy_static",
M
Mark Rousskov 已提交
799
 "maybe-uninit",
I
Igor Matuszewski 已提交
800
 "memoffset",
801
 "scopeguard",
802 803
]

M
Mark Rousskov 已提交
804 805 806 807 808 809
[[package]]
name = "crossbeam-queue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
A
Aaron Hill 已提交
810
 "cfg-if 0.1.10",
M
Mark Rousskov 已提交
811 812
 "crossbeam-utils 0.7.2",
 "maybe-uninit",
813 814
]

E
Eric Huss 已提交
815 816
[[package]]
name = "crossbeam-utils"
817
version = "0.7.2"
E
Eric Huss 已提交
818
source = "registry+https://github.com/rust-lang/crates.io-index"
819
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
E
Eric Huss 已提交
820
dependencies = [
A
Amanieu d'Antras 已提交
821
 "autocfg",
A
Aaron Hill 已提交
822
 "cfg-if 0.1.10",
Y
Yuki Okushi 已提交
823
 "lazy_static",
E
Eric Huss 已提交
824 825
]

E
Eric Huss 已提交
826 827
[[package]]
name = "crossbeam-utils"
J
Jubilee Young 已提交
828
version = "0.8.3"
E
Eric Huss 已提交
829
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jubilee Young 已提交
830
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
E
Eric Huss 已提交
831 832 833 834 835 836
dependencies = [
 "autocfg",
 "cfg-if 1.0.0",
 "lazy_static",
]

O
Oliver Schneider 已提交
837 838
[[package]]
name = "crypto-hash"
M
Mark Rousskov 已提交
839
version = "0.3.4"
O
Oliver Schneider 已提交
840
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
841
checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
O
Oliver Schneider 已提交
842
dependencies = [
843
 "commoncrypto",
A
Aaron Hill 已提交
844
 "hex 0.3.2",
845
 "openssl",
I
Igor Matuszewski 已提交
846
 "winapi",
O
Oliver Schneider 已提交
847 848
]

X
Xidorn Quan 已提交
849 850 851 852 853 854 855 856 857 858
[[package]]
name = "cstr"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
dependencies = [
 "proc-macro2",
 "quote",
]

859 860
[[package]]
name = "ctor"
M
Mark Rousskov 已提交
861
version = "0.1.15"
862
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
863
checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
864
dependencies = [
865 866
 "quote",
 "syn",
867 868
]

869 870
[[package]]
name = "curl"
871
version = "0.4.38"
872
source = "registry+https://github.com/rust-lang/crates.io-index"
873
checksum = "003cb79c1c6d1c93344c7e1201bb51c2148f24ec2bd9c253709d6b2efb796515"
874
dependencies = [
875 876 877 878 879
 "curl-sys",
 "libc",
 "openssl-probe",
 "openssl-sys",
 "schannel",
880
 "socket2",
I
Igor Matuszewski 已提交
881
 "winapi",
882 883 884 885
]

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

D
Douglas Campos 已提交
900 901
[[package]]
name = "datafrog"
N
Niko Matsakis 已提交
902
version = "2.0.1"
D
Douglas Campos 已提交
903
source = "registry+https://github.com/rust-lang/crates.io-index"
904
checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
D
Douglas Campos 已提交
905

906 907
[[package]]
name = "derive-new"
I
Igor Matuszewski 已提交
908
version = "0.5.8"
909
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
910
checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
911
dependencies = [
912 913 914
 "proc-macro2",
 "quote",
 "syn",
915 916
]

K
kennytm 已提交
917 918
[[package]]
name = "derive_more"
M
Mark Rousskov 已提交
919
version = "0.99.9"
K
kennytm 已提交
920
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
921
checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
K
kennytm 已提交
922
dependencies = [
923 924 925
 "proc-macro2",
 "quote",
 "syn",
K
kennytm 已提交
926 927
]

928 929
[[package]]
name = "diff"
M
Mark Rousskov 已提交
930
version = "0.1.12"
931
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
932
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
933

M
Mark Simulacrum 已提交
934 935 936 937
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
938
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
M
Mark Simulacrum 已提交
939

940 941
[[package]]
name = "digest"
942
version = "0.8.1"
943
source = "registry+https://github.com/rust-lang/crates.io-index"
944
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
945
dependencies = [
K
klensy 已提交
946
 "generic-array 0.12.4",
947 948 949 950 951 952 953 954 955
]

[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
 "generic-array 0.14.4",
956 957
]

R
Ralf Jung 已提交
958 959
[[package]]
name = "directories"
960
version = "3.0.2"
R
Ralf Jung 已提交
961
source = "registry+https://github.com/rust-lang/crates.io-index"
962
checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
R
Ralf Jung 已提交
963
dependencies = [
964
 "dirs-sys",
R
Ralf Jung 已提交
965 966
]

F
flip1995 已提交
967 968
[[package]]
name = "dirs"
M
Mark Rousskov 已提交
969
version = "2.0.2"
F
flip1995 已提交
970
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
971
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
F
flip1995 已提交
972
dependencies = [
A
Aaron Hill 已提交
973
 "cfg-if 0.1.10",
974
 "dirs-sys",
F
flip1995 已提交
975 976
]

F
flip1995 已提交
977 978 979 980 981 982 983 984 985 986
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
 "cfg-if 1.0.0",
 "dirs-sys-next",
]

R
Ralf Jung 已提交
987 988
[[package]]
name = "dirs-sys"
989
version = "0.3.6"
R
Ralf Jung 已提交
990
source = "registry+https://github.com/rust-lang/crates.io-index"
991
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
R
Ralf Jung 已提交
992
dependencies = [
993
 "libc",
994
 "redox_users",
I
Igor Matuszewski 已提交
995
 "winapi",
F
flip1995 已提交
996 997 998 999 1000 1001 1002 1003 1004
]

[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
 "libc",
1005
 "redox_users",
I
Igor Matuszewski 已提交
1006
 "winapi",
R
Ralf Jung 已提交
1007 1008
]

O
Oliver Schneider 已提交
1009 1010
[[package]]
name = "dlmalloc"
R
Raoul Strackx 已提交
1011
version = "0.2.1"
1012
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Raoul Strackx 已提交
1013
checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254"
O
Oliver Schneider 已提交
1014
dependencies = [
1015 1016 1017
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
O
Oliver Schneider 已提交
1018 1019 1020 1021
]

[[package]]
name = "either"
M
Mark Rousskov 已提交
1022
version = "1.6.0"
O
Oliver Schneider 已提交
1023
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1024
checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
O
Oliver Schneider 已提交
1025

S
steveklabnik 已提交
1026 1027
[[package]]
name = "elasticlunr-rs"
1028
version = "2.3.9"
S
steveklabnik 已提交
1029
source = "registry+https://github.com/rust-lang/crates.io-index"
1030
checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
S
steveklabnik 已提交
1031
dependencies = [
Y
Yuki Okushi 已提交
1032
 "lazy_static",
1033 1034 1035 1036 1037 1038
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "strum",
 "strum_macros",
S
steveklabnik 已提交
1039 1040
]

1041 1042 1043 1044 1045
[[package]]
name = "ena"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
V
varkor 已提交
1046
dependencies = [
1047
 "log",
V
varkor 已提交
1048 1049
]

R
Ralf Jung 已提交
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069
[[package]]
name = "enum-iterator"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7"
dependencies = [
 "enum-iterator-derive",
]

[[package]]
name = "enum-iterator-derive"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

A
Alex Crichton 已提交
1070 1071
[[package]]
name = "env_logger"
M
Mateusz Mikuła 已提交
1072
version = "0.6.2"
A
Alex Crichton 已提交
1073
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mateusz Mikuła 已提交
1074
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
A
Alex Crichton 已提交
1075
dependencies = [
1076
 "atty",
E
Eric Huss 已提交
1077
 "humantime 1.3.0",
1078 1079 1080
 "log",
 "regex",
 "termcolor",
A
Alex Crichton 已提交
1081 1082
]

A
Alex Crichton 已提交
1083 1084
[[package]]
name = "env_logger"
R
Ralf Jung 已提交
1085
version = "0.7.1"
A
Alex Crichton 已提交
1086
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
1087
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
A
Alex Crichton 已提交
1088 1089
dependencies = [
 "atty",
E
Eric Huss 已提交
1090
 "humantime 1.3.0",
A
Alex Crichton 已提交
1091 1092
 "log",
 "regex",
E
Eric Huss 已提交
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105
 "termcolor",
]

[[package]]
name = "env_logger"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54532e3223c5af90a6a757c90b5c5521564b07e5e7a958681bcd2afad421cdcd"
dependencies = [
 "atty",
 "humantime 2.0.1",
 "log",
 "regex",
A
Alex Crichton 已提交
1106 1107 1108
 "termcolor",
]

E
Eric Huss 已提交
1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121
[[package]]
name = "env_logger"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
dependencies = [
 "atty",
 "humantime 2.0.1",
 "log",
 "regex",
 "termcolor",
]

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

1130 1131 1132 1133 1134
[[package]]
name = "expand-yaml-anchors"
version = "0.1.0"
dependencies = [
 "yaml-merge-keys",
M
Mark Rousskov 已提交
1135
 "yaml-rust 0.4.4",
1136 1137
]

1138 1139
[[package]]
name = "expect-test"
A
Aleksey Kladov 已提交
1140
version = "1.0.1"
1141
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Aleksey Kladov 已提交
1142
checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
1143 1144 1145 1146 1147
dependencies = [
 "difference",
 "once_cell",
]

1148 1149 1150 1151
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1152
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1153

A
Alex Crichton 已提交
1154 1155
[[package]]
name = "filetime"
K
klensy 已提交
1156
version = "0.2.14"
A
Alex Crichton 已提交
1157
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
1158
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
A
Alex Crichton 已提交
1159
dependencies = [
K
klensy 已提交
1160
 "cfg-if 1.0.0",
1161
 "libc",
K
klensy 已提交
1162
 "redox_syscall",
I
Igor Matuszewski 已提交
1163
 "winapi",
A
Alex Crichton 已提交
1164 1165
]

J
Jack Huey 已提交
1166 1167
[[package]]
name = "fixedbitset"
J
Jack Huey 已提交
1168
version = "0.2.0"
J
Jack Huey 已提交
1169
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
1170
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
J
Jack Huey 已提交
1171

F
Felix Schütt 已提交
1172 1173
[[package]]
name = "flate2"
1174
version = "1.0.16"
F
Felix Schütt 已提交
1175
source = "registry+https://github.com/rust-lang/crates.io-index"
1176
checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
F
Felix Schütt 已提交
1177
dependencies = [
A
Aaron Hill 已提交
1178
 "cfg-if 0.1.10",
1179 1180 1181
 "crc32fast",
 "libc",
 "libz-sys",
E
Eric Huss 已提交
1182
 "miniz_oxide",
F
Felix Schütt 已提交
1183 1184
]

1185 1186
[[package]]
name = "fnv"
M
Mark Rousskov 已提交
1187
version = "1.0.7"
1188
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1189
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1190

1191 1192
[[package]]
name = "foreign-types"
O
Oliver Schneider 已提交
1193 1194
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1195
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
O
Oliver Schneider 已提交
1196
dependencies = [
1197
 "foreign-types-shared",
O
Oliver Schneider 已提交
1198 1199 1200 1201 1202
]

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

E
Eric Huss 已提交
1206 1207 1208 1209 1210 1211 1212 1213 1214 1215
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
 "matches",
 "percent-encoding 2.1.0",
]

1216 1217
[[package]]
name = "fortanix-sgx-abi"
M
Mark Rousskov 已提交
1218
version = "0.3.3"
1219
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1220
checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
1221
dependencies = [
1222 1223
 "compiler_builtins",
 "rustc-std-workspace-core",
1224 1225
]

N
Nixon Enraght-Moony 已提交
1226 1227 1228 1229 1230 1231
[[package]]
name = "fs-err"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"

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

1238 1239
[[package]]
name = "fst"
E
Eric Huss 已提交
1240
version = "0.4.5"
1241
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1242
checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
1243

S
steveklabnik 已提交
1244 1245
[[package]]
name = "futf"
A
Alex Crichton 已提交
1246
version = "0.1.4"
S
steveklabnik 已提交
1247
source = "registry+https://github.com/rust-lang/crates.io-index"
1248
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
S
steveklabnik 已提交
1249
dependencies = [
1250 1251
 "mac",
 "new_debug_unreachable",
S
steveklabnik 已提交
1252 1253
]

1254 1255
[[package]]
name = "futures"
M
Mark Rousskov 已提交
1256
version = "0.1.29"
1257
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1258
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
1259

C
Caleb Cartwright 已提交
1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349
[[package]]
name = "futures"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-executor",
 "futures-io",
 "futures-sink",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-channel"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
dependencies = [
 "futures-core",
 "futures-sink",
]

[[package]]
name = "futures-core"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"

[[package]]
name = "futures-executor"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
dependencies = [
 "futures-core",
 "futures-task",
 "futures-util",
 "num_cpus",
]

[[package]]
name = "futures-io"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"

[[package]]
name = "futures-macro"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
dependencies = [
 "proc-macro-hack",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "futures-sink"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"

[[package]]
name = "futures-task"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
dependencies = [
 "once_cell",
]

[[package]]
name = "futures-util"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
dependencies = [
 "futures 0.1.29",
 "futures-channel",
 "futures-core",
 "futures-io",
 "futures-macro",
 "futures-sink",
 "futures-task",
 "memchr",
I
Igor Matuszewski 已提交
1350
 "pin-project-lite",
C
Caleb Cartwright 已提交
1351 1352 1353 1354 1355 1356
 "pin-utils",
 "proc-macro-hack",
 "proc-macro-nested",
 "slab",
]

E
Eric Huss 已提交
1357 1358
[[package]]
name = "fwdansi"
E
Eric Huss 已提交
1359
version = "1.1.0"
E
Eric Huss 已提交
1360
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1361
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
E
Eric Huss 已提交
1362
dependencies = [
1363 1364
 "memchr",
 "termcolor",
E
Eric Huss 已提交
1365 1366
]

1367 1368
[[package]]
name = "generic-array"
K
klensy 已提交
1369
version = "0.12.4"
1370
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
1371
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
1372
dependencies = [
1373
 "typenum",
1374 1375
]

1376 1377 1378 1379 1380 1381 1382 1383 1384 1385
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
 "typenum",
 "version_check",
]

1386 1387
[[package]]
name = "getopts"
1388
version = "0.2.21"
1389
source = "registry+https://github.com/rust-lang/crates.io-index"
1390
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
V
varkor 已提交
1391
dependencies = [
1392 1393
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
1394
 "unicode-width",
V
varkor 已提交
1395
]
1396

G
gnzlbg 已提交
1397 1398
[[package]]
name = "getrandom"
1399
version = "0.1.14"
G
gnzlbg 已提交
1400
source = "registry+https://github.com/rust-lang/crates.io-index"
1401
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
G
gnzlbg 已提交
1402
dependencies = [
A
Aaron Hill 已提交
1403
 "cfg-if 0.1.10",
1404
 "libc",
1405
 "wasi",
G
gnzlbg 已提交
1406 1407
]

R
Ralf Jung 已提交
1408 1409 1410 1411 1412 1413
[[package]]
name = "getrandom"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
dependencies = [
A
Aaron Hill 已提交
1414
 "cfg-if 0.1.10",
R
Ralf Jung 已提交
1415 1416 1417 1418
 "libc",
 "wasi",
]

R
Ralf Jung 已提交
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430
[[package]]
name = "getset"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24b328c01a4d71d2d8173daa93562a73ab0fe85616876f02500f53d82948c504"
dependencies = [
 "proc-macro-error",
 "proc-macro2",
 "quote",
 "syn",
]

1431 1432
[[package]]
name = "gimli"
1433
version = "0.25.0"
1434
source = "registry+https://github.com/rust-lang/crates.io-index"
1435
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
1436 1437 1438 1439 1440 1441
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

1442 1443
[[package]]
name = "git2"
E
Eric Huss 已提交
1444
version = "0.13.17"
1445
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1446
checksum = "1d250f5f82326884bd39c2853577e70a121775db76818ffa452ed1e80de12986"
1447
dependencies = [
1448 1449 1450 1451 1452 1453
 "bitflags",
 "libc",
 "libgit2-sys",
 "log",
 "openssl-probe",
 "openssl-sys",
E
Eric Huss 已提交
1454
 "url 2.2.2",
1455 1456 1457 1458
]

[[package]]
name = "git2-curl"
E
Eric Huss 已提交
1459
version = "0.14.1"
1460
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1461
checksum = "883539cb0ea94bab3f8371a98cd8e937bbe9ee7c044499184aa4c17deb643a50"
1462
dependencies = [
1463 1464 1465
 "curl",
 "git2",
 "log",
E
Eric Huss 已提交
1466
 "url 2.2.2",
1467 1468 1469 1470
]

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

1475 1476
[[package]]
name = "globset"
M
Mark Rousskov 已提交
1477
version = "0.4.5"
1478
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1479
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
1480
dependencies = [
1481 1482 1483 1484 1485
 "aho-corasick",
 "bstr",
 "fnv",
 "log",
 "regex",
1486 1487
]

1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498
[[package]]
name = "globwalk"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
dependencies = [
 "bitflags",
 "ignore",
 "walkdir",
]

1499 1500
[[package]]
name = "gsgdt"
V
Vishnunarayan K I 已提交
1501
version = "0.1.2"
1502
source = "registry+https://github.com/rust-lang/crates.io-index"
V
Vishnunarayan K I 已提交
1503
checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
1504 1505 1506 1507
dependencies = [
 "serde",
]

1508 1509
[[package]]
name = "handlebars"
E
Eric Huss 已提交
1510
version = "4.1.0"
1511
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1512
checksum = "72a0ffab8c36d0436114310c7e10b59b3307e650ddfabf6d006028e29a70c6e6"
1513
dependencies = [
1514 1515 1516
 "log",
 "pest",
 "pest_derive",
M
Mark Rousskov 已提交
1517
 "quick-error 2.0.0",
1518 1519
 "serde",
 "serde_json",
1520 1521
]

1522 1523 1524
[[package]]
name = "hashbrown"
version = "0.11.0"
1525
source = "registry+https://github.com/rust-lang/crates.io-index"
1526
checksum = "362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5"
1527
dependencies = [
1528 1529 1530
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
E
Eric Huss 已提交
1531 1532
]

1533 1534
[[package]]
name = "heck"
M
Mark Rousskov 已提交
1535
version = "0.3.1"
1536
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1537
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
1538
dependencies = [
1539
 "unicode-segmentation",
1540 1541
]

1542 1543
[[package]]
name = "hermit-abi"
1544
version = "0.1.19"
1545
source = "registry+https://github.com/rust-lang/crates.io-index"
1546
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1547 1548 1549 1550 1551 1552
dependencies = [
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
]

1553 1554
[[package]]
name = "hex"
A
Alex Crichton 已提交
1555
version = "0.3.2"
1556
source = "registry+https://github.com/rust-lang/crates.io-index"
1557
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1558

A
Aaron Hill 已提交
1559 1560
[[package]]
name = "hex"
M
Mark Rousskov 已提交
1561
version = "0.4.2"
A
Aaron Hill 已提交
1562
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1563
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
A
Aaron Hill 已提交
1564

F
flip1995 已提交
1565 1566
[[package]]
name = "home"
M
Mark Rousskov 已提交
1567
version = "0.5.3"
F
flip1995 已提交
1568
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1569
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
F
flip1995 已提交
1570
dependencies = [
I
Igor Matuszewski 已提交
1571
 "winapi",
F
flip1995 已提交
1572 1573
]

G
Guillaume Gomez 已提交
1574 1575 1576 1577 1578 1579 1580
[[package]]
name = "html-checker"
version = "0.1.0"
dependencies = [
 "walkdir",
]

E
Eric Huss 已提交
1581 1582
[[package]]
name = "html5ever"
1583
version = "0.25.1"
E
Eric Huss 已提交
1584
source = "registry+https://github.com/rust-lang/crates.io-index"
1585
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
E
Eric Huss 已提交
1586
dependencies = [
1587 1588 1589
 "log",
 "mac",
 "markup5ever",
1590 1591 1592
 "proc-macro2",
 "quote",
 "syn",
E
Eric Huss 已提交
1593 1594
]

A
Alex Crichton 已提交
1595 1596
[[package]]
name = "humantime"
A
Alex Crichton 已提交
1597
version = "1.3.0"
A
Alex Crichton 已提交
1598
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1599
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
A
Alex Crichton 已提交
1600
dependencies = [
M
Mark Rousskov 已提交
1601
 "quick-error 1.2.3",
A
Alex Crichton 已提交
1602 1603
]

E
Eric Huss 已提交
1604 1605
[[package]]
name = "humantime"
M
Mark Rousskov 已提交
1606
version = "2.0.1"
E
Eric Huss 已提交
1607
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1608
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
E
Eric Huss 已提交
1609

1610 1611
[[package]]
name = "idna"
A
Alex Crichton 已提交
1612
version = "0.1.5"
1613
source = "registry+https://github.com/rust-lang/crates.io-index"
1614
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1615
dependencies = [
1616 1617 1618
 "matches",
 "unicode-bidi",
 "unicode-normalization",
A
Alex Crichton 已提交
1619 1620
]

E
Eric Huss 已提交
1621 1622 1623 1624
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1625
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
E
Eric Huss 已提交
1626
dependencies = [
1627 1628 1629
 "matches",
 "unicode-bidi",
 "unicode-normalization",
E
Eric Huss 已提交
1630 1631
]

O
Oliver Schneider 已提交
1632 1633
[[package]]
name = "if_chain"
O
Oliver Scherer 已提交
1634
version = "1.0.0"
O
Oliver Schneider 已提交
1635
source = "registry+https://github.com/rust-lang/crates.io-index"
1636
checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
O
Oliver Schneider 已提交
1637

1638 1639
[[package]]
name = "ignore"
J
Jubilee Young 已提交
1640
version = "0.4.17"
1641
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jubilee Young 已提交
1642
checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
1643
dependencies = [
J
Jubilee Young 已提交
1644
 "crossbeam-utils 0.8.3",
1645
 "globset",
Y
Yuki Okushi 已提交
1646
 "lazy_static",
1647 1648 1649 1650
 "log",
 "memchr",
 "regex",
 "same-file",
Y
Yuki Okushi 已提交
1651
 "thread_local",
1652 1653
 "walkdir",
 "winapi-util",
1654 1655
]

E
Eric Huss 已提交
1656 1657
[[package]]
name = "im-rc"
E
Eric Huss 已提交
1658
version = "15.0.0"
E
Eric Huss 已提交
1659
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1660
checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
E
Eric Huss 已提交
1661
dependencies = [
E
Eric Huss 已提交
1662
 "bitmaps",
A
Aaron Hill 已提交
1663
 "rand_core 0.5.1",
E
Eric Huss 已提交
1664
 "rand_xoshiro",
1665 1666
 "sized-chunks",
 "typenum",
1667
 "version_check",
E
Eric Huss 已提交
1668 1669
]

1670 1671
[[package]]
name = "indexmap"
1672
version = "1.7.0"
1673
source = "registry+https://github.com/rust-lang/crates.io-index"
1674
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
1675 1676
dependencies = [
 "autocfg",
1677
 "hashbrown",
1678
 "serde",
1679
]
1680

1681 1682 1683 1684
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
1685
 "anyhow",
1686 1687
 "clap",
 "flate2",
Y
Yuki Okushi 已提交
1688
 "lazy_static",
1689 1690 1691 1692 1693
 "num_cpus",
 "rayon",
 "remove_dir_all",
 "tar",
 "walkdir",
I
Igor Matuszewski 已提交
1694
 "winapi",
1695
 "xz2",
1696 1697
]

M
Mark Rousskov 已提交
1698 1699 1700 1701 1702 1703
[[package]]
name = "instant"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"

1704 1705
[[package]]
name = "itertools"
M
Mark Rousskov 已提交
1706
version = "0.8.2"
1707
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1708
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
1709
dependencies = [
1710
 "either",
1711 1712
]

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

E
Eric Huss 已提交
1722 1723 1724 1725 1726 1727 1728 1729 1730
[[package]]
name = "itertools"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
dependencies = [
 "either",
]

1731
[[package]]
A
Alex Crichton 已提交
1732
name = "itoa"
M
Mark Rousskov 已提交
1733
version = "0.4.6"
1734
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1735
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
1736

S
Steve Klabnik 已提交
1737
[[package]]
A
Alex Crichton 已提交
1738
name = "jobserver"
E
Eric Huss 已提交
1739
version = "0.1.24"
S
Steve Klabnik 已提交
1740
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1741
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
A
Alex Crichton 已提交
1742
dependencies = [
1743
 "libc",
A
Alex Crichton 已提交
1744
]
S
Steve Klabnik 已提交
1745

1746 1747
[[package]]
name = "json"
E
Eric Huss 已提交
1748
version = "0.12.4"
1749
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1750
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
1751

1752 1753 1754 1755
[[package]]
name = "jsondocck"
version = "0.1.0"
dependencies = [
N
Nixon Enraght-Moony 已提交
1756
 "fs-err",
1757 1758
 "getopts",
 "jsonpath_lib",
1759
 "once_cell",
1760 1761
 "regex",
 "serde_json",
K
klensy 已提交
1762
 "shlex",
1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777
]

[[package]]
name = "jsonpath_lib"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
dependencies = [
 "array_tool",
 "env_logger 0.7.1",
 "log",
 "serde",
 "serde_json",
]

1778 1779
[[package]]
name = "jsonrpc-client-transports"
I
Igor Matuszewski 已提交
1780
version = "18.0.0"
1781
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1782
checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
1783
dependencies = [
C
Caleb Cartwright 已提交
1784 1785
 "derive_more",
 "futures 0.3.12",
1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
 "serde",
 "serde_json",
 "tokio",
 "url 1.7.2",
]

1797 1798
[[package]]
name = "jsonrpc-core"
I
Igor Matuszewski 已提交
1799
version = "18.0.0"
1800
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1801
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
1802
dependencies = [
C
Caleb Cartwright 已提交
1803
 "futures 0.3.12",
I
Igor Matuszewski 已提交
1804 1805
 "futures-executor",
 "futures-util",
1806 1807 1808 1809
 "log",
 "serde",
 "serde_derive",
 "serde_json",
1810 1811
]

1812 1813
[[package]]
name = "jsonrpc-core-client"
I
Igor Matuszewski 已提交
1814
version = "18.0.0"
1815
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1816
checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
1817
dependencies = [
C
Caleb Cartwright 已提交
1818
 "futures 0.3.12",
1819 1820 1821 1822 1823
 "jsonrpc-client-transports",
]

[[package]]
name = "jsonrpc-derive"
I
Igor Matuszewski 已提交
1824
version = "18.0.0"
1825
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1826
checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
1827 1828
dependencies = [
 "proc-macro-crate",
1829 1830 1831
 "proc-macro2",
 "quote",
 "syn",
1832 1833 1834 1835
]

[[package]]
name = "jsonrpc-ipc-server"
I
Igor Matuszewski 已提交
1836
version = "18.0.0"
1837
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1838
checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
1839
dependencies = [
C
Caleb Cartwright 已提交
1840
 "futures 0.3.12",
1841 1842 1843 1844
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
C
Caleb Cartwright 已提交
1845 1846
 "parking_lot",
 "tower-service",
1847 1848 1849 1850
]

[[package]]
name = "jsonrpc-pubsub"
I
Igor Matuszewski 已提交
1851
version = "18.0.0"
1852
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1853
checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
1854
dependencies = [
C
Caleb Cartwright 已提交
1855
 "futures 0.3.12",
1856
 "jsonrpc-core",
C
Caleb Cartwright 已提交
1857
 "lazy_static",
1858
 "log",
C
Caleb Cartwright 已提交
1859
 "parking_lot",
A
Aaron Hill 已提交
1860
 "rand 0.7.3",
1861 1862 1863 1864 1865
 "serde",
]

[[package]]
name = "jsonrpc-server-utils"
I
Igor Matuszewski 已提交
1866
version = "18.0.0"
1867
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1868
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
1869 1870
dependencies = [
 "bytes",
C
Caleb Cartwright 已提交
1871
 "futures 0.3.12",
1872 1873
 "globset",
 "jsonrpc-core",
Y
Yuki Okushi 已提交
1874
 "lazy_static",
1875 1876
 "log",
 "tokio",
I
Igor Matuszewski 已提交
1877
 "tokio-stream",
C
Caleb Cartwright 已提交
1878
 "tokio-util",
E
Eric Huss 已提交
1879
 "unicase",
1880 1881
]

A
Alex Crichton 已提交
1882 1883
[[package]]
name = "lazy_static"
1884
version = "1.4.0"
A
Alex Crichton 已提交
1885
source = "registry+https://github.com/rust-lang/crates.io-index"
1886
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
A
Alex Crichton 已提交
1887

A
Alex Crichton 已提交
1888 1889
[[package]]
name = "lazycell"
M
Mark Rousskov 已提交
1890
version = "1.3.0"
A
Alex Crichton 已提交
1891
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1892
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
A
Alex Crichton 已提交
1893

1894 1895
[[package]]
name = "libc"
I
ivmarkov 已提交
1896
version = "0.2.99"
1897
source = "registry+https://github.com/rust-lang/crates.io-index"
I
ivmarkov 已提交
1898
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
1899
dependencies = [
1900
 "rustc-std-workspace-core",
1901
]
1902

1903 1904
[[package]]
name = "libgit2-sys"
E
Eric Huss 已提交
1905
version = "0.12.18+1.1.0"
1906
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1907
checksum = "3da6a42da88fc37ee1ecda212ffa254c25713532980005d5f7c0b0fbe7e6e885"
1908
dependencies = [
1909 1910 1911 1912 1913 1914
 "cc",
 "libc",
 "libssh2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
1915 1916
]

Y
Yuki Okushi 已提交
1917 1918 1919 1920 1921 1922
[[package]]
name = "libm"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"

A
Alex Crichton 已提交
1923 1924
[[package]]
name = "libnghttp2-sys"
M
Mark Rousskov 已提交
1925
version = "0.1.4+1.41.0"
A
Alex Crichton 已提交
1926
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1927
checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
A
Alex Crichton 已提交
1928
dependencies = [
1929 1930
 "cc",
 "libc",
A
Alex Crichton 已提交
1931 1932
]

1933 1934
[[package]]
name = "libssh2-sys"
E
Eric Huss 已提交
1935
version = "0.2.19"
1936
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1937
checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056"
1938
dependencies = [
1939 1940 1941 1942 1943 1944
 "cc",
 "libc",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
1945 1946 1947 1948
]

[[package]]
name = "libz-sys"
N
Niels Sascha Reedijk 已提交
1949
version = "1.1.3"
1950
source = "registry+https://github.com/rust-lang/crates.io-index"
N
Niels Sascha Reedijk 已提交
1951
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
1952
dependencies = [
1953 1954 1955 1956
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
1957 1958
]

1959 1960 1961
[[package]]
name = "linkchecker"
version = "0.1.0"
1962 1963 1964 1965
dependencies = [
 "once_cell",
 "regex",
]
1966

1967 1968
[[package]]
name = "linked-hash-map"
M
Mark Rousskov 已提交
1969
version = "0.5.3"
1970
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1971
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
1972

E
Eric Huss 已提交
1973 1974 1975 1976 1977 1978 1979 1980 1981
[[package]]
name = "lint-docs"
version = "0.1.0"
dependencies = [
 "serde_json",
 "tempfile",
 "walkdir",
]

M
Mark Rousskov 已提交
1982 1983 1984 1985 1986 1987 1988 1989 1990
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
 "scopeguard",
]

1991 1992
[[package]]
name = "log"
J
Joshua Nelson 已提交
1993
version = "0.4.14"
1994
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Joshua Nelson 已提交
1995
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
1996
dependencies = [
J
Joshua Nelson 已提交
1997
 "cfg-if 1.0.0",
1998
]
1999

2000 2001
[[package]]
name = "lsp-codec"
I
Igor Matuszewski 已提交
2002
version = "0.3.0"
2003
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2004
checksum = "aa939d0b62476a5a19fb7fcb423a5c6ce8c7e09b851d37531e2fe3e0e6d9d257"
2005
dependencies = [
2006 2007
 "bytes",
 "serde_json",
C
Caleb Cartwright 已提交
2008
 "tokio-util",
2009 2010 2011 2012
]

[[package]]
name = "lsp-types"
2013
version = "0.60.0"
2014
source = "registry+https://github.com/rust-lang/crates.io-index"
2015
checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
2016
dependencies = [
2017 2018 2019
 "bitflags",
 "serde",
 "serde_json",
2020
 "serde_repr",
E
Eric Huss 已提交
2021
 "url 2.2.2",
2022 2023
]

2024 2025
[[package]]
name = "lzma-sys"
M
Mark Rousskov 已提交
2026
version = "0.1.16"
2027
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2028
checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
2029
dependencies = [
2030 2031 2032
 "cc",
 "libc",
 "pkg-config",
2033 2034
]

S
steveklabnik 已提交
2035 2036 2037 2038
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2039
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
S
steveklabnik 已提交
2040

G
Guillaume Gomez 已提交
2041 2042
[[package]]
name = "macro-utils"
M
Mark Rousskov 已提交
2043
version = "0.1.3"
G
Guillaume Gomez 已提交
2044
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2045
checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
G
Guillaume Gomez 已提交
2046

S
steveklabnik 已提交
2047 2048
[[package]]
name = "maplit"
M
Mark Rousskov 已提交
2049
version = "1.0.2"
S
steveklabnik 已提交
2050
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2051
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
S
steveklabnik 已提交
2052

E
Eric Huss 已提交
2053 2054
[[package]]
name = "markup5ever"
2055
version = "0.10.0"
E
Eric Huss 已提交
2056
source = "registry+https://github.com/rust-lang/crates.io-index"
2057
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
E
Eric Huss 已提交
2058
dependencies = [
2059 2060 2061 2062 2063 2064 2065 2066 2067
 "log",
 "phf",
 "phf_codegen",
 "serde",
 "serde_derive",
 "serde_json",
 "string_cache",
 "string_cache_codegen",
 "tendril",
E
Eric Huss 已提交
2068 2069
]

2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081
[[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 已提交
2082 2083 2084 2085 2086 2087 2088 2089 2090
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
 "regex-automata",
]

2091 2092
[[package]]
name = "matches"
A
Alex Crichton 已提交
2093
version = "0.1.8"
2094
source = "registry+https://github.com/rust-lang/crates.io-index"
2095
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2096

M
Mark Rousskov 已提交
2097 2098 2099 2100 2101 2102
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"

2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113
[[package]]
name = "md-5"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
dependencies = [
 "block-buffer 0.9.0",
 "digest 0.9.0",
 "opaque-debug 0.3.0",
]

2114 2115
[[package]]
name = "mdbook"
E
Eric Huss 已提交
2116
version = "0.4.12"
2117
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2118
checksum = "0651782b4cc514c3f98c0acf9b5af1101a735bbe1ac6852bb1a90cb91bdf0ed4"
2119 2120
dependencies = [
 "ammonia",
E
Eric Huss 已提交
2121
 "anyhow",
2122 2123 2124
 "chrono",
 "clap",
 "elasticlunr-rs",
E
Eric Huss 已提交
2125
 "env_logger 0.7.1",
2126
 "handlebars",
Y
Yuki Okushi 已提交
2127
 "lazy_static",
2128 2129 2130
 "log",
 "memchr",
 "open",
J
Joshua Nelson 已提交
2131
 "pulldown-cmark 0.7.2",
2132 2133 2134 2135
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
K
klensy 已提交
2136
 "shlex",
2137
 "tempfile",
E
Eric Huss 已提交
2138
 "toml",
2139 2140
]

W
Wesley Wiser 已提交
2141 2142
[[package]]
name = "measureme"
A
Aaron Hill 已提交
2143
version = "9.1.2"
W
Wesley Wiser 已提交
2144
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Aaron Hill 已提交
2145
checksum = "78f7a41bc6f856a2cf0e95094ad5121f82500e2d9a0f3c0171d98f6566d8117d"
W
Wesley Wiser 已提交
2146
dependencies = [
2147
 "log",
K
klensy 已提交
2148
 "memmap2",
C
Caleb Cartwright 已提交
2149
 "parking_lot",
2150
 "perf-event-open-sys",
W
Wesley Wiser 已提交
2151
 "rustc-hash",
2152
 "smallvec",
W
Wesley Wiser 已提交
2153 2154
]

O
Oliver Schneider 已提交
2155 2156
[[package]]
name = "memchr"
2157
version = "2.4.1"
O
Oliver Schneider 已提交
2158
source = "registry+https://github.com/rust-lang/crates.io-index"
2159 2160 2161 2162 2163
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
]
2164

2165 2166 2167 2168 2169 2170 2171 2172 2173
[[package]]
name = "memmap2"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
dependencies = [
 "libc",
]

R
Ralf Jung 已提交
2174 2175
[[package]]
name = "memoffset"
M
Mark Rousskov 已提交
2176
version = "0.5.5"
R
Ralf Jung 已提交
2177
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2178
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
R
Ralf Jung 已提交
2179
dependencies = [
M
Mark Rousskov 已提交
2180
 "autocfg",
R
Ralf Jung 已提交
2181 2182
]

2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204
[[package]]
name = "merge"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
dependencies = [
 "merge_derive",
 "num-traits",
]

[[package]]
name = "merge_derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
dependencies = [
 "proc-macro-error",
 "proc-macro2",
 "quote",
 "syn",
]

G
Guillaume Gomez 已提交
2205 2206
[[package]]
name = "minifier"
2207
version = "0.0.41"
G
Guillaume Gomez 已提交
2208
source = "registry+https://github.com/rust-lang/crates.io-index"
2209
checksum = "5594542d20834f2b974f5e5fb8e0cf1c67a2119dcadc29ef5d93a081fb30cc08"
G
Guillaume Gomez 已提交
2210
dependencies = [
2211
 "macro-utils",
G
Guillaume Gomez 已提交
2212 2213
]

2214 2215
[[package]]
name = "miniz_oxide"
2216
version = "0.4.0"
2217
source = "registry+https://github.com/rust-lang/crates.io-index"
2218
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
2219
dependencies = [
2220 2221 2222 2223
 "adler",
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
2224 2225
]

2226 2227
[[package]]
name = "mio"
I
Igor Matuszewski 已提交
2228
version = "0.7.13"
2229
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2230
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
2231
dependencies = [
2232 2233
 "libc",
 "log",
I
Igor Matuszewski 已提交
2234 2235 2236
 "miow",
 "ntapi",
 "winapi",
2237 2238
]

A
Alex Crichton 已提交
2239 2240
[[package]]
name = "miow"
2241
version = "0.3.7"
A
Alex Crichton 已提交
2242
source = "registry+https://github.com/rust-lang/crates.io-index"
2243
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
A
Alex Crichton 已提交
2244
dependencies = [
I
Igor Matuszewski 已提交
2245
 "winapi",
A
Alex Crichton 已提交
2246 2247
]

2248 2249 2250 2251
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
2252
 "colored",
R
Ralf Jung 已提交
2253 2254
 "compiletest_rs",
 "env_logger 0.8.1",
R
Ralf Jung 已提交
2255
 "getrandom 0.2.0",
M
Mark Rousskov 已提交
2256
 "hex 0.4.2",
2257
 "libc",
2258
 "log",
A
Aaron Hill 已提交
2259
 "measureme",
R
Ralf Jung 已提交
2260
 "rand 0.8.3",
2261 2262 2263
 "rustc-workspace-hack",
 "rustc_version",
 "shell-escape",
2264
 "smallvec",
2265 2266
]

A
Alex Crichton 已提交
2267 2268
[[package]]
name = "new_debug_unreachable"
M
Mark Rousskov 已提交
2269
version = "1.0.4"
N
Nick Cameron 已提交
2270
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2271
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
N
Nick Cameron 已提交
2272

I
Igor Matuszewski 已提交
2273 2274 2275 2276 2277 2278 2279 2280 2281
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
 "winapi",
]

2282
[[package]]
O
Oliver Schneider 已提交
2283
name = "num-integer"
M
Mark Rousskov 已提交
2284
version = "0.1.43"
2285
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2286
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2287
dependencies = [
M
Mark Rousskov 已提交
2288
 "autocfg",
2289
 "num-traits",
2290 2291
]

S
Steve Klabnik 已提交
2292 2293
[[package]]
name = "num-traits"
M
Mark Rousskov 已提交
2294
version = "0.2.12"
S
Steve Klabnik 已提交
2295
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2296 2297 2298 2299
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
dependencies = [
 "autocfg",
]
S
Steve Klabnik 已提交
2300

2301 2302
[[package]]
name = "num_cpus"
M
Mark Rousskov 已提交
2303
version = "1.13.0"
2304
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2305
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2306
dependencies = [
M
Mark Rousskov 已提交
2307
 "hermit-abi",
2308
 "libc",
2309 2310
]

2311 2312
[[package]]
name = "object"
M
Mark Rousskov 已提交
2313
version = "0.26.2"
2314
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2315
checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
2316 2317
dependencies = [
 "compiler_builtins",
2318 2319 2320
 "crc32fast",
 "indexmap",
 "memchr",
2321 2322
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
2323 2324
]

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

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

2337 2338 2339 2340 2341 2342
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"

S
Steve Klabnik 已提交
2343 2344
[[package]]
name = "open"
M
Mark Rousskov 已提交
2345
version = "1.4.0"
S
Steve Klabnik 已提交
2346
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2347 2348
checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
dependencies = [
I
Igor Matuszewski 已提交
2349
 "winapi",
M
Mark Rousskov 已提交
2350
]
S
Steve Klabnik 已提交
2351

E
Eric Huss 已提交
2352 2353 2354 2355 2356 2357 2358
[[package]]
name = "opener"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
dependencies = [
 "bstr",
I
Igor Matuszewski 已提交
2359
 "winapi",
E
Eric Huss 已提交
2360 2361
]

2362 2363
[[package]]
name = "openssl"
J
Josh Stone 已提交
2364
version = "0.10.35"
2365
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
2366
checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
2367
dependencies = [
2368
 "bitflags",
K
klensy 已提交
2369
 "cfg-if 1.0.0",
2370 2371
 "foreign-types",
 "libc",
K
klensy 已提交
2372
 "once_cell",
2373
 "openssl-sys",
2374 2375 2376 2377
]

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

E
Eric Huss 已提交
2382 2383
[[package]]
name = "openssl-src"
K
klensy 已提交
2384
version = "111.16.0+1.1.1l"
E
Eric Huss 已提交
2385
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
2386
checksum = "7ab2173f69416cf3ec12debb5823d244127d23a9b127d5a5189aa97c5fa2859f"
E
Eric Huss 已提交
2387
dependencies = [
2388
 "cc",
E
Eric Huss 已提交
2389 2390
]

2391 2392
[[package]]
name = "openssl-sys"
J
Josh Stone 已提交
2393
version = "0.9.65"
2394
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
2395
checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
2396
dependencies = [
A
Amanieu d'Antras 已提交
2397
 "autocfg",
2398 2399 2400 2401 2402
 "cc",
 "libc",
 "openssl-src",
 "pkg-config",
 "vcpkg",
2403 2404
]

2405 2406 2407 2408
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2409
checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2410

2411 2412 2413 2414 2415 2416
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
I
Igor Matuszewski 已提交
2417
 "winapi",
2418 2419
]

N
Nick Cameron 已提交
2420
[[package]]
Y
Yuki Okushi 已提交
2421 2422
name = "packed_simd_2"
version = "0.3.4"
N
Nick Cameron 已提交
2423
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2424
checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
N
Nick Cameron 已提交
2425
dependencies = [
A
Aaron Hill 已提交
2426
 "cfg-if 0.1.10",
Y
Yuki Okushi 已提交
2427
 "libm",
N
Nick Cameron 已提交
2428 2429
]

2430 2431 2432 2433
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
T
Thiébaud Weksteen 已提交
2434
 "alloc",
A
Aaron Hill 已提交
2435
 "cfg-if 0.1.10",
2436 2437 2438
 "compiler_builtins",
 "core",
 "libc",
2439 2440 2441 2442 2443 2444
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
2445
 "alloc",
A
Aaron Hill 已提交
2446
 "cfg-if 0.1.10",
2447 2448 2449 2450
 "compiler_builtins",
 "core",
 "libc",
 "unwind",
2451 2452
]

2453 2454
[[package]]
name = "parity-tokio-ipc"
I
Igor Matuszewski 已提交
2455
version = "0.9.0"
2456
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2457
checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
2458
dependencies = [
C
Caleb Cartwright 已提交
2459 2460
 "futures 0.3.12",
 "libc",
2461
 "log",
A
Aaron Hill 已提交
2462
 "rand 0.7.3",
2463
 "tokio",
I
Igor Matuszewski 已提交
2464
 "winapi",
2465 2466
]

M
Mark Rousskov 已提交
2467 2468
[[package]]
name = "parking_lot"
2469
version = "0.11.1"
M
Mark Rousskov 已提交
2470
source = "registry+https://github.com/rust-lang/crates.io-index"
2471
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
M
Mark Rousskov 已提交
2472 2473
dependencies = [
 "instant",
C
Caleb Cartwright 已提交
2474 2475
 "lock_api",
 "parking_lot_core",
M
Mark Rousskov 已提交
2476 2477 2478 2479
]

[[package]]
name = "parking_lot_core"
2480
version = "0.8.3"
I
Igor Matuszewski 已提交
2481
source = "registry+https://github.com/rust-lang/crates.io-index"
2482
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
I
Igor Matuszewski 已提交
2483
dependencies = [
2484
 "cfg-if 1.0.0",
M
Mark Rousskov 已提交
2485
 "instant",
I
Igor Matuszewski 已提交
2486
 "libc",
K
klensy 已提交
2487
 "redox_syscall",
2488
 "smallvec",
I
Igor Matuszewski 已提交
2489
 "winapi",
I
Igor Matuszewski 已提交
2490 2491
]

2492 2493 2494 2495 2496 2497
[[package]]
name = "pathdiff"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"

2498 2499
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
2500
version = "1.0.1"
2501
source = "registry+https://github.com/rust-lang/crates.io-index"
2502
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2503

E
Eric Huss 已提交
2504 2505
[[package]]
name = "percent-encoding"
E
Eric Huss 已提交
2506
version = "2.1.0"
E
Eric Huss 已提交
2507
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2508
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
E
Eric Huss 已提交
2509

2510 2511 2512 2513 2514 2515 2516 2517
[[package]]
name = "perf-event-open-sys"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
dependencies = [
 "libc",
]
E
Eric Huss 已提交
2518

2519 2520
[[package]]
name = "pest"
M
Mark Rousskov 已提交
2521
version = "2.1.3"
2522
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2523
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2524
dependencies = [
2525
 "ucd-trie",
2526 2527 2528 2529 2530 2531
]

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2532
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2533
dependencies = [
2534 2535
 "pest",
 "pest_generator",
2536 2537 2538 2539
]

[[package]]
name = "pest_generator"
2540
version = "2.1.3"
2541
source = "registry+https://github.com/rust-lang/crates.io-index"
2542
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2543
dependencies = [
2544 2545
 "pest",
 "pest_meta",
2546 2547 2548
 "proc-macro2",
 "quote",
 "syn",
2549 2550 2551 2552
]

[[package]]
name = "pest_meta"
2553
version = "2.1.3"
2554
source = "registry+https://github.com/rust-lang/crates.io-index"
2555
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2556
dependencies = [
2557 2558
 "maplit",
 "pest",
2559
 "sha-1 0.8.2",
2560 2561
]

J
Jack Huey 已提交
2562 2563
[[package]]
name = "petgraph"
J
Jack Huey 已提交
2564
version = "0.5.1"
J
Jack Huey 已提交
2565
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
2566
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
J
Jack Huey 已提交
2567 2568
dependencies = [
 "fixedbitset",
J
Jack Huey 已提交
2569
 "indexmap",
J
Jack Huey 已提交
2570 2571
]

S
steveklabnik 已提交
2572 2573
[[package]]
name = "phf"
2574
version = "0.8.0"
S
steveklabnik 已提交
2575
source = "registry+https://github.com/rust-lang/crates.io-index"
2576
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
S
steveklabnik 已提交
2577
dependencies = [
2578
 "phf_shared",
S
steveklabnik 已提交
2579 2580 2581 2582
]

[[package]]
name = "phf_codegen"
2583
version = "0.8.0"
S
steveklabnik 已提交
2584
source = "registry+https://github.com/rust-lang/crates.io-index"
2585
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
S
steveklabnik 已提交
2586
dependencies = [
2587 2588
 "phf_generator",
 "phf_shared",
S
steveklabnik 已提交
2589 2590 2591 2592
]

[[package]]
name = "phf_generator"
2593
version = "0.8.0"
S
steveklabnik 已提交
2594
source = "registry+https://github.com/rust-lang/crates.io-index"
2595
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
S
steveklabnik 已提交
2596
dependencies = [
2597
 "phf_shared",
A
Aaron Hill 已提交
2598
 "rand 0.7.3",
S
steveklabnik 已提交
2599 2600 2601 2602
]

[[package]]
name = "phf_shared"
2603
version = "0.8.0"
S
steveklabnik 已提交
2604
source = "registry+https://github.com/rust-lang/crates.io-index"
2605
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
S
steveklabnik 已提交
2606
dependencies = [
2607
 "siphasher",
S
steveklabnik 已提交
2608 2609
]

C
Caleb Cartwright 已提交
2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621
[[package]]
name = "pin-project-lite"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"

[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"

2622 2623
[[package]]
name = "pkg-config"
M
Mark Rousskov 已提交
2624
version = "0.3.18"
2625
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2626
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2627

2628 2629
[[package]]
name = "polonius-engine"
R
Rémy Rakic 已提交
2630
version = "0.13.0"
2631
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Rémy Rakic 已提交
2632
checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
D
Douglas Campos 已提交
2633
dependencies = [
2634 2635 2636
 "datafrog",
 "log",
 "rustc-hash",
D
Douglas Campos 已提交
2637
]
2638

G
gnzlbg 已提交
2639 2640
[[package]]
name = "ppv-lite86"
Y
Yuki Okushi 已提交
2641
version = "0.2.8"
G
gnzlbg 已提交
2642
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2643
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
G
gnzlbg 已提交
2644

S
steveklabnik 已提交
2645 2646 2647 2648
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2649
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
S
steveklabnik 已提交
2650

M
Mark Simulacrum 已提交
2651 2652
[[package]]
name = "pretty_assertions"
2653
version = "0.6.1"
M
Mark Simulacrum 已提交
2654
source = "registry+https://github.com/rust-lang/crates.io-index"
2655
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
M
Mark Simulacrum 已提交
2656
dependencies = [
O
Oliver Scherer 已提交
2657
 "ansi_term 0.11.0",
2658
 "ctor",
2659
 "difference",
2660
 "output_vt100",
M
Mark Simulacrum 已提交
2661 2662
]

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

2673 2674
[[package]]
name = "proc-macro-crate"
M
Mark Rousskov 已提交
2675
version = "0.1.5"
2676
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2677
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
2678 2679 2680 2681 2682 2683
dependencies = [
 "toml",
]

[[package]]
name = "proc-macro-error"
M
Mark Rousskov 已提交
2684
version = "1.0.4"
2685
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2686
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2687
dependencies = [
M
Mark Rousskov 已提交
2688
 "proc-macro-error-attr",
2689 2690 2691
 "proc-macro2",
 "quote",
 "syn",
M
Mark Rousskov 已提交
2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703
 "version_check",
]

[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
 "proc-macro2",
 "quote",
 "version_check",
A
Alex Crichton 已提交
2704 2705
]

C
Caleb Cartwright 已提交
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"

[[package]]
name = "proc-macro-nested"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"

2718 2719
[[package]]
name = "proc-macro2"
E
Eric Huss 已提交
2720
version = "1.0.24"
2721
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2722
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2723
dependencies = [
2724
 "unicode-xid",
2725 2726
]

2727 2728 2729
[[package]]
name = "proc_macro"
version = "0.0.0"
2730 2731 2732
dependencies = [
 "std",
]
2733

2734 2735 2736 2737
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
2738 2739 2740
 "cc",
 "compiler_builtins",
 "core",
2741 2742
]

2743 2744
[[package]]
name = "psm"
M
Mateusz Mikuła 已提交
2745
version = "0.1.16"
2746
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mateusz Mikuła 已提交
2747
checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
2748 2749 2750 2751
dependencies = [
 "cc",
]

L
Lzu Tao 已提交
2752 2753
[[package]]
name = "pulldown-cmark"
M
Mark Rousskov 已提交
2754
version = "0.7.2"
L
Lzu Tao 已提交
2755
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2756
checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
L
Lzu Tao 已提交
2757 2758
dependencies = [
 "bitflags",
E
Eric Huss 已提交
2759
 "getopts",
L
Lzu Tao 已提交
2760
 "memchr",
E
Eric Huss 已提交
2761
 "unicase",
2762 2763
]

J
Joshua Nelson 已提交
2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774
[[package]]
name = "pulldown-cmark"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
dependencies = [
 "bitflags",
 "memchr",
 "unicase",
]

2775 2776
[[package]]
name = "punycode"
M
Mark Rousskov 已提交
2777
version = "0.4.1"
2778
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2779
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
2780

2781 2782
[[package]]
name = "quick-error"
2783
version = "1.2.3"
2784
source = "registry+https://github.com/rust-lang/crates.io-index"
2785
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2786

M
Mark Rousskov 已提交
2787 2788 2789 2790 2791 2792
[[package]]
name = "quick-error"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"

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

2799 2800
[[package]]
name = "quote"
M
Mark Rousskov 已提交
2801
version = "1.0.7"
2802
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2803
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2804
dependencies = [
2805
 "proc-macro2",
A
Alex Crichton 已提交
2806 2807
]

2808 2809
[[package]]
name = "racer"
I
Igor Matuszewski 已提交
2810
version = "2.1.48"
2811
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2812
checksum = "7fec2e85e7a30f8fd31b7cf288ad363b5e51fd2cb6f53b416b0cfaabd84e1ccb"
2813
dependencies = [
2814 2815 2816
 "bitflags",
 "clap",
 "derive_more",
I
Igor Matuszewski 已提交
2817
 "env_logger 0.7.1",
M
Mark Rousskov 已提交
2818
 "humantime 2.0.1",
Y
Yuki Okushi 已提交
2819
 "lazy_static",
2820 2821
 "log",
 "rls-span",
2822
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2823 2824 2825 2826 2827 2828
 "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",
2829
]
2830

G
gnzlbg 已提交
2831 2832
[[package]]
name = "rand"
2833
version = "0.7.3"
G
gnzlbg 已提交
2834
source = "registry+https://github.com/rust-lang/crates.io-index"
2835
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
G
gnzlbg 已提交
2836
dependencies = [
R
Ralf Jung 已提交
2837
 "getrandom 0.1.14",
2838
 "libc",
A
Aaron Hill 已提交
2839 2840 2841
 "rand_chacha 0.2.2",
 "rand_core 0.5.1",
 "rand_hc 0.2.0",
2842
 "rand_pcg",
2843 2844
]

A
Aaron Hill 已提交
2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856
[[package]]
name = "rand"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
dependencies = [
 "libc",
 "rand_chacha 0.3.0",
 "rand_core 0.6.2",
 "rand_hc 0.3.0",
]

G
gnzlbg 已提交
2857 2858
[[package]]
name = "rand_chacha"
Y
Yuki Okushi 已提交
2859
version = "0.2.2"
G
gnzlbg 已提交
2860
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2861
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
G
gnzlbg 已提交
2862
dependencies = [
Y
Yuki Okushi 已提交
2863
 "ppv-lite86",
A
Aaron Hill 已提交
2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874
 "rand_core 0.5.1",
]

[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
 "ppv-lite86",
 "rand_core 0.6.2",
G
gnzlbg 已提交
2875 2876 2877 2878
]

[[package]]
name = "rand_core"
E
Eric Huss 已提交
2879
version = "0.5.1"
G
gnzlbg 已提交
2880
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2881
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
G
gnzlbg 已提交
2882
dependencies = [
R
Ralf Jung 已提交
2883
 "getrandom 0.1.14",
G
gnzlbg 已提交
2884 2885
]

A
Aaron Hill 已提交
2886 2887 2888 2889 2890 2891 2892 2893 2894
[[package]]
name = "rand_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
 "getrandom 0.2.0",
]

G
gnzlbg 已提交
2895 2896 2897 2898
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2899
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
G
gnzlbg 已提交
2900
dependencies = [
A
Aaron Hill 已提交
2901 2902 2903 2904 2905 2906 2907 2908 2909 2910
 "rand_core 0.5.1",
]

[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
 "rand_core 0.6.2",
2911 2912
]

2913 2914
[[package]]
name = "rand_pcg"
2915
version = "0.2.1"
2916
source = "registry+https://github.com/rust-lang/crates.io-index"
2917
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2918
dependencies = [
A
Aaron Hill 已提交
2919
 "rand_core 0.5.1",
2920
]
K
kennytm 已提交
2921

R
Ralf Jung 已提交
2922 2923 2924 2925
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2926
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
R
Ralf Jung 已提交
2927
dependencies = [
A
Aaron Hill 已提交
2928
 "rand_core 0.5.1",
E
Eric Huss 已提交
2929 2930 2931 2932 2933 2934 2935 2936
]

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

N
Nick Cameron 已提交
2940 2941
[[package]]
name = "rayon"
M
Mark Rousskov 已提交
2942
version = "1.3.1"
N
Nick Cameron 已提交
2943
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2944
checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
N
Nick Cameron 已提交
2945
dependencies = [
M
Mark Rousskov 已提交
2946
 "autocfg",
2947
 "crossbeam-deque",
2948 2949
 "either",
 "rayon-core",
O
Oliver Schneider 已提交
2950 2951 2952 2953
]

[[package]]
name = "rayon-core"
M
Mark Rousskov 已提交
2954
version = "1.7.1"
O
Oliver Schneider 已提交
2955
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2956
checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
O
Oliver Schneider 已提交
2957
dependencies = [
2958
 "crossbeam-deque",
J
Josh Stone 已提交
2959
 "crossbeam-queue",
M
Mark Rousskov 已提交
2960
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
2961
 "lazy_static",
2962
 "num_cpus",
2963 2964
]

F
flip1995 已提交
2965 2966
[[package]]
name = "redox_syscall"
B
bjorn3 已提交
2967
version = "0.2.10"
F
flip1995 已提交
2968
source = "registry+https://github.com/rust-lang/crates.io-index"
B
bjorn3 已提交
2969
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
F
flip1995 已提交
2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980
dependencies = [
 "bitflags",
]

[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
 "getrandom 0.2.0",
K
klensy 已提交
2981
 "redox_syscall",
F
flip1995 已提交
2982 2983
]

2984 2985
[[package]]
name = "regex"
B
bjorn3 已提交
2986
version = "1.4.6"
2987
source = "registry+https://github.com/rust-lang/crates.io-index"
B
bjorn3 已提交
2988
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
2989
dependencies = [
2990 2991 2992
 "aho-corasick",
 "memchr",
 "regex-syntax",
2993 2994
]

O
Oliver Scherer 已提交
2995 2996
[[package]]
name = "regex-automata"
B
bjorn3 已提交
2997
version = "0.1.10"
O
Oliver Scherer 已提交
2998
source = "registry+https://github.com/rust-lang/crates.io-index"
B
bjorn3 已提交
2999
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
O
Oliver Scherer 已提交
3000 3001 3002 3003
dependencies = [
 "regex-syntax",
]

3004 3005
[[package]]
name = "regex-syntax"
B
bjorn3 已提交
3006
version = "0.6.25"
3007
source = "registry+https://github.com/rust-lang/crates.io-index"
B
bjorn3 已提交
3008
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
3009

3010 3011 3012 3013 3014 3015 3016 3017
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
3018 3019
[[package]]
name = "remove_dir_all"
M
Mark Rousskov 已提交
3020
version = "0.5.3"
A
Alex Crichton 已提交
3021
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
3022
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
A
Alex Crichton 已提交
3023
dependencies = [
I
Igor Matuszewski 已提交
3024
 "winapi",
A
Alex Crichton 已提交
3025 3026
]

3027 3028
[[package]]
name = "rls"
I
Igor Matuszewski 已提交
3029
version = "1.41.0"
3030
dependencies = [
E
Eric Huss 已提交
3031
 "anyhow",
3032
 "cargo",
C
Caleb Cartwright 已提交
3033
 "cargo-util",
I
Igor Matuszewski 已提交
3034
 "cargo_metadata 0.12.0",
3035
 "clippy_lints",
I
Igor Matuszewski 已提交
3036
 "crossbeam-channel",
3037
 "difference",
R
Ralf Jung 已提交
3038
 "env_logger 0.7.1",
C
Caleb Cartwright 已提交
3039
 "futures 0.3.12",
3040
 "heck",
3041
 "home",
E
Eric Huss 已提交
3042
 "itertools 0.9.0",
3043
 "jsonrpc-core",
Y
Yuki Okushi 已提交
3044
 "lazy_static",
3045 3046 3047 3048 3049 3050
 "log",
 "lsp-codec",
 "lsp-types",
 "num_cpus",
 "ordslice",
 "racer",
A
Aaron Hill 已提交
3051
 "rand 0.7.3",
3052 3053 3054 3055
 "rayon",
 "regex",
 "rls-analysis",
 "rls-data",
3056
 "rls-ipc",
3057 3058 3059 3060
 "rls-rustc",
 "rls-span",
 "rls-vfs",
 "rustc-workspace-hack",
I
Igor Matuszewski 已提交
3061
 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3062 3063 3064
 "rustfmt-nightly",
 "serde",
 "serde_derive",
3065
 "serde_ignored",
3066 3067 3068
 "serde_json",
 "tempfile",
 "tokio",
I
Igor Matuszewski 已提交
3069
 "tokio-stream",
C
Caleb Cartwright 已提交
3070
 "tokio-util",
E
Eric Huss 已提交
3071
 "toml",
E
Eric Huss 已提交
3072
 "url 2.2.2",
3073
 "walkdir",
3074 3075 3076 3077
]

[[package]]
name = "rls-analysis"
E
Eric Huss 已提交
3078
version = "0.18.2"
3079
dependencies = [
3080
 "derive-new",
E
Eric Huss 已提交
3081
 "env_logger 0.7.1",
3082
 "fst",
E
Eric Huss 已提交
3083
 "itertools 0.9.0",
3084
 "json",
E
Eric Huss 已提交
3085
 "lazy_static",
3086 3087 3088 3089 3090
 "log",
 "rls-data",
 "rls-span",
 "serde",
 "serde_json",
A
Alex Crichton 已提交
3091 3092
]

3093 3094
[[package]]
name = "rls-data"
I
Igor Matuszewski 已提交
3095
version = "0.19.1"
3096 3097
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
3098
dependencies = [
3099 3100
 "rls-span",
 "serde",
3101 3102
]

3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114
[[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 已提交
3115 3116
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
3117
version = "0.6.0"
3118 3119
dependencies = [
 "clippy_lints",
R
Ralf Jung 已提交
3120
 "env_logger 0.7.1",
C
Caleb Cartwright 已提交
3121
 "futures 0.3.12",
3122
 "log",
A
Aaron Hill 已提交
3123
 "rand 0.7.3",
3124 3125 3126 3127 3128
 "rls-data",
 "rls-ipc",
 "serde",
 "tokio",
]
N
Nick Cameron 已提交
3129

3130 3131
[[package]]
name = "rls-span"
I
Igor Matuszewski 已提交
3132
version = "0.5.3"
3133 3134
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
3135
dependencies = [
3136
 "serde",
3137 3138 3139 3140
]

[[package]]
name = "rls-vfs"
3141
version = "0.8.0"
3142
source = "registry+https://github.com/rust-lang/crates.io-index"
3143
checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
3144
dependencies = [
3145 3146
 "log",
 "rls-span",
3147 3148
]

R
Rich Kadel 已提交
3149 3150
[[package]]
name = "rust-demangler"
3151
version = "0.0.1"
R
Rich Kadel 已提交
3152
dependencies = [
3153
 "regex",
R
Rich Kadel 已提交
3154 3155 3156
 "rustc-demangle",
]

3157 3158
[[package]]
name = "rustbook"
3159 3160
version = "0.1.0"
dependencies = [
3161
 "clap",
3162
 "env_logger 0.7.1",
3163
 "mdbook",
3164
]
3165

I
Igor Matuszewski 已提交
3166
[[package]]
I
Igor Matuszewski 已提交
3167
name = "rustc-ap-rustc_arena"
I
Igor Matuszewski 已提交
3168
version = "722.0.0"
I
Igor Matuszewski 已提交
3169
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3170
checksum = "550ca1a0925d31a0af089b18c89f5adf3b286e319e3e1f1a5204c21bd2f17371"
I
Igor Matuszewski 已提交
3171
dependencies = [
C
Caleb Cartwright 已提交
3172
 "rustc-ap-rustc_data_structures",
3173
 "smallvec",
I
Igor Matuszewski 已提交
3174 3175
]

3176 3177
[[package]]
name = "rustc-ap-rustc_ast"
I
Igor Matuszewski 已提交
3178
version = "722.0.0"
3179
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3180
checksum = "4aa53b68080df17994a54747f7c37b0686288a670efb9ba3b382ce62e744aed2"
3181
dependencies = [
I
Igor Matuszewski 已提交
3182
 "bitflags",
3183 3184 3185 3186
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3187
 "rustc-ap-rustc_serialize",
3188
 "rustc-ap-rustc_span",
3189
 "smallvec",
C
Caleb Cartwright 已提交
3190
 "tracing",
3191 3192
]

I
Igor Matuszewski 已提交
3193 3194
[[package]]
name = "rustc-ap-rustc_ast_pretty"
I
Igor Matuszewski 已提交
3195
version = "722.0.0"
I
Igor Matuszewski 已提交
3196
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3197
checksum = "0ae71e68fada466a4b2c39c79ca6aee3226587abe6787170d2f6c92237569565"
I
Igor Matuszewski 已提交
3198
dependencies = [
3199
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3200
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
3201
 "tracing",
I
Igor Matuszewski 已提交
3202 3203
]

I
Igor Matuszewski 已提交
3204 3205
[[package]]
name = "rustc-ap-rustc_data_structures"
I
Igor Matuszewski 已提交
3206
version = "722.0.0"
I
Igor Matuszewski 已提交
3207
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3208
checksum = "faa484d6e0ca32d1d82303647275c696f745599b3d97e686f396ceef5b99d7ae"
I
Igor Matuszewski 已提交
3209
dependencies = [
I
Igor Matuszewski 已提交
3210
 "arrayvec",
I
Igor Matuszewski 已提交
3211
 "bitflags",
A
Aaron Hill 已提交
3212
 "cfg-if 0.1.10",
I
Igor Matuszewski 已提交
3213
 "crossbeam-utils 0.8.3",
J
Jack Huey 已提交
3214
 "ena",
3215 3216
 "indexmap",
 "jobserver",
T
topecongiro 已提交
3217
 "libc",
A
Alessandro Ghedini 已提交
3218
 "measureme",
I
Igor Matuszewski 已提交
3219
 "memmap2",
C
Caleb Cartwright 已提交
3220
 "parking_lot",
I
Igor Matuszewski 已提交
3221
 "rustc-ap-rustc_graphviz",
I
Igor Matuszewski 已提交
3222
 "rustc-ap-rustc_index",
C
Caleb Cartwright 已提交
3223
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3224
 "rustc-ap-rustc_serialize",
3225
 "rustc-hash",
I
Igor Matuszewski 已提交
3226 3227
 "rustc-rayon",
 "rustc-rayon-core",
3228
 "smallvec",
3229
 "stable_deref_trait",
3230
 "stacker",
C
Caleb Cartwright 已提交
3231 3232
 "tempfile",
 "tracing",
I
Igor Matuszewski 已提交
3233
 "winapi",
I
Igor Matuszewski 已提交
3234 3235 3236 3237
]

[[package]]
name = "rustc-ap-rustc_errors"
I
Igor Matuszewski 已提交
3238
version = "722.0.0"
I
Igor Matuszewski 已提交
3239
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3240
checksum = "5f85ba19cca320ad797e3a29c35cab9bddfff0e7adbde336a436249e54cee7b1"
I
Igor Matuszewski 已提交
3241
dependencies = [
I
Igor Matuszewski 已提交
3242
 "annotate-snippets",
3243 3244
 "atty",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3245
 "rustc-ap-rustc_lint_defs",
C
Caleb Cartwright 已提交
3246
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3247
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3248
 "rustc-ap-rustc_span",
3249
 "termcolor",
I
Igor Matuszewski 已提交
3250
 "termize",
C
Caleb Cartwright 已提交
3251
 "tracing",
3252
 "unicode-width",
I
Igor Matuszewski 已提交
3253
 "winapi",
I
Igor Matuszewski 已提交
3254 3255
]

I
Igor Matuszewski 已提交
3256 3257
[[package]]
name = "rustc-ap-rustc_feature"
I
Igor Matuszewski 已提交
3258
version = "722.0.0"
I
Igor Matuszewski 已提交
3259
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3260
checksum = "97d538adab96b8b2b1ca9fcd4c8c47d4e23e862a23d1a38b6c15cd8fd52b34b1"
I
Igor Matuszewski 已提交
3261 3262 3263 3264 3265 3266 3267
dependencies = [
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_span",
]

[[package]]
name = "rustc-ap-rustc_fs_util"
I
Igor Matuszewski 已提交
3268
version = "722.0.0"
I
Igor Matuszewski 已提交
3269
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3270
checksum = "8ad6f13d240944fa8f360d2f3b849a7cadaec75e477829e7dde61e838deda83d"
I
Igor Matuszewski 已提交
3271 3272 3273

[[package]]
name = "rustc-ap-rustc_graphviz"
I
Igor Matuszewski 已提交
3274
version = "722.0.0"
I
Igor Matuszewski 已提交
3275
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3276
checksum = "08b3451153cc5828c02cc4f1a0df146d25ac4b3382a112e25fd9d3f5bff15cdc"
I
Igor Matuszewski 已提交
3277

I
Igor Matuszewski 已提交
3278 3279
[[package]]
name = "rustc-ap-rustc_index"
I
Igor Matuszewski 已提交
3280
version = "722.0.0"
I
Igor Matuszewski 已提交
3281
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3282
checksum = "cd39a9f01b442c629bdff5778cb3dd29b7c2ea4afe62d5ab61d216bd1b556692"
I
Igor Matuszewski 已提交
3283
dependencies = [
I
Igor Matuszewski 已提交
3284
 "arrayvec",
C
Caleb Cartwright 已提交
3285
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3286
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3287 3288
]

I
Igor Matuszewski 已提交
3289 3290
[[package]]
name = "rustc-ap-rustc_lexer"
I
Igor Matuszewski 已提交
3291
version = "722.0.0"
I
Igor Matuszewski 已提交
3292
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3293
checksum = "a5de290c44a90e671d2cd730062b9ef73d11155da7e44e7741d633e1e51e616e"
3294
dependencies = [
3295
 "unicode-xid",
3296
]
I
Igor Matuszewski 已提交
3297

I
Igor Matuszewski 已提交
3298 3299
[[package]]
name = "rustc-ap-rustc_lint_defs"
I
Igor Matuszewski 已提交
3300
version = "722.0.0"
I
Igor Matuszewski 已提交
3301
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3302
checksum = "69570b4beb61088926b131579865bbe70d124d30778c46307a62ec8b310ae462"
I
Igor Matuszewski 已提交
3303 3304 3305 3306 3307 3308
dependencies = [
 "rustc-ap-rustc_ast",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_macros",
 "rustc-ap-rustc_serialize",
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
3309
 "rustc-ap-rustc_target",
I
Igor Matuszewski 已提交
3310 3311 3312
 "tracing",
]

I
Igor Matuszewski 已提交
3313 3314
[[package]]
name = "rustc-ap-rustc_macros"
I
Igor Matuszewski 已提交
3315
version = "722.0.0"
I
Igor Matuszewski 已提交
3316
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3317
checksum = "86bd877df37f15c5a44d9679d1b5207ebc95f3943fbc336eeac670195ac58610"
I
Igor Matuszewski 已提交
3318
dependencies = [
3319 3320 3321
 "proc-macro2",
 "quote",
 "syn",
3322
 "synstructure",
I
Igor Matuszewski 已提交
3323 3324 3325
]

[[package]]
I
Igor Matuszewski 已提交
3326
name = "rustc-ap-rustc_parse"
I
Igor Matuszewski 已提交
3327
version = "722.0.0"
I
Igor Matuszewski 已提交
3328
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3329
checksum = "02502d8522ba31d0bcad28a78822b68c1b6ba947a2b4aa6a2341b30594379b80"
I
Igor Matuszewski 已提交
3330
dependencies = [
3331
 "bitflags",
3332
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3333
 "rustc-ap-rustc_ast_pretty",
3334
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3335 3336 3337 3338 3339
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
3340
 "smallvec",
C
Caleb Cartwright 已提交
3341
 "tracing",
I
Igor Matuszewski 已提交
3342 3343 3344
 "unicode-normalization",
]

I
Igor Matuszewski 已提交
3345 3346
[[package]]
name = "rustc-ap-rustc_serialize"
I
Igor Matuszewski 已提交
3347
version = "722.0.0"
I
Igor Matuszewski 已提交
3348
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3349
checksum = "5f741f8e9aee6323fbe127329490608a5a250cc0072ac91e684ef62518cdb1ff"
I
Igor Matuszewski 已提交
3350 3351
dependencies = [
 "indexmap",
3352
 "smallvec",
I
Igor Matuszewski 已提交
3353 3354
]

I
Igor Matuszewski 已提交
3355 3356
[[package]]
name = "rustc-ap-rustc_session"
I
Igor Matuszewski 已提交
3357
version = "722.0.0"
I
Igor Matuszewski 已提交
3358
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3359
checksum = "dba61eca749f4fced4427ad1cc7f23342cfc6527c3bcc624e3aa56abc1f81298"
I
Igor Matuszewski 已提交
3360
dependencies = [
T
Tyler Mandry 已提交
3361
 "bitflags",
T
topecongiro 已提交
3362
 "getopts",
I
Igor Matuszewski 已提交
3363
 "num_cpus",
3364
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3365 3366 3367 3368
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_fs_util",
I
Igor Matuszewski 已提交
3369
 "rustc-ap-rustc_lint_defs",
C
Caleb Cartwright 已提交
3370
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3371
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3372 3373
 "rustc-ap-rustc_span",
 "rustc-ap-rustc_target",
C
Caleb Cartwright 已提交
3374
 "tracing",
I
Igor Matuszewski 已提交
3375 3376 3377
]

[[package]]
I
Igor Matuszewski 已提交
3378
name = "rustc-ap-rustc_span"
I
Igor Matuszewski 已提交
3379
version = "722.0.0"
I
Igor Matuszewski 已提交
3380
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3381
checksum = "a642e8d6fc883f34e0778e079f8242ac40c6614a6b7a0ef61681333e847f5e62"
I
Igor Matuszewski 已提交
3382
dependencies = [
A
Aaron Hill 已提交
3383
 "cfg-if 0.1.10",
I
Igor Matuszewski 已提交
3384
 "md-5",
I
Igor Matuszewski 已提交
3385
 "rustc-ap-rustc_arena",
I
Igor Matuszewski 已提交
3386 3387 3388
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3389
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3390
 "scoped-tls",
I
Igor Matuszewski 已提交
3391 3392
 "sha-1 0.9.1",
 "sha2",
C
Caleb Cartwright 已提交
3393
 "tracing",
I
Igor Matuszewski 已提交
3394
 "unicode-width",
I
Igor Matuszewski 已提交
3395 3396 3397
]

[[package]]
I
Igor Matuszewski 已提交
3398
name = "rustc-ap-rustc_target"
I
Igor Matuszewski 已提交
3399
version = "722.0.0"
I
Igor Matuszewski 已提交
3400
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3401
checksum = "80feebd8c323b80dd73a395fa7fabba9e2098b6277670ff89c473f618ffa07de"
I
Igor Matuszewski 已提交
3402
dependencies = [
3403 3404
 "bitflags",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3405
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
3406
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3407
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3408
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
3409
 "tracing",
I
Igor Matuszewski 已提交
3410 3411
]

3412 3413
[[package]]
name = "rustc-demangle"
3414
version = "0.1.21"
3415
source = "registry+https://github.com/rust-lang/crates.io-index"
3416
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
3417
dependencies = [
3418 3419
 "compiler_builtins",
 "rustc-std-workspace-core",
3420
]
3421

3422 3423
[[package]]
name = "rustc-hash"
J
Jack Huey 已提交
3424
version = "1.1.0"
3425
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
3426
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3427

3428 3429 3430 3431
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
3432 3433
 "rustc_codegen_ssa",
 "rustc_driver",
G
Gus Wynn 已提交
3434 3435
 "tikv-jemalloc-sys",
 "tikv-jemallocator",
3436 3437
]

J
Josh Stone 已提交
3438 3439
[[package]]
name = "rustc-rayon"
J
Josh Stone 已提交
3440
version = "0.3.1"
J
Josh Stone 已提交
3441
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
3442
checksum = "ed7d6a39f8bfd4421ce720918234d1e672b83824c91345b47c93746839cf1629"
J
Josh Stone 已提交
3443
dependencies = [
3444
 "crossbeam-deque",
J
Josh Stone 已提交
3445
 "either",
I
Igor Matuszewski 已提交
3446
 "rustc-rayon-core",
J
John Kåre Alsaker 已提交
3447 3448
]

J
Josh Stone 已提交
3449 3450
[[package]]
name = "rustc-rayon-core"
J
Josh Stone 已提交
3451
version = "0.3.1"
J
Josh Stone 已提交
3452
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
3453
checksum = "e94187d9ea3e8c38fafdbc38acb94eafa7ce155867f6ccb13830466a0d0db8c6"
J
Josh Stone 已提交
3454
dependencies = [
3455
 "crossbeam-deque",
J
Josh Stone 已提交
3456 3457
 "crossbeam-queue",
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
3458
 "lazy_static",
J
Josh Stone 已提交
3459 3460 3461
 "num_cpus",
]

F
flip1995 已提交
3462 3463 3464 3465 3466 3467
[[package]]
name = "rustc-semver"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"

3468 3469
[[package]]
name = "rustc-std-workspace-alloc"
3470
version = "1.99.0"
3471
dependencies = [
3472
 "alloc",
3473 3474
]

3475 3476
[[package]]
name = "rustc-std-workspace-core"
3477
version = "1.99.0"
3478
dependencies = [
3479
 "core",
3480 3481
]

3482 3483
[[package]]
name = "rustc-std-workspace-std"
3484
version = "1.99.0"
3485 3486 3487 3488
dependencies = [
 "std",
]

A
Alex Crichton 已提交
3489 3490 3491 3492
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
3493
 "bstr",
A
Alessandro Ghedini 已提交
3494
 "byteorder",
J
Jubilee Young 已提交
3495
 "crossbeam-utils 0.8.3",
3496
 "libc",
E
Eric Huss 已提交
3497
 "libz-sys",
3498 3499
 "proc-macro2",
 "quote",
3500
 "rand_core 0.5.1",
3501 3502
 "serde",
 "serde_json",
3503
 "smallvec",
3504
 "syn",
E
Eric Huss 已提交
3505
 "url 2.2.2",
I
Igor Matuszewski 已提交
3506
 "winapi",
A
Alex Crichton 已提交
3507 3508
]

3509 3510 3511 3512
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
3513
 "bitflags",
3514
 "smallvec",
3515 3516
]

V
Vadim Petrochenkov 已提交
3517 3518 3519 3520
[[package]]
name = "rustc_arena"
version = "0.0.0"
dependencies = [
J
Josh Stone 已提交
3521
 "rustc_data_structures",
3522
 "smallvec",
V
Vadim Petrochenkov 已提交
3523 3524
]

V
Vadim Petrochenkov 已提交
3525 3526 3527 3528
[[package]]
name = "rustc_ast"
version = "0.0.0"
dependencies = [
3529
 "bitflags",
V
Vadim Petrochenkov 已提交
3530 3531 3532 3533
 "rustc_data_structures",
 "rustc_index",
 "rustc_lexer",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3534
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3535
 "rustc_span",
3536
 "smallvec",
O
Oliver Scherer 已提交
3537
 "tracing",
V
Vadim Petrochenkov 已提交
3538 3539
]

3540 3541 3542 3543
[[package]]
name = "rustc_ast_lowering"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3544
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3545
 "rustc_ast",
3546
 "rustc_ast_pretty",
3547 3548
 "rustc_data_structures",
 "rustc_errors",
3549
 "rustc_hir",
3550
 "rustc_index",
3551
 "rustc_session",
3552 3553
 "rustc_span",
 "rustc_target",
3554
 "smallvec",
O
Oliver Scherer 已提交
3555
 "tracing",
3556 3557
]

3558 3559 3560 3561
[[package]]
name = "rustc_ast_passes"
version = "0.0.0"
dependencies = [
3562
 "itertools 0.9.0",
V
Vadim Petrochenkov 已提交
3563
 "rustc_ast",
3564
 "rustc_ast_pretty",
3565
 "rustc_attr",
3566 3567
 "rustc_data_structures",
 "rustc_errors",
3568
 "rustc_feature",
3569 3570 3571
 "rustc_parse",
 "rustc_session",
 "rustc_span",
C
Camille GILLOT 已提交
3572
 "rustc_target",
O
Oliver Scherer 已提交
3573
 "tracing",
3574 3575
]

3576 3577 3578 3579
[[package]]
name = "rustc_ast_pretty"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3580
 "rustc_ast",
3581
 "rustc_span",
O
Oliver Scherer 已提交
3582
 "tracing",
3583 3584
]

3585 3586 3587 3588
[[package]]
name = "rustc_attr"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3589
 "rustc_ast",
3590
 "rustc_ast_pretty",
3591 3592 3593
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
3594
 "rustc_lexer",
3595
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3596
 "rustc_serialize",
3597 3598 3599 3600
 "rustc_session",
 "rustc_span",
]

3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626
[[package]]
name = "rustc_borrowck"
version = "0.0.0"
dependencies = [
 "either",
 "itertools 0.9.0",
 "polonius-engine",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_graphviz",
 "rustc_hir",
 "rustc_index",
 "rustc_infer",
 "rustc_lexer",
 "rustc_middle",
 "rustc_mir",
 "rustc_serialize",
 "rustc_session",
 "rustc_span",
 "rustc_target",
 "rustc_trait_selection",
 "rustc_traits",
 "smallvec",
 "tracing",
]

V
Vadim Petrochenkov 已提交
3627 3628 3629 3630
[[package]]
name = "rustc_builtin_macros"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3631
 "rustc_ast",
3632
 "rustc_ast_pretty",
3633
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3634 3635 3636 3637
 "rustc_data_structures",
 "rustc_errors",
 "rustc_expand",
 "rustc_feature",
3638
 "rustc_lexer",
V
Vadim Petrochenkov 已提交
3639
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3640
 "rustc_parse_format",
3641
 "rustc_session",
V
Vadim Petrochenkov 已提交
3642 3643
 "rustc_span",
 "rustc_target",
3644
 "smallvec",
O
Oliver Scherer 已提交
3645
 "tracing",
V
Vadim Petrochenkov 已提交
3646 3647
]

I
Irina Popa 已提交
3648 3649 3650 3651
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
3652
 "bitflags",
X
Xidorn Quan 已提交
3653
 "cstr",
3654
 "libc",
A
Alessandro Ghedini 已提交
3655
 "measureme",
3656
 "rustc-demangle",
V
Vadim Petrochenkov 已提交
3657
 "rustc_ast",
3658
 "rustc_attr",
3659 3660 3661 3662
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_fs_util",
3663
 "rustc_hir",
3664
 "rustc_index",
3665
 "rustc_llvm",
C
Camille GILLOT 已提交
3666
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3667
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3668
 "rustc_serialize",
A
Aaron Hill 已提交
3669
 "rustc_session",
V
Vadim Petrochenkov 已提交
3670
 "rustc_span",
3671
 "rustc_target",
3672
 "smallvec",
3673
 "snap",
O
Oliver Scherer 已提交
3674
 "tracing",
I
Irina Popa 已提交
3675 3676
]

3677 3678 3679
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
3680
dependencies = [
3681 3682
 "bitflags",
 "cc",
3683
 "itertools 0.9.0",
3684 3685
 "jobserver",
 "libc",
3686
 "object",
3687
 "pathdiff",
3688
 "regex",
3689
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3690
 "rustc_ast",
3691
 "rustc_attr",
3692 3693 3694
 "rustc_data_structures",
 "rustc_errors",
 "rustc_fs_util",
3695
 "rustc_hir",
3696
 "rustc_incremental",
3697
 "rustc_index",
M
Matthew Jasper 已提交
3698
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3699
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3700
 "rustc_serialize",
3701
 "rustc_session",
V
Vadim Petrochenkov 已提交
3702
 "rustc_span",
3703
 "rustc_symbol_mangling",
3704
 "rustc_target",
3705
 "smallvec",
3706
 "tempfile",
O
Oliver Scherer 已提交
3707
 "tracing",
3708
]
3709

3710 3711 3712 3713
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
I
Igor Matuszewski 已提交
3714
 "arrayvec",
3715
 "bitflags",
A
Aaron Hill 已提交
3716
 "cfg-if 0.1.10",
J
Jack Huey 已提交
3717
 "ena",
3718 3719
 "indexmap",
 "jobserver",
L
Luca Barbieri 已提交
3720
 "libc",
A
Alessandro Ghedini 已提交
3721
 "measureme",
3722
 "memmap2",
C
Caleb Cartwright 已提交
3723
 "parking_lot",
3724
 "rustc-hash",
I
Igor Matuszewski 已提交
3725 3726
 "rustc-rayon",
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3727
 "rustc_graphviz",
C
csmoe 已提交
3728
 "rustc_index",
M
Matthew Jasper 已提交
3729
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3730
 "rustc_serialize",
3731
 "smallvec",
3732
 "stable_deref_trait",
3733
 "stacker",
3734
 "tempfile",
O
Oliver Scherer 已提交
3735
 "tracing",
I
Igor Matuszewski 已提交
3736
 "winapi",
3737 3738 3739 3740 3741 3742
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
3743
 "atty",
L
Luca Barbieri 已提交
3744
 "libc",
V
Vadim Petrochenkov 已提交
3745
 "rustc_ast",
3746
 "rustc_ast_pretty",
V
Victor Ding 已提交
3747
 "rustc_codegen_ssa",
3748
 "rustc_data_structures",
3749
 "rustc_error_codes",
3750
 "rustc_errors",
3751
 "rustc_feature",
3752
 "rustc_hir",
3753
 "rustc_hir_pretty",
3754
 "rustc_interface",
3755
 "rustc_lint",
3756
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3757
 "rustc_middle",
3758
 "rustc_mir",
3759
 "rustc_parse",
3760
 "rustc_plugin_impl",
3761
 "rustc_save_analysis",
V
Vadim Petrochenkov 已提交
3762
 "rustc_serialize",
3763
 "rustc_session",
V
Vadim Petrochenkov 已提交
3764
 "rustc_span",
3765
 "rustc_target",
S
Smitty 已提交
3766
 "rustc_typeck",
O
Oliver Scherer 已提交
3767 3768
 "tracing",
 "tracing-subscriber",
3769
 "tracing-tree",
I
Igor Matuszewski 已提交
3770
 "winapi",
3771 3772
]

G
regen  
Guillaume Gomez 已提交
3773 3774 3775 3776
[[package]]
name = "rustc_error_codes"
version = "0.0.0"

3777 3778 3779 3780
[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
I
Igor Matuszewski 已提交
3781
 "annotate-snippets",
3782 3783
 "atty",
 "rustc_data_structures",
3784
 "rustc_lint_defs",
M
Matthew Jasper 已提交
3785
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3786
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3787
 "rustc_span",
3788
 "termcolor",
3789
 "termize",
O
Oliver Scherer 已提交
3790
 "tracing",
3791
 "unicode-width",
I
Igor Matuszewski 已提交
3792
 "winapi",
3793 3794
]

V
Vadim Petrochenkov 已提交
3795 3796 3797 3798
[[package]]
name = "rustc_expand"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3799
 "rustc_ast",
3800
 "rustc_ast_passes",
3801
 "rustc_ast_pretty",
3802
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3803 3804 3805 3806
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_lexer",
3807
 "rustc_lint_defs",
M
Matthew Jasper 已提交
3808
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3809
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3810
 "rustc_serialize",
3811
 "rustc_session",
V
Vadim Petrochenkov 已提交
3812
 "rustc_span",
3813
 "smallvec",
O
Oliver Scherer 已提交
3814
 "tracing",
V
Vadim Petrochenkov 已提交
3815 3816
]

3817 3818 3819 3820
[[package]]
name = "rustc_feature"
version = "0.0.0"
dependencies = [
3821
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3822
 "rustc_span",
3823 3824
]

3825 3826 3827 3828
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

V
Vadim Petrochenkov 已提交
3829 3830 3831 3832
[[package]]
name = "rustc_graphviz"
version = "0.0.0"

3833 3834 3835 3836
[[package]]
name = "rustc_hir"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3837
 "rustc_ast",
3838
 "rustc_data_structures",
3839
 "rustc_feature",
3840 3841
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3842
 "rustc_serialize",
3843 3844
 "rustc_span",
 "rustc_target",
3845
 "smallvec",
O
Oliver Scherer 已提交
3846
 "tracing",
3847 3848
]

3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859
[[package]]
name = "rustc_hir_pretty"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_ast_pretty",
 "rustc_hir",
 "rustc_span",
 "rustc_target",
]

3860 3861 3862 3863
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
A
Aaron Hill 已提交
3864
 "rand 0.7.3",
V
Vadim Petrochenkov 已提交
3865
 "rustc_ast",
3866
 "rustc_data_structures",
3867
 "rustc_errors",
3868
 "rustc_fs_util",
V
Vadim Petrochenkov 已提交
3869
 "rustc_graphviz",
3870
 "rustc_hir",
M
Matthew Jasper 已提交
3871
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3872
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3873
 "rustc_serialize",
3874
 "rustc_session",
V
Vadim Petrochenkov 已提交
3875
 "rustc_span",
O
Oliver Scherer 已提交
3876
 "tracing",
3877 3878
]

C
csmoe 已提交
3879 3880 3881 3882
[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
I
Igor Matuszewski 已提交
3883
 "arrayvec",
M
Matthew Jasper 已提交
3884
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3885
 "rustc_serialize",
C
csmoe 已提交
3886 3887
]

C
Camille GILLOT 已提交
3888 3889 3890 3891 3892 3893 3894 3895 3896
[[package]]
name = "rustc_infer"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3897
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3898
 "rustc_serialize",
3899
 "rustc_session",
C
Camille GILLOT 已提交
3900 3901
 "rustc_span",
 "rustc_target",
3902
 "smallvec",
O
Oliver Scherer 已提交
3903
 "tracing",
C
Camille GILLOT 已提交
3904 3905
]

3906 3907 3908 3909
[[package]]
name = "rustc_interface"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3910
 "libc",
I
Igor Matuszewski 已提交
3911
 "rustc-rayon",
3912
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3913
 "rustc_ast",
3914
 "rustc_ast_lowering",
3915
 "rustc_ast_passes",
3916
 "rustc_attr",
3917
 "rustc_borrowck",
V
Vadim Petrochenkov 已提交
3918
 "rustc_builtin_macros",
3919
 "rustc_codegen_llvm",
3920 3921 3922
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3923
 "rustc_expand",
3924
 "rustc_hir",
3925 3926 3927
 "rustc_incremental",
 "rustc_lint",
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3928
 "rustc_middle",
3929
 "rustc_mir",
3930
 "rustc_mir_build",
3931
 "rustc_parse",
3932
 "rustc_passes",
3933
 "rustc_plugin_impl",
3934
 "rustc_privacy",
3935
 "rustc_query_impl",
3936
 "rustc_resolve",
V
Vadim Petrochenkov 已提交
3937
 "rustc_serialize",
3938
 "rustc_session",
V
Vadim Petrochenkov 已提交
3939
 "rustc_span",
3940
 "rustc_symbol_mangling",
3941
 "rustc_target",
3942
 "rustc_trait_selection",
3943
 "rustc_traits",
3944
 "rustc_ty_utils",
3945
 "rustc_typeck",
3946
 "smallvec",
3947
 "tempfile",
O
Oliver Scherer 已提交
3948
 "tracing",
I
Igor Matuszewski 已提交
3949
 "winapi",
3950 3951
]

A
Aleksey Kladov 已提交
3952 3953 3954 3955
[[package]]
name = "rustc_lexer"
version = "0.1.0"
dependencies = [
3956
 "expect-test",
3957
 "unicode-xid",
A
Aleksey Kladov 已提交
3958 3959
]

3960 3961 3962 3963
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
3964
 "if_chain",
V
Vadim Petrochenkov 已提交
3965
 "rustc_ast",
3966
 "rustc_ast_pretty",
3967
 "rustc_attr",
3968
 "rustc_data_structures",
3969
 "rustc_errors",
3970
 "rustc_feature",
3971
 "rustc_hir",
3972
 "rustc_index",
3973
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
3974
 "rustc_middle",
3975
 "rustc_parse_format",
3976
 "rustc_serialize",
3977
 "rustc_session",
V
Vadim Petrochenkov 已提交
3978
 "rustc_span",
3979
 "rustc_target",
3980
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3981
 "tracing",
crlf0710's avatar
crlf0710 已提交
3982
 "unicode-security",
3983 3984
]

3985 3986 3987 3988 3989 3990 3991 3992 3993
[[package]]
name = "rustc_lint_defs"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_data_structures",
 "rustc_macros",
 "rustc_serialize",
 "rustc_span",
3994
 "rustc_target",
3995 3996
]

3997 3998 3999 4000
[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
4001 4002
 "build_helper",
 "cc",
4003
 "libc",
4004 4005
]

J
John Kåre Alsaker 已提交
4006 4007 4008 4009
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
4010 4011 4012
 "proc-macro2",
 "quote",
 "syn",
4013
 "synstructure",
J
John Kåre Alsaker 已提交
4014 4015
]

4016 4017 4018 4019
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
4020
 "libc",
V
Vadim Petrochenkov 已提交
4021
 "rustc_ast",
4022
 "rustc_attr",
4023 4024
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
4025
 "rustc_expand",
4026
 "rustc_feature",
4027
 "rustc_hir",
4028
 "rustc_hir_pretty",
4029
 "rustc_index",
M
Matthew Jasper 已提交
4030
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4031
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4032
 "rustc_serialize",
4033
 "rustc_session",
V
Vadim Petrochenkov 已提交
4034
 "rustc_span",
4035
 "rustc_target",
4036
 "smallvec",
4037
 "snap",
O
Oliver Scherer 已提交
4038
 "tracing",
I
Igor Matuszewski 已提交
4039
 "winapi",
4040 4041
]

M
Mazdak Farrokhzad 已提交
4042 4043 4044 4045 4046
[[package]]
name = "rustc_middle"
version = "0.0.0"
dependencies = [
 "bitflags",
J
Jack Huey 已提交
4047
 "chalk-ir",
M
Mazdak Farrokhzad 已提交
4048 4049 4050
 "polonius-engine",
 "rustc-rayon-core",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
4051
 "rustc_arena",
M
Mazdak Farrokhzad 已提交
4052 4053 4054 4055 4056 4057 4058 4059 4060
 "rustc_ast",
 "rustc_attr",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
 "rustc_query_system",
V
Vadim Petrochenkov 已提交
4061
 "rustc_serialize",
M
Mazdak Farrokhzad 已提交
4062 4063 4064
 "rustc_session",
 "rustc_span",
 "rustc_target",
L
LeSeulArtichaut 已提交
4065
 "rustc_type_ir",
4066
 "smallvec",
O
Oliver Scherer 已提交
4067
 "tracing",
M
Mazdak Farrokhzad 已提交
4068 4069
]

4070 4071 4072 4073
[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
R
Rich Kadel 已提交
4074
 "coverage_test_macros",
4075
 "either",
4076
 "gsgdt",
4077
 "itertools 0.9.0",
4078
 "polonius-engine",
4079
 "regex",
4080
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
4081
 "rustc_ast",
4082
 "rustc_attr",
4083 4084
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
4085
 "rustc_graphviz",
4086
 "rustc_hir",
4087
 "rustc_index",
C
Camille GILLOT 已提交
4088
 "rustc_infer",
4089
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4090
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4091
 "rustc_serialize",
4092
 "rustc_session",
V
Vadim Petrochenkov 已提交
4093
 "rustc_span",
4094
 "rustc_target",
4095
 "rustc_trait_selection",
4096
 "smallvec",
O
Oliver Scherer 已提交
4097
 "tracing",
4098 4099
]

4100 4101 4102 4103 4104
[[package]]
name = "rustc_mir_build"
version = "0.0.0"
dependencies = [
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
4105
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4106
 "rustc_ast",
4107
 "rustc_attr",
4108 4109 4110 4111
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
C
Camille GILLOT 已提交
4112
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4113
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4114
 "rustc_serialize",
4115
 "rustc_session",
4116 4117
 "rustc_span",
 "rustc_target",
4118
 "rustc_trait_selection",
4119
 "smallvec",
O
Oliver Scherer 已提交
4120
 "tracing",
4121 4122
]

4123 4124 4125 4126 4127
[[package]]
name = "rustc_parse"
version = "0.0.0"
dependencies = [
 "bitflags",
V
Vadim Petrochenkov 已提交
4128
 "rustc_ast",
4129
 "rustc_ast_pretty",
4130 4131
 "rustc_data_structures",
 "rustc_errors",
4132
 "rustc_feature",
4133
 "rustc_lexer",
4134
 "rustc_session",
V
Vadim Petrochenkov 已提交
4135
 "rustc_span",
O
Oliver Scherer 已提交
4136
 "tracing",
4137
 "unicode-normalization",
4138 4139
]

V
Vadim Petrochenkov 已提交
4140 4141 4142 4143 4144 4145 4146 4147
[[package]]
name = "rustc_parse_format"
version = "0.0.0"
dependencies = [
 "rustc_lexer",
 "rustc_span",
]

4148 4149 4150 4151
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4152
 "rustc_ast",
4153
 "rustc_ast_pretty",
4154
 "rustc_attr",
4155 4156
 "rustc_data_structures",
 "rustc_errors",
4157
 "rustc_feature",
4158
 "rustc_hir",
4159
 "rustc_index",
4160
 "rustc_lexer",
M
Mazdak Farrokhzad 已提交
4161
 "rustc_middle",
4162
 "rustc_parse",
4163
 "rustc_serialize",
4164
 "rustc_session",
V
Vadim Petrochenkov 已提交
4165
 "rustc_span",
4166
 "rustc_target",
O
Oliver Scherer 已提交
4167
 "tracing",
4168 4169 4170
]

[[package]]
4171
name = "rustc_plugin_impl"
4172 4173
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4174
 "rustc_ast",
4175
 "rustc_errors",
4176
 "rustc_hir",
4177
 "rustc_lint",
4178
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
4179
 "rustc_middle",
4180
 "rustc_session",
V
Vadim Petrochenkov 已提交
4181
 "rustc_span",
4182 4183 4184 4185 4186 4187
]

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
I
inquisitivecrystal 已提交
4188
 "rustc_ast",
4189
 "rustc_attr",
4190
 "rustc_data_structures",
4191
 "rustc_errors",
4192
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
4193
 "rustc_middle",
4194
 "rustc_session",
V
Vadim Petrochenkov 已提交
4195
 "rustc_span",
K
kadmin 已提交
4196
 "rustc_trait_selection",
4197
 "rustc_typeck",
O
Oliver Scherer 已提交
4198
 "tracing",
4199 4200
]

4201 4202 4203 4204 4205 4206
[[package]]
name = "rustc_query_impl"
version = "0.0.0"
dependencies = [
 "measureme",
 "rustc-rayon-core",
4207
 "rustc_ast",
4208 4209 4210
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
4211 4212
 "rustc_index",
 "rustc_macros",
4213 4214 4215
 "rustc_middle",
 "rustc_query_system",
 "rustc_serialize",
4216
 "rustc_session",
4217 4218 4219 4220
 "rustc_span",
 "tracing",
]

4221 4222 4223 4224
[[package]]
name = "rustc_query_system"
version = "0.0.0"
dependencies = [
C
Caleb Cartwright 已提交
4225
 "parking_lot",
4226
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
4227
 "rustc_arena",
4228 4229 4230
 "rustc_data_structures",
 "rustc_errors",
 "rustc_index",
M
Matthew Jasper 已提交
4231
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4232
 "rustc_serialize",
4233
 "rustc_session",
4234
 "rustc_span",
4235
 "smallvec",
O
Oliver Scherer 已提交
4236
 "tracing",
4237 4238
]

4239 4240 4241 4242
[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
4243
 "bitflags",
V
Vadim Petrochenkov 已提交
4244
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4245
 "rustc_ast",
4246
 "rustc_ast_lowering",
4247
 "rustc_ast_pretty",
4248
 "rustc_attr",
4249 4250
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
4251
 "rustc_expand",
4252
 "rustc_feature",
4253
 "rustc_hir",
4254
 "rustc_index",
4255
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
4256
 "rustc_middle",
4257
 "rustc_session",
V
Vadim Petrochenkov 已提交
4258
 "rustc_span",
4259
 "smallvec",
O
Oliver Scherer 已提交
4260
 "tracing",
4261 4262 4263 4264 4265 4266
]

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

V
Vadim Petrochenkov 已提交
4282 4283 4284 4285 4286
[[package]]
name = "rustc_serialize"
version = "0.0.0"
dependencies = [
 "indexmap",
M
Matthew Jasper 已提交
4287
 "rustc_macros",
4288
 "smallvec",
V
Vadim Petrochenkov 已提交
4289 4290
]

M
Mark Rousskov 已提交
4291 4292 4293 4294
[[package]]
name = "rustc_session"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
4295
 "getopts",
M
Mark Rousskov 已提交
4296
 "num_cpus",
V
Vadim Petrochenkov 已提交
4297
 "rustc_ast",
M
Mark Rousskov 已提交
4298 4299
 "rustc_data_structures",
 "rustc_errors",
M
Mark Rousskov 已提交
4300 4301
 "rustc_feature",
 "rustc_fs_util",
4302
 "rustc_lint_defs",
M
Matthew Jasper 已提交
4303
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4304
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4305
 "rustc_span",
M
Mark Rousskov 已提交
4306
 "rustc_target",
O
Oliver Scherer 已提交
4307
 "tracing",
V
Vadim Petrochenkov 已提交
4308 4309 4310 4311 4312 4313
]

[[package]]
name = "rustc_span"
version = "0.0.0"
dependencies = [
A
Aaron Hill 已提交
4314
 "cfg-if 0.1.10",
I
Igor Matuszewski 已提交
4315
 "md-5",
V
Vadim Petrochenkov 已提交
4316
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4317 4318 4319
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4320
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4321
 "scoped-tls",
4322 4323
 "sha-1 0.9.1",
 "sha2",
O
Oliver Scherer 已提交
4324
 "tracing",
V
Vadim Petrochenkov 已提交
4325
 "unicode-width",
M
Mark Rousskov 已提交
4326 4327
]

4328 4329 4330 4331 4332 4333 4334 4335
[[package]]
name = "rustc_symbol_mangling"
version = "0.0.0"
dependencies = [
 "punycode",
 "rustc-demangle",
 "rustc_data_structures",
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
4336
 "rustc_middle",
4337 4338 4339
 "rustc_session",
 "rustc_span",
 "rustc_target",
O
Oliver Scherer 已提交
4340
 "tracing",
4341 4342
]

4343 4344 4345 4346
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
4347 4348
 "bitflags",
 "rustc_data_structures",
4349
 "rustc_index",
4350
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4351
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4352
 "rustc_span",
O
Oliver Scherer 已提交
4353
 "tracing",
4354 4355
]

M
Matthias Krüger 已提交
4356 4357
[[package]]
name = "rustc_tools_util"
I
Igor Matuszewski 已提交
4358
version = "0.2.0"
4359 4360 4361

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

4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377
[[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 已提交
4378
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4379
 "rustc_parse_format",
4380 4381 4382
 "rustc_session",
 "rustc_span",
 "rustc_target",
4383
 "smallvec",
O
Oliver Scherer 已提交
4384
 "tracing",
4385 4386
]

4387 4388 4389 4390
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
J
Jack Huey 已提交
4391
 "chalk-engine",
J
Jack Huey 已提交
4392 4393
 "chalk-ir",
 "chalk-solve",
V
Vadim Petrochenkov 已提交
4394
 "rustc_ast",
J
Jack Huey 已提交
4395
 "rustc_attr",
4396
 "rustc_data_structures",
4397
 "rustc_hir",
J
Jack Huey 已提交
4398
 "rustc_index",
C
Camille GILLOT 已提交
4399
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4400
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4401
 "rustc_span",
4402
 "rustc_trait_selection",
4403
 "smallvec",
O
Oliver Scherer 已提交
4404
 "tracing",
4405 4406
]

C
Camille GILLOT 已提交
4407
[[package]]
4408
name = "rustc_ty_utils"
C
Camille GILLOT 已提交
4409 4410 4411
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
4412
 "rustc_errors",
C
Camille GILLOT 已提交
4413
 "rustc_hir",
C
Camille GILLOT 已提交
4414
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4415
 "rustc_middle",
4416
 "rustc_session",
C
Camille GILLOT 已提交
4417
 "rustc_span",
4418
 "rustc_target",
4419
 "rustc_trait_selection",
O
Oliver Scherer 已提交
4420
 "tracing",
C
Camille GILLOT 已提交
4421
]
4422

L
LeSeulArtichaut 已提交
4423 4424 4425 4426 4427 4428 4429
[[package]]
name = "rustc_type_ir"
version = "0.0.0"
dependencies = [
 "bitflags",
 "rustc_data_structures",
 "rustc_index",
4430
 "rustc_macros",
L
LeSeulArtichaut 已提交
4431 4432 4433
 "rustc_serialize",
]

4434 4435 4436 4437
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4438
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4439
 "rustc_ast",
4440
 "rustc_attr",
4441 4442
 "rustc_data_structures",
 "rustc_errors",
4443
 "rustc_hir",
4444
 "rustc_hir_pretty",
4445
 "rustc_index",
C
Camille GILLOT 已提交
4446
 "rustc_infer",
4447
 "rustc_lint",
J
jumbatm 已提交
4448
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4449
 "rustc_middle",
4450
 "rustc_session",
V
Vadim Petrochenkov 已提交
4451
 "rustc_span",
4452
 "rustc_target",
4453
 "rustc_trait_selection",
4454
 "rustc_ty_utils",
4455
 "smallvec",
O
Oliver Scherer 已提交
4456
 "tracing",
4457 4458
]

4459 4460
[[package]]
name = "rustc_version"
R
Ralf Jung 已提交
4461
version = "0.3.3"
4462
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
4463
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
4464
dependencies = [
R
Ralf Jung 已提交
4465
 "semver 0.11.0",
4466 4467
]

4468 4469 4470 4471
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
I
Igor Matuszewski 已提交
4472
 "arrayvec",
4473
 "expect-test",
4474
 "itertools 0.9.0",
4475
 "minifier",
J
Joshua Nelson 已提交
4476
 "pulldown-cmark 0.8.0",
4477
 "regex",
I
Igor Matuszewski 已提交
4478
 "rustc-rayon",
R
Rune Tynan 已提交
4479
 "rustdoc-json-types",
4480 4481
 "serde",
 "serde_json",
4482
 "smallvec",
4483
 "tempfile",
4484
 "tera",
4485 4486 4487
 "tracing",
 "tracing-subscriber",
 "tracing-tree",
M
Mark Simulacrum 已提交
4488 4489
]

R
Rune Tynan 已提交
4490 4491 4492 4493 4494
[[package]]
name = "rustdoc-json-types"
version = "0.1.0"
dependencies = [
 "serde",
4495
 "serde_json",
R
Rune Tynan 已提交
4496 4497
]

G
Guillaume Gomez 已提交
4498 4499 4500 4501
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
4502 4503 4504 4505
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
4506
 "rustdoc",
4507 4508
]

E
Eric Huss 已提交
4509 4510
[[package]]
name = "rustfix"
M
Mark Rousskov 已提交
4511
version = "0.5.1"
E
Eric Huss 已提交
4512
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4513
checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
E
Eric Huss 已提交
4514 4515 4516 4517 4518 4519 4520
dependencies = [
 "anyhow",
 "log",
 "serde",
 "serde_json",
]

E
Eric Huss 已提交
4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532
[[package]]
name = "rustfix"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0be05fc0675ef4f47119dc39cfc46636bb77d4fc4ef1bd851b9c3f7697f32a"
dependencies = [
 "anyhow",
 "log",
 "serde",
 "serde_json",
]

T
topecongiro 已提交
4533 4534
[[package]]
name = "rustfmt-config_proc_macro"
4535
version = "0.2.0"
T
topecongiro 已提交
4536
dependencies = [
4537 4538
 "proc-macro2",
 "quote",
4539
 "serde",
4540
 "syn",
T
topecongiro 已提交
4541 4542
]

I
Igor Matuszewski 已提交
4543 4544
[[package]]
name = "rustfmt-nightly"
C
Caleb Cartwright 已提交
4545
version = "1.4.37"
I
Igor Matuszewski 已提交
4546
dependencies = [
I
Igor Matuszewski 已提交
4547
 "annotate-snippets",
I
Igor Matuszewski 已提交
4548
 "anyhow",
4549
 "bytecount",
M
Mark Rousskov 已提交
4550
 "cargo_metadata 0.8.2",
4551 4552 4553
 "derive-new",
 "diff",
 "dirs",
A
Alex Crichton 已提交
4554
 "env_logger 0.6.2",
4555 4556
 "getopts",
 "ignore",
M
Mark Rousskov 已提交
4557
 "itertools 0.8.2",
Y
Yuki Okushi 已提交
4558
 "lazy_static",
4559 4560 4561 4562 4563 4564
 "log",
 "regex",
 "rustc-workspace-hack",
 "rustfmt-config_proc_macro",
 "serde",
 "serde_json",
E
Eric Huss 已提交
4565
 "structopt",
M
Mark Rousskov 已提交
4566
 "term 0.6.1",
I
Igor Matuszewski 已提交
4567
 "thiserror",
E
Eric Huss 已提交
4568
 "toml",
4569 4570 4571
 "unicode-segmentation",
 "unicode-width",
 "unicode_categories",
I
Igor Matuszewski 已提交
4572 4573
]

F
flip1995 已提交
4574 4575
[[package]]
name = "rustversion"
D
David Tolnay 已提交
4576
version = "1.0.5"
F
flip1995 已提交
4577
source = "registry+https://github.com/rust-lang/crates.io-index"
D
David Tolnay 已提交
4578
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
F
flip1995 已提交
4579

A
Alex Crichton 已提交
4580 4581
[[package]]
name = "ryu"
M
Mark Rousskov 已提交
4582
version = "1.0.5"
A
Alex Crichton 已提交
4583
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4584
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
A
Alex Crichton 已提交
4585

4586 4587
[[package]]
name = "same-file"
M
Mark Rousskov 已提交
4588
version = "1.0.6"
4589
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4590
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4591
dependencies = [
4592
 "winapi-util",
4593 4594 4595 4596
]

[[package]]
name = "schannel"
M
Mark Rousskov 已提交
4597
version = "0.1.19"
4598
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4599
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
4600
dependencies = [
Y
Yuki Okushi 已提交
4601
 "lazy_static",
I
Igor Matuszewski 已提交
4602
 "winapi",
4603 4604
]

M
Marcel Hellwig 已提交
4605 4606 4607 4608
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4609
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
M
Marcel Hellwig 已提交
4610

R
Ralf Jung 已提交
4611 4612
[[package]]
name = "scopeguard"
M
Mark Rousskov 已提交
4613
version = "1.1.0"
R
Ralf Jung 已提交
4614
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4615
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
R
Ralf Jung 已提交
4616

E
Eric Huss 已提交
4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639
[[package]]
name = "security-framework"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
dependencies = [
 "bitflags",
 "core-foundation",
 "core-foundation-sys",
 "libc",
 "security-framework-sys",
]

[[package]]
name = "security-framework-sys"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
dependencies = [
 "core-foundation-sys",
 "libc",
]

4640 4641 4642 4643
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4644
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4645
dependencies = [
E
Eduardo Broto 已提交
4646
 "semver-parser 0.7.0",
4647
 "serde",
4648 4649
]

E
Eduardo Broto 已提交
4650 4651 4652 4653 4654 4655
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
4656
 "semver-parser 0.10.2",
E
Eric Huss 已提交
4657 4658 4659
 "serde",
]

E
Eric Huss 已提交
4660 4661
[[package]]
name = "semver"
D
David Tolnay 已提交
4662
version = "1.0.3"
E
Eric Huss 已提交
4663
source = "registry+https://github.com/rust-lang/crates.io-index"
D
David Tolnay 已提交
4664
checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
E
Eric Huss 已提交
4665 4666 4667 4668
dependencies = [
 "serde",
]

4669 4670 4671 4672
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4673
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4674

E
Eduardo Broto 已提交
4675 4676
[[package]]
name = "semver-parser"
4677
version = "0.10.2"
E
Eduardo Broto 已提交
4678
source = "registry+https://github.com/rust-lang/crates.io-index"
4679
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
E
Eduardo Broto 已提交
4680 4681 4682 4683
dependencies = [
 "pest",
]

4684 4685
[[package]]
name = "serde"
E
Eric Huss 已提交
4686
version = "1.0.125"
4687
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4688
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
E
Eric Huss 已提交
4689
dependencies = [
4690
 "serde_derive",
E
Eric Huss 已提交
4691
]
4692 4693 4694

[[package]]
name = "serde_derive"
E
Eric Huss 已提交
4695
version = "1.0.125"
4696
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4697
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
4698
dependencies = [
4699 4700 4701
 "proc-macro2",
 "quote",
 "syn",
4702
]
S
Steve Klabnik 已提交
4703

F
flip1995 已提交
4704 4705
[[package]]
name = "serde_ignored"
M
Mark Rousskov 已提交
4706
version = "0.1.2"
F
flip1995 已提交
4707
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4708
checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
F
flip1995 已提交
4709 4710 4711 4712
dependencies = [
 "serde",
]

S
Steve Klabnik 已提交
4713 4714
[[package]]
name = "serde_json"
E
Eduardo Broto 已提交
4715
version = "1.0.59"
S
Steve Klabnik 已提交
4716
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eduardo Broto 已提交
4717
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
S
Steve Klabnik 已提交
4718
dependencies = [
4719
 "indexmap",
4720 4721 4722
 "itoa",
 "ryu",
 "serde",
S
Steve Klabnik 已提交
4723 4724
]

4725 4726
[[package]]
name = "serde_repr"
M
Mark Rousskov 已提交
4727
version = "0.1.6"
4728
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4729
checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
4730
dependencies = [
4731 4732 4733
 "proc-macro2",
 "quote",
 "syn",
4734 4735
]

4736 4737
[[package]]
name = "sha-1"
4738
version = "0.8.2"
4739
source = "registry+https://github.com/rust-lang/crates.io-index"
4740
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4741
dependencies = [
4742 4743
 "block-buffer 0.7.3",
 "digest 0.8.1",
4744
 "fake-simd",
4745 4746 4747
 "opaque-debug 0.2.3",
]

4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760
[[package]]
name = "sha-1"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "170a36ea86c864a3f16dd2687712dd6646f7019f301e57537c7f4dc9f5916770"
dependencies = [
 "block-buffer 0.9.0",
 "cfg-if 0.1.10",
 "cpuid-bool",
 "digest 0.9.0",
 "opaque-debug 0.3.0",
]

4761 4762 4763 4764 4765 4766 4767
[[package]]
name = "sha2"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
dependencies = [
 "block-buffer 0.9.0",
A
Aaron Hill 已提交
4768
 "cfg-if 0.1.10",
4769 4770 4771
 "cpuid-bool",
 "digest 0.9.0",
 "opaque-debug 0.3.0",
4772 4773
]

O
Oliver Scherer 已提交
4774 4775
[[package]]
name = "sharded-slab"
T
Tomasz Miąsko 已提交
4776
version = "0.1.1"
O
Oliver Scherer 已提交
4777
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
4778
checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
O
Oliver Scherer 已提交
4779 4780 4781 4782
dependencies = [
 "lazy_static",
]

4783 4784
[[package]]
name = "shell-escape"
M
Mark Rousskov 已提交
4785
version = "0.1.5"
4786
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4787
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
4788

E
Eric Huss 已提交
4789 4790 4791 4792 4793 4794
[[package]]
name = "shlex"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"

4795
[[package]]
M
Mark Rousskov 已提交
4796
name = "signal-hook-registry"
K
klensy 已提交
4797
version = "1.2.2"
4798
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
4799
checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
4800
dependencies = [
4801
 "libc",
4802 4803
]

S
steveklabnik 已提交
4804 4805
[[package]]
name = "siphasher"
4806
version = "0.3.3"
S
steveklabnik 已提交
4807
source = "registry+https://github.com/rust-lang/crates.io-index"
4808
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
S
steveklabnik 已提交
4809

E
Eric Huss 已提交
4810 4811
[[package]]
name = "sized-chunks"
K
klensy 已提交
4812
version = "0.6.4"
E
Eric Huss 已提交
4813
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
4814
checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
E
Eric Huss 已提交
4815
dependencies = [
E
Eric Huss 已提交
4816
 "bitmaps",
4817
 "typenum",
E
Eric Huss 已提交
4818 4819
]

4820 4821 4822 4823
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4824
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4825

R
Ralf Jung 已提交
4826 4827
[[package]]
name = "smallvec"
K
klensy 已提交
4828
version = "1.6.1"
R
Ralf Jung 已提交
4829
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
4830
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
R
Ralf Jung 已提交
4831

4832 4833 4834 4835 4836 4837
[[package]]
name = "snap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"

K
klensy 已提交
4838 4839
[[package]]
name = "socket2"
4840
version = "0.4.1"
K
klensy 已提交
4841
source = "registry+https://github.com/rust-lang/crates.io-index"
4842
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
K
klensy 已提交
4843 4844
dependencies = [
 "libc",
I
Igor Matuszewski 已提交
4845
 "winapi",
K
klensy 已提交
4846 4847
]

4848 4849
[[package]]
name = "stable_deref_trait"
M
Mark Rousskov 已提交
4850
version = "1.2.0"
4851
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4852
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4853

4854 4855
[[package]]
name = "stacker"
M
Mateusz Mikuła 已提交
4856
version = "0.1.14"
4857
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mateusz Mikuła 已提交
4858
checksum = "90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4"
4859 4860
dependencies = [
 "cc",
M
Mateusz Mikuła 已提交
4861
 "cfg-if 1.0.0",
4862 4863
 "libc",
 "psm",
I
Igor Matuszewski 已提交
4864
 "winapi",
4865 4866
]

4867 4868 4869 4870
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
4871
 "addr2line",
4872
 "alloc",
A
Aaron Hill 已提交
4873
 "cfg-if 0.1.10",
4874 4875 4876 4877
 "compiler_builtins",
 "core",
 "dlmalloc",
 "fortanix-sgx-abi",
4878
 "hashbrown",
4879
 "hermit-abi",
4880
 "libc",
4881
 "miniz_oxide",
4882
 "object",
4883 4884 4885
 "panic_abort",
 "panic_unwind",
 "profiler_builtins",
A
Aaron Hill 已提交
4886
 "rand 0.7.3",
4887
 "rustc-demangle",
4888
 "std_detect",
4889
 "unwind",
4890
 "wasi",
4891 4892
]

4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903
[[package]]
name = "std_detect"
version = "0.1.5"
dependencies = [
 "cfg-if 0.1.10",
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

S
steveklabnik 已提交
4904 4905
[[package]]
name = "string_cache"
4906
version = "0.8.0"
S
steveklabnik 已提交
4907
source = "registry+https://github.com/rust-lang/crates.io-index"
4908
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
S
steveklabnik 已提交
4909
dependencies = [
Y
Yuki Okushi 已提交
4910
 "lazy_static",
4911 4912 4913 4914
 "new_debug_unreachable",
 "phf_shared",
 "precomputed-hash",
 "serde",
S
steveklabnik 已提交
4915 4916 4917 4918
]

[[package]]
name = "string_cache_codegen"
4919
version = "0.5.1"
S
steveklabnik 已提交
4920
source = "registry+https://github.com/rust-lang/crates.io-index"
4921
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
S
steveklabnik 已提交
4922
dependencies = [
4923 4924
 "phf_generator",
 "phf_shared",
4925 4926
 "proc-macro2",
 "quote",
S
steveklabnik 已提交
4927 4928
]

E
Eric Huss 已提交
4929 4930 4931 4932
[[package]]
name = "strip-ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4933
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
E
Eric Huss 已提交
4934
dependencies = [
4935
 "vte",
E
Eric Huss 已提交
4936 4937
]

4938 4939
[[package]]
name = "strsim"
4940
version = "0.8.0"
4941
source = "registry+https://github.com/rust-lang/crates.io-index"
4942
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4943

4944 4945
[[package]]
name = "structopt"
M
Mark Rousskov 已提交
4946
version = "0.3.16"
4947
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4948
checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
4949 4950
dependencies = [
 "clap",
M
Mark Rousskov 已提交
4951
 "lazy_static",
E
Eric Huss 已提交
4952
 "structopt-derive",
4953 4954 4955 4956
]

[[package]]
name = "structopt-derive"
M
Mark Rousskov 已提交
4957
version = "0.4.9"
4958
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4959
checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
4960 4961 4962
dependencies = [
 "heck",
 "proc-macro-error",
4963 4964 4965
 "proc-macro2",
 "quote",
 "syn",
T
topecongiro 已提交
4966 4967
]

M
Matt Ickstadt 已提交
4968 4969
[[package]]
name = "strum"
4970
version = "0.18.0"
M
Matt Ickstadt 已提交
4971
source = "registry+https://github.com/rust-lang/crates.io-index"
4972
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
M
Matt Ickstadt 已提交
4973 4974 4975

[[package]]
name = "strum_macros"
4976
version = "0.18.0"
M
Matt Ickstadt 已提交
4977
source = "registry+https://github.com/rust-lang/crates.io-index"
4978
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
M
Matt Ickstadt 已提交
4979
dependencies = [
4980
 "heck",
4981 4982 4983
 "proc-macro2",
 "quote",
 "syn",
A
Alex Crichton 已提交
4984 4985
]

4986 4987
[[package]]
name = "syn"
E
Eric Huss 已提交
4988
version = "1.0.65"
4989
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4990
checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663"
4991
dependencies = [
4992 4993 4994
 "proc-macro2",
 "quote",
 "unicode-xid",
4995 4996
]

4997 4998
[[package]]
name = "synstructure"
M
Mark Rousskov 已提交
4999
version = "0.12.4"
5000
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5001
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
5002
dependencies = [
5003 5004 5005 5006
 "proc-macro2",
 "quote",
 "syn",
 "unicode-xid",
5007 5008
]

5009 5010
[[package]]
name = "tar"
K
klensy 已提交
5011
version = "0.4.37"
5012
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
5013
checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c"
5014
dependencies = [
5015 5016 5017
 "filetime",
 "libc",
 "xattr",
5018 5019
]

A
Aleksey Kladov 已提交
5020 5021
[[package]]
name = "tempfile"
5022
version = "3.2.0"
A
Aleksey Kladov 已提交
5023
source = "registry+https://github.com/rust-lang/crates.io-index"
5024
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
A
Aleksey Kladov 已提交
5025
dependencies = [
5026
 "cfg-if 1.0.0",
5027
 "libc",
5028
 "rand 0.8.3",
K
klensy 已提交
5029
 "redox_syscall",
5030
 "remove_dir_all",
I
Igor Matuszewski 已提交
5031
 "winapi",
A
Aleksey Kladov 已提交
5032 5033
]

S
steveklabnik 已提交
5034 5035
[[package]]
name = "tendril"
M
Mark Rousskov 已提交
5036
version = "0.4.1"
S
steveklabnik 已提交
5037
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5038
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
S
steveklabnik 已提交
5039
dependencies = [
5040 5041 5042
 "futf",
 "mac",
 "utf-8",
S
steveklabnik 已提交
5043 5044
]

5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059
[[package]]
name = "tera"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81060acb882480c8793782eb96bc86f5c83d2fc7175ad46c375c6956ef7afa62"
dependencies = [
 "globwalk",
 "lazy_static",
 "pest",
 "pest_derive",
 "regex",
 "serde",
 "serde_json",
]

I
Igor Matuszewski 已提交
5060 5061
[[package]]
name = "term"
M
Mark Rousskov 已提交
5062
version = "0.6.1"
I
Igor Matuszewski 已提交
5063
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5064
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
I
Igor Matuszewski 已提交
5065
dependencies = [
5066
 "dirs",
I
Igor Matuszewski 已提交
5067
 "winapi",
I
Igor Matuszewski 已提交
5068 5069
]

F
flip1995 已提交
5070 5071 5072 5073 5074 5075 5076 5077
[[package]]
name = "term"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
dependencies = [
 "dirs-next",
 "rustversion",
I
Igor Matuszewski 已提交
5078
 "winapi",
F
flip1995 已提交
5079 5080
]

5081 5082
[[package]]
name = "termcolor"
E
Eric Huss 已提交
5083
version = "1.1.2"
5084
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5085
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
5086
dependencies = [
E
Eric Huss 已提交
5087
 "winapi-util",
5088 5089
]

5090 5091 5092 5093 5094 5095 5096
[[package]]
name = "termize"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
dependencies = [
 "libc",
I
Igor Matuszewski 已提交
5097
 "winapi",
5098 5099
]

5100 5101 5102 5103
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
A
Aaron Hill 已提交
5104
 "cfg-if 0.1.10",
5105
 "core",
5106
 "getopts",
5107 5108 5109
 "libc",
 "panic_abort",
 "panic_unwind",
5110
 "proc_macro",
5111
 "std",
5112 5113
]

F
flip1995 已提交
5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126
[[package]]
name = "tester"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
dependencies = [
 "cfg-if 1.0.0",
 "getopts",
 "libc",
 "num_cpus",
 "term 0.7.0",
]

S
steveklabnik 已提交
5127 5128
[[package]]
name = "textwrap"
5129
version = "0.11.0"
S
steveklabnik 已提交
5130
source = "registry+https://github.com/rust-lang/crates.io-index"
5131
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
S
steveklabnik 已提交
5132
dependencies = [
5133
 "unicode-width",
S
steveklabnik 已提交
5134 5135
]

5136 5137
[[package]]
name = "thiserror"
M
Mark Rousskov 已提交
5138
version = "1.0.20"
5139
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5140
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
5141 5142 5143 5144 5145 5146
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
M
Mark Rousskov 已提交
5147
version = "1.0.20"
5148
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5149
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
5150
dependencies = [
5151 5152 5153
 "proc-macro2",
 "quote",
 "syn",
5154 5155
]

I
Igor Matuszewski 已提交
5156 5157 5158 5159 5160 5161
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
Y
Yuki Okushi 已提交
5162
 "lazy_static",
I
Igor Matuszewski 已提交
5163 5164
]

5165 5166 5167
[[package]]
name = "tidy"
version = "0.1.0"
5168
dependencies = [
K
klensy 已提交
5169
 "cargo_metadata 0.12.0",
J
Jubilee Young 已提交
5170
 "crossbeam-utils 0.8.3",
Y
Yuki Okushi 已提交
5171
 "lazy_static",
5172 5173
 "regex",
 "walkdir",
5174
]
5175

5176 5177 5178 5179
[[package]]
name = "tier-check"
version = "0.1.0"

G
Gus Wynn 已提交
5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200
[[package]]
name = "tikv-jemalloc-sys"
version = "0.4.1+5.2.1-patched"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a26331b05179d4cb505c8d6814a7e18d298972f0a551b0e3cefccff927f86d3"
dependencies = [
 "cc",
 "fs_extra",
 "libc",
]

[[package]]
name = "tikv-jemallocator"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf"
dependencies = [
 "libc",
 "tikv-jemalloc-sys",
]

A
Alex Crichton 已提交
5201 5202
[[package]]
name = "time"
M
Mark Rousskov 已提交
5203
version = "0.1.43"
A
Alex Crichton 已提交
5204
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5205
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
A
Alex Crichton 已提交
5206
dependencies = [
5207
 "libc",
I
Igor Matuszewski 已提交
5208
 "winapi",
A
Alex Crichton 已提交
5209 5210
]

M
Mark Rousskov 已提交
5211 5212
[[package]]
name = "tinyvec"
5213
version = "0.3.4"
M
Mark Rousskov 已提交
5214
source = "registry+https://github.com/rust-lang/crates.io-index"
5215
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
M
Mark Rousskov 已提交
5216

5217 5218
[[package]]
name = "tokio"
I
Igor Matuszewski 已提交
5219
version = "1.8.2"
5220
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
5221
checksum = "c2602b8af3767c285202012822834005f596c811042315fa7e9f5b12b2a43207"
5222
dependencies = [
I
Igor Matuszewski 已提交
5223
 "autocfg",
5224 5225
 "bytes",
 "libc",
C
Caleb Cartwright 已提交
5226
 "memchr",
5227 5228
 "mio",
 "num_cpus",
I
Igor Matuszewski 已提交
5229 5230
 "once_cell",
 "pin-project-lite",
C
Caleb Cartwright 已提交
5231
 "signal-hook-registry",
I
Igor Matuszewski 已提交
5232
 "winapi",
5233 5234 5235
]

[[package]]
I
Igor Matuszewski 已提交
5236 5237
name = "tokio-stream"
version = "0.1.7"
5238
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
5239
checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
5240
dependencies = [
I
Igor Matuszewski 已提交
5241 5242 5243
 "futures-core",
 "pin-project-lite",
 "tokio",
5244 5245 5246
]

[[package]]
C
Caleb Cartwright 已提交
5247
name = "tokio-util"
I
Igor Matuszewski 已提交
5248
version = "0.6.7"
5249
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
5250
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
5251
dependencies = [
5252
 "bytes",
C
Caleb Cartwright 已提交
5253 5254
 "futures-core",
 "futures-sink",
5255
 "log",
I
Igor Matuszewski 已提交
5256
 "pin-project-lite",
C
Caleb Cartwright 已提交
5257
 "tokio",
5258 5259
]

E
Eric Huss 已提交
5260 5261
[[package]]
name = "toml"
E
Eric Huss 已提交
5262
version = "0.5.7"
E
Eric Huss 已提交
5263
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5264
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
E
Eric Huss 已提交
5265
dependencies = [
5266
 "serde",
E
Eric Huss 已提交
5267 5268
]

C
Caleb Cartwright 已提交
5269 5270 5271 5272 5273 5274
[[package]]
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"

J
Jack Huey 已提交
5275 5276
[[package]]
name = "tracing"
T
Tomasz Miąsko 已提交
5277
version = "0.1.25"
J
Jack Huey 已提交
5278
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
5279
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
J
Jack Huey 已提交
5280
dependencies = [
T
Tomasz Miąsko 已提交
5281
 "cfg-if 1.0.0",
I
Igor Matuszewski 已提交
5282
 "pin-project-lite",
J
Jack Huey 已提交
5283 5284 5285 5286 5287 5288
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
T
Tomasz Miąsko 已提交
5289
version = "0.1.13"
J
Jack Huey 已提交
5290
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
5291
checksum = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07"
J
Jack Huey 已提交
5292
dependencies = [
5293 5294 5295
 "proc-macro2",
 "quote",
 "syn",
J
Jack Huey 已提交
5296 5297 5298 5299
]

[[package]]
name = "tracing-core"
J
Joshua Nelson 已提交
5300
version = "0.1.17"
J
Jack Huey 已提交
5301
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Joshua Nelson 已提交
5302
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
J
Jack Huey 已提交
5303 5304 5305 5306
dependencies = [
 "lazy_static",
]

J
Jack Huey 已提交
5307 5308
[[package]]
name = "tracing-log"
T
Tomasz Miąsko 已提交
5309
version = "0.1.2"
J
Jack Huey 已提交
5310
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
5311
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
J
Jack Huey 已提交
5312 5313 5314 5315 5316 5317 5318 5319
dependencies = [
 "lazy_static",
 "log",
 "tracing-core",
]

[[package]]
name = "tracing-serde"
5320
version = "0.1.2"
J
Jack Huey 已提交
5321
source = "registry+https://github.com/rust-lang/crates.io-index"
5322
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
J
Jack Huey 已提交
5323 5324 5325 5326 5327
dependencies = [
 "serde",
 "tracing-core",
]

O
Oliver Scherer 已提交
5328 5329
[[package]]
name = "tracing-subscriber"
T
Tomasz Miąsko 已提交
5330
version = "0.2.16"
O
Oliver Scherer 已提交
5331
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
5332
checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96"
O
Oliver Scherer 已提交
5333 5334
dependencies = [
 "ansi_term 0.12.1",
J
Jack Huey 已提交
5335
 "chrono",
O
Oliver Scherer 已提交
5336 5337
 "lazy_static",
 "matchers",
C
Caleb Cartwright 已提交
5338
 "parking_lot",
O
Oliver Scherer 已提交
5339
 "regex",
J
Jack Huey 已提交
5340 5341
 "serde",
 "serde_json",
O
Oliver Scherer 已提交
5342
 "sharded-slab",
5343
 "smallvec",
M
Mark Rousskov 已提交
5344
 "thread_local",
J
Joshua Nelson 已提交
5345
 "tracing",
O
Oliver Scherer 已提交
5346
 "tracing-core",
J
Jack Huey 已提交
5347 5348 5349 5350 5351 5352
 "tracing-log",
 "tracing-serde",
]

[[package]]
name = "tracing-tree"
O
Oli Scherer 已提交
5353
version = "0.1.9"
J
Jack Huey 已提交
5354
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oli Scherer 已提交
5355
checksum = "1712b40907f8d9bc2bc66763ab61dec914b7123d7149e59feb0d4e2a95fc4967"
J
Jack Huey 已提交
5356 5357 5358 5359 5360
dependencies = [
 "ansi_term 0.12.1",
 "atty",
 "termcolor",
 "tracing",
T
Tomasz Miąsko 已提交
5361
 "tracing-log",
J
Jack Huey 已提交
5362
 "tracing-subscriber",
O
Oliver Scherer 已提交
5363 5364
]

E
Eric Huss 已提交
5365 5366
[[package]]
name = "typenum"
E
Eric Huss 已提交
5367
version = "1.12.0"
E
Eric Huss 已提交
5368
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5369
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
E
Eric Huss 已提交
5370

M
Mark Rousskov 已提交
5371 5372
[[package]]
name = "ucd-parse"
M
Mark Rousskov 已提交
5373
version = "0.1.8"
M
Mark Rousskov 已提交
5374
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5375
checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
M
Mark Rousskov 已提交
5376
dependencies = [
Y
Yuki Okushi 已提交
5377
 "lazy_static",
M
Mark Rousskov 已提交
5378 5379 5380
 "regex",
]

5381 5382
[[package]]
name = "ucd-trie"
M
Mark Rousskov 已提交
5383
version = "0.1.3"
5384
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5385
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5386

5387 5388
[[package]]
name = "unicase"
5389
version = "2.6.0"
5390
source = "registry+https://github.com/rust-lang/crates.io-index"
5391
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5392
dependencies = [
5393
 "version_check",
5394 5395
]

M
Mark Rousskov 已提交
5396 5397 5398 5399 5400 5401 5402
[[package]]
name = "unicode-bdd"
version = "0.1.0"
dependencies = [
 "ucd-parse",
]

5403 5404
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
5405
version = "0.3.4"
S
Steve Klabnik 已提交
5406
source = "registry+https://github.com/rust-lang/crates.io-index"
5407
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
S
Steve Klabnik 已提交
5408
dependencies = [
5409
 "matches",
5410 5411
]

5412 5413
[[package]]
name = "unicode-normalization"
M
Mark Rousskov 已提交
5414
version = "0.1.13"
5415
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5416
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
5417
dependencies = [
M
Mark Rousskov 已提交
5418
 "tinyvec",
5419
]
5420

crlf0710's avatar
crlf0710 已提交
5421 5422
[[package]]
name = "unicode-script"
F
flip1995 已提交
5423
version = "0.5.3"
crlf0710's avatar
crlf0710 已提交
5424
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
5425
checksum = "098ec66172ce21cd55f8bcc786ee209dd20e04eff70acfca30cb79924d173ae9"
crlf0710's avatar
crlf0710 已提交
5426 5427 5428

[[package]]
name = "unicode-security"
5429
version = "0.0.5"
crlf0710's avatar
crlf0710 已提交
5430
source = "registry+https://github.com/rust-lang/crates.io-index"
5431
checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
crlf0710's avatar
crlf0710 已提交
5432
dependencies = [
crlf0710's avatar
crlf0710 已提交
5433
 "unicode-normalization",
crlf0710's avatar
crlf0710 已提交
5434 5435 5436
 "unicode-script",
]

5437 5438
[[package]]
name = "unicode-segmentation"
E
Eric Huss 已提交
5439
version = "1.6.0"
5440
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5441
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
5442 5443 5444

[[package]]
name = "unicode-width"
M
Mark Rousskov 已提交
5445
version = "0.1.8"
5446
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5447
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5448 5449 5450 5451 5452
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
]
5453

5454 5455
[[package]]
name = "unicode-xid"
I
ibraheemdev 已提交
5456
version = "0.2.2"
5457
source = "registry+https://github.com/rust-lang/crates.io-index"
I
ibraheemdev 已提交
5458
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
5459

F
flip1995 已提交
5460 5461 5462 5463
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5464
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
F
flip1995 已提交
5465

5466 5467 5468 5469 5470 5471 5472 5473 5474
[[package]]
name = "unified-diff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
dependencies = [
 "diff",
]

5475 5476 5477 5478
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
5479 5480
 "num-traits",
 "tidy",
5481 5482
]

N
Nick Cameron 已提交
5483 5484 5485 5486
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
5487
 "cc",
A
Aaron Hill 已提交
5488
 "cfg-if 0.1.10",
5489 5490 5491
 "compiler_builtins",
 "core",
 "libc",
N
Nick Cameron 已提交
5492 5493
]

5494 5495
[[package]]
name = "url"
5496
version = "1.7.2"
5497
source = "registry+https://github.com/rust-lang/crates.io-index"
5498
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5499
dependencies = [
5500 5501 5502
 "idna 0.1.5",
 "matches",
 "percent-encoding 1.0.1",
5503 5504
]

E
Eric Huss 已提交
5505 5506
[[package]]
name = "url"
E
Eric Huss 已提交
5507
version = "2.2.2"
E
Eric Huss 已提交
5508
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5509
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
E
Eric Huss 已提交
5510
dependencies = [
E
Eric Huss 已提交
5511
 "form_urlencoded",
5512 5513
 "idna 0.2.0",
 "matches",
E
Eric Huss 已提交
5514
 "percent-encoding 2.1.0",
5515
 "serde",
E
Eric Huss 已提交
5516 5517
]

S
steveklabnik 已提交
5518 5519
[[package]]
name = "utf-8"
M
Mark Rousskov 已提交
5520
version = "0.7.5"
S
steveklabnik 已提交
5521
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5522
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
S
steveklabnik 已提交
5523

E
Eric Huss 已提交
5524 5525 5526 5527
[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5528
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
E
Eric Huss 已提交
5529

5530 5531
[[package]]
name = "vcpkg"
M
Mark Rousskov 已提交
5532
version = "0.2.10"
5533
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5534
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
5535

5536 5537
[[package]]
name = "vec_map"
M
Mark Rousskov 已提交
5538
version = "0.8.2"
5539
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5540
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5541

R
Ralf Jung 已提交
5542 5543
[[package]]
name = "vergen"
R
Ralf Jung 已提交
5544
version = "5.1.0"
R
Ralf Jung 已提交
5545
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
5546
checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183"
R
Ralf Jung 已提交
5547
dependencies = [
R
Ralf Jung 已提交
5548
 "anyhow",
5549
 "chrono",
R
Ralf Jung 已提交
5550 5551 5552 5553 5554
 "enum-iterator",
 "getset",
 "git2",
 "rustversion",
 "thiserror",
R
Ralf Jung 已提交
5555 5556
]

E
Eric Huss 已提交
5557 5558
[[package]]
name = "version_check"
K
klensy 已提交
5559
version = "0.9.3"
E
Eric Huss 已提交
5560
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
5561
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
E
Eric Huss 已提交
5562

E
Eric Huss 已提交
5563 5564 5565 5566
[[package]]
name = "vte"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5567
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
E
Eric Huss 已提交
5568
dependencies = [
5569
 "utf8parse",
E
Eric Huss 已提交
5570 5571
]

5572 5573
[[package]]
name = "walkdir"
M
Mark Rousskov 已提交
5574
version = "2.3.1"
5575
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5576
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
5577
dependencies = [
5578
 "same-file",
I
Igor Matuszewski 已提交
5579
 "winapi",
5580
 "winapi-util",
5581 5582
]

5583 5584 5585 5586 5587
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
N
newpavlov 已提交
5588 5589 5590 5591 5592 5593
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

5594 5595
[[package]]
name = "winapi"
M
Mark Rousskov 已提交
5596
version = "0.3.9"
5597
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5598
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5599
dependencies = [
5600 5601
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
5602 5603 5604 5605 5606 5607
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5608
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5609

A
Alex Crichton 已提交
5610 5611
[[package]]
name = "winapi-util"
E
Eric Huss 已提交
5612
version = "0.1.5"
A
Alex Crichton 已提交
5613
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5614
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
A
Alex Crichton 已提交
5615
dependencies = [
I
Igor Matuszewski 已提交
5616
 "winapi",
A
Alex Crichton 已提交
5617 5618
]

5619 5620 5621 5622
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5623
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5624

5625 5626
[[package]]
name = "xattr"
A
Alex Crichton 已提交
5627
version = "0.2.2"
5628
source = "registry+https://github.com/rust-lang/crates.io-index"
5629
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5630
dependencies = [
5631
 "libc",
5632 5633
]

5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645
[[package]]
name = "xml5ever"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
dependencies = [
 "log",
 "mac",
 "markup5ever",
 "time",
]

5646 5647
[[package]]
name = "xz2"
M
Mark Rousskov 已提交
5648
version = "0.1.6"
5649
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5650
checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
5651
dependencies = [
5652
 "lzma-sys",
5653 5654
]

5655 5656
[[package]]
name = "yaml-merge-keys"
M
Mark Rousskov 已提交
5657
version = "0.4.1"
5658
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5659
checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
5660
dependencies = [
Y
Yuki Okushi 已提交
5661
 "lazy_static",
5662
 "thiserror",
M
Mark Rousskov 已提交
5663
 "yaml-rust 0.4.4",
5664 5665
]

5666 5667 5668 5669
[[package]]
name = "yaml-rust"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5670
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5671 5672 5673

[[package]]
name = "yaml-rust"
M
Mark Rousskov 已提交
5674
version = "0.4.4"
5675
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5676
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
5677 5678 5679
dependencies = [
 "linked-hash-map",
]
I
Igor Matuszewski 已提交
5680 5681 5682 5683 5684 5685 5686

[[package]]
name = "yansi-term"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
dependencies = [
I
Igor Matuszewski 已提交
5687
 "winapi",
I
Igor Matuszewski 已提交
5688
]