Cargo.lock 119.5 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
[[package]]
name = "byte-tools"
225
version = "0.3.1"
226
source = "registry+https://github.com/rust-lang/crates.io-index"
227
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
228

229 230
[[package]]
name = "bytecount"
Y
Yuki Okushi 已提交
231
version = "0.6.2"
232
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
233
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
234
dependencies = [
Y
Yuki Okushi 已提交
235
 "packed_simd_2",
236 237
]

238 239
[[package]]
name = "byteorder"
M
Mark Rousskov 已提交
240
version = "1.3.4"
241
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
242
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
243

244 245
[[package]]
name = "bytes"
I
Igor Matuszewski 已提交
246
version = "1.0.1"
247
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
248
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
249

A
Alex Crichton 已提交
250 251
[[package]]
name = "bytesize"
M
Mark Rousskov 已提交
252
version = "1.0.1"
A
Alex Crichton 已提交
253
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
254
checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
A
Alex Crichton 已提交
255

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

E
Eric Huss 已提交
316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341
[[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 已提交
342
 "winapi",
E
Eric Huss 已提交
343 344
]

345 346 347 348 349 350 351 352 353 354 355 356
[[package]]
name = "cargo-miri"
version = "0.1.0"
dependencies = [
 "directories",
 "rustc-workspace-hack",
 "rustc_version",
 "serde",
 "serde_json",
 "vergen",
]

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

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

A
Aaron Hill 已提交
368 369 370 371
[[package]]
name = "cargo-test-support"
version = "0.1.0"
dependencies = [
E
Eric Huss 已提交
372
 "anyhow",
A
Aaron Hill 已提交
373
 "cargo-test-macro",
E
Eric Huss 已提交
374
 "cargo-util",
A
Aaron Hill 已提交
375 376 377 378
 "filetime",
 "flate2",
 "git2",
 "glob",
E
Eric Huss 已提交
379
 "itertools 0.10.0",
Y
Yuki Okushi 已提交
380
 "lazy_static",
A
Aaron Hill 已提交
381 382 383
 "remove_dir_all",
 "serde_json",
 "tar",
E
Eric Huss 已提交
384
 "termcolor",
E
Eric Huss 已提交
385
 "toml",
E
Eric Huss 已提交
386
 "url 2.2.2",
A
Aaron Hill 已提交
387 388
]

E
Eric Huss 已提交
389 390
[[package]]
name = "cargo-util"
E
Eric Huss 已提交
391
version = "0.1.1"
E
Eric Huss 已提交
392 393 394 395 396 397 398 399 400
dependencies = [
 "anyhow",
 "core-foundation",
 "crypto-hash",
 "filetime",
 "hex 0.4.2",
 "jobserver",
 "libc",
 "log",
I
Igor Matuszewski 已提交
401
 "miow",
E
Eric Huss 已提交
402 403 404 405
 "same-file",
 "shell-escape",
 "tempfile",
 "walkdir",
I
Igor Matuszewski 已提交
406
 "winapi",
E
Eric Huss 已提交
407 408
]

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

E
Eduardo Broto 已提交
421 422 423 424 425 426 427 428 429 430 431
[[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 已提交
432 433 434 435
[[package]]
name = "cargotest2"
version = "0.1.0"

N
Nick Cameron 已提交
436 437
[[package]]
name = "cc"
Y
Yuki Okushi 已提交
438
version = "1.0.69"
N
Nick Cameron 已提交
439
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
440
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
E
Eric Huss 已提交
441 442 443
dependencies = [
 "jobserver",
]
N
Nick Cameron 已提交
444

445 446
[[package]]
name = "cfg-if"
447
version = "0.1.10"
448
source = "registry+https://github.com/rust-lang/crates.io-index"
449
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
450
dependencies = [
451 452
 "compiler_builtins",
 "rustc-std-workspace-core",
453
]
454

A
Aaron Hill 已提交
455 456 457 458 459 460
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

J
Jack Huey 已提交
461 462
[[package]]
name = "chalk-derive"
J
Jack Huey 已提交
463
version = "0.55.0"
J
Jack Huey 已提交
464
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
465
checksum = "3983193cacd81f0f924acb666b7fe5e1a0d81db9f113fa69203eda7ea8ce8b6c"
J
Jack Huey 已提交
466
dependencies = [
467 468 469
 "proc-macro2",
 "quote",
 "syn",
470
 "synstructure",
J
Jack Huey 已提交
471 472 473 474
]

[[package]]
name = "chalk-engine"
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 = "05a171ce5abbf0fbd06f221ab80ab182c7ef78603d23b858bc44e7ce8a86a396"
J
Jack Huey 已提交
478
dependencies = [
J
Jack Huey 已提交
479 480
 "chalk-derive",
 "chalk-ir",
J
Jack Huey 已提交
481
 "chalk-solve",
J
Jack Huey 已提交
482
 "rustc-hash",
J
Jack Huey 已提交
483
 "tracing",
J
Jack Huey 已提交
484 485 486 487
]

[[package]]
name = "chalk-ir"
J
Jack Huey 已提交
488
version = "0.55.0"
J
Jack Huey 已提交
489
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
490
checksum = "a522f53af971e7678f472d687e053120157b3ae26e2ebd5ecbc0f5ab124f2cb6"
J
Jack Huey 已提交
491
dependencies = [
J
Jack Huey 已提交
492
 "bitflags",
J
Jack Huey 已提交
493
 "chalk-derive",
Y
Yuki Okushi 已提交
494
 "lazy_static",
J
Jack Huey 已提交
495 496 497 498
]

[[package]]
name = "chalk-solve"
J
Jack Huey 已提交
499
version = "0.55.0"
J
Jack Huey 已提交
500
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
501
checksum = "cdf79fb77a567e456a170f7ec84ea6584163d4ba3f13660cd182013d34ca667c"
J
Jack Huey 已提交
502 503 504
dependencies = [
 "chalk-derive",
 "chalk-ir",
J
Jack Huey 已提交
505
 "ena",
J
Jack Huey 已提交
506 507 508
 "itertools 0.9.0",
 "petgraph",
 "rustc-hash",
J
Jack Huey 已提交
509
 "tracing",
J
Jack Huey 已提交
510 511
 "tracing-subscriber",
 "tracing-tree",
J
Jack Huey 已提交
512 513
]

A
Alex Crichton 已提交
514 515
[[package]]
name = "chrono"
T
Tomasz Miąsko 已提交
516
version = "0.4.19"
A
Alex Crichton 已提交
517
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
518
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
A
Alex Crichton 已提交
519
dependencies = [
T
Tomasz Miąsko 已提交
520
 "libc",
521 522 523
 "num-integer",
 "num-traits",
 "time",
I
Igor Matuszewski 已提交
524
 "winapi",
A
Alex Crichton 已提交
525 526
]

527 528
[[package]]
name = "clap"
M
Mark Rousskov 已提交
529
version = "2.33.3"
530
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
531
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
532
dependencies = [
O
Oliver Scherer 已提交
533
 "ansi_term 0.11.0",
534 535 536 537 538 539
 "atty",
 "bitflags",
 "strsim",
 "textwrap",
 "unicode-width",
 "vec_map",
540
 "yaml-rust 0.3.5",
541 542
]

O
Oliver Schneider 已提交
543 544
[[package]]
name = "clippy"
545
version = "0.1.56"
O
Oliver Schneider 已提交
546
dependencies = [
E
Eduardo Broto 已提交
547
 "cargo_metadata 0.12.0",
548
 "clippy_lints",
R
Ralf Jung 已提交
549
 "compiletest_rs",
550
 "derive-new",
F
flip1995 已提交
551
 "filetime",
F
flip1995 已提交
552
 "quote",
F
flip1995 已提交
553
 "regex",
554
 "rustc-workspace-hack",
O
Oliver Scherer 已提交
555
 "rustc_tools_util 0.2.0",
E
Eduardo Broto 已提交
556
 "semver 0.11.0",
557
 "serde",
F
flip1995 已提交
558
 "syn",
559
 "tempfile",
R
Ralf Jung 已提交
560
 "tester",
O
Oliver Schneider 已提交
561 562
]

563 564 565 566 567 568 569
[[package]]
name = "clippy_dev"
version = "0.0.1"
dependencies = [
 "bytecount",
 "clap",
 "itertools 0.9.0",
F
flip1995 已提交
570
 "opener",
571 572 573 574 575
 "regex",
 "shell-escape",
 "walkdir",
]

O
Oliver Schneider 已提交
576 577
[[package]]
name = "clippy_lints"
578
version = "0.1.56"
579
dependencies = [
E
Eduardo Broto 已提交
580
 "cargo_metadata 0.12.0",
F
flip1995 已提交
581
 "clippy_utils",
582
 "if_chain",
583
 "itertools 0.9.0",
F
flip1995 已提交
584
 "pulldown-cmark 0.8.0",
585 586
 "quine-mc_cluskey",
 "regex-syntax",
F
flip1995 已提交
587
 "rustc-semver",
E
Eduardo Broto 已提交
588
 "semver 0.11.0",
589
 "serde",
F
flip1995 已提交
590
 "serde_json",
E
Eric Huss 已提交
591
 "toml",
592
 "unicode-normalization",
F
flip1995 已提交
593
 "unicode-script",
E
Eric Huss 已提交
594
 "url 2.2.2",
595 596
]

F
flip1995 已提交
597 598
[[package]]
name = "clippy_utils"
599
version = "0.1.56"
F
flip1995 已提交
600 601 602 603 604 605 606 607 608
dependencies = [
 "if_chain",
 "itertools 0.9.0",
 "regex-syntax",
 "rustc-semver",
 "serde",
 "unicode-normalization",
]

609 610
[[package]]
name = "cmake"
M
Mark Rousskov 已提交
611
version = "0.1.44"
612
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
613
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
614
dependencies = [
615
 "cc",
616 617
]

N
Nick Cameron 已提交
618 619
[[package]]
name = "colored"
R
Ralf Jung 已提交
620
version = "2.0.0"
N
Nick Cameron 已提交
621
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
622
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
N
Nick Cameron 已提交
623
dependencies = [
Y
Yuki Okushi 已提交
624 625
 "atty",
 "lazy_static",
I
Igor Matuszewski 已提交
626
 "winapi",
N
Nick Cameron 已提交
627 628
]

O
Oliver Schneider 已提交
629 630 631 632
[[package]]
name = "commoncrypto"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
633
checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
O
Oliver Schneider 已提交
634
dependencies = [
635
 "commoncrypto-sys",
O
Oliver Schneider 已提交
636 637 638 639 640 641
]

[[package]]
name = "commoncrypto-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
642
checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
O
Oliver Schneider 已提交
643
dependencies = [
644
 "libc",
645 646
]

647 648
[[package]]
name = "compiler_builtins"
649
version = "0.1.49"
650
source = "registry+https://github.com/rust-lang/crates.io-index"
651
checksum = "20b1438ef42c655665a8ab2c1c6d605a305f031d38d9be689ddfef41a20f3aa2"
652
dependencies = [
653 654
 "cc",
 "rustc-std-workspace-core",
655 656
]

657 658 659 660
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
661
 "colored",
662 663
 "diff",
 "getopts",
X
Xavier Denis 已提交
664
 "glob",
Y
Yuki Okushi 已提交
665
 "lazy_static",
666
 "libc",
I
Igor Matuszewski 已提交
667
 "miow",
668
 "regex",
E
Eric Huss 已提交
669
 "rustfix 0.6.0",
670 671
 "serde",
 "serde_json",
O
Oliver Scherer 已提交
672
 "tracing",
673
 "tracing-subscriber",
674
 "unified-diff",
675
 "walkdir",
I
Igor Matuszewski 已提交
676
 "winapi",
677 678
]

F
flip1995 已提交
679 680 681 682 683 684 685 686 687 688 689 690
[[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 已提交
691
 "miow",
F
flip1995 已提交
692
 "regex",
E
Eric Huss 已提交
693
 "rustfix 0.5.1",
F
flip1995 已提交
694 695 696 697
 "serde",
 "serde_derive",
 "serde_json",
 "tempfile",
R
Ralf Jung 已提交
698
 "tester",
I
Igor Matuszewski 已提交
699
 "winapi",
700 701
]

702 703 704
[[package]]
name = "core"
version = "0.0.0"
A
Alex Crichton 已提交
705
dependencies = [
A
Aaron Hill 已提交
706
 "rand 0.7.3",
A
Alex Crichton 已提交
707
]
708

E
Eric Huss 已提交
709 710
[[package]]
name = "core-foundation"
E
Eric Huss 已提交
711
version = "0.9.0"
E
Eric Huss 已提交
712
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
713
checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
E
Eric Huss 已提交
714
dependencies = [
E
Eric Huss 已提交
715
 "core-foundation-sys",
716
 "libc",
N
Nick Cameron 已提交
717 718
]

E
Eric Huss 已提交
719 720
[[package]]
name = "core-foundation-sys"
E
Eric Huss 已提交
721
version = "0.8.0"
E
Eric Huss 已提交
722
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
723
checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
E
Eric Huss 已提交
724

R
Rich Kadel 已提交
725 726 727 728
[[package]]
name = "coverage_test_macros"
version = "0.0.0"

729 730 731 732 733 734
[[package]]
name = "cpuid-bool"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"

735 736
[[package]]
name = "crates-io"
E
Eric Huss 已提交
737
version = "0.33.0"
738
dependencies = [
E
Eric Huss 已提交
739
 "anyhow",
740
 "curl",
E
Eric Huss 已提交
741
 "percent-encoding 2.1.0",
742 743
 "serde",
 "serde_json",
E
Eric Huss 已提交
744
 "url 2.2.2",
745 746
]

747 748
[[package]]
name = "crc32fast"
749
version = "1.2.0"
750
source = "registry+https://github.com/rust-lang/crates.io-index"
751
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
752
dependencies = [
A
Aaron Hill 已提交
753
 "cfg-if 0.1.10",
754
]
755

756 757
[[package]]
name = "crossbeam-channel"
C
Caleb Cartwright 已提交
758
version = "0.5.0"
759
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
760
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
761
dependencies = [
C
Caleb Cartwright 已提交
762
 "cfg-if 1.0.0",
J
Jubilee Young 已提交
763
 "crossbeam-utils 0.8.3",
764 765
]

J
Josh Stone 已提交
766 767
[[package]]
name = "crossbeam-deque"
M
Mark Rousskov 已提交
768
version = "0.7.3"
J
Josh Stone 已提交
769
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
770
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
J
Josh Stone 已提交
771
dependencies = [
I
Igor Matuszewski 已提交
772
 "crossbeam-epoch",
M
Mark Rousskov 已提交
773 774
 "crossbeam-utils 0.7.2",
 "maybe-uninit",
J
Josh Stone 已提交
775 776
]

777 778
[[package]]
name = "crossbeam-epoch"
M
Mark Rousskov 已提交
779
version = "0.8.2"
780
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
781
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
782
dependencies = [
M
Mark Rousskov 已提交
783
 "autocfg",
A
Aaron Hill 已提交
784
 "cfg-if 0.1.10",
M
Mark Rousskov 已提交
785
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
786
 "lazy_static",
M
Mark Rousskov 已提交
787
 "maybe-uninit",
I
Igor Matuszewski 已提交
788
 "memoffset",
789
 "scopeguard",
790 791
]

M
Mark Rousskov 已提交
792 793 794 795 796 797
[[package]]
name = "crossbeam-queue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
A
Aaron Hill 已提交
798
 "cfg-if 0.1.10",
M
Mark Rousskov 已提交
799 800
 "crossbeam-utils 0.7.2",
 "maybe-uninit",
801 802
]

E
Eric Huss 已提交
803 804
[[package]]
name = "crossbeam-utils"
805
version = "0.7.2"
E
Eric Huss 已提交
806
source = "registry+https://github.com/rust-lang/crates.io-index"
807
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
E
Eric Huss 已提交
808
dependencies = [
A
Amanieu d'Antras 已提交
809
 "autocfg",
A
Aaron Hill 已提交
810
 "cfg-if 0.1.10",
Y
Yuki Okushi 已提交
811
 "lazy_static",
E
Eric Huss 已提交
812 813
]

E
Eric Huss 已提交
814 815
[[package]]
name = "crossbeam-utils"
J
Jubilee Young 已提交
816
version = "0.8.3"
E
Eric Huss 已提交
817
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jubilee Young 已提交
818
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
E
Eric Huss 已提交
819 820 821 822 823 824
dependencies = [
 "autocfg",
 "cfg-if 1.0.0",
 "lazy_static",
]

O
Oliver Schneider 已提交
825 826
[[package]]
name = "crypto-hash"
M
Mark Rousskov 已提交
827
version = "0.3.4"
O
Oliver Schneider 已提交
828
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
829
checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
O
Oliver Schneider 已提交
830
dependencies = [
831
 "commoncrypto",
A
Aaron Hill 已提交
832
 "hex 0.3.2",
833
 "openssl",
I
Igor Matuszewski 已提交
834
 "winapi",
O
Oliver Schneider 已提交
835 836
]

X
Xidorn Quan 已提交
837 838 839 840 841 842 843 844 845 846
[[package]]
name = "cstr"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
dependencies = [
 "proc-macro2",
 "quote",
]

847 848
[[package]]
name = "ctor"
M
Mark Rousskov 已提交
849
version = "0.1.15"
850
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
851
checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
852
dependencies = [
853 854
 "quote",
 "syn",
855 856
]

857 858
[[package]]
name = "curl"
859
version = "0.4.38"
860
source = "registry+https://github.com/rust-lang/crates.io-index"
861
checksum = "003cb79c1c6d1c93344c7e1201bb51c2148f24ec2bd9c253709d6b2efb796515"
862
dependencies = [
863 864 865 866 867
 "curl-sys",
 "libc",
 "openssl-probe",
 "openssl-sys",
 "schannel",
868
 "socket2",
I
Igor Matuszewski 已提交
869
 "winapi",
870 871 872 873
]

[[package]]
name = "curl-sys"
E
Eric Huss 已提交
874
version = "0.4.45+curl-7.78.0"
875
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
876
checksum = "de9e5a72b1c744eb5dd20b2be4d7eb84625070bb5c4ab9b347b70464ab1e62eb"
877
dependencies = [
878 879 880 881 882 883 884
 "cc",
 "libc",
 "libnghttp2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
I
Igor Matuszewski 已提交
885
 "winapi",
886 887
]

D
Douglas Campos 已提交
888 889
[[package]]
name = "datafrog"
N
Niko Matsakis 已提交
890
version = "2.0.1"
D
Douglas Campos 已提交
891
source = "registry+https://github.com/rust-lang/crates.io-index"
892
checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
D
Douglas Campos 已提交
893

894 895
[[package]]
name = "derive-new"
I
Igor Matuszewski 已提交
896
version = "0.5.8"
897
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
898
checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
899
dependencies = [
900 901 902
 "proc-macro2",
 "quote",
 "syn",
903 904
]

K
kennytm 已提交
905 906
[[package]]
name = "derive_more"
M
Mark Rousskov 已提交
907
version = "0.99.9"
K
kennytm 已提交
908
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
909
checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
K
kennytm 已提交
910
dependencies = [
911 912 913
 "proc-macro2",
 "quote",
 "syn",
K
kennytm 已提交
914 915
]

916 917
[[package]]
name = "diff"
M
Mark Rousskov 已提交
918
version = "0.1.12"
919
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
920
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
921

M
Mark Simulacrum 已提交
922 923 924 925
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
926
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
M
Mark Simulacrum 已提交
927

928 929
[[package]]
name = "digest"
930
version = "0.8.1"
931
source = "registry+https://github.com/rust-lang/crates.io-index"
932
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
933
dependencies = [
K
klensy 已提交
934
 "generic-array 0.12.4",
935 936 937 938 939 940 941 942 943
]

[[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",
944 945
]

R
Ralf Jung 已提交
946 947
[[package]]
name = "directories"
948
version = "3.0.2"
R
Ralf Jung 已提交
949
source = "registry+https://github.com/rust-lang/crates.io-index"
950
checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
R
Ralf Jung 已提交
951
dependencies = [
952
 "dirs-sys",
R
Ralf Jung 已提交
953 954
]

F
flip1995 已提交
955 956
[[package]]
name = "dirs"
M
Mark Rousskov 已提交
957
version = "2.0.2"
F
flip1995 已提交
958
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
959
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
F
flip1995 已提交
960
dependencies = [
A
Aaron Hill 已提交
961
 "cfg-if 0.1.10",
962
 "dirs-sys",
F
flip1995 已提交
963 964
]

F
flip1995 已提交
965 966 967 968 969 970 971 972 973 974
[[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 已提交
975 976
[[package]]
name = "dirs-sys"
977
version = "0.3.6"
R
Ralf Jung 已提交
978
source = "registry+https://github.com/rust-lang/crates.io-index"
979
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
R
Ralf Jung 已提交
980
dependencies = [
981
 "libc",
982
 "redox_users",
I
Igor Matuszewski 已提交
983
 "winapi",
F
flip1995 已提交
984 985 986 987 988 989 990 991 992
]

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

O
Oliver Schneider 已提交
997 998
[[package]]
name = "dlmalloc"
R
Raoul Strackx 已提交
999
version = "0.2.1"
1000
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Raoul Strackx 已提交
1001
checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254"
O
Oliver Schneider 已提交
1002
dependencies = [
1003 1004 1005
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
O
Oliver Schneider 已提交
1006 1007 1008 1009
]

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

S
steveklabnik 已提交
1014 1015
[[package]]
name = "elasticlunr-rs"
1016
version = "2.3.9"
S
steveklabnik 已提交
1017
source = "registry+https://github.com/rust-lang/crates.io-index"
1018
checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
S
steveklabnik 已提交
1019
dependencies = [
Y
Yuki Okushi 已提交
1020
 "lazy_static",
1021 1022 1023 1024 1025 1026
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "strum",
 "strum_macros",
S
steveklabnik 已提交
1027 1028
]

1029 1030 1031 1032 1033
[[package]]
name = "ena"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
V
varkor 已提交
1034
dependencies = [
1035
 "log",
V
varkor 已提交
1036 1037
]

R
Ralf Jung 已提交
1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057
[[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 已提交
1058 1059
[[package]]
name = "env_logger"
M
Mateusz Mikuła 已提交
1060
version = "0.6.2"
A
Alex Crichton 已提交
1061
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mateusz Mikuła 已提交
1062
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
A
Alex Crichton 已提交
1063
dependencies = [
1064
 "atty",
E
Eric Huss 已提交
1065
 "humantime 1.3.0",
1066 1067 1068
 "log",
 "regex",
 "termcolor",
A
Alex Crichton 已提交
1069 1070
]

A
Alex Crichton 已提交
1071 1072
[[package]]
name = "env_logger"
R
Ralf Jung 已提交
1073
version = "0.7.1"
A
Alex Crichton 已提交
1074
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
1075
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
A
Alex Crichton 已提交
1076 1077
dependencies = [
 "atty",
E
Eric Huss 已提交
1078
 "humantime 1.3.0",
A
Alex Crichton 已提交
1079 1080
 "log",
 "regex",
E
Eric Huss 已提交
1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093
 "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 已提交
1094 1095 1096
 "termcolor",
]

E
Eric Huss 已提交
1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109
[[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",
]

1110 1111 1112
[[package]]
name = "error_index_generator"
version = "0.0.0"
M
Mark Simulacrum 已提交
1113
dependencies = [
1114
 "rustdoc",
1115
 "walkdir",
M
Mark Simulacrum 已提交
1116
]
1117

1118 1119 1120 1121 1122
[[package]]
name = "expand-yaml-anchors"
version = "0.1.0"
dependencies = [
 "yaml-merge-keys",
M
Mark Rousskov 已提交
1123
 "yaml-rust 0.4.4",
1124 1125
]

1126 1127
[[package]]
name = "expect-test"
A
Aleksey Kladov 已提交
1128
version = "1.0.1"
1129
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Aleksey Kladov 已提交
1130
checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
1131 1132 1133 1134 1135
dependencies = [
 "difference",
 "once_cell",
]

1136 1137 1138 1139
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1140
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1141

A
Alex Crichton 已提交
1142 1143
[[package]]
name = "filetime"
K
klensy 已提交
1144
version = "0.2.14"
A
Alex Crichton 已提交
1145
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
1146
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
A
Alex Crichton 已提交
1147
dependencies = [
K
klensy 已提交
1148
 "cfg-if 1.0.0",
1149
 "libc",
K
klensy 已提交
1150
 "redox_syscall",
I
Igor Matuszewski 已提交
1151
 "winapi",
A
Alex Crichton 已提交
1152 1153
]

J
Jack Huey 已提交
1154 1155
[[package]]
name = "fixedbitset"
J
Jack Huey 已提交
1156
version = "0.2.0"
J
Jack Huey 已提交
1157
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
1158
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
J
Jack Huey 已提交
1159

F
Felix Schütt 已提交
1160 1161
[[package]]
name = "flate2"
1162
version = "1.0.16"
F
Felix Schütt 已提交
1163
source = "registry+https://github.com/rust-lang/crates.io-index"
1164
checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
F
Felix Schütt 已提交
1165
dependencies = [
A
Aaron Hill 已提交
1166
 "cfg-if 0.1.10",
1167 1168 1169
 "crc32fast",
 "libc",
 "libz-sys",
E
Eric Huss 已提交
1170
 "miniz_oxide",
F
Felix Schütt 已提交
1171 1172
]

1173 1174
[[package]]
name = "fnv"
M
Mark Rousskov 已提交
1175
version = "1.0.7"
1176
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1177
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1178

1179 1180
[[package]]
name = "foreign-types"
O
Oliver Schneider 已提交
1181 1182
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1183
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
O
Oliver Schneider 已提交
1184
dependencies = [
1185
 "foreign-types-shared",
O
Oliver Schneider 已提交
1186 1187 1188 1189 1190
]

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

E
Eric Huss 已提交
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203
[[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",
]

1204 1205
[[package]]
name = "fortanix-sgx-abi"
M
Mark Rousskov 已提交
1206
version = "0.3.3"
1207
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1208
checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
1209
dependencies = [
1210 1211
 "compiler_builtins",
 "rustc-std-workspace-core",
1212 1213
]

N
Nixon Enraght-Moony 已提交
1214 1215 1216 1217 1218 1219
[[package]]
name = "fs-err"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"

1220 1221 1222 1223
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1224
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
1225

1226 1227
[[package]]
name = "fst"
E
Eric Huss 已提交
1228
version = "0.4.5"
1229
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1230
checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
1231

S
steveklabnik 已提交
1232 1233
[[package]]
name = "futf"
A
Alex Crichton 已提交
1234
version = "0.1.4"
S
steveklabnik 已提交
1235
source = "registry+https://github.com/rust-lang/crates.io-index"
1236
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
S
steveklabnik 已提交
1237
dependencies = [
1238 1239
 "mac",
 "new_debug_unreachable",
S
steveklabnik 已提交
1240 1241
]

1242 1243
[[package]]
name = "futures"
M
Mark Rousskov 已提交
1244
version = "0.1.29"
1245
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1246
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
1247

C
Caleb Cartwright 已提交
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 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
[[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 已提交
1338
 "pin-project-lite",
C
Caleb Cartwright 已提交
1339 1340 1341 1342 1343 1344
 "pin-utils",
 "proc-macro-hack",
 "proc-macro-nested",
 "slab",
]

E
Eric Huss 已提交
1345 1346
[[package]]
name = "fwdansi"
E
Eric Huss 已提交
1347
version = "1.1.0"
E
Eric Huss 已提交
1348
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1349
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
E
Eric Huss 已提交
1350
dependencies = [
1351 1352
 "memchr",
 "termcolor",
E
Eric Huss 已提交
1353 1354
]

1355 1356
[[package]]
name = "generic-array"
K
klensy 已提交
1357
version = "0.12.4"
1358
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
1359
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
1360
dependencies = [
1361
 "typenum",
1362 1363
]

1364 1365 1366 1367 1368 1369 1370 1371 1372 1373
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
 "typenum",
 "version_check",
]

1374 1375
[[package]]
name = "getopts"
1376
version = "0.2.21"
1377
source = "registry+https://github.com/rust-lang/crates.io-index"
1378
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
V
varkor 已提交
1379
dependencies = [
1380 1381
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
1382
 "unicode-width",
V
varkor 已提交
1383
]
1384

G
gnzlbg 已提交
1385 1386
[[package]]
name = "getrandom"
1387
version = "0.1.14"
G
gnzlbg 已提交
1388
source = "registry+https://github.com/rust-lang/crates.io-index"
1389
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
G
gnzlbg 已提交
1390
dependencies = [
A
Aaron Hill 已提交
1391
 "cfg-if 0.1.10",
1392
 "libc",
1393
 "wasi",
G
gnzlbg 已提交
1394 1395
]

R
Ralf Jung 已提交
1396 1397 1398 1399 1400 1401
[[package]]
name = "getrandom"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
dependencies = [
A
Aaron Hill 已提交
1402
 "cfg-if 0.1.10",
R
Ralf Jung 已提交
1403 1404 1405 1406
 "libc",
 "wasi",
]

R
Ralf Jung 已提交
1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418
[[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",
]

1419 1420
[[package]]
name = "gimli"
1421
version = "0.25.0"
1422
source = "registry+https://github.com/rust-lang/crates.io-index"
1423
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
1424 1425 1426 1427 1428 1429
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

1430 1431
[[package]]
name = "git2"
E
Eric Huss 已提交
1432
version = "0.13.17"
1433
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1434
checksum = "1d250f5f82326884bd39c2853577e70a121775db76818ffa452ed1e80de12986"
1435
dependencies = [
1436 1437 1438 1439 1440 1441
 "bitflags",
 "libc",
 "libgit2-sys",
 "log",
 "openssl-probe",
 "openssl-sys",
E
Eric Huss 已提交
1442
 "url 2.2.2",
1443 1444 1445 1446
]

[[package]]
name = "git2-curl"
E
Eric Huss 已提交
1447
version = "0.14.1"
1448
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1449
checksum = "883539cb0ea94bab3f8371a98cd8e937bbe9ee7c044499184aa4c17deb643a50"
1450
dependencies = [
1451 1452 1453
 "curl",
 "git2",
 "log",
E
Eric Huss 已提交
1454
 "url 2.2.2",
1455 1456 1457 1458
]

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

1463 1464
[[package]]
name = "globset"
M
Mark Rousskov 已提交
1465
version = "0.4.5"
1466
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1467
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
1468
dependencies = [
1469 1470 1471 1472 1473
 "aho-corasick",
 "bstr",
 "fnv",
 "log",
 "regex",
1474 1475
]

1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486
[[package]]
name = "globwalk"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
dependencies = [
 "bitflags",
 "ignore",
 "walkdir",
]

1487 1488
[[package]]
name = "gsgdt"
V
Vishnunarayan K I 已提交
1489
version = "0.1.2"
1490
source = "registry+https://github.com/rust-lang/crates.io-index"
V
Vishnunarayan K I 已提交
1491
checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
1492 1493 1494 1495
dependencies = [
 "serde",
]

1496 1497
[[package]]
name = "handlebars"
E
Eric Huss 已提交
1498
version = "4.1.0"
1499
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1500
checksum = "72a0ffab8c36d0436114310c7e10b59b3307e650ddfabf6d006028e29a70c6e6"
1501
dependencies = [
1502 1503 1504
 "log",
 "pest",
 "pest_derive",
M
Mark Rousskov 已提交
1505
 "quick-error 2.0.0",
1506 1507
 "serde",
 "serde_json",
1508 1509
]

1510 1511 1512
[[package]]
name = "hashbrown"
version = "0.11.0"
1513
source = "registry+https://github.com/rust-lang/crates.io-index"
1514
checksum = "362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5"
1515
dependencies = [
1516 1517 1518
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
E
Eric Huss 已提交
1519 1520
]

1521 1522
[[package]]
name = "heck"
M
Mark Rousskov 已提交
1523
version = "0.3.1"
1524
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1525
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
1526
dependencies = [
1527
 "unicode-segmentation",
1528 1529
]

1530 1531
[[package]]
name = "hermit-abi"
1532
version = "0.1.19"
1533
source = "registry+https://github.com/rust-lang/crates.io-index"
1534
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1535 1536 1537 1538 1539 1540
dependencies = [
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
]

1541 1542
[[package]]
name = "hex"
A
Alex Crichton 已提交
1543
version = "0.3.2"
1544
source = "registry+https://github.com/rust-lang/crates.io-index"
1545
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1546

A
Aaron Hill 已提交
1547 1548
[[package]]
name = "hex"
M
Mark Rousskov 已提交
1549
version = "0.4.2"
A
Aaron Hill 已提交
1550
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1551
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
A
Aaron Hill 已提交
1552

F
flip1995 已提交
1553 1554
[[package]]
name = "home"
M
Mark Rousskov 已提交
1555
version = "0.5.3"
F
flip1995 已提交
1556
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1557
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
F
flip1995 已提交
1558
dependencies = [
I
Igor Matuszewski 已提交
1559
 "winapi",
F
flip1995 已提交
1560 1561
]

G
Guillaume Gomez 已提交
1562 1563 1564 1565 1566 1567 1568
[[package]]
name = "html-checker"
version = "0.1.0"
dependencies = [
 "walkdir",
]

E
Eric Huss 已提交
1569 1570
[[package]]
name = "html5ever"
1571
version = "0.25.1"
E
Eric Huss 已提交
1572
source = "registry+https://github.com/rust-lang/crates.io-index"
1573
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
E
Eric Huss 已提交
1574
dependencies = [
1575 1576 1577
 "log",
 "mac",
 "markup5ever",
1578 1579 1580
 "proc-macro2",
 "quote",
 "syn",
E
Eric Huss 已提交
1581 1582
]

A
Alex Crichton 已提交
1583 1584
[[package]]
name = "humantime"
A
Alex Crichton 已提交
1585
version = "1.3.0"
A
Alex Crichton 已提交
1586
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1587
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
A
Alex Crichton 已提交
1588
dependencies = [
M
Mark Rousskov 已提交
1589
 "quick-error 1.2.3",
A
Alex Crichton 已提交
1590 1591
]

E
Eric Huss 已提交
1592 1593
[[package]]
name = "humantime"
M
Mark Rousskov 已提交
1594
version = "2.0.1"
E
Eric Huss 已提交
1595
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1596
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
E
Eric Huss 已提交
1597

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

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

O
Oliver Schneider 已提交
1620 1621
[[package]]
name = "if_chain"
O
Oliver Scherer 已提交
1622
version = "1.0.0"
O
Oliver Schneider 已提交
1623
source = "registry+https://github.com/rust-lang/crates.io-index"
1624
checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
O
Oliver Schneider 已提交
1625

1626 1627
[[package]]
name = "ignore"
J
Jubilee Young 已提交
1628
version = "0.4.17"
1629
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jubilee Young 已提交
1630
checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
1631
dependencies = [
J
Jubilee Young 已提交
1632
 "crossbeam-utils 0.8.3",
1633
 "globset",
Y
Yuki Okushi 已提交
1634
 "lazy_static",
1635 1636 1637 1638
 "log",
 "memchr",
 "regex",
 "same-file",
Y
Yuki Okushi 已提交
1639
 "thread_local",
1640 1641
 "walkdir",
 "winapi-util",
1642 1643
]

E
Eric Huss 已提交
1644 1645
[[package]]
name = "im-rc"
E
Eric Huss 已提交
1646
version = "15.0.0"
E
Eric Huss 已提交
1647
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1648
checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
E
Eric Huss 已提交
1649
dependencies = [
E
Eric Huss 已提交
1650
 "bitmaps",
A
Aaron Hill 已提交
1651
 "rand_core 0.5.1",
E
Eric Huss 已提交
1652
 "rand_xoshiro",
1653 1654
 "sized-chunks",
 "typenum",
1655
 "version_check",
E
Eric Huss 已提交
1656 1657
]

1658 1659
[[package]]
name = "indexmap"
1660
version = "1.7.0"
1661
source = "registry+https://github.com/rust-lang/crates.io-index"
1662
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
1663 1664
dependencies = [
 "autocfg",
1665
 "hashbrown",
1666
]
1667

1668 1669 1670 1671
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
1672
 "anyhow",
1673 1674
 "clap",
 "flate2",
Y
Yuki Okushi 已提交
1675
 "lazy_static",
1676 1677 1678 1679 1680
 "num_cpus",
 "rayon",
 "remove_dir_all",
 "tar",
 "walkdir",
I
Igor Matuszewski 已提交
1681
 "winapi",
1682
 "xz2",
1683 1684
]

M
Mark Rousskov 已提交
1685 1686 1687 1688 1689 1690
[[package]]
name = "instant"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"

1691 1692
[[package]]
name = "itertools"
M
Mark Rousskov 已提交
1693
version = "0.8.2"
1694
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1695
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
1696
dependencies = [
1697
 "either",
1698 1699
]

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

E
Eric Huss 已提交
1709 1710 1711 1712 1713 1714 1715 1716 1717
[[package]]
name = "itertools"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
dependencies = [
 "either",
]

1718
[[package]]
A
Alex Crichton 已提交
1719
name = "itoa"
M
Mark Rousskov 已提交
1720
version = "0.4.6"
1721
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1722
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
1723

S
Steve Klabnik 已提交
1724
[[package]]
A
Alex Crichton 已提交
1725
name = "jobserver"
E
Eric Huss 已提交
1726
version = "0.1.24"
S
Steve Klabnik 已提交
1727
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1728
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
A
Alex Crichton 已提交
1729
dependencies = [
1730
 "libc",
A
Alex Crichton 已提交
1731
]
S
Steve Klabnik 已提交
1732

1733 1734
[[package]]
name = "json"
E
Eric Huss 已提交
1735
version = "0.12.4"
1736
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1737
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
1738

1739 1740 1741 1742
[[package]]
name = "jsondocck"
version = "0.1.0"
dependencies = [
N
Nixon Enraght-Moony 已提交
1743
 "fs-err",
1744 1745
 "getopts",
 "jsonpath_lib",
1746
 "once_cell",
1747 1748
 "regex",
 "serde_json",
K
klensy 已提交
1749
 "shlex",
1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764
]

[[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",
]

1765 1766
[[package]]
name = "jsonrpc-client-transports"
I
Igor Matuszewski 已提交
1767
version = "18.0.0"
1768
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1769
checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
1770
dependencies = [
C
Caleb Cartwright 已提交
1771 1772
 "derive_more",
 "futures 0.3.12",
1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
 "serde",
 "serde_json",
 "tokio",
 "url 1.7.2",
]

1784 1785
[[package]]
name = "jsonrpc-core"
I
Igor Matuszewski 已提交
1786
version = "18.0.0"
1787
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1788
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
1789
dependencies = [
C
Caleb Cartwright 已提交
1790
 "futures 0.3.12",
I
Igor Matuszewski 已提交
1791 1792
 "futures-executor",
 "futures-util",
1793 1794 1795 1796
 "log",
 "serde",
 "serde_derive",
 "serde_json",
1797 1798
]

1799 1800
[[package]]
name = "jsonrpc-core-client"
I
Igor Matuszewski 已提交
1801
version = "18.0.0"
1802
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1803
checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
1804
dependencies = [
C
Caleb Cartwright 已提交
1805
 "futures 0.3.12",
1806 1807 1808 1809 1810
 "jsonrpc-client-transports",
]

[[package]]
name = "jsonrpc-derive"
I
Igor Matuszewski 已提交
1811
version = "18.0.0"
1812
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1813
checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
1814 1815
dependencies = [
 "proc-macro-crate",
1816 1817 1818
 "proc-macro2",
 "quote",
 "syn",
1819 1820 1821 1822
]

[[package]]
name = "jsonrpc-ipc-server"
I
Igor Matuszewski 已提交
1823
version = "18.0.0"
1824
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1825
checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
1826
dependencies = [
C
Caleb Cartwright 已提交
1827
 "futures 0.3.12",
1828 1829 1830 1831
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
C
Caleb Cartwright 已提交
1832 1833
 "parking_lot",
 "tower-service",
1834 1835 1836 1837
]

[[package]]
name = "jsonrpc-pubsub"
I
Igor Matuszewski 已提交
1838
version = "18.0.0"
1839
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1840
checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
1841
dependencies = [
C
Caleb Cartwright 已提交
1842
 "futures 0.3.12",
1843
 "jsonrpc-core",
C
Caleb Cartwright 已提交
1844
 "lazy_static",
1845
 "log",
C
Caleb Cartwright 已提交
1846
 "parking_lot",
A
Aaron Hill 已提交
1847
 "rand 0.7.3",
1848 1849 1850 1851 1852
 "serde",
]

[[package]]
name = "jsonrpc-server-utils"
I
Igor Matuszewski 已提交
1853
version = "18.0.0"
1854
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1855
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
1856 1857
dependencies = [
 "bytes",
C
Caleb Cartwright 已提交
1858
 "futures 0.3.12",
1859 1860
 "globset",
 "jsonrpc-core",
Y
Yuki Okushi 已提交
1861
 "lazy_static",
1862 1863
 "log",
 "tokio",
I
Igor Matuszewski 已提交
1864
 "tokio-stream",
C
Caleb Cartwright 已提交
1865
 "tokio-util",
E
Eric Huss 已提交
1866
 "unicase",
1867 1868
]

A
Alex Crichton 已提交
1869 1870
[[package]]
name = "lazy_static"
1871
version = "1.4.0"
A
Alex Crichton 已提交
1872
source = "registry+https://github.com/rust-lang/crates.io-index"
1873
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
A
Alex Crichton 已提交
1874

A
Alex Crichton 已提交
1875 1876
[[package]]
name = "lazycell"
M
Mark Rousskov 已提交
1877
version = "1.3.0"
A
Alex Crichton 已提交
1878
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1879
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
A
Alex Crichton 已提交
1880

1881 1882
[[package]]
name = "libc"
I
ivmarkov 已提交
1883
version = "0.2.99"
1884
source = "registry+https://github.com/rust-lang/crates.io-index"
I
ivmarkov 已提交
1885
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
1886
dependencies = [
1887
 "rustc-std-workspace-core",
1888
]
1889

1890 1891
[[package]]
name = "libgit2-sys"
E
Eric Huss 已提交
1892
version = "0.12.18+1.1.0"
1893
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1894
checksum = "3da6a42da88fc37ee1ecda212ffa254c25713532980005d5f7c0b0fbe7e6e885"
1895
dependencies = [
1896 1897 1898 1899 1900 1901
 "cc",
 "libc",
 "libssh2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
1902 1903
]

Y
Yuki Okushi 已提交
1904 1905 1906 1907 1908 1909
[[package]]
name = "libm"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"

A
Alex Crichton 已提交
1910 1911
[[package]]
name = "libnghttp2-sys"
M
Mark Rousskov 已提交
1912
version = "0.1.4+1.41.0"
A
Alex Crichton 已提交
1913
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1914
checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
A
Alex Crichton 已提交
1915
dependencies = [
1916 1917
 "cc",
 "libc",
A
Alex Crichton 已提交
1918 1919
]

1920 1921
[[package]]
name = "libssh2-sys"
E
Eric Huss 已提交
1922
version = "0.2.19"
1923
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1924
checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056"
1925
dependencies = [
1926 1927 1928 1929 1930 1931
 "cc",
 "libc",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
1932 1933 1934 1935
]

[[package]]
name = "libz-sys"
N
Niels Sascha Reedijk 已提交
1936
version = "1.1.3"
1937
source = "registry+https://github.com/rust-lang/crates.io-index"
N
Niels Sascha Reedijk 已提交
1938
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
1939
dependencies = [
1940 1941 1942 1943
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
1944 1945
]

1946 1947 1948
[[package]]
name = "linkchecker"
version = "0.1.0"
1949 1950 1951 1952
dependencies = [
 "once_cell",
 "regex",
]
1953

1954 1955
[[package]]
name = "linked-hash-map"
M
Mark Rousskov 已提交
1956
version = "0.5.3"
1957
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1958
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
1959

E
Eric Huss 已提交
1960 1961 1962 1963 1964 1965 1966 1967 1968
[[package]]
name = "lint-docs"
version = "0.1.0"
dependencies = [
 "serde_json",
 "tempfile",
 "walkdir",
]

M
Mark Rousskov 已提交
1969 1970 1971 1972 1973 1974 1975 1976 1977
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
 "scopeguard",
]

1978 1979
[[package]]
name = "log"
J
Joshua Nelson 已提交
1980
version = "0.4.14"
1981
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Joshua Nelson 已提交
1982
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
1983
dependencies = [
J
Joshua Nelson 已提交
1984
 "cfg-if 1.0.0",
1985
]
1986

1987 1988
[[package]]
name = "lsp-codec"
I
Igor Matuszewski 已提交
1989
version = "0.3.0"
1990
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1991
checksum = "aa939d0b62476a5a19fb7fcb423a5c6ce8c7e09b851d37531e2fe3e0e6d9d257"
1992
dependencies = [
1993 1994
 "bytes",
 "serde_json",
C
Caleb Cartwright 已提交
1995
 "tokio-util",
1996 1997 1998 1999
]

[[package]]
name = "lsp-types"
2000
version = "0.60.0"
2001
source = "registry+https://github.com/rust-lang/crates.io-index"
2002
checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
2003
dependencies = [
2004 2005 2006
 "bitflags",
 "serde",
 "serde_json",
2007
 "serde_repr",
E
Eric Huss 已提交
2008
 "url 2.2.2",
2009 2010
]

2011 2012
[[package]]
name = "lzma-sys"
M
Mark Rousskov 已提交
2013
version = "0.1.16"
2014
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2015
checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
2016
dependencies = [
2017 2018 2019
 "cc",
 "libc",
 "pkg-config",
2020 2021
]

S
steveklabnik 已提交
2022 2023 2024 2025
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
S
steveklabnik 已提交
2027

G
Guillaume Gomez 已提交
2028 2029
[[package]]
name = "macro-utils"
M
Mark Rousskov 已提交
2030
version = "0.1.3"
G
Guillaume Gomez 已提交
2031
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2032
checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
G
Guillaume Gomez 已提交
2033

S
steveklabnik 已提交
2034 2035
[[package]]
name = "maplit"
M
Mark Rousskov 已提交
2036
version = "1.0.2"
S
steveklabnik 已提交
2037
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2038
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
S
steveklabnik 已提交
2039

E
Eric Huss 已提交
2040 2041
[[package]]
name = "markup5ever"
2042
version = "0.10.0"
E
Eric Huss 已提交
2043
source = "registry+https://github.com/rust-lang/crates.io-index"
2044
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
E
Eric Huss 已提交
2045
dependencies = [
2046 2047 2048 2049 2050 2051 2052 2053 2054
 "log",
 "phf",
 "phf_codegen",
 "serde",
 "serde_derive",
 "serde_json",
 "string_cache",
 "string_cache_codegen",
 "tendril",
E
Eric Huss 已提交
2055 2056
]

2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068
[[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 已提交
2069 2070 2071 2072 2073 2074 2075 2076 2077
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
 "regex-automata",
]

2078 2079
[[package]]
name = "matches"
A
Alex Crichton 已提交
2080
version = "0.1.8"
2081
source = "registry+https://github.com/rust-lang/crates.io-index"
2082
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2083

M
Mark Rousskov 已提交
2084 2085 2086 2087 2088 2089
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"

2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100
[[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",
]

2101 2102
[[package]]
name = "mdbook"
E
Eric Huss 已提交
2103
version = "0.4.12"
2104
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2105
checksum = "0651782b4cc514c3f98c0acf9b5af1101a735bbe1ac6852bb1a90cb91bdf0ed4"
2106 2107
dependencies = [
 "ammonia",
E
Eric Huss 已提交
2108
 "anyhow",
2109 2110 2111
 "chrono",
 "clap",
 "elasticlunr-rs",
E
Eric Huss 已提交
2112
 "env_logger 0.7.1",
2113
 "handlebars",
Y
Yuki Okushi 已提交
2114
 "lazy_static",
2115 2116 2117
 "log",
 "memchr",
 "open",
J
Joshua Nelson 已提交
2118
 "pulldown-cmark 0.7.2",
2119 2120 2121 2122
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
K
klensy 已提交
2123
 "shlex",
2124
 "tempfile",
E
Eric Huss 已提交
2125
 "toml",
2126 2127
]

W
Wesley Wiser 已提交
2128 2129
[[package]]
name = "measureme"
A
Aaron Hill 已提交
2130
version = "9.1.2"
W
Wesley Wiser 已提交
2131
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Aaron Hill 已提交
2132
checksum = "78f7a41bc6f856a2cf0e95094ad5121f82500e2d9a0f3c0171d98f6566d8117d"
W
Wesley Wiser 已提交
2133
dependencies = [
2134
 "log",
K
klensy 已提交
2135
 "memmap2",
C
Caleb Cartwright 已提交
2136
 "parking_lot",
2137
 "perf-event-open-sys",
W
Wesley Wiser 已提交
2138
 "rustc-hash",
2139
 "smallvec",
W
Wesley Wiser 已提交
2140 2141
]

O
Oliver Schneider 已提交
2142 2143
[[package]]
name = "memchr"
2144
version = "2.4.1"
O
Oliver Schneider 已提交
2145
source = "registry+https://github.com/rust-lang/crates.io-index"
2146 2147 2148 2149 2150
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
]
2151

2152 2153 2154 2155 2156 2157 2158 2159 2160
[[package]]
name = "memmap2"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
dependencies = [
 "libc",
]

R
Ralf Jung 已提交
2161 2162
[[package]]
name = "memoffset"
M
Mark Rousskov 已提交
2163
version = "0.5.5"
R
Ralf Jung 已提交
2164
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2165
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
R
Ralf Jung 已提交
2166
dependencies = [
M
Mark Rousskov 已提交
2167
 "autocfg",
R
Ralf Jung 已提交
2168 2169
]

2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191
[[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 已提交
2192 2193
[[package]]
name = "minifier"
2194
version = "0.0.41"
G
Guillaume Gomez 已提交
2195
source = "registry+https://github.com/rust-lang/crates.io-index"
2196
checksum = "5594542d20834f2b974f5e5fb8e0cf1c67a2119dcadc29ef5d93a081fb30cc08"
G
Guillaume Gomez 已提交
2197
dependencies = [
2198
 "macro-utils",
G
Guillaume Gomez 已提交
2199 2200
]

2201 2202
[[package]]
name = "miniz_oxide"
2203
version = "0.4.0"
2204
source = "registry+https://github.com/rust-lang/crates.io-index"
2205
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
2206
dependencies = [
2207 2208 2209 2210
 "adler",
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
2211 2212
]

2213 2214
[[package]]
name = "mio"
I
Igor Matuszewski 已提交
2215
version = "0.7.13"
2216
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2217
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
2218
dependencies = [
2219 2220
 "libc",
 "log",
I
Igor Matuszewski 已提交
2221 2222 2223
 "miow",
 "ntapi",
 "winapi",
2224 2225
]

A
Alex Crichton 已提交
2226 2227
[[package]]
name = "miow"
2228
version = "0.3.7"
A
Alex Crichton 已提交
2229
source = "registry+https://github.com/rust-lang/crates.io-index"
2230
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
A
Alex Crichton 已提交
2231
dependencies = [
I
Igor Matuszewski 已提交
2232
 "winapi",
A
Alex Crichton 已提交
2233 2234
]

2235 2236 2237 2238
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
2239
 "colored",
R
Ralf Jung 已提交
2240 2241
 "compiletest_rs",
 "env_logger 0.8.1",
R
Ralf Jung 已提交
2242
 "getrandom 0.2.0",
M
Mark Rousskov 已提交
2243
 "hex 0.4.2",
2244
 "libc",
2245
 "log",
A
Aaron Hill 已提交
2246
 "measureme",
R
Ralf Jung 已提交
2247
 "rand 0.8.3",
2248 2249 2250
 "rustc-workspace-hack",
 "rustc_version",
 "shell-escape",
2251
 "smallvec",
2252 2253
]

A
Alex Crichton 已提交
2254 2255
[[package]]
name = "new_debug_unreachable"
M
Mark Rousskov 已提交
2256
version = "1.0.4"
N
Nick Cameron 已提交
2257
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2258
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
N
Nick Cameron 已提交
2259

I
Igor Matuszewski 已提交
2260 2261 2262 2263 2264 2265 2266 2267 2268
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
 "winapi",
]

2269
[[package]]
O
Oliver Schneider 已提交
2270
name = "num-integer"
M
Mark Rousskov 已提交
2271
version = "0.1.43"
2272
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2273
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2274
dependencies = [
M
Mark Rousskov 已提交
2275
 "autocfg",
2276
 "num-traits",
2277 2278
]

S
Steve Klabnik 已提交
2279 2280
[[package]]
name = "num-traits"
M
Mark Rousskov 已提交
2281
version = "0.2.12"
S
Steve Klabnik 已提交
2282
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2283 2284 2285 2286
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
dependencies = [
 "autocfg",
]
S
Steve Klabnik 已提交
2287

2288 2289
[[package]]
name = "num_cpus"
M
Mark Rousskov 已提交
2290
version = "1.13.0"
2291
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2292
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2293
dependencies = [
M
Mark Rousskov 已提交
2294
 "hermit-abi",
2295
 "libc",
2296 2297
]

2298 2299
[[package]]
name = "object"
2300
version = "0.26.1"
2301
source = "registry+https://github.com/rust-lang/crates.io-index"
2302
checksum = "ee2766204889d09937d00bfbb7fec56bb2a199e2ade963cab19185d8a6104c7c"
2303 2304
dependencies = [
 "compiler_builtins",
2305 2306 2307
 "crc32fast",
 "indexmap",
 "memchr",
2308 2309
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
2310 2311
]

2312 2313
[[package]]
name = "once_cell"
2314
version = "1.7.2"
2315
source = "registry+https://github.com/rust-lang/crates.io-index"
2316
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
2317

2318 2319 2320 2321 2322 2323
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

2324 2325 2326 2327 2328 2329
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"

S
Steve Klabnik 已提交
2330 2331
[[package]]
name = "open"
M
Mark Rousskov 已提交
2332
version = "1.4.0"
S
Steve Klabnik 已提交
2333
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2334 2335
checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
dependencies = [
I
Igor Matuszewski 已提交
2336
 "winapi",
M
Mark Rousskov 已提交
2337
]
S
Steve Klabnik 已提交
2338

E
Eric Huss 已提交
2339 2340 2341 2342 2343 2344 2345
[[package]]
name = "opener"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
dependencies = [
 "bstr",
I
Igor Matuszewski 已提交
2346
 "winapi",
E
Eric Huss 已提交
2347 2348
]

2349 2350
[[package]]
name = "openssl"
J
Josh Stone 已提交
2351
version = "0.10.35"
2352
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
2353
checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
2354
dependencies = [
2355
 "bitflags",
K
klensy 已提交
2356
 "cfg-if 1.0.0",
2357 2358
 "foreign-types",
 "libc",
K
klensy 已提交
2359
 "once_cell",
2360
 "openssl-sys",
2361 2362 2363 2364
]

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

E
Eric Huss 已提交
2369 2370
[[package]]
name = "openssl-src"
K
klensy 已提交
2371
version = "111.15.0+1.1.1k"
E
Eric Huss 已提交
2372
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
2373
checksum = "b1a5f6ae2ac04393b217ea9f700cd04fa9bf3d93fae2872069f3d15d908af70a"
E
Eric Huss 已提交
2374
dependencies = [
2375
 "cc",
E
Eric Huss 已提交
2376 2377
]

2378 2379
[[package]]
name = "openssl-sys"
J
Josh Stone 已提交
2380
version = "0.9.65"
2381
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
2382
checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
2383
dependencies = [
A
Amanieu d'Antras 已提交
2384
 "autocfg",
2385 2386 2387 2388 2389
 "cc",
 "libc",
 "openssl-src",
 "pkg-config",
 "vcpkg",
2390 2391
]

2392 2393 2394 2395
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2396
checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2397

2398 2399 2400 2401 2402 2403
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
I
Igor Matuszewski 已提交
2404
 "winapi",
2405 2406
]

N
Nick Cameron 已提交
2407
[[package]]
Y
Yuki Okushi 已提交
2408 2409
name = "packed_simd_2"
version = "0.3.4"
N
Nick Cameron 已提交
2410
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2411
checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
N
Nick Cameron 已提交
2412
dependencies = [
A
Aaron Hill 已提交
2413
 "cfg-if 0.1.10",
Y
Yuki Okushi 已提交
2414
 "libm",
N
Nick Cameron 已提交
2415 2416
]

2417 2418 2419 2420
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
T
Thiébaud Weksteen 已提交
2421
 "alloc",
A
Aaron Hill 已提交
2422
 "cfg-if 0.1.10",
2423 2424 2425
 "compiler_builtins",
 "core",
 "libc",
2426 2427 2428 2429 2430 2431
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
2432
 "alloc",
A
Aaron Hill 已提交
2433
 "cfg-if 0.1.10",
2434 2435 2436 2437
 "compiler_builtins",
 "core",
 "libc",
 "unwind",
2438 2439
]

2440 2441
[[package]]
name = "parity-tokio-ipc"
I
Igor Matuszewski 已提交
2442
version = "0.9.0"
2443
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2444
checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
2445
dependencies = [
C
Caleb Cartwright 已提交
2446 2447
 "futures 0.3.12",
 "libc",
2448
 "log",
A
Aaron Hill 已提交
2449
 "rand 0.7.3",
2450
 "tokio",
I
Igor Matuszewski 已提交
2451
 "winapi",
2452 2453
]

M
Mark Rousskov 已提交
2454 2455
[[package]]
name = "parking_lot"
2456
version = "0.11.1"
M
Mark Rousskov 已提交
2457
source = "registry+https://github.com/rust-lang/crates.io-index"
2458
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
M
Mark Rousskov 已提交
2459 2460
dependencies = [
 "instant",
C
Caleb Cartwright 已提交
2461 2462
 "lock_api",
 "parking_lot_core",
M
Mark Rousskov 已提交
2463 2464 2465 2466
]

[[package]]
name = "parking_lot_core"
2467
version = "0.8.3"
I
Igor Matuszewski 已提交
2468
source = "registry+https://github.com/rust-lang/crates.io-index"
2469
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
I
Igor Matuszewski 已提交
2470
dependencies = [
2471
 "cfg-if 1.0.0",
M
Mark Rousskov 已提交
2472
 "instant",
I
Igor Matuszewski 已提交
2473
 "libc",
K
klensy 已提交
2474
 "redox_syscall",
2475
 "smallvec",
I
Igor Matuszewski 已提交
2476
 "winapi",
I
Igor Matuszewski 已提交
2477 2478
]

2479 2480 2481 2482 2483 2484
[[package]]
name = "pathdiff"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"

2485 2486
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
2487
version = "1.0.1"
2488
source = "registry+https://github.com/rust-lang/crates.io-index"
2489
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2490

E
Eric Huss 已提交
2491 2492
[[package]]
name = "percent-encoding"
E
Eric Huss 已提交
2493
version = "2.1.0"
E
Eric Huss 已提交
2494
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2495
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
E
Eric Huss 已提交
2496

2497 2498 2499 2500 2501 2502 2503 2504
[[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 已提交
2505

2506 2507
[[package]]
name = "pest"
M
Mark Rousskov 已提交
2508
version = "2.1.3"
2509
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2510
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2511
dependencies = [
2512
 "ucd-trie",
2513 2514 2515 2516 2517 2518
]

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2519
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2520
dependencies = [
2521 2522
 "pest",
 "pest_generator",
2523 2524 2525 2526
]

[[package]]
name = "pest_generator"
2527
version = "2.1.3"
2528
source = "registry+https://github.com/rust-lang/crates.io-index"
2529
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2530
dependencies = [
2531 2532
 "pest",
 "pest_meta",
2533 2534 2535
 "proc-macro2",
 "quote",
 "syn",
2536 2537 2538 2539
]

[[package]]
name = "pest_meta"
2540
version = "2.1.3"
2541
source = "registry+https://github.com/rust-lang/crates.io-index"
2542
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2543
dependencies = [
2544 2545
 "maplit",
 "pest",
2546
 "sha-1 0.8.2",
2547 2548
]

J
Jack Huey 已提交
2549 2550
[[package]]
name = "petgraph"
J
Jack Huey 已提交
2551
version = "0.5.1"
J
Jack Huey 已提交
2552
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
2553
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
J
Jack Huey 已提交
2554 2555
dependencies = [
 "fixedbitset",
J
Jack Huey 已提交
2556
 "indexmap",
J
Jack Huey 已提交
2557 2558
]

S
steveklabnik 已提交
2559 2560
[[package]]
name = "phf"
2561
version = "0.8.0"
S
steveklabnik 已提交
2562
source = "registry+https://github.com/rust-lang/crates.io-index"
2563
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
S
steveklabnik 已提交
2564
dependencies = [
2565
 "phf_shared",
S
steveklabnik 已提交
2566 2567 2568 2569
]

[[package]]
name = "phf_codegen"
2570
version = "0.8.0"
S
steveklabnik 已提交
2571
source = "registry+https://github.com/rust-lang/crates.io-index"
2572
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
S
steveklabnik 已提交
2573
dependencies = [
2574 2575
 "phf_generator",
 "phf_shared",
S
steveklabnik 已提交
2576 2577 2578 2579
]

[[package]]
name = "phf_generator"
2580
version = "0.8.0"
S
steveklabnik 已提交
2581
source = "registry+https://github.com/rust-lang/crates.io-index"
2582
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
S
steveklabnik 已提交
2583
dependencies = [
2584
 "phf_shared",
A
Aaron Hill 已提交
2585
 "rand 0.7.3",
S
steveklabnik 已提交
2586 2587 2588 2589
]

[[package]]
name = "phf_shared"
2590
version = "0.8.0"
S
steveklabnik 已提交
2591
source = "registry+https://github.com/rust-lang/crates.io-index"
2592
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
S
steveklabnik 已提交
2593
dependencies = [
2594
 "siphasher",
S
steveklabnik 已提交
2595 2596
]

C
Caleb Cartwright 已提交
2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608
[[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"

2609 2610
[[package]]
name = "pkg-config"
M
Mark Rousskov 已提交
2611
version = "0.3.18"
2612
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2613
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2614

2615 2616
[[package]]
name = "polonius-engine"
R
Rémy Rakic 已提交
2617
version = "0.13.0"
2618
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Rémy Rakic 已提交
2619
checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
D
Douglas Campos 已提交
2620
dependencies = [
2621 2622 2623
 "datafrog",
 "log",
 "rustc-hash",
D
Douglas Campos 已提交
2624
]
2625

G
gnzlbg 已提交
2626 2627
[[package]]
name = "ppv-lite86"
Y
Yuki Okushi 已提交
2628
version = "0.2.8"
G
gnzlbg 已提交
2629
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2630
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
G
gnzlbg 已提交
2631

S
steveklabnik 已提交
2632 2633 2634 2635
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2636
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
S
steveklabnik 已提交
2637

M
Mark Simulacrum 已提交
2638 2639
[[package]]
name = "pretty_assertions"
2640
version = "0.6.1"
M
Mark Simulacrum 已提交
2641
source = "registry+https://github.com/rust-lang/crates.io-index"
2642
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
M
Mark Simulacrum 已提交
2643
dependencies = [
O
Oliver Scherer 已提交
2644
 "ansi_term 0.11.0",
2645
 "ctor",
2646
 "difference",
2647
 "output_vt100",
M
Mark Simulacrum 已提交
2648 2649
]

E
Eric Huss 已提交
2650 2651
[[package]]
name = "pretty_env_logger"
2652
version = "0.4.0"
E
Eric Huss 已提交
2653
source = "registry+https://github.com/rust-lang/crates.io-index"
2654
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
E
Eric Huss 已提交
2655
dependencies = [
2656
 "env_logger 0.7.1",
2657
 "log",
E
Eric Huss 已提交
2658 2659
]

2660 2661
[[package]]
name = "proc-macro-crate"
M
Mark Rousskov 已提交
2662
version = "0.1.5"
2663
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2664
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
2665 2666 2667 2668 2669 2670
dependencies = [
 "toml",
]

[[package]]
name = "proc-macro-error"
M
Mark Rousskov 已提交
2671
version = "1.0.4"
2672
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2673
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2674
dependencies = [
M
Mark Rousskov 已提交
2675
 "proc-macro-error-attr",
2676 2677 2678
 "proc-macro2",
 "quote",
 "syn",
M
Mark Rousskov 已提交
2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690
 "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 已提交
2691 2692
]

C
Caleb Cartwright 已提交
2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704
[[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"

2705 2706
[[package]]
name = "proc-macro2"
E
Eric Huss 已提交
2707
version = "1.0.24"
2708
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2709
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2710
dependencies = [
2711
 "unicode-xid",
2712 2713
]

2714 2715 2716
[[package]]
name = "proc_macro"
version = "0.0.0"
2717 2718 2719
dependencies = [
 "std",
]
2720

2721 2722 2723 2724
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
2725 2726 2727
 "cc",
 "compiler_builtins",
 "core",
2728 2729
]

2730 2731
[[package]]
name = "psm"
M
Mark Rousskov 已提交
2732
version = "0.1.11"
2733
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2734
checksum = "96e0536f6528466dbbbbe6b986c34175a8d0ff25b794c4bacda22e068cd2f2c5"
2735 2736 2737 2738
dependencies = [
 "cc",
]

L
Lzu Tao 已提交
2739 2740
[[package]]
name = "pulldown-cmark"
M
Mark Rousskov 已提交
2741
version = "0.7.2"
L
Lzu Tao 已提交
2742
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2743
checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
L
Lzu Tao 已提交
2744 2745
dependencies = [
 "bitflags",
E
Eric Huss 已提交
2746
 "getopts",
L
Lzu Tao 已提交
2747
 "memchr",
E
Eric Huss 已提交
2748
 "unicase",
2749 2750
]

J
Joshua Nelson 已提交
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761
[[package]]
name = "pulldown-cmark"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
dependencies = [
 "bitflags",
 "memchr",
 "unicase",
]

2762 2763
[[package]]
name = "punycode"
M
Mark Rousskov 已提交
2764
version = "0.4.1"
2765
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2766
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
2767

2768 2769
[[package]]
name = "quick-error"
2770
version = "1.2.3"
2771
source = "registry+https://github.com/rust-lang/crates.io-index"
2772
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2773

M
Mark Rousskov 已提交
2774 2775 2776 2777 2778 2779
[[package]]
name = "quick-error"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"

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

2786 2787
[[package]]
name = "quote"
M
Mark Rousskov 已提交
2788
version = "1.0.7"
2789
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2790
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2791
dependencies = [
2792
 "proc-macro2",
A
Alex Crichton 已提交
2793 2794
]

2795 2796
[[package]]
name = "racer"
I
Igor Matuszewski 已提交
2797
version = "2.1.48"
2798
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2799
checksum = "7fec2e85e7a30f8fd31b7cf288ad363b5e51fd2cb6f53b416b0cfaabd84e1ccb"
2800
dependencies = [
2801 2802 2803
 "bitflags",
 "clap",
 "derive_more",
I
Igor Matuszewski 已提交
2804
 "env_logger 0.7.1",
M
Mark Rousskov 已提交
2805
 "humantime 2.0.1",
Y
Yuki Okushi 已提交
2806
 "lazy_static",
2807 2808
 "log",
 "rls-span",
2809
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2810 2811 2812 2813 2814 2815
 "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",
2816
]
2817

G
gnzlbg 已提交
2818 2819
[[package]]
name = "rand"
2820
version = "0.7.3"
G
gnzlbg 已提交
2821
source = "registry+https://github.com/rust-lang/crates.io-index"
2822
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
G
gnzlbg 已提交
2823
dependencies = [
R
Ralf Jung 已提交
2824
 "getrandom 0.1.14",
2825
 "libc",
A
Aaron Hill 已提交
2826 2827 2828
 "rand_chacha 0.2.2",
 "rand_core 0.5.1",
 "rand_hc 0.2.0",
2829
 "rand_pcg",
2830 2831
]

A
Aaron Hill 已提交
2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843
[[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 已提交
2844 2845
[[package]]
name = "rand_chacha"
Y
Yuki Okushi 已提交
2846
version = "0.2.2"
G
gnzlbg 已提交
2847
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2848
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
G
gnzlbg 已提交
2849
dependencies = [
Y
Yuki Okushi 已提交
2850
 "ppv-lite86",
A
Aaron Hill 已提交
2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861
 "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 已提交
2862 2863 2864 2865
]

[[package]]
name = "rand_core"
E
Eric Huss 已提交
2866
version = "0.5.1"
G
gnzlbg 已提交
2867
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2868
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
G
gnzlbg 已提交
2869
dependencies = [
R
Ralf Jung 已提交
2870
 "getrandom 0.1.14",
G
gnzlbg 已提交
2871 2872
]

A
Aaron Hill 已提交
2873 2874 2875 2876 2877 2878 2879 2880 2881
[[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 已提交
2882 2883 2884 2885
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2886
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
G
gnzlbg 已提交
2887
dependencies = [
A
Aaron Hill 已提交
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897
 "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",
2898 2899
]

2900 2901
[[package]]
name = "rand_pcg"
2902
version = "0.2.1"
2903
source = "registry+https://github.com/rust-lang/crates.io-index"
2904
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2905
dependencies = [
A
Aaron Hill 已提交
2906
 "rand_core 0.5.1",
2907
]
K
kennytm 已提交
2908

R
Ralf Jung 已提交
2909 2910 2911 2912
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2913
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
R
Ralf Jung 已提交
2914
dependencies = [
A
Aaron Hill 已提交
2915
 "rand_core 0.5.1",
E
Eric Huss 已提交
2916 2917 2918 2919 2920 2921 2922 2923
]

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

N
Nick Cameron 已提交
2927 2928
[[package]]
name = "rayon"
M
Mark Rousskov 已提交
2929
version = "1.3.1"
N
Nick Cameron 已提交
2930
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2931
checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
N
Nick Cameron 已提交
2932
dependencies = [
M
Mark Rousskov 已提交
2933
 "autocfg",
2934
 "crossbeam-deque",
2935 2936
 "either",
 "rayon-core",
O
Oliver Schneider 已提交
2937 2938 2939 2940
]

[[package]]
name = "rayon-core"
M
Mark Rousskov 已提交
2941
version = "1.7.1"
O
Oliver Schneider 已提交
2942
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2943
checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
O
Oliver Schneider 已提交
2944
dependencies = [
2945
 "crossbeam-deque",
J
Josh Stone 已提交
2946
 "crossbeam-queue",
M
Mark Rousskov 已提交
2947
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
2948
 "lazy_static",
2949
 "num_cpus",
2950 2951
]

F
flip1995 已提交
2952 2953
[[package]]
name = "redox_syscall"
B
bjorn3 已提交
2954
version = "0.2.10"
F
flip1995 已提交
2955
source = "registry+https://github.com/rust-lang/crates.io-index"
B
bjorn3 已提交
2956
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
F
flip1995 已提交
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967
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 已提交
2968
 "redox_syscall",
F
flip1995 已提交
2969 2970
]

2971 2972
[[package]]
name = "regex"
B
bjorn3 已提交
2973
version = "1.4.6"
2974
source = "registry+https://github.com/rust-lang/crates.io-index"
B
bjorn3 已提交
2975
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
2976
dependencies = [
2977 2978 2979
 "aho-corasick",
 "memchr",
 "regex-syntax",
2980 2981
]

O
Oliver Scherer 已提交
2982 2983
[[package]]
name = "regex-automata"
B
bjorn3 已提交
2984
version = "0.1.10"
O
Oliver Scherer 已提交
2985
source = "registry+https://github.com/rust-lang/crates.io-index"
B
bjorn3 已提交
2986
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
O
Oliver Scherer 已提交
2987 2988 2989 2990
dependencies = [
 "regex-syntax",
]

2991 2992
[[package]]
name = "regex-syntax"
B
bjorn3 已提交
2993
version = "0.6.25"
2994
source = "registry+https://github.com/rust-lang/crates.io-index"
B
bjorn3 已提交
2995
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2996

2997 2998 2999 3000 3001 3002 3003 3004
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
3005 3006
[[package]]
name = "remove_dir_all"
M
Mark Rousskov 已提交
3007
version = "0.5.3"
A
Alex Crichton 已提交
3008
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
3009
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
A
Alex Crichton 已提交
3010
dependencies = [
I
Igor Matuszewski 已提交
3011
 "winapi",
A
Alex Crichton 已提交
3012 3013
]

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

[[package]]
name = "rls-analysis"
E
Eric Huss 已提交
3065
version = "0.18.2"
3066
dependencies = [
3067
 "derive-new",
E
Eric Huss 已提交
3068
 "env_logger 0.7.1",
3069
 "fst",
E
Eric Huss 已提交
3070
 "itertools 0.9.0",
3071
 "json",
E
Eric Huss 已提交
3072
 "lazy_static",
3073 3074 3075 3076 3077
 "log",
 "rls-data",
 "rls-span",
 "serde",
 "serde_json",
A
Alex Crichton 已提交
3078 3079
]

3080 3081
[[package]]
name = "rls-data"
I
Igor Matuszewski 已提交
3082
version = "0.19.1"
3083 3084
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
3085
dependencies = [
3086 3087
 "rls-span",
 "serde",
3088 3089
]

3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101
[[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 已提交
3102 3103
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
3104
version = "0.6.0"
3105 3106
dependencies = [
 "clippy_lints",
R
Ralf Jung 已提交
3107
 "env_logger 0.7.1",
C
Caleb Cartwright 已提交
3108
 "futures 0.3.12",
3109
 "log",
A
Aaron Hill 已提交
3110
 "rand 0.7.3",
3111 3112 3113 3114 3115
 "rls-data",
 "rls-ipc",
 "serde",
 "tokio",
]
N
Nick Cameron 已提交
3116

3117 3118
[[package]]
name = "rls-span"
I
Igor Matuszewski 已提交
3119
version = "0.5.3"
3120 3121
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
3122
dependencies = [
3123
 "serde",
3124 3125 3126 3127
]

[[package]]
name = "rls-vfs"
3128
version = "0.8.0"
3129
source = "registry+https://github.com/rust-lang/crates.io-index"
3130
checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
3131
dependencies = [
3132 3133
 "log",
 "rls-span",
3134 3135
]

R
Rich Kadel 已提交
3136 3137
[[package]]
name = "rust-demangler"
3138
version = "0.0.1"
R
Rich Kadel 已提交
3139
dependencies = [
3140
 "regex",
R
Rich Kadel 已提交
3141 3142 3143
 "rustc-demangle",
]

3144 3145
[[package]]
name = "rustbook"
3146 3147
version = "0.1.0"
dependencies = [
3148
 "clap",
3149
 "env_logger 0.7.1",
3150
 "mdbook",
3151
]
3152

I
Igor Matuszewski 已提交
3153
[[package]]
I
Igor Matuszewski 已提交
3154
name = "rustc-ap-rustc_arena"
I
Igor Matuszewski 已提交
3155
version = "722.0.0"
I
Igor Matuszewski 已提交
3156
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3157
checksum = "550ca1a0925d31a0af089b18c89f5adf3b286e319e3e1f1a5204c21bd2f17371"
I
Igor Matuszewski 已提交
3158
dependencies = [
C
Caleb Cartwright 已提交
3159
 "rustc-ap-rustc_data_structures",
3160
 "smallvec",
I
Igor Matuszewski 已提交
3161 3162
]

3163 3164
[[package]]
name = "rustc-ap-rustc_ast"
I
Igor Matuszewski 已提交
3165
version = "722.0.0"
3166
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3167
checksum = "4aa53b68080df17994a54747f7c37b0686288a670efb9ba3b382ce62e744aed2"
3168
dependencies = [
I
Igor Matuszewski 已提交
3169
 "bitflags",
3170 3171 3172 3173
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3174
 "rustc-ap-rustc_serialize",
3175
 "rustc-ap-rustc_span",
3176
 "smallvec",
C
Caleb Cartwright 已提交
3177
 "tracing",
3178 3179
]

I
Igor Matuszewski 已提交
3180 3181
[[package]]
name = "rustc-ap-rustc_ast_pretty"
I
Igor Matuszewski 已提交
3182
version = "722.0.0"
I
Igor Matuszewski 已提交
3183
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3184
checksum = "0ae71e68fada466a4b2c39c79ca6aee3226587abe6787170d2f6c92237569565"
I
Igor Matuszewski 已提交
3185
dependencies = [
3186
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3187
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
3188
 "tracing",
I
Igor Matuszewski 已提交
3189 3190
]

I
Igor Matuszewski 已提交
3191 3192
[[package]]
name = "rustc-ap-rustc_data_structures"
I
Igor Matuszewski 已提交
3193
version = "722.0.0"
I
Igor Matuszewski 已提交
3194
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3195
checksum = "faa484d6e0ca32d1d82303647275c696f745599b3d97e686f396ceef5b99d7ae"
I
Igor Matuszewski 已提交
3196
dependencies = [
I
Igor Matuszewski 已提交
3197
 "arrayvec",
I
Igor Matuszewski 已提交
3198
 "bitflags",
A
Aaron Hill 已提交
3199
 "cfg-if 0.1.10",
I
Igor Matuszewski 已提交
3200
 "crossbeam-utils 0.8.3",
J
Jack Huey 已提交
3201
 "ena",
3202 3203
 "indexmap",
 "jobserver",
T
topecongiro 已提交
3204
 "libc",
A
Alessandro Ghedini 已提交
3205
 "measureme",
I
Igor Matuszewski 已提交
3206
 "memmap2",
C
Caleb Cartwright 已提交
3207
 "parking_lot",
I
Igor Matuszewski 已提交
3208
 "rustc-ap-rustc_graphviz",
I
Igor Matuszewski 已提交
3209
 "rustc-ap-rustc_index",
C
Caleb Cartwright 已提交
3210
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3211
 "rustc-ap-rustc_serialize",
3212
 "rustc-hash",
I
Igor Matuszewski 已提交
3213 3214
 "rustc-rayon",
 "rustc-rayon-core",
3215
 "smallvec",
3216
 "stable_deref_trait",
3217
 "stacker",
C
Caleb Cartwright 已提交
3218 3219
 "tempfile",
 "tracing",
I
Igor Matuszewski 已提交
3220
 "winapi",
I
Igor Matuszewski 已提交
3221 3222 3223 3224
]

[[package]]
name = "rustc-ap-rustc_errors"
I
Igor Matuszewski 已提交
3225
version = "722.0.0"
I
Igor Matuszewski 已提交
3226
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3227
checksum = "5f85ba19cca320ad797e3a29c35cab9bddfff0e7adbde336a436249e54cee7b1"
I
Igor Matuszewski 已提交
3228
dependencies = [
I
Igor Matuszewski 已提交
3229
 "annotate-snippets",
3230 3231
 "atty",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3232
 "rustc-ap-rustc_lint_defs",
C
Caleb Cartwright 已提交
3233
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3234
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3235
 "rustc-ap-rustc_span",
3236
 "termcolor",
I
Igor Matuszewski 已提交
3237
 "termize",
C
Caleb Cartwright 已提交
3238
 "tracing",
3239
 "unicode-width",
I
Igor Matuszewski 已提交
3240
 "winapi",
I
Igor Matuszewski 已提交
3241 3242
]

I
Igor Matuszewski 已提交
3243 3244
[[package]]
name = "rustc-ap-rustc_feature"
I
Igor Matuszewski 已提交
3245
version = "722.0.0"
I
Igor Matuszewski 已提交
3246
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3247
checksum = "97d538adab96b8b2b1ca9fcd4c8c47d4e23e862a23d1a38b6c15cd8fd52b34b1"
I
Igor Matuszewski 已提交
3248 3249 3250 3251 3252 3253 3254
dependencies = [
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_span",
]

[[package]]
name = "rustc-ap-rustc_fs_util"
I
Igor Matuszewski 已提交
3255
version = "722.0.0"
I
Igor Matuszewski 已提交
3256
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3257
checksum = "8ad6f13d240944fa8f360d2f3b849a7cadaec75e477829e7dde61e838deda83d"
I
Igor Matuszewski 已提交
3258 3259 3260

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

I
Igor Matuszewski 已提交
3265 3266
[[package]]
name = "rustc-ap-rustc_index"
I
Igor Matuszewski 已提交
3267
version = "722.0.0"
I
Igor Matuszewski 已提交
3268
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3269
checksum = "cd39a9f01b442c629bdff5778cb3dd29b7c2ea4afe62d5ab61d216bd1b556692"
I
Igor Matuszewski 已提交
3270
dependencies = [
I
Igor Matuszewski 已提交
3271
 "arrayvec",
C
Caleb Cartwright 已提交
3272
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3273
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3274 3275
]

I
Igor Matuszewski 已提交
3276 3277
[[package]]
name = "rustc-ap-rustc_lexer"
I
Igor Matuszewski 已提交
3278
version = "722.0.0"
I
Igor Matuszewski 已提交
3279
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3280
checksum = "a5de290c44a90e671d2cd730062b9ef73d11155da7e44e7741d633e1e51e616e"
3281
dependencies = [
3282
 "unicode-xid",
3283
]
I
Igor Matuszewski 已提交
3284

I
Igor Matuszewski 已提交
3285 3286
[[package]]
name = "rustc-ap-rustc_lint_defs"
I
Igor Matuszewski 已提交
3287
version = "722.0.0"
I
Igor Matuszewski 已提交
3288
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3289
checksum = "69570b4beb61088926b131579865bbe70d124d30778c46307a62ec8b310ae462"
I
Igor Matuszewski 已提交
3290 3291 3292 3293 3294 3295
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 已提交
3296
 "rustc-ap-rustc_target",
I
Igor Matuszewski 已提交
3297 3298 3299
 "tracing",
]

I
Igor Matuszewski 已提交
3300 3301
[[package]]
name = "rustc-ap-rustc_macros"
I
Igor Matuszewski 已提交
3302
version = "722.0.0"
I
Igor Matuszewski 已提交
3303
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3304
checksum = "86bd877df37f15c5a44d9679d1b5207ebc95f3943fbc336eeac670195ac58610"
I
Igor Matuszewski 已提交
3305
dependencies = [
3306 3307 3308
 "proc-macro2",
 "quote",
 "syn",
3309
 "synstructure",
I
Igor Matuszewski 已提交
3310 3311 3312
]

[[package]]
I
Igor Matuszewski 已提交
3313
name = "rustc-ap-rustc_parse"
I
Igor Matuszewski 已提交
3314
version = "722.0.0"
I
Igor Matuszewski 已提交
3315
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3316
checksum = "02502d8522ba31d0bcad28a78822b68c1b6ba947a2b4aa6a2341b30594379b80"
I
Igor Matuszewski 已提交
3317
dependencies = [
3318
 "bitflags",
3319
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3320
 "rustc-ap-rustc_ast_pretty",
3321
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3322 3323 3324 3325 3326
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
3327
 "smallvec",
C
Caleb Cartwright 已提交
3328
 "tracing",
I
Igor Matuszewski 已提交
3329 3330 3331
 "unicode-normalization",
]

I
Igor Matuszewski 已提交
3332 3333
[[package]]
name = "rustc-ap-rustc_serialize"
I
Igor Matuszewski 已提交
3334
version = "722.0.0"
I
Igor Matuszewski 已提交
3335
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3336
checksum = "5f741f8e9aee6323fbe127329490608a5a250cc0072ac91e684ef62518cdb1ff"
I
Igor Matuszewski 已提交
3337 3338
dependencies = [
 "indexmap",
3339
 "smallvec",
I
Igor Matuszewski 已提交
3340 3341
]

I
Igor Matuszewski 已提交
3342 3343
[[package]]
name = "rustc-ap-rustc_session"
I
Igor Matuszewski 已提交
3344
version = "722.0.0"
I
Igor Matuszewski 已提交
3345
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3346
checksum = "dba61eca749f4fced4427ad1cc7f23342cfc6527c3bcc624e3aa56abc1f81298"
I
Igor Matuszewski 已提交
3347
dependencies = [
T
Tyler Mandry 已提交
3348
 "bitflags",
T
topecongiro 已提交
3349
 "getopts",
I
Igor Matuszewski 已提交
3350
 "num_cpus",
3351
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3352 3353 3354 3355
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_fs_util",
I
Igor Matuszewski 已提交
3356
 "rustc-ap-rustc_lint_defs",
C
Caleb Cartwright 已提交
3357
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3358
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3359 3360
 "rustc-ap-rustc_span",
 "rustc-ap-rustc_target",
C
Caleb Cartwright 已提交
3361
 "tracing",
I
Igor Matuszewski 已提交
3362 3363 3364
]

[[package]]
I
Igor Matuszewski 已提交
3365
name = "rustc-ap-rustc_span"
I
Igor Matuszewski 已提交
3366
version = "722.0.0"
I
Igor Matuszewski 已提交
3367
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3368
checksum = "a642e8d6fc883f34e0778e079f8242ac40c6614a6b7a0ef61681333e847f5e62"
I
Igor Matuszewski 已提交
3369
dependencies = [
A
Aaron Hill 已提交
3370
 "cfg-if 0.1.10",
I
Igor Matuszewski 已提交
3371
 "md-5",
I
Igor Matuszewski 已提交
3372
 "rustc-ap-rustc_arena",
I
Igor Matuszewski 已提交
3373 3374 3375
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3376
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3377
 "scoped-tls",
I
Igor Matuszewski 已提交
3378 3379
 "sha-1 0.9.1",
 "sha2",
C
Caleb Cartwright 已提交
3380
 "tracing",
I
Igor Matuszewski 已提交
3381
 "unicode-width",
I
Igor Matuszewski 已提交
3382 3383 3384
]

[[package]]
I
Igor Matuszewski 已提交
3385
name = "rustc-ap-rustc_target"
I
Igor Matuszewski 已提交
3386
version = "722.0.0"
I
Igor Matuszewski 已提交
3387
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3388
checksum = "80feebd8c323b80dd73a395fa7fabba9e2098b6277670ff89c473f618ffa07de"
I
Igor Matuszewski 已提交
3389
dependencies = [
3390 3391
 "bitflags",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3392
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
3393
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3394
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3395
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
3396
 "tracing",
I
Igor Matuszewski 已提交
3397 3398
]

3399 3400
[[package]]
name = "rustc-demangle"
3401
version = "0.1.21"
3402
source = "registry+https://github.com/rust-lang/crates.io-index"
3403
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
3404
dependencies = [
3405 3406
 "compiler_builtins",
 "rustc-std-workspace-core",
3407
]
3408

3409 3410
[[package]]
name = "rustc-hash"
J
Jack Huey 已提交
3411
version = "1.1.0"
3412
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
3413
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3414

3415 3416 3417 3418
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
3419 3420
 "rustc_codegen_ssa",
 "rustc_driver",
G
Gus Wynn 已提交
3421 3422
 "tikv-jemalloc-sys",
 "tikv-jemallocator",
3423 3424
]

J
Josh Stone 已提交
3425 3426
[[package]]
name = "rustc-rayon"
J
Josh Stone 已提交
3427
version = "0.3.1"
J
Josh Stone 已提交
3428
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
3429
checksum = "ed7d6a39f8bfd4421ce720918234d1e672b83824c91345b47c93746839cf1629"
J
Josh Stone 已提交
3430
dependencies = [
3431
 "crossbeam-deque",
J
Josh Stone 已提交
3432
 "either",
I
Igor Matuszewski 已提交
3433
 "rustc-rayon-core",
J
John Kåre Alsaker 已提交
3434 3435
]

J
Josh Stone 已提交
3436 3437
[[package]]
name = "rustc-rayon-core"
J
Josh Stone 已提交
3438
version = "0.3.1"
J
Josh Stone 已提交
3439
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Josh Stone 已提交
3440
checksum = "e94187d9ea3e8c38fafdbc38acb94eafa7ce155867f6ccb13830466a0d0db8c6"
J
Josh Stone 已提交
3441
dependencies = [
3442
 "crossbeam-deque",
J
Josh Stone 已提交
3443 3444
 "crossbeam-queue",
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
3445
 "lazy_static",
J
Josh Stone 已提交
3446 3447 3448
 "num_cpus",
]

F
flip1995 已提交
3449 3450 3451 3452 3453 3454
[[package]]
name = "rustc-semver"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"

3455 3456
[[package]]
name = "rustc-std-workspace-alloc"
3457
version = "1.99.0"
3458
dependencies = [
3459
 "alloc",
3460 3461
]

3462 3463
[[package]]
name = "rustc-std-workspace-core"
3464
version = "1.99.0"
3465
dependencies = [
3466
 "core",
3467 3468
]

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

A
Alex Crichton 已提交
3476 3477 3478 3479
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
3480
 "bstr",
A
Alessandro Ghedini 已提交
3481
 "byteorder",
J
Jubilee Young 已提交
3482
 "crossbeam-utils 0.8.3",
3483
 "libc",
E
Eric Huss 已提交
3484
 "libz-sys",
3485 3486
 "proc-macro2",
 "quote",
3487
 "rand_core 0.5.1",
3488 3489
 "serde",
 "serde_json",
3490
 "smallvec",
3491
 "syn",
E
Eric Huss 已提交
3492
 "url 2.2.2",
I
Igor Matuszewski 已提交
3493
 "winapi",
A
Alex Crichton 已提交
3494 3495
]

3496 3497 3498 3499
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
3500
 "bitflags",
3501
 "smallvec",
3502 3503
]

V
Vadim Petrochenkov 已提交
3504 3505 3506 3507
[[package]]
name = "rustc_arena"
version = "0.0.0"
dependencies = [
J
Josh Stone 已提交
3508
 "rustc_data_structures",
3509
 "smallvec",
V
Vadim Petrochenkov 已提交
3510 3511
]

V
Vadim Petrochenkov 已提交
3512 3513 3514 3515
[[package]]
name = "rustc_ast"
version = "0.0.0"
dependencies = [
3516
 "bitflags",
V
Vadim Petrochenkov 已提交
3517 3518 3519 3520
 "rustc_data_structures",
 "rustc_index",
 "rustc_lexer",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3521
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3522
 "rustc_span",
3523
 "smallvec",
O
Oliver Scherer 已提交
3524
 "tracing",
V
Vadim Petrochenkov 已提交
3525 3526
]

3527 3528 3529 3530
[[package]]
name = "rustc_ast_lowering"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3531
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3532
 "rustc_ast",
3533
 "rustc_ast_pretty",
3534 3535
 "rustc_data_structures",
 "rustc_errors",
3536
 "rustc_hir",
3537
 "rustc_index",
3538
 "rustc_session",
3539 3540
 "rustc_span",
 "rustc_target",
3541
 "smallvec",
O
Oliver Scherer 已提交
3542
 "tracing",
3543 3544
]

3545 3546 3547 3548
[[package]]
name = "rustc_ast_passes"
version = "0.0.0"
dependencies = [
3549
 "itertools 0.9.0",
V
Vadim Petrochenkov 已提交
3550
 "rustc_ast",
3551
 "rustc_ast_pretty",
3552
 "rustc_attr",
3553 3554
 "rustc_data_structures",
 "rustc_errors",
3555
 "rustc_feature",
3556 3557 3558
 "rustc_parse",
 "rustc_session",
 "rustc_span",
O
Oliver Scherer 已提交
3559
 "tracing",
3560 3561
]

3562 3563 3564 3565
[[package]]
name = "rustc_ast_pretty"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3566
 "rustc_ast",
3567
 "rustc_span",
O
Oliver Scherer 已提交
3568
 "tracing",
3569 3570
]

3571 3572 3573 3574
[[package]]
name = "rustc_attr"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3575
 "rustc_ast",
3576
 "rustc_ast_pretty",
3577 3578 3579
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
3580
 "rustc_lexer",
3581
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3582
 "rustc_serialize",
3583 3584 3585 3586
 "rustc_session",
 "rustc_span",
]

V
Vadim Petrochenkov 已提交
3587 3588 3589 3590
[[package]]
name = "rustc_builtin_macros"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3591
 "rustc_ast",
3592
 "rustc_ast_pretty",
3593
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3594 3595 3596 3597
 "rustc_data_structures",
 "rustc_errors",
 "rustc_expand",
 "rustc_feature",
3598
 "rustc_lexer",
V
Vadim Petrochenkov 已提交
3599
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3600
 "rustc_parse_format",
3601
 "rustc_session",
V
Vadim Petrochenkov 已提交
3602 3603
 "rustc_span",
 "rustc_target",
3604
 "smallvec",
O
Oliver Scherer 已提交
3605
 "tracing",
V
Vadim Petrochenkov 已提交
3606 3607
]

I
Irina Popa 已提交
3608 3609 3610 3611
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
3612
 "bitflags",
X
Xidorn Quan 已提交
3613
 "cstr",
3614
 "libc",
A
Alessandro Ghedini 已提交
3615
 "measureme",
3616
 "rustc-demangle",
V
Vadim Petrochenkov 已提交
3617
 "rustc_ast",
3618
 "rustc_attr",
3619 3620 3621 3622
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_fs_util",
3623
 "rustc_hir",
3624
 "rustc_index",
3625
 "rustc_llvm",
C
Camille GILLOT 已提交
3626
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3627
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3628
 "rustc_serialize",
A
Aaron Hill 已提交
3629
 "rustc_session",
V
Vadim Petrochenkov 已提交
3630
 "rustc_span",
3631
 "rustc_target",
3632
 "smallvec",
3633
 "snap",
O
Oliver Scherer 已提交
3634
 "tracing",
I
Irina Popa 已提交
3635 3636
]

3637 3638 3639
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
3640
dependencies = [
3641 3642
 "bitflags",
 "cc",
3643
 "itertools 0.9.0",
3644 3645
 "jobserver",
 "libc",
3646
 "object",
3647
 "pathdiff",
3648
 "regex",
3649
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3650
 "rustc_ast",
3651
 "rustc_attr",
3652 3653 3654
 "rustc_data_structures",
 "rustc_errors",
 "rustc_fs_util",
3655
 "rustc_hir",
3656
 "rustc_incremental",
3657
 "rustc_index",
M
Matthew Jasper 已提交
3658
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3659
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3660
 "rustc_serialize",
3661
 "rustc_session",
V
Vadim Petrochenkov 已提交
3662
 "rustc_span",
3663
 "rustc_symbol_mangling",
3664
 "rustc_target",
3665
 "smallvec",
3666
 "tempfile",
O
Oliver Scherer 已提交
3667
 "tracing",
3668
]
3669

3670 3671 3672 3673
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
I
Igor Matuszewski 已提交
3674
 "arrayvec",
3675
 "bitflags",
A
Aaron Hill 已提交
3676
 "cfg-if 0.1.10",
J
Jack Huey 已提交
3677
 "ena",
3678 3679
 "indexmap",
 "jobserver",
L
Luca Barbieri 已提交
3680
 "libc",
A
Alessandro Ghedini 已提交
3681
 "measureme",
3682
 "memmap2",
C
Caleb Cartwright 已提交
3683
 "parking_lot",
3684
 "rustc-hash",
I
Igor Matuszewski 已提交
3685 3686
 "rustc-rayon",
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3687
 "rustc_graphviz",
C
csmoe 已提交
3688
 "rustc_index",
M
Matthew Jasper 已提交
3689
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3690
 "rustc_serialize",
3691
 "smallvec",
3692
 "stable_deref_trait",
3693
 "stacker",
3694
 "tempfile",
O
Oliver Scherer 已提交
3695
 "tracing",
I
Igor Matuszewski 已提交
3696
 "winapi",
3697 3698 3699 3700 3701 3702
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
3703
 "atty",
L
Luca Barbieri 已提交
3704
 "libc",
V
Vadim Petrochenkov 已提交
3705
 "rustc_ast",
3706
 "rustc_ast_pretty",
V
Victor Ding 已提交
3707
 "rustc_codegen_ssa",
3708
 "rustc_data_structures",
3709
 "rustc_error_codes",
3710
 "rustc_errors",
3711
 "rustc_feature",
3712
 "rustc_hir",
3713
 "rustc_hir_pretty",
3714
 "rustc_interface",
3715
 "rustc_lint",
3716
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3717
 "rustc_middle",
3718
 "rustc_mir",
3719
 "rustc_parse",
3720
 "rustc_plugin_impl",
3721
 "rustc_save_analysis",
V
Vadim Petrochenkov 已提交
3722
 "rustc_serialize",
3723
 "rustc_session",
V
Vadim Petrochenkov 已提交
3724
 "rustc_span",
3725
 "rustc_target",
S
Smitty 已提交
3726
 "rustc_typeck",
O
Oliver Scherer 已提交
3727 3728
 "tracing",
 "tracing-subscriber",
3729
 "tracing-tree",
I
Igor Matuszewski 已提交
3730
 "winapi",
3731 3732
]

G
regen  
Guillaume Gomez 已提交
3733 3734 3735 3736
[[package]]
name = "rustc_error_codes"
version = "0.0.0"

3737 3738 3739 3740
[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
I
Igor Matuszewski 已提交
3741
 "annotate-snippets",
3742 3743
 "atty",
 "rustc_data_structures",
3744
 "rustc_lint_defs",
M
Matthew Jasper 已提交
3745
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3746
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3747
 "rustc_span",
3748
 "termcolor",
3749
 "termize",
O
Oliver Scherer 已提交
3750
 "tracing",
3751
 "unicode-width",
I
Igor Matuszewski 已提交
3752
 "winapi",
3753 3754
]

V
Vadim Petrochenkov 已提交
3755 3756 3757 3758
[[package]]
name = "rustc_expand"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3759
 "rustc_ast",
3760
 "rustc_ast_passes",
3761
 "rustc_ast_pretty",
3762
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3763 3764 3765 3766
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_lexer",
3767
 "rustc_lint_defs",
M
Matthew Jasper 已提交
3768
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3769
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3770
 "rustc_serialize",
3771
 "rustc_session",
V
Vadim Petrochenkov 已提交
3772
 "rustc_span",
3773
 "smallvec",
O
Oliver Scherer 已提交
3774
 "tracing",
V
Vadim Petrochenkov 已提交
3775 3776
]

3777 3778 3779 3780
[[package]]
name = "rustc_feature"
version = "0.0.0"
dependencies = [
3781
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3782
 "rustc_span",
3783 3784
]

3785 3786 3787 3788
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

V
Vadim Petrochenkov 已提交
3789 3790 3791 3792
[[package]]
name = "rustc_graphviz"
version = "0.0.0"

3793 3794 3795 3796
[[package]]
name = "rustc_hir"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3797
 "rustc_ast",
3798
 "rustc_data_structures",
3799
 "rustc_feature",
3800 3801
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3802
 "rustc_serialize",
3803 3804
 "rustc_span",
 "rustc_target",
3805
 "smallvec",
O
Oliver Scherer 已提交
3806
 "tracing",
3807 3808
]

3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819
[[package]]
name = "rustc_hir_pretty"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_ast_pretty",
 "rustc_hir",
 "rustc_span",
 "rustc_target",
]

3820 3821 3822 3823
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
A
Aaron Hill 已提交
3824
 "rand 0.7.3",
V
Vadim Petrochenkov 已提交
3825
 "rustc_ast",
3826
 "rustc_data_structures",
3827
 "rustc_errors",
3828
 "rustc_fs_util",
V
Vadim Petrochenkov 已提交
3829
 "rustc_graphviz",
3830
 "rustc_hir",
M
Matthew Jasper 已提交
3831
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3832
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3833
 "rustc_serialize",
3834
 "rustc_session",
V
Vadim Petrochenkov 已提交
3835
 "rustc_span",
O
Oliver Scherer 已提交
3836
 "tracing",
3837 3838
]

C
csmoe 已提交
3839 3840 3841 3842
[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
I
Igor Matuszewski 已提交
3843
 "arrayvec",
M
Matthew Jasper 已提交
3844
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3845
 "rustc_serialize",
C
csmoe 已提交
3846 3847
]

C
Camille GILLOT 已提交
3848 3849 3850 3851 3852 3853 3854 3855 3856
[[package]]
name = "rustc_infer"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3857
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3858
 "rustc_serialize",
3859
 "rustc_session",
C
Camille GILLOT 已提交
3860 3861
 "rustc_span",
 "rustc_target",
3862
 "smallvec",
O
Oliver Scherer 已提交
3863
 "tracing",
C
Camille GILLOT 已提交
3864 3865
]

3866 3867 3868 3869
[[package]]
name = "rustc_interface"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3870
 "libc",
I
Igor Matuszewski 已提交
3871
 "rustc-rayon",
3872
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3873
 "rustc_ast",
3874
 "rustc_ast_lowering",
3875
 "rustc_ast_passes",
3876
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3877
 "rustc_builtin_macros",
3878
 "rustc_codegen_llvm",
3879 3880 3881
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3882
 "rustc_expand",
3883
 "rustc_hir",
3884 3885 3886
 "rustc_incremental",
 "rustc_lint",
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3887
 "rustc_middle",
3888
 "rustc_mir",
3889
 "rustc_mir_build",
3890
 "rustc_parse",
3891
 "rustc_passes",
3892
 "rustc_plugin_impl",
3893
 "rustc_privacy",
3894
 "rustc_query_impl",
3895
 "rustc_resolve",
V
Vadim Petrochenkov 已提交
3896
 "rustc_serialize",
3897
 "rustc_session",
V
Vadim Petrochenkov 已提交
3898
 "rustc_span",
3899
 "rustc_symbol_mangling",
3900
 "rustc_target",
3901
 "rustc_trait_selection",
3902
 "rustc_traits",
3903
 "rustc_ty_utils",
3904
 "rustc_typeck",
3905
 "smallvec",
3906
 "tempfile",
O
Oliver Scherer 已提交
3907
 "tracing",
I
Igor Matuszewski 已提交
3908
 "winapi",
3909 3910
]

A
Aleksey Kladov 已提交
3911 3912 3913 3914
[[package]]
name = "rustc_lexer"
version = "0.1.0"
dependencies = [
3915
 "expect-test",
3916
 "unicode-xid",
A
Aleksey Kladov 已提交
3917 3918
]

3919 3920 3921 3922
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
3923
 "if_chain",
V
Vadim Petrochenkov 已提交
3924
 "rustc_ast",
3925
 "rustc_ast_pretty",
3926
 "rustc_attr",
3927
 "rustc_data_structures",
3928
 "rustc_errors",
3929
 "rustc_feature",
3930
 "rustc_hir",
3931
 "rustc_index",
3932
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
3933
 "rustc_middle",
3934
 "rustc_parse_format",
3935
 "rustc_serialize",
3936
 "rustc_session",
V
Vadim Petrochenkov 已提交
3937
 "rustc_span",
3938
 "rustc_target",
3939
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3940
 "tracing",
crlf0710's avatar
crlf0710 已提交
3941
 "unicode-security",
3942 3943
]

3944 3945 3946 3947 3948 3949 3950 3951 3952
[[package]]
name = "rustc_lint_defs"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_data_structures",
 "rustc_macros",
 "rustc_serialize",
 "rustc_span",
3953
 "rustc_target",
3954 3955
]

3956 3957 3958 3959
[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
3960 3961
 "build_helper",
 "cc",
3962
 "libc",
3963 3964
]

J
John Kåre Alsaker 已提交
3965 3966 3967 3968
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
3969 3970 3971
 "proc-macro2",
 "quote",
 "syn",
3972
 "synstructure",
J
John Kåre Alsaker 已提交
3973 3974
]

3975 3976 3977 3978
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3979
 "libc",
V
Vadim Petrochenkov 已提交
3980
 "rustc_ast",
3981
 "rustc_attr",
3982 3983
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3984
 "rustc_expand",
3985
 "rustc_feature",
3986
 "rustc_hir",
3987
 "rustc_hir_pretty",
3988
 "rustc_index",
M
Matthew Jasper 已提交
3989
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3990
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3991
 "rustc_serialize",
3992
 "rustc_session",
V
Vadim Petrochenkov 已提交
3993
 "rustc_span",
3994
 "rustc_target",
3995
 "smallvec",
3996
 "snap",
O
Oliver Scherer 已提交
3997
 "tracing",
I
Igor Matuszewski 已提交
3998
 "winapi",
3999 4000
]

M
Mazdak Farrokhzad 已提交
4001 4002 4003 4004 4005
[[package]]
name = "rustc_middle"
version = "0.0.0"
dependencies = [
 "bitflags",
J
Jack Huey 已提交
4006
 "chalk-ir",
M
Mazdak Farrokhzad 已提交
4007 4008 4009
 "polonius-engine",
 "rustc-rayon-core",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
4010
 "rustc_arena",
M
Mazdak Farrokhzad 已提交
4011 4012 4013 4014 4015 4016 4017 4018 4019
 "rustc_ast",
 "rustc_attr",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
 "rustc_query_system",
V
Vadim Petrochenkov 已提交
4020
 "rustc_serialize",
M
Mazdak Farrokhzad 已提交
4021 4022 4023
 "rustc_session",
 "rustc_span",
 "rustc_target",
L
LeSeulArtichaut 已提交
4024
 "rustc_type_ir",
4025
 "smallvec",
O
Oliver Scherer 已提交
4026
 "tracing",
M
Mazdak Farrokhzad 已提交
4027 4028
]

4029 4030 4031 4032
[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
R
Rich Kadel 已提交
4033
 "coverage_test_macros",
4034
 "either",
4035
 "gsgdt",
4036
 "itertools 0.9.0",
4037
 "polonius-engine",
4038
 "regex",
4039
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
4040
 "rustc_ast",
4041
 "rustc_attr",
4042 4043
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
4044
 "rustc_graphviz",
4045
 "rustc_hir",
4046
 "rustc_index",
C
Camille GILLOT 已提交
4047
 "rustc_infer",
4048
 "rustc_lexer",
4049
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4050
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4051
 "rustc_serialize",
4052
 "rustc_session",
V
Vadim Petrochenkov 已提交
4053
 "rustc_span",
4054
 "rustc_target",
4055
 "rustc_trait_selection",
4056
 "rustc_traits",
4057
 "smallvec",
O
Oliver Scherer 已提交
4058
 "tracing",
4059 4060
]

4061 4062 4063 4064 4065
[[package]]
name = "rustc_mir_build"
version = "0.0.0"
dependencies = [
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
4066
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4067
 "rustc_ast",
4068
 "rustc_attr",
4069 4070 4071 4072
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
C
Camille GILLOT 已提交
4073
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4074
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4075
 "rustc_serialize",
4076
 "rustc_session",
4077 4078
 "rustc_span",
 "rustc_target",
4079
 "rustc_trait_selection",
4080
 "smallvec",
O
Oliver Scherer 已提交
4081
 "tracing",
4082 4083
]

4084 4085 4086 4087 4088
[[package]]
name = "rustc_parse"
version = "0.0.0"
dependencies = [
 "bitflags",
V
Vadim Petrochenkov 已提交
4089
 "rustc_ast",
4090
 "rustc_ast_pretty",
4091 4092
 "rustc_data_structures",
 "rustc_errors",
4093
 "rustc_feature",
4094
 "rustc_lexer",
4095
 "rustc_session",
V
Vadim Petrochenkov 已提交
4096
 "rustc_span",
O
Oliver Scherer 已提交
4097
 "tracing",
4098
 "unicode-normalization",
4099 4100
]

V
Vadim Petrochenkov 已提交
4101 4102 4103 4104 4105 4106 4107 4108
[[package]]
name = "rustc_parse_format"
version = "0.0.0"
dependencies = [
 "rustc_lexer",
 "rustc_span",
]

4109 4110 4111 4112
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4113
 "rustc_ast",
4114
 "rustc_ast_pretty",
4115
 "rustc_attr",
4116 4117
 "rustc_data_structures",
 "rustc_errors",
4118
 "rustc_feature",
4119
 "rustc_hir",
4120
 "rustc_index",
4121
 "rustc_lexer",
M
Mazdak Farrokhzad 已提交
4122
 "rustc_middle",
4123
 "rustc_parse",
4124
 "rustc_serialize",
4125
 "rustc_session",
V
Vadim Petrochenkov 已提交
4126
 "rustc_span",
4127
 "rustc_target",
O
Oliver Scherer 已提交
4128
 "tracing",
4129 4130 4131
]

[[package]]
4132
name = "rustc_plugin_impl"
4133 4134
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4135
 "rustc_ast",
4136
 "rustc_errors",
4137
 "rustc_hir",
4138
 "rustc_lint",
4139
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
4140
 "rustc_middle",
4141
 "rustc_session",
V
Vadim Petrochenkov 已提交
4142
 "rustc_span",
4143 4144 4145 4146 4147 4148
]

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
4149
 "rustc_attr",
4150
 "rustc_data_structures",
4151
 "rustc_errors",
4152
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
4153
 "rustc_middle",
4154
 "rustc_session",
V
Vadim Petrochenkov 已提交
4155
 "rustc_span",
K
kadmin 已提交
4156
 "rustc_trait_selection",
4157
 "rustc_typeck",
O
Oliver Scherer 已提交
4158
 "tracing",
4159 4160
]

4161 4162 4163 4164 4165 4166
[[package]]
name = "rustc_query_impl"
version = "0.0.0"
dependencies = [
 "measureme",
 "rustc-rayon-core",
4167
 "rustc_ast",
4168 4169 4170
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
4171 4172
 "rustc_index",
 "rustc_macros",
4173 4174 4175
 "rustc_middle",
 "rustc_query_system",
 "rustc_serialize",
4176
 "rustc_session",
4177 4178 4179 4180
 "rustc_span",
 "tracing",
]

4181 4182 4183 4184
[[package]]
name = "rustc_query_system"
version = "0.0.0"
dependencies = [
C
Caleb Cartwright 已提交
4185
 "parking_lot",
4186
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
4187
 "rustc_arena",
4188 4189 4190
 "rustc_data_structures",
 "rustc_errors",
 "rustc_index",
M
Matthew Jasper 已提交
4191
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4192
 "rustc_serialize",
4193
 "rustc_session",
4194
 "rustc_span",
4195
 "smallvec",
O
Oliver Scherer 已提交
4196
 "tracing",
4197 4198
]

4199 4200 4201 4202
[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
4203
 "bitflags",
V
Vadim Petrochenkov 已提交
4204
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4205
 "rustc_ast",
4206
 "rustc_ast_lowering",
4207
 "rustc_ast_pretty",
4208
 "rustc_attr",
4209 4210
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
4211
 "rustc_expand",
4212
 "rustc_feature",
4213
 "rustc_hir",
4214
 "rustc_index",
4215
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
4216
 "rustc_middle",
4217
 "rustc_session",
V
Vadim Petrochenkov 已提交
4218
 "rustc_span",
4219
 "smallvec",
O
Oliver Scherer 已提交
4220
 "tracing",
4221 4222 4223 4224 4225 4226
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
4227 4228
 "rls-data",
 "rls-span",
V
Vadim Petrochenkov 已提交
4229
 "rustc_ast",
4230
 "rustc_ast_pretty",
4231
 "rustc_data_structures",
4232
 "rustc_hir",
4233
 "rustc_hir_pretty",
4234
 "rustc_lexer",
M
Mazdak Farrokhzad 已提交
4235
 "rustc_middle",
4236
 "rustc_session",
V
Vadim Petrochenkov 已提交
4237
 "rustc_span",
4238
 "serde_json",
O
Oliver Scherer 已提交
4239
 "tracing",
4240 4241
]

V
Vadim Petrochenkov 已提交
4242 4243 4244 4245 4246
[[package]]
name = "rustc_serialize"
version = "0.0.0"
dependencies = [
 "indexmap",
M
Matthew Jasper 已提交
4247
 "rustc_macros",
4248
 "smallvec",
V
Vadim Petrochenkov 已提交
4249 4250
]

M
Mark Rousskov 已提交
4251 4252 4253 4254
[[package]]
name = "rustc_session"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
4255
 "getopts",
M
Mark Rousskov 已提交
4256
 "num_cpus",
V
Vadim Petrochenkov 已提交
4257
 "rustc_ast",
M
Mark Rousskov 已提交
4258 4259
 "rustc_data_structures",
 "rustc_errors",
M
Mark Rousskov 已提交
4260 4261
 "rustc_feature",
 "rustc_fs_util",
4262
 "rustc_lint_defs",
M
Matthew Jasper 已提交
4263
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4264
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4265
 "rustc_span",
M
Mark Rousskov 已提交
4266
 "rustc_target",
O
Oliver Scherer 已提交
4267
 "tracing",
V
Vadim Petrochenkov 已提交
4268 4269 4270 4271 4272 4273
]

[[package]]
name = "rustc_span"
version = "0.0.0"
dependencies = [
A
Aaron Hill 已提交
4274
 "cfg-if 0.1.10",
I
Igor Matuszewski 已提交
4275
 "md-5",
V
Vadim Petrochenkov 已提交
4276
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4277 4278 4279
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4280
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4281
 "scoped-tls",
4282 4283
 "sha-1 0.9.1",
 "sha2",
O
Oliver Scherer 已提交
4284
 "tracing",
V
Vadim Petrochenkov 已提交
4285
 "unicode-width",
M
Mark Rousskov 已提交
4286 4287
]

4288 4289 4290 4291 4292 4293 4294 4295
[[package]]
name = "rustc_symbol_mangling"
version = "0.0.0"
dependencies = [
 "punycode",
 "rustc-demangle",
 "rustc_data_structures",
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
4296
 "rustc_middle",
4297 4298 4299
 "rustc_session",
 "rustc_span",
 "rustc_target",
O
Oliver Scherer 已提交
4300
 "tracing",
4301 4302
]

4303 4304 4305 4306
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
4307 4308
 "bitflags",
 "rustc_data_structures",
4309
 "rustc_index",
4310
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4311
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4312
 "rustc_span",
O
Oliver Scherer 已提交
4313
 "tracing",
4314 4315
]

M
Matthias Krüger 已提交
4316 4317
[[package]]
name = "rustc_tools_util"
I
Igor Matuszewski 已提交
4318
version = "0.2.0"
4319 4320 4321

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

4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337
[[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 已提交
4338
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4339
 "rustc_parse_format",
4340 4341 4342
 "rustc_session",
 "rustc_span",
 "rustc_target",
4343
 "smallvec",
O
Oliver Scherer 已提交
4344
 "tracing",
4345 4346
]

4347 4348 4349 4350
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
J
Jack Huey 已提交
4351
 "chalk-engine",
J
Jack Huey 已提交
4352 4353
 "chalk-ir",
 "chalk-solve",
V
Vadim Petrochenkov 已提交
4354
 "rustc_ast",
J
Jack Huey 已提交
4355
 "rustc_attr",
4356
 "rustc_data_structures",
4357
 "rustc_hir",
J
Jack Huey 已提交
4358
 "rustc_index",
C
Camille GILLOT 已提交
4359
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4360
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4361
 "rustc_span",
4362
 "rustc_trait_selection",
4363
 "smallvec",
O
Oliver Scherer 已提交
4364
 "tracing",
4365 4366
]

C
Camille GILLOT 已提交
4367
[[package]]
4368
name = "rustc_ty_utils"
C
Camille GILLOT 已提交
4369 4370 4371
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
4372
 "rustc_errors",
C
Camille GILLOT 已提交
4373
 "rustc_hir",
C
Camille GILLOT 已提交
4374
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4375
 "rustc_middle",
4376
 "rustc_session",
C
Camille GILLOT 已提交
4377
 "rustc_span",
4378
 "rustc_target",
4379
 "rustc_trait_selection",
O
Oliver Scherer 已提交
4380
 "tracing",
C
Camille GILLOT 已提交
4381
]
4382

L
LeSeulArtichaut 已提交
4383 4384 4385 4386 4387 4388 4389
[[package]]
name = "rustc_type_ir"
version = "0.0.0"
dependencies = [
 "bitflags",
 "rustc_data_structures",
 "rustc_index",
4390
 "rustc_macros",
L
LeSeulArtichaut 已提交
4391 4392 4393
 "rustc_serialize",
]

4394 4395 4396 4397
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4398
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4399
 "rustc_ast",
4400
 "rustc_attr",
4401 4402
 "rustc_data_structures",
 "rustc_errors",
4403
 "rustc_hir",
4404
 "rustc_hir_pretty",
4405
 "rustc_index",
C
Camille GILLOT 已提交
4406
 "rustc_infer",
J
jumbatm 已提交
4407
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4408
 "rustc_middle",
4409
 "rustc_session",
V
Vadim Petrochenkov 已提交
4410
 "rustc_span",
4411
 "rustc_target",
4412
 "rustc_trait_selection",
4413
 "rustc_ty_utils",
4414
 "smallvec",
O
Oliver Scherer 已提交
4415
 "tracing",
4416 4417
]

4418 4419
[[package]]
name = "rustc_version"
R
Ralf Jung 已提交
4420
version = "0.3.3"
4421
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
4422
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
4423
dependencies = [
R
Ralf Jung 已提交
4424
 "semver 0.11.0",
4425 4426
]

4427 4428 4429 4430
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
I
Igor Matuszewski 已提交
4431
 "arrayvec",
4432
 "expect-test",
4433
 "itertools 0.9.0",
4434
 "minifier",
J
Joshua Nelson 已提交
4435
 "pulldown-cmark 0.8.0",
4436
 "regex",
I
Igor Matuszewski 已提交
4437
 "rustc-rayon",
R
Rune Tynan 已提交
4438
 "rustdoc-json-types",
4439 4440
 "serde",
 "serde_json",
4441
 "smallvec",
4442
 "tempfile",
4443
 "tera",
4444 4445 4446
 "tracing",
 "tracing-subscriber",
 "tracing-tree",
M
Mark Simulacrum 已提交
4447 4448
]

R
Rune Tynan 已提交
4449 4450 4451 4452 4453
[[package]]
name = "rustdoc-json-types"
version = "0.1.0"
dependencies = [
 "serde",
4454
 "serde_json",
R
Rune Tynan 已提交
4455 4456
]

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

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

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

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

I
Igor Matuszewski 已提交
4502 4503
[[package]]
name = "rustfmt-nightly"
C
Caleb Cartwright 已提交
4504
version = "1.4.37"
I
Igor Matuszewski 已提交
4505
dependencies = [
I
Igor Matuszewski 已提交
4506
 "annotate-snippets",
I
Igor Matuszewski 已提交
4507
 "anyhow",
4508
 "bytecount",
M
Mark Rousskov 已提交
4509
 "cargo_metadata 0.8.2",
4510 4511 4512
 "derive-new",
 "diff",
 "dirs",
A
Alex Crichton 已提交
4513
 "env_logger 0.6.2",
4514 4515
 "getopts",
 "ignore",
M
Mark Rousskov 已提交
4516
 "itertools 0.8.2",
Y
Yuki Okushi 已提交
4517
 "lazy_static",
4518 4519 4520 4521 4522 4523
 "log",
 "regex",
 "rustc-workspace-hack",
 "rustfmt-config_proc_macro",
 "serde",
 "serde_json",
E
Eric Huss 已提交
4524
 "structopt",
M
Mark Rousskov 已提交
4525
 "term 0.6.1",
I
Igor Matuszewski 已提交
4526
 "thiserror",
E
Eric Huss 已提交
4527
 "toml",
4528 4529 4530
 "unicode-segmentation",
 "unicode-width",
 "unicode_categories",
I
Igor Matuszewski 已提交
4531 4532
]

F
flip1995 已提交
4533 4534
[[package]]
name = "rustversion"
D
David Tolnay 已提交
4535
version = "1.0.5"
F
flip1995 已提交
4536
source = "registry+https://github.com/rust-lang/crates.io-index"
D
David Tolnay 已提交
4537
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
F
flip1995 已提交
4538

A
Alex Crichton 已提交
4539 4540
[[package]]
name = "ryu"
M
Mark Rousskov 已提交
4541
version = "1.0.5"
A
Alex Crichton 已提交
4542
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4543
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
A
Alex Crichton 已提交
4544

4545 4546
[[package]]
name = "same-file"
M
Mark Rousskov 已提交
4547
version = "1.0.6"
4548
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4549
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4550
dependencies = [
4551
 "winapi-util",
4552 4553 4554 4555
]

[[package]]
name = "schannel"
M
Mark Rousskov 已提交
4556
version = "0.1.19"
4557
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4558
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
4559
dependencies = [
Y
Yuki Okushi 已提交
4560
 "lazy_static",
I
Igor Matuszewski 已提交
4561
 "winapi",
4562 4563
]

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

R
Ralf Jung 已提交
4570 4571
[[package]]
name = "scopeguard"
M
Mark Rousskov 已提交
4572
version = "1.1.0"
R
Ralf Jung 已提交
4573
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4574
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
R
Ralf Jung 已提交
4575

E
Eric Huss 已提交
4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598
[[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",
]

4599 4600 4601 4602
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4603
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4604
dependencies = [
E
Eduardo Broto 已提交
4605
 "semver-parser 0.7.0",
4606
 "serde",
4607 4608
]

E
Eduardo Broto 已提交
4609 4610 4611 4612 4613 4614
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
4615
 "semver-parser 0.10.2",
E
Eric Huss 已提交
4616 4617 4618
 "serde",
]

E
Eric Huss 已提交
4619 4620
[[package]]
name = "semver"
D
David Tolnay 已提交
4621
version = "1.0.3"
E
Eric Huss 已提交
4622
source = "registry+https://github.com/rust-lang/crates.io-index"
D
David Tolnay 已提交
4623
checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
E
Eric Huss 已提交
4624 4625 4626 4627
dependencies = [
 "serde",
]

4628 4629 4630 4631
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4632
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4633

E
Eduardo Broto 已提交
4634 4635
[[package]]
name = "semver-parser"
4636
version = "0.10.2"
E
Eduardo Broto 已提交
4637
source = "registry+https://github.com/rust-lang/crates.io-index"
4638
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
E
Eduardo Broto 已提交
4639 4640 4641 4642
dependencies = [
 "pest",
]

4643 4644
[[package]]
name = "serde"
E
Eric Huss 已提交
4645
version = "1.0.125"
4646
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4647
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
E
Eric Huss 已提交
4648
dependencies = [
4649
 "serde_derive",
E
Eric Huss 已提交
4650
]
4651 4652 4653

[[package]]
name = "serde_derive"
E
Eric Huss 已提交
4654
version = "1.0.125"
4655
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4656
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
4657
dependencies = [
4658 4659 4660
 "proc-macro2",
 "quote",
 "syn",
4661
]
S
Steve Klabnik 已提交
4662

F
flip1995 已提交
4663 4664
[[package]]
name = "serde_ignored"
M
Mark Rousskov 已提交
4665
version = "0.1.2"
F
flip1995 已提交
4666
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4667
checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
F
flip1995 已提交
4668 4669 4670 4671
dependencies = [
 "serde",
]

S
Steve Klabnik 已提交
4672 4673
[[package]]
name = "serde_json"
E
Eduardo Broto 已提交
4674
version = "1.0.59"
S
Steve Klabnik 已提交
4675
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eduardo Broto 已提交
4676
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
S
Steve Klabnik 已提交
4677
dependencies = [
4678
 "indexmap",
4679 4680 4681
 "itoa",
 "ryu",
 "serde",
S
Steve Klabnik 已提交
4682 4683
]

4684 4685
[[package]]
name = "serde_repr"
M
Mark Rousskov 已提交
4686
version = "0.1.6"
4687
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4688
checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
4689
dependencies = [
4690 4691 4692
 "proc-macro2",
 "quote",
 "syn",
4693 4694
]

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

4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719
[[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",
]

4720 4721 4722 4723 4724 4725 4726
[[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 已提交
4727
 "cfg-if 0.1.10",
4728 4729 4730
 "cpuid-bool",
 "digest 0.9.0",
 "opaque-debug 0.3.0",
4731 4732
]

O
Oliver Scherer 已提交
4733 4734
[[package]]
name = "sharded-slab"
T
Tomasz Miąsko 已提交
4735
version = "0.1.1"
O
Oliver Scherer 已提交
4736
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
4737
checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
O
Oliver Scherer 已提交
4738 4739 4740 4741
dependencies = [
 "lazy_static",
]

4742 4743
[[package]]
name = "shell-escape"
M
Mark Rousskov 已提交
4744
version = "0.1.5"
4745
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4746
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
4747

E
Eric Huss 已提交
4748 4749 4750 4751 4752 4753
[[package]]
name = "shlex"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"

4754
[[package]]
M
Mark Rousskov 已提交
4755
name = "signal-hook-registry"
K
klensy 已提交
4756
version = "1.2.2"
4757
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
4758
checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
4759
dependencies = [
4760
 "libc",
4761 4762
]

S
steveklabnik 已提交
4763 4764
[[package]]
name = "siphasher"
4765
version = "0.3.3"
S
steveklabnik 已提交
4766
source = "registry+https://github.com/rust-lang/crates.io-index"
4767
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
S
steveklabnik 已提交
4768

E
Eric Huss 已提交
4769 4770
[[package]]
name = "sized-chunks"
K
klensy 已提交
4771
version = "0.6.4"
E
Eric Huss 已提交
4772
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
4773
checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
E
Eric Huss 已提交
4774
dependencies = [
E
Eric Huss 已提交
4775
 "bitmaps",
4776
 "typenum",
E
Eric Huss 已提交
4777 4778
]

4779 4780 4781 4782
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4783
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4784

R
Ralf Jung 已提交
4785 4786
[[package]]
name = "smallvec"
K
klensy 已提交
4787
version = "1.6.1"
R
Ralf Jung 已提交
4788
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
4789
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
R
Ralf Jung 已提交
4790

4791 4792 4793 4794 4795 4796
[[package]]
name = "snap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"

K
klensy 已提交
4797 4798
[[package]]
name = "socket2"
4799
version = "0.4.1"
K
klensy 已提交
4800
source = "registry+https://github.com/rust-lang/crates.io-index"
4801
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
K
klensy 已提交
4802 4803
dependencies = [
 "libc",
I
Igor Matuszewski 已提交
4804
 "winapi",
K
klensy 已提交
4805 4806
]

4807 4808
[[package]]
name = "stable_deref_trait"
M
Mark Rousskov 已提交
4809
version = "1.2.0"
4810
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4811
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4812

4813 4814
[[package]]
name = "stacker"
4815
version = "0.1.12"
4816
source = "registry+https://github.com/rust-lang/crates.io-index"
4817
checksum = "21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786"
4818 4819
dependencies = [
 "cc",
A
Aaron Hill 已提交
4820
 "cfg-if 0.1.10",
4821 4822
 "libc",
 "psm",
I
Igor Matuszewski 已提交
4823
 "winapi",
4824 4825
]

4826 4827 4828 4829
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
4830
 "addr2line",
4831
 "alloc",
A
Aaron Hill 已提交
4832
 "cfg-if 0.1.10",
4833 4834 4835 4836
 "compiler_builtins",
 "core",
 "dlmalloc",
 "fortanix-sgx-abi",
4837
 "hashbrown",
4838
 "hermit-abi",
4839
 "libc",
4840
 "miniz_oxide",
4841
 "object",
4842 4843 4844
 "panic_abort",
 "panic_unwind",
 "profiler_builtins",
A
Aaron Hill 已提交
4845
 "rand 0.7.3",
4846
 "rustc-demangle",
4847
 "std_detect",
4848
 "unwind",
4849
 "wasi",
4850 4851
]

4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862
[[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 已提交
4863 4864
[[package]]
name = "string_cache"
4865
version = "0.8.0"
S
steveklabnik 已提交
4866
source = "registry+https://github.com/rust-lang/crates.io-index"
4867
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
S
steveklabnik 已提交
4868
dependencies = [
Y
Yuki Okushi 已提交
4869
 "lazy_static",
4870 4871 4872 4873
 "new_debug_unreachable",
 "phf_shared",
 "precomputed-hash",
 "serde",
S
steveklabnik 已提交
4874 4875 4876 4877
]

[[package]]
name = "string_cache_codegen"
4878
version = "0.5.1"
S
steveklabnik 已提交
4879
source = "registry+https://github.com/rust-lang/crates.io-index"
4880
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
S
steveklabnik 已提交
4881
dependencies = [
4882 4883
 "phf_generator",
 "phf_shared",
4884 4885
 "proc-macro2",
 "quote",
S
steveklabnik 已提交
4886 4887
]

E
Eric Huss 已提交
4888 4889 4890 4891
[[package]]
name = "strip-ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4892
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
E
Eric Huss 已提交
4893
dependencies = [
4894
 "vte",
E
Eric Huss 已提交
4895 4896
]

4897 4898
[[package]]
name = "strsim"
4899
version = "0.8.0"
4900
source = "registry+https://github.com/rust-lang/crates.io-index"
4901
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4902

4903 4904
[[package]]
name = "structopt"
M
Mark Rousskov 已提交
4905
version = "0.3.16"
4906
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4907
checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
4908 4909
dependencies = [
 "clap",
M
Mark Rousskov 已提交
4910
 "lazy_static",
E
Eric Huss 已提交
4911
 "structopt-derive",
4912 4913 4914 4915
]

[[package]]
name = "structopt-derive"
M
Mark Rousskov 已提交
4916
version = "0.4.9"
4917
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4918
checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
4919 4920 4921
dependencies = [
 "heck",
 "proc-macro-error",
4922 4923 4924
 "proc-macro2",
 "quote",
 "syn",
T
topecongiro 已提交
4925 4926
]

M
Matt Ickstadt 已提交
4927 4928
[[package]]
name = "strum"
4929
version = "0.18.0"
M
Matt Ickstadt 已提交
4930
source = "registry+https://github.com/rust-lang/crates.io-index"
4931
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
M
Matt Ickstadt 已提交
4932 4933 4934

[[package]]
name = "strum_macros"
4935
version = "0.18.0"
M
Matt Ickstadt 已提交
4936
source = "registry+https://github.com/rust-lang/crates.io-index"
4937
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
M
Matt Ickstadt 已提交
4938
dependencies = [
4939
 "heck",
4940 4941 4942
 "proc-macro2",
 "quote",
 "syn",
A
Alex Crichton 已提交
4943 4944
]

4945 4946
[[package]]
name = "syn"
E
Eric Huss 已提交
4947
version = "1.0.65"
4948
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4949
checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663"
4950
dependencies = [
4951 4952 4953
 "proc-macro2",
 "quote",
 "unicode-xid",
4954 4955
]

4956 4957
[[package]]
name = "synstructure"
M
Mark Rousskov 已提交
4958
version = "0.12.4"
4959
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4960
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
4961
dependencies = [
4962 4963 4964 4965
 "proc-macro2",
 "quote",
 "syn",
 "unicode-xid",
4966 4967
]

4968 4969
[[package]]
name = "tar"
E
Eric Huss 已提交
4970
version = "0.4.35"
4971
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4972
checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80"
4973
dependencies = [
4974 4975 4976
 "filetime",
 "libc",
 "xattr",
4977 4978
]

A
Aleksey Kladov 已提交
4979 4980
[[package]]
name = "tempfile"
4981
version = "3.2.0"
A
Aleksey Kladov 已提交
4982
source = "registry+https://github.com/rust-lang/crates.io-index"
4983
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
A
Aleksey Kladov 已提交
4984
dependencies = [
4985
 "cfg-if 1.0.0",
4986
 "libc",
4987
 "rand 0.8.3",
K
klensy 已提交
4988
 "redox_syscall",
4989
 "remove_dir_all",
I
Igor Matuszewski 已提交
4990
 "winapi",
A
Aleksey Kladov 已提交
4991 4992
]

S
steveklabnik 已提交
4993 4994
[[package]]
name = "tendril"
M
Mark Rousskov 已提交
4995
version = "0.4.1"
S
steveklabnik 已提交
4996
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4997
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
S
steveklabnik 已提交
4998
dependencies = [
4999 5000 5001
 "futf",
 "mac",
 "utf-8",
S
steveklabnik 已提交
5002 5003
]

5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018
[[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 已提交
5019 5020
[[package]]
name = "term"
M
Mark Rousskov 已提交
5021
version = "0.6.1"
I
Igor Matuszewski 已提交
5022
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5023
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
I
Igor Matuszewski 已提交
5024
dependencies = [
5025
 "dirs",
I
Igor Matuszewski 已提交
5026
 "winapi",
I
Igor Matuszewski 已提交
5027 5028
]

F
flip1995 已提交
5029 5030 5031 5032 5033 5034 5035 5036
[[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 已提交
5037
 "winapi",
F
flip1995 已提交
5038 5039
]

5040 5041
[[package]]
name = "termcolor"
E
Eric Huss 已提交
5042
version = "1.1.2"
5043
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5044
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
5045
dependencies = [
E
Eric Huss 已提交
5046
 "winapi-util",
5047 5048
]

5049 5050 5051 5052 5053 5054 5055
[[package]]
name = "termize"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
dependencies = [
 "libc",
I
Igor Matuszewski 已提交
5056
 "winapi",
5057 5058
]

5059 5060 5061 5062
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
A
Aaron Hill 已提交
5063
 "cfg-if 0.1.10",
5064
 "core",
5065
 "getopts",
5066 5067 5068
 "libc",
 "panic_abort",
 "panic_unwind",
5069
 "proc_macro",
5070
 "std",
5071 5072
]

F
flip1995 已提交
5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085
[[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 已提交
5086 5087
[[package]]
name = "textwrap"
5088
version = "0.11.0"
S
steveklabnik 已提交
5089
source = "registry+https://github.com/rust-lang/crates.io-index"
5090
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
S
steveklabnik 已提交
5091
dependencies = [
5092
 "unicode-width",
S
steveklabnik 已提交
5093 5094
]

5095 5096
[[package]]
name = "thiserror"
M
Mark Rousskov 已提交
5097
version = "1.0.20"
5098
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5099
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
5100 5101 5102 5103 5104 5105
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
M
Mark Rousskov 已提交
5106
version = "1.0.20"
5107
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5108
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
5109
dependencies = [
5110 5111 5112
 "proc-macro2",
 "quote",
 "syn",
5113 5114
]

I
Igor Matuszewski 已提交
5115 5116 5117 5118 5119 5120
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
Y
Yuki Okushi 已提交
5121
 "lazy_static",
I
Igor Matuszewski 已提交
5122 5123
]

5124 5125 5126
[[package]]
name = "tidy"
version = "0.1.0"
5127
dependencies = [
K
klensy 已提交
5128
 "cargo_metadata 0.12.0",
J
Jubilee Young 已提交
5129
 "crossbeam-utils 0.8.3",
Y
Yuki Okushi 已提交
5130
 "lazy_static",
5131 5132
 "regex",
 "walkdir",
5133
]
5134

5135 5136 5137 5138
[[package]]
name = "tier-check"
version = "0.1.0"

G
Gus Wynn 已提交
5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159
[[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 已提交
5160 5161
[[package]]
name = "time"
M
Mark Rousskov 已提交
5162
version = "0.1.43"
A
Alex Crichton 已提交
5163
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5164
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
A
Alex Crichton 已提交
5165
dependencies = [
5166
 "libc",
I
Igor Matuszewski 已提交
5167
 "winapi",
A
Alex Crichton 已提交
5168 5169
]

M
Mark Rousskov 已提交
5170 5171
[[package]]
name = "tinyvec"
5172
version = "0.3.4"
M
Mark Rousskov 已提交
5173
source = "registry+https://github.com/rust-lang/crates.io-index"
5174
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
M
Mark Rousskov 已提交
5175

5176 5177
[[package]]
name = "tokio"
I
Igor Matuszewski 已提交
5178
version = "1.8.2"
5179
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
5180
checksum = "c2602b8af3767c285202012822834005f596c811042315fa7e9f5b12b2a43207"
5181
dependencies = [
I
Igor Matuszewski 已提交
5182
 "autocfg",
5183 5184
 "bytes",
 "libc",
C
Caleb Cartwright 已提交
5185
 "memchr",
5186 5187
 "mio",
 "num_cpus",
I
Igor Matuszewski 已提交
5188 5189
 "once_cell",
 "pin-project-lite",
C
Caleb Cartwright 已提交
5190
 "signal-hook-registry",
I
Igor Matuszewski 已提交
5191
 "winapi",
5192 5193 5194
]

[[package]]
I
Igor Matuszewski 已提交
5195 5196
name = "tokio-stream"
version = "0.1.7"
5197
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
5198
checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
5199
dependencies = [
I
Igor Matuszewski 已提交
5200 5201 5202
 "futures-core",
 "pin-project-lite",
 "tokio",
5203 5204 5205
]

[[package]]
C
Caleb Cartwright 已提交
5206
name = "tokio-util"
I
Igor Matuszewski 已提交
5207
version = "0.6.7"
5208
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
5209
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
5210
dependencies = [
5211
 "bytes",
C
Caleb Cartwright 已提交
5212 5213
 "futures-core",
 "futures-sink",
5214
 "log",
I
Igor Matuszewski 已提交
5215
 "pin-project-lite",
C
Caleb Cartwright 已提交
5216
 "tokio",
5217 5218
]

E
Eric Huss 已提交
5219 5220
[[package]]
name = "toml"
E
Eric Huss 已提交
5221
version = "0.5.7"
E
Eric Huss 已提交
5222
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5223
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
E
Eric Huss 已提交
5224
dependencies = [
5225
 "serde",
E
Eric Huss 已提交
5226 5227
]

C
Caleb Cartwright 已提交
5228 5229 5230 5231 5232 5233
[[package]]
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"

J
Jack Huey 已提交
5234 5235
[[package]]
name = "tracing"
T
Tomasz Miąsko 已提交
5236
version = "0.1.25"
J
Jack Huey 已提交
5237
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
5238
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
J
Jack Huey 已提交
5239
dependencies = [
T
Tomasz Miąsko 已提交
5240
 "cfg-if 1.0.0",
I
Igor Matuszewski 已提交
5241
 "pin-project-lite",
J
Jack Huey 已提交
5242 5243 5244 5245 5246 5247
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
T
Tomasz Miąsko 已提交
5248
version = "0.1.13"
J
Jack Huey 已提交
5249
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
5250
checksum = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07"
J
Jack Huey 已提交
5251
dependencies = [
5252 5253 5254
 "proc-macro2",
 "quote",
 "syn",
J
Jack Huey 已提交
5255 5256 5257 5258
]

[[package]]
name = "tracing-core"
J
Joshua Nelson 已提交
5259
version = "0.1.17"
J
Jack Huey 已提交
5260
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Joshua Nelson 已提交
5261
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
J
Jack Huey 已提交
5262 5263 5264 5265
dependencies = [
 "lazy_static",
]

J
Jack Huey 已提交
5266 5267
[[package]]
name = "tracing-log"
T
Tomasz Miąsko 已提交
5268
version = "0.1.2"
J
Jack Huey 已提交
5269
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
5270
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
J
Jack Huey 已提交
5271 5272 5273 5274 5275 5276 5277 5278
dependencies = [
 "lazy_static",
 "log",
 "tracing-core",
]

[[package]]
name = "tracing-serde"
5279
version = "0.1.2"
J
Jack Huey 已提交
5280
source = "registry+https://github.com/rust-lang/crates.io-index"
5281
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
J
Jack Huey 已提交
5282 5283 5284 5285 5286
dependencies = [
 "serde",
 "tracing-core",
]

O
Oliver Scherer 已提交
5287 5288
[[package]]
name = "tracing-subscriber"
T
Tomasz Miąsko 已提交
5289
version = "0.2.16"
O
Oliver Scherer 已提交
5290
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Tomasz Miąsko 已提交
5291
checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96"
O
Oliver Scherer 已提交
5292 5293
dependencies = [
 "ansi_term 0.12.1",
J
Jack Huey 已提交
5294
 "chrono",
O
Oliver Scherer 已提交
5295 5296
 "lazy_static",
 "matchers",
C
Caleb Cartwright 已提交
5297
 "parking_lot",
O
Oliver Scherer 已提交
5298
 "regex",
J
Jack Huey 已提交
5299 5300
 "serde",
 "serde_json",
O
Oliver Scherer 已提交
5301
 "sharded-slab",
5302
 "smallvec",
M
Mark Rousskov 已提交
5303
 "thread_local",
J
Joshua Nelson 已提交
5304
 "tracing",
O
Oliver Scherer 已提交
5305
 "tracing-core",
J
Jack Huey 已提交
5306 5307 5308 5309 5310 5311
 "tracing-log",
 "tracing-serde",
]

[[package]]
name = "tracing-tree"
O
Oli Scherer 已提交
5312
version = "0.1.9"
J
Jack Huey 已提交
5313
source = "registry+https://github.com/rust-lang/crates.io-index"
O
Oli Scherer 已提交
5314
checksum = "1712b40907f8d9bc2bc66763ab61dec914b7123d7149e59feb0d4e2a95fc4967"
J
Jack Huey 已提交
5315 5316 5317 5318 5319
dependencies = [
 "ansi_term 0.12.1",
 "atty",
 "termcolor",
 "tracing",
T
Tomasz Miąsko 已提交
5320
 "tracing-log",
J
Jack Huey 已提交
5321
 "tracing-subscriber",
O
Oliver Scherer 已提交
5322 5323
]

E
Eric Huss 已提交
5324 5325
[[package]]
name = "typenum"
E
Eric Huss 已提交
5326
version = "1.12.0"
E
Eric Huss 已提交
5327
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5328
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
E
Eric Huss 已提交
5329

M
Mark Rousskov 已提交
5330 5331
[[package]]
name = "ucd-parse"
M
Mark Rousskov 已提交
5332
version = "0.1.8"
M
Mark Rousskov 已提交
5333
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5334
checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
M
Mark Rousskov 已提交
5335
dependencies = [
Y
Yuki Okushi 已提交
5336
 "lazy_static",
M
Mark Rousskov 已提交
5337 5338 5339
 "regex",
]

5340 5341
[[package]]
name = "ucd-trie"
M
Mark Rousskov 已提交
5342
version = "0.1.3"
5343
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5344
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5345

5346 5347
[[package]]
name = "unicase"
5348
version = "2.6.0"
5349
source = "registry+https://github.com/rust-lang/crates.io-index"
5350
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5351
dependencies = [
5352
 "version_check",
5353 5354
]

M
Mark Rousskov 已提交
5355 5356 5357 5358 5359 5360 5361
[[package]]
name = "unicode-bdd"
version = "0.1.0"
dependencies = [
 "ucd-parse",
]

5362 5363
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
5364
version = "0.3.4"
S
Steve Klabnik 已提交
5365
source = "registry+https://github.com/rust-lang/crates.io-index"
5366
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
S
Steve Klabnik 已提交
5367
dependencies = [
5368
 "matches",
5369 5370
]

5371 5372
[[package]]
name = "unicode-normalization"
M
Mark Rousskov 已提交
5373
version = "0.1.13"
5374
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5375
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
5376
dependencies = [
M
Mark Rousskov 已提交
5377
 "tinyvec",
5378
]
5379

crlf0710's avatar
crlf0710 已提交
5380 5381
[[package]]
name = "unicode-script"
F
flip1995 已提交
5382
version = "0.5.3"
crlf0710's avatar
crlf0710 已提交
5383
source = "registry+https://github.com/rust-lang/crates.io-index"
F
flip1995 已提交
5384
checksum = "098ec66172ce21cd55f8bcc786ee209dd20e04eff70acfca30cb79924d173ae9"
crlf0710's avatar
crlf0710 已提交
5385 5386 5387

[[package]]
name = "unicode-security"
5388
version = "0.0.5"
crlf0710's avatar
crlf0710 已提交
5389
source = "registry+https://github.com/rust-lang/crates.io-index"
5390
checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
crlf0710's avatar
crlf0710 已提交
5391
dependencies = [
crlf0710's avatar
crlf0710 已提交
5392
 "unicode-normalization",
crlf0710's avatar
crlf0710 已提交
5393 5394 5395
 "unicode-script",
]

5396 5397
[[package]]
name = "unicode-segmentation"
E
Eric Huss 已提交
5398
version = "1.6.0"
5399
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5400
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
5401 5402 5403

[[package]]
name = "unicode-width"
M
Mark Rousskov 已提交
5404
version = "0.1.8"
5405
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5406
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5407 5408 5409 5410 5411
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
]
5412

5413 5414
[[package]]
name = "unicode-xid"
I
ibraheemdev 已提交
5415
version = "0.2.2"
5416
source = "registry+https://github.com/rust-lang/crates.io-index"
I
ibraheemdev 已提交
5417
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
5418

F
flip1995 已提交
5419 5420 5421 5422
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5423
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
F
flip1995 已提交
5424

5425 5426 5427 5428 5429 5430 5431 5432 5433
[[package]]
name = "unified-diff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
dependencies = [
 "diff",
]

5434 5435 5436 5437
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
5438 5439
 "num-traits",
 "tidy",
5440 5441
]

N
Nick Cameron 已提交
5442 5443 5444 5445
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
5446
 "cc",
A
Aaron Hill 已提交
5447
 "cfg-if 0.1.10",
5448 5449 5450
 "compiler_builtins",
 "core",
 "libc",
N
Nick Cameron 已提交
5451 5452
]

5453 5454
[[package]]
name = "url"
5455
version = "1.7.2"
5456
source = "registry+https://github.com/rust-lang/crates.io-index"
5457
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5458
dependencies = [
5459 5460 5461
 "idna 0.1.5",
 "matches",
 "percent-encoding 1.0.1",
5462 5463
]

E
Eric Huss 已提交
5464 5465
[[package]]
name = "url"
E
Eric Huss 已提交
5466
version = "2.2.2"
E
Eric Huss 已提交
5467
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5468
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
E
Eric Huss 已提交
5469
dependencies = [
E
Eric Huss 已提交
5470
 "form_urlencoded",
5471 5472
 "idna 0.2.0",
 "matches",
E
Eric Huss 已提交
5473
 "percent-encoding 2.1.0",
5474
 "serde",
E
Eric Huss 已提交
5475 5476
]

S
steveklabnik 已提交
5477 5478
[[package]]
name = "utf-8"
M
Mark Rousskov 已提交
5479
version = "0.7.5"
S
steveklabnik 已提交
5480
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5481
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
S
steveklabnik 已提交
5482

E
Eric Huss 已提交
5483 5484 5485 5486
[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5487
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
E
Eric Huss 已提交
5488

5489 5490
[[package]]
name = "vcpkg"
M
Mark Rousskov 已提交
5491
version = "0.2.10"
5492
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5493
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
5494

5495 5496
[[package]]
name = "vec_map"
M
Mark Rousskov 已提交
5497
version = "0.8.2"
5498
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5499
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5500

R
Ralf Jung 已提交
5501 5502
[[package]]
name = "vergen"
R
Ralf Jung 已提交
5503
version = "5.1.0"
R
Ralf Jung 已提交
5504
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
5505
checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183"
R
Ralf Jung 已提交
5506
dependencies = [
R
Ralf Jung 已提交
5507
 "anyhow",
5508
 "chrono",
R
Ralf Jung 已提交
5509 5510 5511 5512 5513
 "enum-iterator",
 "getset",
 "git2",
 "rustversion",
 "thiserror",
R
Ralf Jung 已提交
5514 5515
]

E
Eric Huss 已提交
5516 5517
[[package]]
name = "version_check"
K
klensy 已提交
5518
version = "0.9.3"
E
Eric Huss 已提交
5519
source = "registry+https://github.com/rust-lang/crates.io-index"
K
klensy 已提交
5520
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
E
Eric Huss 已提交
5521

E
Eric Huss 已提交
5522 5523 5524 5525
[[package]]
name = "vte"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5526
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
E
Eric Huss 已提交
5527
dependencies = [
5528
 "utf8parse",
E
Eric Huss 已提交
5529 5530
]

5531 5532
[[package]]
name = "walkdir"
M
Mark Rousskov 已提交
5533
version = "2.3.1"
5534
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5535
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
5536
dependencies = [
5537
 "same-file",
I
Igor Matuszewski 已提交
5538
 "winapi",
5539
 "winapi-util",
5540 5541
]

5542 5543 5544 5545 5546
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
N
newpavlov 已提交
5547 5548 5549 5550 5551 5552
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

5553 5554
[[package]]
name = "winapi"
M
Mark Rousskov 已提交
5555
version = "0.3.9"
5556
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5557
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5558
dependencies = [
5559 5560
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
5561 5562 5563 5564 5565 5566
]

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

A
Alex Crichton 已提交
5569 5570
[[package]]
name = "winapi-util"
E
Eric Huss 已提交
5571
version = "0.1.5"
A
Alex Crichton 已提交
5572
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5573
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
A
Alex Crichton 已提交
5574
dependencies = [
I
Igor Matuszewski 已提交
5575
 "winapi",
A
Alex Crichton 已提交
5576 5577
]

5578 5579 5580 5581
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5582
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5583

5584 5585
[[package]]
name = "xattr"
A
Alex Crichton 已提交
5586
version = "0.2.2"
5587
source = "registry+https://github.com/rust-lang/crates.io-index"
5588
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5589
dependencies = [
5590
 "libc",
5591 5592
]

5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604
[[package]]
name = "xml5ever"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
dependencies = [
 "log",
 "mac",
 "markup5ever",
 "time",
]

5605 5606
[[package]]
name = "xz2"
M
Mark Rousskov 已提交
5607
version = "0.1.6"
5608
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5609
checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
5610
dependencies = [
5611
 "lzma-sys",
5612 5613
]

5614 5615
[[package]]
name = "yaml-merge-keys"
M
Mark Rousskov 已提交
5616
version = "0.4.1"
5617
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5618
checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
5619
dependencies = [
Y
Yuki Okushi 已提交
5620
 "lazy_static",
5621
 "thiserror",
M
Mark Rousskov 已提交
5622
 "yaml-rust 0.4.4",
5623 5624
]

5625 5626 5627 5628
[[package]]
name = "yaml-rust"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5629
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5630 5631 5632

[[package]]
name = "yaml-rust"
M
Mark Rousskov 已提交
5633
version = "0.4.4"
5634
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5635
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
5636 5637 5638
dependencies = [
 "linked-hash-map",
]
I
Igor Matuszewski 已提交
5639 5640 5641 5642 5643 5644 5645

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