Cargo.lock 119.4 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"
874
version = "0.4.44+curl-7.77.0"
875
source = "registry+https://github.com/rust-lang/crates.io-index"
876
checksum = "4b6d85e9322b193f117c966e79c2d6929ec08c02f339f950044aba12e20bbaf1"
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"
V
varkor 已提交
3401
version = "0.1.18"
3402
source = "registry+https://github.com/rust-lang/crates.io-index"
V
varkor 已提交
3403
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
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_hir",
4119
 "rustc_index",
4120
 "rustc_lexer",
M
Mazdak Farrokhzad 已提交
4121
 "rustc_middle",
4122
 "rustc_serialize",
4123
 "rustc_session",
V
Vadim Petrochenkov 已提交
4124
 "rustc_span",
4125
 "rustc_target",
O
Oliver Scherer 已提交
4126
 "tracing",
4127 4128 4129
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

5133 5134 5135 5136
[[package]]
name = "tier-check"
version = "0.1.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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