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

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

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

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

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

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

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

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

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

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

98 99
[[package]]
name = "arc-swap"
M
Mark Rousskov 已提交
100
version = "0.4.7"
101
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
102
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
103

F
flip1995 已提交
104
[[package]]
M
Mark Rousskov 已提交
105 106
name = "arrayref"
version = "0.3.6"
F
flip1995 已提交
107
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
108
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
N
Nick Cameron 已提交
109

110 111 112 113 114 115
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"

116 117
[[package]]
name = "atty"
Y
Yuki Okushi 已提交
118
version = "0.2.14"
119
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
120
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
121
dependencies = [
Y
Yuki Okushi 已提交
122
 "hermit-abi",
123
 "libc",
M
Mark Rousskov 已提交
124
 "winapi 0.3.9",
125 126
]

127 128 129 130 131 132
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"

133 134
[[package]]
name = "backtrace"
135
version = "0.3.50"
136
dependencies = [
137
 "addr2line",
138 139
 "cfg-if",
 "libc",
140 141
 "miniz_oxide",
 "object",
142
 "rustc-demangle",
143 144
]

M
Mark Rousskov 已提交
145 146 147 148 149 150
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"

151 152
[[package]]
name = "bitflags"
V
varkor 已提交
153
version = "1.2.1"
154
source = "registry+https://github.com/rust-lang/crates.io-index"
V
varkor 已提交
155
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
156

E
Eric Huss 已提交
157 158
[[package]]
name = "bitmaps"
M
Mark Rousskov 已提交
159
version = "2.1.0"
E
Eric Huss 已提交
160
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
161
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
E
Eric Huss 已提交
162 163 164 165
dependencies = [
 "typenum",
]

F
flip1995 已提交
166
[[package]]
M
Mark Rousskov 已提交
167 168
name = "blake2b_simd"
version = "0.5.10"
F
flip1995 已提交
169
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
170
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
F
flip1995 已提交
171
dependencies = [
M
Mark Rousskov 已提交
172 173
 "arrayref",
 "arrayvec",
174
 "constant_time_eq",
F
flip1995 已提交
175 176
]

177 178
[[package]]
name = "block-buffer"
179
version = "0.7.3"
180
source = "registry+https://github.com/rust-lang/crates.io-index"
181 182 183 184 185
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
 "block-padding",
 "byte-tools",
 "byteorder",
186 187 188 189 190 191 192 193 194 195
 "generic-array 0.12.3",
]

[[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",
196 197 198 199 200 201 202
]

[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
203
dependencies = [
204
 "byte-tools",
205 206
]

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

E
Eric Huss 已提交
230 231
[[package]]
name = "bstr"
M
Mark Rousskov 已提交
232
version = "0.2.13"
E
Eric Huss 已提交
233
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
234
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
E
Eric Huss 已提交
235
dependencies = [
236
 "memchr",
E
Eric Huss 已提交
237 238
]

239 240 241 242
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
243
 "anyhow",
244
 "flate2",
245 246
 "hex 0.4.2",
 "rayon",
247
 "serde",
248
 "serde_json",
249
 "sha2",
250
 "tar",
E
Eric Huss 已提交
251
 "toml",
252 253 254 255 256 257
]

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

258 259
[[package]]
name = "byte-tools"
260
version = "0.3.1"
261
source = "registry+https://github.com/rust-lang/crates.io-index"
262
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
263

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

273 274
[[package]]
name = "byteorder"
M
Mark Rousskov 已提交
275
version = "1.3.4"
276
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
277
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
278

279 280
[[package]]
name = "bytes"
M
Mark Rousskov 已提交
281
version = "0.4.12"
282
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
283
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
284
dependencies = [
285 286
 "byteorder",
 "iovec",
287 288
]

A
Alex Crichton 已提交
289 290
[[package]]
name = "bytesize"
M
Mark Rousskov 已提交
291
version = "1.0.1"
A
Alex Crichton 已提交
292
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
293
checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
A
Alex Crichton 已提交
294

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

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

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

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

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

M
Manish Goregaokar 已提交
397 398
[[package]]
name = "cargo_metadata"
M
Mark Rousskov 已提交
399
version = "0.8.2"
M
Manish Goregaokar 已提交
400
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
401
checksum = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426"
M
Manish Goregaokar 已提交
402
dependencies = [
E
Eric Huss 已提交
403
 "semver 0.9.0",
404 405 406
 "serde",
 "serde_derive",
 "serde_json",
M
Manish Goregaokar 已提交
407 408
]

J
Jubilee Young 已提交
409 410 411 412 413 414 415 416 417 418 419
[[package]]
name = "cargo_metadata"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89fec17b16f1ac67908af82e47d0a90a7afd0e1827b181cd77504323d3263d35"
dependencies = [
 "semver 0.10.0",
 "serde",
 "serde_json",
]

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

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

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

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

[[package]]
name = "chalk-engine"
B
Bram van den Heuvel 已提交
457
version = "0.29.0"
J
Jack Huey 已提交
458
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bram van den Heuvel 已提交
459
checksum = "c43fcc7edf4d51b42f44ed50e2337bd90ddc8e088d0cd78a71db92a6f780f782"
J
Jack Huey 已提交
460
dependencies = [
J
Jack Huey 已提交
461 462
 "chalk-derive",
 "chalk-ir",
J
Jack Huey 已提交
463
 "chalk-solve",
J
Jack Huey 已提交
464
 "rustc-hash",
J
Jack Huey 已提交
465
 "tracing",
J
Jack Huey 已提交
466 467 468 469
]

[[package]]
name = "chalk-ir"
B
Bram van den Heuvel 已提交
470
version = "0.29.0"
J
Jack Huey 已提交
471
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bram van den Heuvel 已提交
472
checksum = "03a4050029ecb2b5a1ff3bfc64c39279179b294821ec2e8891a4a5c6e3a08db0"
J
Jack Huey 已提交
473 474
dependencies = [
 "chalk-derive",
Y
Yuki Okushi 已提交
475
 "lazy_static",
J
Jack Huey 已提交
476 477 478 479
]

[[package]]
name = "chalk-solve"
B
Bram van den Heuvel 已提交
480
version = "0.29.0"
J
Jack Huey 已提交
481
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Bram van den Heuvel 已提交
482
checksum = "828c1f80d4eaf681027cce02050c54a3c97370f81988d31bf2a56df54048746c"
J
Jack Huey 已提交
483 484 485
dependencies = [
 "chalk-derive",
 "chalk-ir",
J
Jack Huey 已提交
486
 "ena",
J
Jack Huey 已提交
487 488 489
 "itertools 0.9.0",
 "petgraph",
 "rustc-hash",
J
Jack Huey 已提交
490
 "tracing",
J
Jack Huey 已提交
491 492
 "tracing-subscriber",
 "tracing-tree",
J
Jack Huey 已提交
493 494
]

A
Alex Crichton 已提交
495 496
[[package]]
name = "chrono"
M
Mark Rousskov 已提交
497
version = "0.4.15"
A
Alex Crichton 已提交
498
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
499
checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
A
Alex Crichton 已提交
500
dependencies = [
501 502 503
 "num-integer",
 "num-traits",
 "time",
A
Alex Crichton 已提交
504 505
]

506 507
[[package]]
name = "clap"
M
Mark Rousskov 已提交
508
version = "2.33.3"
509
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
510
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
511
dependencies = [
O
Oliver Scherer 已提交
512
 "ansi_term 0.11.0",
513 514 515 516 517 518
 "atty",
 "bitflags",
 "strsim",
 "textwrap",
 "unicode-width",
 "vec_map",
519
 "yaml-rust 0.3.5",
520 521
]

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

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

O
Oliver Schneider 已提交
544 545
[[package]]
name = "clippy_lints"
O
Oliver Schneider 已提交
546
version = "0.0.212"
547
dependencies = [
F
flip1995 已提交
548
 "cargo_metadata 0.11.1",
549
 "if_chain",
550
 "itertools 0.9.0",
Y
Yuki Okushi 已提交
551
 "lazy_static",
F
flip1995 已提交
552
 "pulldown-cmark 0.8.0",
553
 "quine-mc_cluskey",
554
 "quote",
555
 "regex-syntax",
F
flip1995 已提交
556
 "semver 0.10.0",
557
 "serde",
M
Mark Rousskov 已提交
558
 "smallvec 1.4.2",
559
 "syn",
E
Eric Huss 已提交
560
 "toml",
561
 "unicode-normalization",
M
Mark Rousskov 已提交
562
 "url 2.1.1",
563 564
]

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

M
Mark Rousskov 已提交
574 575 576 577 578 579 580 581 582
[[package]]
name = "cloudabi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
dependencies = [
 "bitflags",
]

583 584
[[package]]
name = "cmake"
M
Mark Rousskov 已提交
585
version = "0.1.44"
586
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
587
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
588
dependencies = [
589
 "cc",
590 591
]

N
Nick Cameron 已提交
592 593
[[package]]
name = "colored"
R
Ralf Jung 已提交
594
version = "2.0.0"
N
Nick Cameron 已提交
595
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
596
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
N
Nick Cameron 已提交
597
dependencies = [
Y
Yuki Okushi 已提交
598 599
 "atty",
 "lazy_static",
M
Mark Rousskov 已提交
600
 "winapi 0.3.9",
N
Nick Cameron 已提交
601 602
]

O
Oliver Schneider 已提交
603 604 605 606
[[package]]
name = "commoncrypto"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
607
checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
O
Oliver Schneider 已提交
608
dependencies = [
609
 "commoncrypto-sys",
O
Oliver Schneider 已提交
610 611 612 613 614 615
]

[[package]]
name = "commoncrypto-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
616
checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
O
Oliver Schneider 已提交
617
dependencies = [
618
 "libc",
619 620
]

621 622
[[package]]
name = "compiler_builtins"
T
Thomas Vigouroux 已提交
623
version = "0.1.35"
624
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Thomas Vigouroux 已提交
625
checksum = "e3fcd8aba10d17504c87ef12d4f62ef404c6a4703d16682a9eb5543e6cf24455"
626
dependencies = [
627 628
 "cc",
 "rustc-std-workspace-core",
629 630
]

631 632 633 634
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
635
 "diff",
R
Ralf Jung 已提交
636
 "env_logger 0.7.1",
637
 "getopts",
X
Xavier Denis 已提交
638
 "glob",
Y
Yuki Okushi 已提交
639
 "lazy_static",
640
 "libc",
M
Mark Rousskov 已提交
641
 "miow 0.3.5",
642
 "regex",
R
Ralf Jung 已提交
643
 "rustfix",
644 645
 "serde",
 "serde_json",
O
Oliver Scherer 已提交
646
 "tracing",
647
 "walkdir",
M
Mark Rousskov 已提交
648
 "winapi 0.3.9",
649 650
]

651 652 653 654 655 656 657 658 659 660 661
[[package]]
name = "compiletest_rs"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f737835bfbbe29ed1ff82d5137520338d7ed5bf1a1d4b9c1c7c58bb45b8fa29"
dependencies = [
 "diff",
 "filetime",
 "getopts",
 "libc",
 "log",
M
Mark Rousskov 已提交
662
 "miow 0.3.5",
663
 "regex",
R
Ralf Jung 已提交
664
 "rustfix",
665 666 667 668 669
 "serde",
 "serde_derive",
 "serde_json",
 "tempfile",
 "tester",
M
Mark Rousskov 已提交
670
 "winapi 0.3.9",
671 672
]

F
flip1995 已提交
673 674
[[package]]
name = "constant_time_eq"
M
Mark Rousskov 已提交
675
version = "0.1.5"
F
flip1995 已提交
676
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
677
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
F
flip1995 已提交
678

679 680 681
[[package]]
name = "core"
version = "0.0.0"
A
Alex Crichton 已提交
682
dependencies = [
683
 "rand",
A
Alex Crichton 已提交
684
]
685

E
Eric Huss 已提交
686 687
[[package]]
name = "core-foundation"
E
Eric Huss 已提交
688
version = "0.9.0"
E
Eric Huss 已提交
689
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
690
checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
E
Eric Huss 已提交
691
dependencies = [
E
Eric Huss 已提交
692
 "core-foundation-sys",
693
 "libc",
N
Nick Cameron 已提交
694 695
]

E
Eric Huss 已提交
696 697
[[package]]
name = "core-foundation-sys"
E
Eric Huss 已提交
698
version = "0.8.0"
E
Eric Huss 已提交
699
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
700
checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
E
Eric Huss 已提交
701

702 703 704 705 706 707
[[package]]
name = "cpuid-bool"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"

708 709
[[package]]
name = "crates-io"
E
Eric Huss 已提交
710
version = "0.31.1"
711
dependencies = [
E
Eric Huss 已提交
712
 "anyhow",
713
 "curl",
E
Eric Huss 已提交
714
 "percent-encoding 2.1.0",
715 716
 "serde",
 "serde_json",
M
Mark Rousskov 已提交
717
 "url 2.1.1",
718 719
]

720 721
[[package]]
name = "crc32fast"
722
version = "1.2.0"
723
source = "registry+https://github.com/rust-lang/crates.io-index"
724
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
725
dependencies = [
726
 "cfg-if",
727
]
728

729 730
[[package]]
name = "crossbeam-channel"
M
Mark Rousskov 已提交
731
version = "0.4.3"
732
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
733
checksum = "09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6"
734
dependencies = [
M
Mark Rousskov 已提交
735
 "cfg-if",
736
 "crossbeam-utils 0.7.2",
737 738
]

J
Josh Stone 已提交
739 740
[[package]]
name = "crossbeam-deque"
M
Mark Rousskov 已提交
741
version = "0.7.3"
J
Josh Stone 已提交
742
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
743
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
J
Josh Stone 已提交
744
dependencies = [
I
Igor Matuszewski 已提交
745
 "crossbeam-epoch",
M
Mark Rousskov 已提交
746 747
 "crossbeam-utils 0.7.2",
 "maybe-uninit",
J
Josh Stone 已提交
748 749
]

750 751
[[package]]
name = "crossbeam-epoch"
M
Mark Rousskov 已提交
752
version = "0.8.2"
753
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
754
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
755
dependencies = [
M
Mark Rousskov 已提交
756
 "autocfg",
757
 "cfg-if",
M
Mark Rousskov 已提交
758
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
759
 "lazy_static",
M
Mark Rousskov 已提交
760
 "maybe-uninit",
I
Igor Matuszewski 已提交
761
 "memoffset",
762
 "scopeguard",
763 764
]

765 766 767 768
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
769
checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
770
dependencies = [
M
Mark Rousskov 已提交
771 772 773 774 775 776 777 778 779 780 781 782
 "crossbeam-utils 0.6.6",
]

[[package]]
name = "crossbeam-queue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
 "cfg-if",
 "crossbeam-utils 0.7.2",
 "maybe-uninit",
783 784
]

A
Alex Crichton 已提交
785 786
[[package]]
name = "crossbeam-utils"
M
Mark Rousskov 已提交
787
version = "0.6.6"
A
Alex Crichton 已提交
788
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
789
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
A
Alex Crichton 已提交
790
dependencies = [
791
 "cfg-if",
Y
Yuki Okushi 已提交
792
 "lazy_static",
A
Alex Crichton 已提交
793 794
]

E
Eric Huss 已提交
795 796
[[package]]
name = "crossbeam-utils"
797
version = "0.7.2"
E
Eric Huss 已提交
798
source = "registry+https://github.com/rust-lang/crates.io-index"
799
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
E
Eric Huss 已提交
800
dependencies = [
A
Amanieu d'Antras 已提交
801
 "autocfg",
E
Eric Huss 已提交
802
 "cfg-if",
Y
Yuki Okushi 已提交
803
 "lazy_static",
E
Eric Huss 已提交
804 805
]

O
Oliver Schneider 已提交
806 807
[[package]]
name = "crypto-hash"
M
Mark Rousskov 已提交
808
version = "0.3.4"
O
Oliver Schneider 已提交
809
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
810
checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
O
Oliver Schneider 已提交
811
dependencies = [
812
 "commoncrypto",
A
Aaron Hill 已提交
813
 "hex 0.3.2",
814
 "openssl",
M
Mark Rousskov 已提交
815
 "winapi 0.3.9",
O
Oliver Schneider 已提交
816 817
]

818 819
[[package]]
name = "ctor"
M
Mark Rousskov 已提交
820
version = "0.1.15"
821
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
822
checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
823
dependencies = [
824 825
 "quote",
 "syn",
826 827
]

828 829
[[package]]
name = "curl"
M
Mark Rousskov 已提交
830
version = "0.4.31"
831
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
832
checksum = "9447ad28eee2a5cfb031c329d46bef77487244fff6a724b378885b8691a35f78"
833
dependencies = [
834 835 836 837 838 839
 "curl-sys",
 "libc",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "socket2",
M
Mark Rousskov 已提交
840
 "winapi 0.3.9",
841 842 843 844
]

[[package]]
name = "curl-sys"
M
Mark Rousskov 已提交
845
version = "0.4.34+curl-7.71.1"
846
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
847
checksum = "ad4eff0be6985b7e709f64b5a541f700e9ad1407190a29f4884319eb663ed1d6"
848
dependencies = [
849 850 851 852 853 854 855
 "cc",
 "libc",
 "libnghttp2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
M
Mark Rousskov 已提交
856
 "winapi 0.3.9",
857 858
]

D
Douglas Campos 已提交
859 860
[[package]]
name = "datafrog"
N
Niko Matsakis 已提交
861
version = "2.0.1"
D
Douglas Campos 已提交
862
source = "registry+https://github.com/rust-lang/crates.io-index"
863
checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
D
Douglas Campos 已提交
864

865 866
[[package]]
name = "derive-new"
I
Igor Matuszewski 已提交
867
version = "0.5.8"
868
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
869
checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
870
dependencies = [
871 872 873
 "proc-macro2",
 "quote",
 "syn",
874 875
]

K
kennytm 已提交
876 877
[[package]]
name = "derive_more"
M
Mark Rousskov 已提交
878
version = "0.99.9"
K
kennytm 已提交
879
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
880
checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
K
kennytm 已提交
881
dependencies = [
882 883 884
 "proc-macro2",
 "quote",
 "syn",
K
kennytm 已提交
885 886
]

887 888
[[package]]
name = "diff"
M
Mark Rousskov 已提交
889
version = "0.1.12"
890
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
891
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
892

M
Mark Simulacrum 已提交
893 894 895 896
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
897
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
M
Mark Simulacrum 已提交
898

899 900
[[package]]
name = "digest"
901
version = "0.8.1"
902
source = "registry+https://github.com/rust-lang/crates.io-index"
903
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
904
dependencies = [
905 906 907 908 909 910 911 912 913 914
 "generic-array 0.12.3",
]

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

R
Ralf Jung 已提交
917 918
[[package]]
name = "directories"
R
Ralf Jung 已提交
919
version = "3.0.1"
R
Ralf Jung 已提交
920
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
921
checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
R
Ralf Jung 已提交
922
dependencies = [
923
 "dirs-sys",
R
Ralf Jung 已提交
924 925
]

F
flip1995 已提交
926 927
[[package]]
name = "dirs"
M
Mark Rousskov 已提交
928
version = "2.0.2"
F
flip1995 已提交
929
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
930
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
F
flip1995 已提交
931
dependencies = [
932 933
 "cfg-if",
 "dirs-sys",
F
flip1995 已提交
934 935
]

R
Ralf Jung 已提交
936 937
[[package]]
name = "dirs-sys"
M
Mark Rousskov 已提交
938
version = "0.3.5"
R
Ralf Jung 已提交
939
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
940
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
R
Ralf Jung 已提交
941
dependencies = [
942 943
 "libc",
 "redox_users",
M
Mark Rousskov 已提交
944
 "winapi 0.3.9",
R
Ralf Jung 已提交
945 946
]

O
Oliver Schneider 已提交
947 948
[[package]]
name = "dlmalloc"
949
version = "0.1.4"
950
source = "registry+https://github.com/rust-lang/crates.io-index"
951
checksum = "35055b1021724f4eb5262eb49130eebff23fc59fc5a14160e05faad8eeb36673"
O
Oliver Schneider 已提交
952
dependencies = [
953 954 955
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
O
Oliver Schneider 已提交
956 957 958 959
]

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

S
steveklabnik 已提交
964 965
[[package]]
name = "elasticlunr-rs"
966
version = "2.3.9"
S
steveklabnik 已提交
967
source = "registry+https://github.com/rust-lang/crates.io-index"
968
checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
S
steveklabnik 已提交
969
dependencies = [
Y
Yuki Okushi 已提交
970
 "lazy_static",
971 972 973 974 975 976
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "strum",
 "strum_macros",
S
steveklabnik 已提交
977 978
]

979 980 981 982 983
[[package]]
name = "ena"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
V
varkor 已提交
984
dependencies = [
985
 "log",
V
varkor 已提交
986 987
]

A
Alex Crichton 已提交
988 989
[[package]]
name = "env_logger"
M
Mateusz Mikuła 已提交
990
version = "0.6.2"
A
Alex Crichton 已提交
991
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mateusz Mikuła 已提交
992
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
A
Alex Crichton 已提交
993
dependencies = [
994
 "atty",
E
Eric Huss 已提交
995
 "humantime 1.3.0",
996 997 998
 "log",
 "regex",
 "termcolor",
A
Alex Crichton 已提交
999 1000
]

A
Alex Crichton 已提交
1001 1002
[[package]]
name = "env_logger"
R
Ralf Jung 已提交
1003
version = "0.7.1"
A
Alex Crichton 已提交
1004
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
1005
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
A
Alex Crichton 已提交
1006 1007
dependencies = [
 "atty",
E
Eric Huss 已提交
1008
 "humantime 1.3.0",
A
Alex Crichton 已提交
1009 1010 1011 1012 1013
 "log",
 "regex",
 "termcolor",
]

1014 1015 1016
[[package]]
name = "error_index_generator"
version = "0.0.0"
M
Mark Simulacrum 已提交
1017
dependencies = [
1018
 "rustdoc",
1019
 "walkdir",
M
Mark Simulacrum 已提交
1020
]
1021

1022 1023 1024 1025 1026
[[package]]
name = "expand-yaml-anchors"
version = "0.1.0"
dependencies = [
 "yaml-merge-keys",
M
Mark Rousskov 已提交
1027
 "yaml-rust 0.4.4",
1028 1029
]

1030 1031
[[package]]
name = "expect-test"
A
Aleksey Kladov 已提交
1032
version = "1.0.1"
1033
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Aleksey Kladov 已提交
1034
checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
1035 1036 1037 1038 1039
dependencies = [
 "difference",
 "once_cell",
]

A
Alex Crichton 已提交
1040 1041
[[package]]
name = "failure"
M
Mark Rousskov 已提交
1042
version = "0.1.8"
A
Alex Crichton 已提交
1043
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1044
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
A
Alex Crichton 已提交
1045
dependencies = [
1046 1047
 "backtrace",
 "failure_derive",
A
Alex Crichton 已提交
1048 1049 1050 1051
]

[[package]]
name = "failure_derive"
1052
version = "0.1.8"
A
Alex Crichton 已提交
1053
source = "registry+https://github.com/rust-lang/crates.io-index"
1054
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
A
Alex Crichton 已提交
1055
dependencies = [
1056 1057 1058
 "proc-macro2",
 "quote",
 "syn",
1059
 "synstructure",
A
Alex Crichton 已提交
1060 1061
]

1062 1063 1064 1065
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1066
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1067

A
Alex Crichton 已提交
1068 1069
[[package]]
name = "filetime"
M
Mark Rousskov 已提交
1070
version = "0.2.12"
A
Alex Crichton 已提交
1071
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1072
checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
A
Alex Crichton 已提交
1073
dependencies = [
1074 1075 1076
 "cfg-if",
 "libc",
 "redox_syscall",
M
Mark Rousskov 已提交
1077
 "winapi 0.3.9",
A
Alex Crichton 已提交
1078 1079
]

J
Jack Huey 已提交
1080 1081
[[package]]
name = "fixedbitset"
J
Jack Huey 已提交
1082
version = "0.2.0"
J
Jack Huey 已提交
1083
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
1084
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
J
Jack Huey 已提交
1085

F
Felix Schütt 已提交
1086 1087
[[package]]
name = "flate2"
1088
version = "1.0.16"
F
Felix Schütt 已提交
1089
source = "registry+https://github.com/rust-lang/crates.io-index"
1090
checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
F
Felix Schütt 已提交
1091
dependencies = [
E
Eric Huss 已提交
1092
 "cfg-if",
1093 1094 1095
 "crc32fast",
 "libc",
 "libz-sys",
E
Eric Huss 已提交
1096
 "miniz_oxide",
F
Felix Schütt 已提交
1097 1098
]

1099 1100
[[package]]
name = "fnv"
M
Mark Rousskov 已提交
1101
version = "1.0.7"
1102
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1103
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1104

1105 1106
[[package]]
name = "foreign-types"
O
Oliver Schneider 已提交
1107 1108
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1109
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
O
Oliver Schneider 已提交
1110
dependencies = [
1111
 "foreign-types-shared",
O
Oliver Schneider 已提交
1112 1113 1114 1115 1116
]

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

1120 1121
[[package]]
name = "fortanix-sgx-abi"
M
Mark Rousskov 已提交
1122
version = "0.3.3"
1123
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1124
checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
1125
dependencies = [
1126 1127
 "compiler_builtins",
 "rustc-std-workspace-core",
1128 1129
]

1130 1131 1132 1133
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1134
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
1135

1136 1137
[[package]]
name = "fst"
M
Mark Rousskov 已提交
1138
version = "0.3.5"
1139
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1140
checksum = "927fb434ff9f0115b215dc0efd2e4fbdd7448522a92a1aa37c77d6a2f8f1ebd6"
1141
dependencies = [
1142
 "byteorder",
1143 1144
]

O
Oliver Schneider 已提交
1145 1146
[[package]]
name = "fuchsia-zircon"
1147
version = "0.3.3"
O
Oliver Schneider 已提交
1148
source = "registry+https://github.com/rust-lang/crates.io-index"
1149
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
O
Oliver Schneider 已提交
1150
dependencies = [
1151 1152
 "bitflags",
 "fuchsia-zircon-sys",
O
Oliver Schneider 已提交
1153 1154 1155 1156
]

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

S
steveklabnik 已提交
1161 1162
[[package]]
name = "futf"
A
Alex Crichton 已提交
1163
version = "0.1.4"
S
steveklabnik 已提交
1164
source = "registry+https://github.com/rust-lang/crates.io-index"
1165
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
S
steveklabnik 已提交
1166
dependencies = [
1167 1168
 "mac",
 "new_debug_unreachable",
S
steveklabnik 已提交
1169 1170
]

1171 1172
[[package]]
name = "futures"
M
Mark Rousskov 已提交
1173
version = "0.1.29"
1174
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1175
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
1176

E
Eric Huss 已提交
1177 1178
[[package]]
name = "fwdansi"
E
Eric Huss 已提交
1179
version = "1.1.0"
E
Eric Huss 已提交
1180
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1181
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
E
Eric Huss 已提交
1182
dependencies = [
1183 1184
 "memchr",
 "termcolor",
E
Eric Huss 已提交
1185 1186
]

1187 1188
[[package]]
name = "generic-array"
1189
version = "0.12.3"
1190
source = "registry+https://github.com/rust-lang/crates.io-index"
1191
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
1192
dependencies = [
1193
 "typenum",
1194 1195
]

1196 1197 1198 1199 1200 1201 1202 1203 1204 1205
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
 "typenum",
 "version_check",
]

1206 1207
[[package]]
name = "getopts"
1208
version = "0.2.21"
1209
source = "registry+https://github.com/rust-lang/crates.io-index"
1210
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
V
varkor 已提交
1211
dependencies = [
1212 1213
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
1214
 "unicode-width",
V
varkor 已提交
1215
]
1216

G
gnzlbg 已提交
1217 1218
[[package]]
name = "getrandom"
1219
version = "0.1.14"
G
gnzlbg 已提交
1220
source = "registry+https://github.com/rust-lang/crates.io-index"
1221
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
G
gnzlbg 已提交
1222
dependencies = [
1223 1224
 "cfg-if",
 "libc",
1225
 "wasi",
G
gnzlbg 已提交
1226 1227
]

R
Ralf Jung 已提交
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238
[[package]]
name = "getrandom"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
dependencies = [
 "cfg-if",
 "libc",
 "wasi",
]

1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249
[[package]]
name = "gimli"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

1250 1251
[[package]]
name = "git2"
M
Mark Rousskov 已提交
1252
version = "0.13.8"
1253
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1254
checksum = "e6ac22e49b7d886b6802c66662b12609452248b1bc9e87d6d83ecea3db96f557"
1255
dependencies = [
1256 1257 1258 1259 1260 1261
 "bitflags",
 "libc",
 "libgit2-sys",
 "log",
 "openssl-probe",
 "openssl-sys",
M
Mark Rousskov 已提交
1262
 "url 2.1.1",
1263 1264 1265 1266
]

[[package]]
name = "git2-curl"
E
Eric Huss 已提交
1267
version = "0.14.0"
1268
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1269
checksum = "502d532a2d06184beb3bc869d4d90236e60934e3382c921b203fa3c33e212bd7"
1270
dependencies = [
1271 1272 1273
 "curl",
 "git2",
 "log",
M
Mark Rousskov 已提交
1274
 "url 2.1.1",
1275 1276 1277 1278
]

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

1283 1284
[[package]]
name = "globset"
M
Mark Rousskov 已提交
1285
version = "0.4.5"
1286
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1287
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
1288
dependencies = [
1289 1290 1291 1292 1293
 "aho-corasick",
 "bstr",
 "fnv",
 "log",
 "regex",
1294 1295
]

1296 1297
[[package]]
name = "handlebars"
M
Mark Rousskov 已提交
1298
version = "3.4.0"
1299
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1300
checksum = "5deefd4816fb852b1ff3cb48f6c41da67be2d0e1d20b26a7a3b076da11f064b1"
1301
dependencies = [
1302 1303 1304
 "log",
 "pest",
 "pest_derive",
M
Mark Rousskov 已提交
1305
 "quick-error 2.0.0",
1306 1307
 "serde",
 "serde_json",
1308 1309
]

1310 1311
[[package]]
name = "hashbrown"
M
Matt Brubeck 已提交
1312
version = "0.9.0"
1313
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Matt Brubeck 已提交
1314
checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
1315
dependencies = [
1316 1317 1318
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
E
Eric Huss 已提交
1319 1320
]

1321 1322
[[package]]
name = "heck"
M
Mark Rousskov 已提交
1323
version = "0.3.1"
1324
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1325
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
1326
dependencies = [
1327
 "unicode-segmentation",
1328 1329
]

1330 1331
[[package]]
name = "hermit-abi"
S
Stefan Lankes 已提交
1332
version = "0.1.15"
1333
source = "registry+https://github.com/rust-lang/crates.io-index"
S
Stefan Lankes 已提交
1334
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
1335 1336 1337 1338 1339 1340
dependencies = [
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
]

1341 1342
[[package]]
name = "hex"
A
Alex Crichton 已提交
1343
version = "0.3.2"
1344
source = "registry+https://github.com/rust-lang/crates.io-index"
1345
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1346

A
Aaron Hill 已提交
1347 1348
[[package]]
name = "hex"
M
Mark Rousskov 已提交
1349
version = "0.4.2"
A
Aaron Hill 已提交
1350
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1351
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
A
Aaron Hill 已提交
1352

F
flip1995 已提交
1353 1354
[[package]]
name = "home"
M
Mark Rousskov 已提交
1355
version = "0.5.3"
F
flip1995 已提交
1356
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1357
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
F
flip1995 已提交
1358
dependencies = [
M
Mark Rousskov 已提交
1359
 "winapi 0.3.9",
F
flip1995 已提交
1360 1361
]

E
Eric Huss 已提交
1362 1363
[[package]]
name = "html5ever"
1364
version = "0.25.1"
E
Eric Huss 已提交
1365
source = "registry+https://github.com/rust-lang/crates.io-index"
1366
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
E
Eric Huss 已提交
1367
dependencies = [
1368 1369 1370
 "log",
 "mac",
 "markup5ever",
1371 1372 1373
 "proc-macro2",
 "quote",
 "syn",
E
Eric Huss 已提交
1374 1375
]

A
Alex Crichton 已提交
1376 1377
[[package]]
name = "humantime"
A
Alex Crichton 已提交
1378
version = "1.3.0"
A
Alex Crichton 已提交
1379
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1380
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
A
Alex Crichton 已提交
1381
dependencies = [
M
Mark Rousskov 已提交
1382
 "quick-error 1.2.3",
A
Alex Crichton 已提交
1383 1384
]

E
Eric Huss 已提交
1385 1386
[[package]]
name = "humantime"
M
Mark Rousskov 已提交
1387
version = "2.0.1"
E
Eric Huss 已提交
1388
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1389
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
E
Eric Huss 已提交
1390

1391 1392
[[package]]
name = "idna"
A
Alex Crichton 已提交
1393
version = "0.1.5"
1394
source = "registry+https://github.com/rust-lang/crates.io-index"
1395
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1396
dependencies = [
1397 1398 1399
 "matches",
 "unicode-bidi",
 "unicode-normalization",
A
Alex Crichton 已提交
1400 1401
]

E
Eric Huss 已提交
1402 1403 1404 1405
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1406
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
E
Eric Huss 已提交
1407
dependencies = [
1408 1409 1410
 "matches",
 "unicode-bidi",
 "unicode-normalization",
E
Eric Huss 已提交
1411 1412
]

O
Oliver Schneider 已提交
1413 1414
[[package]]
name = "if_chain"
O
Oliver Scherer 已提交
1415
version = "1.0.0"
O
Oliver Schneider 已提交
1416
source = "registry+https://github.com/rust-lang/crates.io-index"
1417
checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
O
Oliver Schneider 已提交
1418

1419 1420
[[package]]
name = "ignore"
M
Mark Rousskov 已提交
1421
version = "0.4.16"
1422
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1423
checksum = "22dcbf2a4a289528dbef21686354904e1c694ac642610a9bff9e7df730d9ec72"
1424
dependencies = [
M
Mark Rousskov 已提交
1425
 "crossbeam-utils 0.7.2",
1426
 "globset",
Y
Yuki Okushi 已提交
1427
 "lazy_static",
1428 1429 1430 1431
 "log",
 "memchr",
 "regex",
 "same-file",
Y
Yuki Okushi 已提交
1432
 "thread_local",
1433 1434
 "walkdir",
 "winapi-util",
1435 1436
]

E
Eric Huss 已提交
1437 1438
[[package]]
name = "im-rc"
E
Eric Huss 已提交
1439
version = "15.0.0"
E
Eric Huss 已提交
1440
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1441
checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
E
Eric Huss 已提交
1442
dependencies = [
E
Eric Huss 已提交
1443
 "bitmaps",
M
Mark Rousskov 已提交
1444
 "rand_core",
E
Eric Huss 已提交
1445
 "rand_xoshiro",
1446 1447
 "sized-chunks",
 "typenum",
1448
 "version_check",
E
Eric Huss 已提交
1449 1450
]

1451 1452
[[package]]
name = "indexmap"
M
Matt Brubeck 已提交
1453
version = "1.6.0"
1454
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Matt Brubeck 已提交
1455
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
1456 1457 1458 1459
dependencies = [
 "autocfg",
 "hashbrown",
]
1460

1461 1462 1463 1464
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
1465
 "anyhow",
1466 1467
 "clap",
 "flate2",
Y
Yuki Okushi 已提交
1468
 "lazy_static",
1469 1470 1471 1472 1473
 "num_cpus",
 "rayon",
 "remove_dir_all",
 "tar",
 "walkdir",
M
Mark Rousskov 已提交
1474
 "winapi 0.3.9",
1475
 "xz2",
1476 1477
]

M
Mark Rousskov 已提交
1478 1479 1480 1481 1482 1483
[[package]]
name = "instant"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"

1484 1485
[[package]]
name = "iovec"
1486
version = "0.1.4"
1487
source = "registry+https://github.com/rust-lang/crates.io-index"
1488
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1489
dependencies = [
1490
 "libc",
1491 1492 1493 1494
]

[[package]]
name = "itertools"
M
Mark Rousskov 已提交
1495
version = "0.8.2"
1496
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1497
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
1498
dependencies = [
1499
 "either",
1500 1501
]

1502 1503 1504 1505 1506 1507 1508 1509 1510
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
 "either",
]

1511
[[package]]
A
Alex Crichton 已提交
1512
name = "itoa"
M
Mark Rousskov 已提交
1513
version = "0.4.6"
1514
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1515
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
1516

1517 1518
[[package]]
name = "jemalloc-sys"
M
Mark Rousskov 已提交
1519
version = "0.3.2"
1520
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1521
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
1522
dependencies = [
1523 1524 1525
 "cc",
 "fs_extra",
 "libc",
1526 1527
]

S
Steve Klabnik 已提交
1528
[[package]]
A
Alex Crichton 已提交
1529
name = "jobserver"
A
Alex Crichton 已提交
1530
version = "0.1.21"
S
Steve Klabnik 已提交
1531
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1532
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
A
Alex Crichton 已提交
1533
dependencies = [
1534
 "libc",
A
Alex Crichton 已提交
1535
]
S
Steve Klabnik 已提交
1536

1537 1538
[[package]]
name = "json"
M
Mark Rousskov 已提交
1539
version = "0.11.15"
1540
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1541
checksum = "92c245af8786f6ac35f95ca14feca9119e71339aaab41e878e7cdd655c97e9e5"
1542

1543 1544
[[package]]
name = "jsonrpc-client-transports"
M
Mark Rousskov 已提交
1545
version = "14.2.1"
1546
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1547
checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"
1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561
dependencies = [
 "failure",
 "futures",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
 "serde",
 "serde_json",
 "tokio",
 "url 1.7.2",
]

1562 1563
[[package]]
name = "jsonrpc-core"
M
Mark Rousskov 已提交
1564
version = "14.2.0"
1565
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1566
checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
1567
dependencies = [
1568 1569 1570 1571 1572
 "futures",
 "log",
 "serde",
 "serde_derive",
 "serde_json",
1573 1574
]

1575 1576
[[package]]
name = "jsonrpc-core-client"
M
Mark Rousskov 已提交
1577
version = "14.2.0"
1578
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1579
checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"
1580 1581 1582 1583 1584 1585
dependencies = [
 "jsonrpc-client-transports",
]

[[package]]
name = "jsonrpc-derive"
M
Mark Rousskov 已提交
1586
version = "14.2.1"
1587
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1588
checksum = "0fadf6945e227246825a583514534d864554e9f23d80b3c77d034b10983db5ef"
1589 1590
dependencies = [
 "proc-macro-crate",
1591 1592 1593
 "proc-macro2",
 "quote",
 "syn",
1594 1595 1596 1597
]

[[package]]
name = "jsonrpc-ipc-server"
I
Igor Matuszewski 已提交
1598
version = "14.0.3"
1599
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1600
checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a"
1601 1602 1603 1604 1605
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
I
Igor Matuszewski 已提交
1606
 "parking_lot 0.9.0",
1607 1608 1609 1610 1611
 "tokio-service",
]

[[package]]
name = "jsonrpc-pubsub"
M
Mark Rousskov 已提交
1612
version = "14.2.0"
1613
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1614
checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"
1615 1616 1617
dependencies = [
 "jsonrpc-core",
 "log",
1618
 "parking_lot 0.10.2",
M
Mark Rousskov 已提交
1619
 "rand",
1620 1621 1622 1623 1624
 "serde",
]

[[package]]
name = "jsonrpc-server-utils"
M
Mark Rousskov 已提交
1625
version = "14.2.0"
1626
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1627
checksum = "56cbfb462e7f902e21121d9f0d1c2b77b2c5b642e1a4e8f4ebfa2e15b94402bb"
1628 1629 1630 1631
dependencies = [
 "bytes",
 "globset",
 "jsonrpc-core",
Y
Yuki Okushi 已提交
1632
 "lazy_static",
1633 1634 1635
 "log",
 "tokio",
 "tokio-codec",
E
Eric Huss 已提交
1636
 "unicase",
1637 1638
]

1639 1640 1641 1642
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1643
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1644
dependencies = [
1645 1646
 "winapi 0.2.8",
 "winapi-build",
1647 1648
]

A
Alex Crichton 已提交
1649 1650
[[package]]
name = "lazy_static"
1651
version = "1.4.0"
A
Alex Crichton 已提交
1652
source = "registry+https://github.com/rust-lang/crates.io-index"
1653
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
A
Alex Crichton 已提交
1654

A
Alex Crichton 已提交
1655 1656
[[package]]
name = "lazycell"
M
Mark Rousskov 已提交
1657
version = "1.3.0"
A
Alex Crichton 已提交
1658
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1659
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
A
Alex Crichton 已提交
1660

1661 1662
[[package]]
name = "libc"
T
Thomas de Zeeuw 已提交
1663
version = "0.2.77"
1664
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Thomas de Zeeuw 已提交
1665
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
1666
dependencies = [
1667
 "rustc-std-workspace-core",
1668
]
1669

1670 1671
[[package]]
name = "libgit2-sys"
M
Mark Rousskov 已提交
1672
version = "0.12.9+1.0.1"
1673
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1674
checksum = "9b33bf3d9d4c45b48ae1ea7c334be69994624dc0a69f833d5d9f7605f24b552b"
1675
dependencies = [
1676 1677 1678 1679 1680 1681
 "cc",
 "libc",
 "libssh2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
1682 1683
]

A
Alex Crichton 已提交
1684 1685
[[package]]
name = "libnghttp2-sys"
M
Mark Rousskov 已提交
1686
version = "0.1.4+1.41.0"
A
Alex Crichton 已提交
1687
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1688
checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
A
Alex Crichton 已提交
1689
dependencies = [
1690 1691
 "cc",
 "libc",
A
Alex Crichton 已提交
1692 1693
]

1694 1695
[[package]]
name = "libssh2-sys"
M
Mark Rousskov 已提交
1696
version = "0.2.18"
1697
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1698
checksum = "eafa907407504b0e683786d4aba47acf250f114d37357d56608333fd167dd0fc"
1699
dependencies = [
1700 1701 1702 1703 1704 1705
 "cc",
 "libc",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
1706 1707 1708 1709
]

[[package]]
name = "libz-sys"
J
Jake Goulding 已提交
1710
version = "1.1.2"
1711
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jake Goulding 已提交
1712
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
1713
dependencies = [
1714 1715 1716 1717
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
1718 1719
]

1720 1721 1722 1723
[[package]]
name = "linkchecker"
version = "0.1.0"

1724 1725
[[package]]
name = "linked-hash-map"
M
Mark Rousskov 已提交
1726
version = "0.5.3"
1727
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1728
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
1729

E
Eric Huss 已提交
1730 1731 1732 1733 1734 1735 1736 1737 1738
[[package]]
name = "lint-docs"
version = "0.1.0"
dependencies = [
 "serde_json",
 "tempfile",
 "walkdir",
]

1739 1740
[[package]]
name = "lock_api"
1741
version = "0.3.4"
1742
source = "registry+https://github.com/rust-lang/crates.io-index"
1743
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1744
dependencies = [
1745
 "scopeguard",
1746 1747
]

M
Mark Rousskov 已提交
1748 1749 1750 1751 1752 1753 1754 1755 1756
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
 "scopeguard",
]

1757 1758
[[package]]
name = "log"
M
Mark Rousskov 已提交
1759
version = "0.4.11"
1760
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1761
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
1762
dependencies = [
1763
 "cfg-if",
1764
]
1765

1766 1767
[[package]]
name = "lsp-codec"
E
Eric Huss 已提交
1768
version = "0.1.2"
1769
source = "registry+https://github.com/rust-lang/crates.io-index"
1770
checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
1771
dependencies = [
1772 1773 1774
 "bytes",
 "serde_json",
 "tokio-codec",
1775 1776 1777 1778
]

[[package]]
name = "lsp-types"
1779
version = "0.60.0"
1780
source = "registry+https://github.com/rust-lang/crates.io-index"
1781
checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
1782
dependencies = [
1783 1784 1785
 "bitflags",
 "serde",
 "serde_json",
1786
 "serde_repr",
M
Mark Rousskov 已提交
1787
 "url 2.1.1",
1788 1789
]

1790 1791
[[package]]
name = "lzma-sys"
M
Mark Rousskov 已提交
1792
version = "0.1.16"
1793
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1794
checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
1795
dependencies = [
1796 1797 1798
 "cc",
 "libc",
 "pkg-config",
1799 1800
]

S
steveklabnik 已提交
1801 1802 1803 1804
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1805
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
S
steveklabnik 已提交
1806

G
Guillaume Gomez 已提交
1807 1808
[[package]]
name = "macro-utils"
M
Mark Rousskov 已提交
1809
version = "0.1.3"
G
Guillaume Gomez 已提交
1810
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1811
checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
G
Guillaume Gomez 已提交
1812

S
steveklabnik 已提交
1813 1814
[[package]]
name = "maplit"
M
Mark Rousskov 已提交
1815
version = "1.0.2"
S
steveklabnik 已提交
1816
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1817
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
S
steveklabnik 已提交
1818

E
Eric Huss 已提交
1819 1820
[[package]]
name = "markup5ever"
1821
version = "0.10.0"
E
Eric Huss 已提交
1822
source = "registry+https://github.com/rust-lang/crates.io-index"
1823
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
E
Eric Huss 已提交
1824
dependencies = [
1825 1826 1827 1828 1829 1830 1831 1832 1833
 "log",
 "phf",
 "phf_codegen",
 "serde",
 "serde_derive",
 "serde_json",
 "string_cache",
 "string_cache_codegen",
 "tendril",
E
Eric Huss 已提交
1834 1835
]

1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847
[[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 已提交
1848 1849 1850 1851 1852 1853 1854 1855 1856
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
 "regex-automata",
]

1857 1858
[[package]]
name = "matches"
A
Alex Crichton 已提交
1859
version = "0.1.8"
1860
source = "registry+https://github.com/rust-lang/crates.io-index"
1861
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1862

M
Mark Rousskov 已提交
1863 1864 1865 1866 1867 1868
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"

1869 1870 1871 1872 1873 1874
[[package]]
name = "md-5"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8"
dependencies = [
1875 1876 1877
 "block-buffer 0.7.3",
 "digest 0.8.1",
 "opaque-debug 0.2.3",
1878 1879
]

1880 1881
[[package]]
name = "mdbook"
C
Camelid 已提交
1882
version = "0.4.3"
1883
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Camelid 已提交
1884
checksum = "29be448fcafb00c5a8966c4020c2a5ffbbc333e5b96d0bb5ef54b5bd0524d9ff"
1885 1886
dependencies = [
 "ammonia",
E
Eric Huss 已提交
1887
 "anyhow",
1888 1889 1890
 "chrono",
 "clap",
 "elasticlunr-rs",
E
Eric Huss 已提交
1891
 "env_logger 0.7.1",
1892
 "handlebars",
Y
Yuki Okushi 已提交
1893
 "lazy_static",
1894 1895 1896
 "log",
 "memchr",
 "open",
J
Joshua Nelson 已提交
1897
 "pulldown-cmark 0.7.2",
1898 1899 1900 1901 1902 1903
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "shlex",
 "tempfile",
E
Eric Huss 已提交
1904
 "toml",
1905 1906
]

W
Wesley Wiser 已提交
1907 1908
[[package]]
name = "measureme"
1909
version = "0.7.1"
W
Wesley Wiser 已提交
1910
source = "registry+https://github.com/rust-lang/crates.io-index"
1911
checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
W
Wesley Wiser 已提交
1912
dependencies = [
1913 1914
 "byteorder",
 "memmap",
I
Igor Matuszewski 已提交
1915
 "parking_lot 0.9.0",
1916
 "rustc-hash",
W
Wesley Wiser 已提交
1917 1918
]

O
Oliver Schneider 已提交
1919 1920
[[package]]
name = "memchr"
Y
Yuki Okushi 已提交
1921
version = "2.3.3"
O
Oliver Schneider 已提交
1922
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
1923
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
1924

1925 1926
[[package]]
name = "memmap"
1927
version = "0.7.0"
1928
source = "registry+https://github.com/rust-lang/crates.io-index"
1929
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
1930
dependencies = [
1931
 "libc",
M
Mark Rousskov 已提交
1932
 "winapi 0.3.9",
1933 1934
]

R
Ralf Jung 已提交
1935 1936
[[package]]
name = "memoffset"
M
Mark Rousskov 已提交
1937
version = "0.5.5"
R
Ralf Jung 已提交
1938
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1939
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
R
Ralf Jung 已提交
1940
dependencies = [
M
Mark Rousskov 已提交
1941
 "autocfg",
R
Ralf Jung 已提交
1942 1943
]

1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965
[[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 已提交
1966 1967
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
1968
version = "0.0.33"
G
Guillaume Gomez 已提交
1969
source = "registry+https://github.com/rust-lang/crates.io-index"
1970
checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
G
Guillaume Gomez 已提交
1971
dependencies = [
1972
 "macro-utils",
G
Guillaume Gomez 已提交
1973 1974
]

1975 1976
[[package]]
name = "miniz_oxide"
1977
version = "0.4.0"
1978
source = "registry+https://github.com/rust-lang/crates.io-index"
1979
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
1980
dependencies = [
1981 1982 1983 1984
 "adler",
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
1985 1986
]

1987 1988
[[package]]
name = "mio"
M
Mark Rousskov 已提交
1989
version = "0.6.22"
1990
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1991
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
1992
dependencies = [
M
Mark Rousskov 已提交
1993
 "cfg-if",
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
 "log",
 "miow 0.2.1",
 "net2",
 "slab",
 "winapi 0.2.8",
2004 2005 2006 2007
]

[[package]]
name = "mio-named-pipes"
M
Mark Rousskov 已提交
2008
version = "0.1.7"
2009
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2010
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
2011
dependencies = [
2012 2013
 "log",
 "mio",
M
Mark Rousskov 已提交
2014 2015
 "miow 0.3.5",
 "winapi 0.3.9",
2016 2017 2018 2019
]

[[package]]
name = "mio-uds"
M
Mark Rousskov 已提交
2020
version = "0.6.8"
2021
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2022
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
2023
dependencies = [
2024 2025 2026
 "iovec",
 "libc",
 "mio",
2027 2028 2029 2030 2031 2032
]

[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2033
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2034
dependencies = [
2035 2036 2037 2038
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
2039 2040
]

A
Alex Crichton 已提交
2041 2042
[[package]]
name = "miow"
M
Mark Rousskov 已提交
2043
version = "0.3.5"
A
Alex Crichton 已提交
2044
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2045
checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
A
Alex Crichton 已提交
2046
dependencies = [
2047
 "socket2",
M
Mark Rousskov 已提交
2048
 "winapi 0.3.9",
A
Alex Crichton 已提交
2049 2050
]

2051 2052 2053 2054
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
2055
 "colored",
R
Ralf Jung 已提交
2056
 "compiletest_rs",
R
Ralf Jung 已提交
2057
 "env_logger 0.7.1",
R
Ralf Jung 已提交
2058
 "getrandom 0.2.0",
M
Mark Rousskov 已提交
2059
 "hex 0.4.2",
2060
 "libc",
2061
 "log",
2062
 "rand",
2063 2064 2065
 "rustc-workspace-hack",
 "rustc_version",
 "shell-escape",
2066 2067
]

2068 2069
[[package]]
name = "net2"
M
Mark Rousskov 已提交
2070
version = "0.2.34"
2071
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2072
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
2073
dependencies = [
2074 2075
 "cfg-if",
 "libc",
M
Mark Rousskov 已提交
2076
 "winapi 0.3.9",
2077 2078
]

A
Alex Crichton 已提交
2079 2080
[[package]]
name = "new_debug_unreachable"
M
Mark Rousskov 已提交
2081
version = "1.0.4"
N
Nick Cameron 已提交
2082
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2083
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
N
Nick Cameron 已提交
2084

2085
[[package]]
O
Oliver Schneider 已提交
2086
name = "num-integer"
M
Mark Rousskov 已提交
2087
version = "0.1.43"
2088
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2089
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2090
dependencies = [
M
Mark Rousskov 已提交
2091
 "autocfg",
2092
 "num-traits",
2093 2094
]

S
Steve Klabnik 已提交
2095 2096
[[package]]
name = "num-traits"
M
Mark Rousskov 已提交
2097
version = "0.2.12"
S
Steve Klabnik 已提交
2098
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2099 2100 2101 2102
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
dependencies = [
 "autocfg",
]
S
Steve Klabnik 已提交
2103

2104 2105
[[package]]
name = "num_cpus"
M
Mark Rousskov 已提交
2106
version = "1.13.0"
2107
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2108
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2109
dependencies = [
M
Mark Rousskov 已提交
2110
 "hermit-abi",
2111
 "libc",
2112 2113
]

2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124
[[package]]
name = "object"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

2125 2126
[[package]]
name = "once_cell"
M
Mark Rousskov 已提交
2127
version = "1.4.1"
2128
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2129
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
2130

2131 2132 2133 2134 2135 2136
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

2137 2138 2139 2140 2141 2142
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"

S
Steve Klabnik 已提交
2143 2144
[[package]]
name = "open"
M
Mark Rousskov 已提交
2145
version = "1.4.0"
S
Steve Klabnik 已提交
2146
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2147 2148 2149 2150
checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
dependencies = [
 "winapi 0.3.9",
]
S
Steve Klabnik 已提交
2151

A
Alex Crichton 已提交
2152 2153
[[package]]
name = "opener"
M
Mark Rousskov 已提交
2154
version = "0.4.1"
A
Alex Crichton 已提交
2155
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2156
checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae"
A
Alex Crichton 已提交
2157
dependencies = [
M
Mark Rousskov 已提交
2158
 "winapi 0.3.9",
A
Alex Crichton 已提交
2159 2160
]

2161 2162
[[package]]
name = "openssl"
M
Mark Rousskov 已提交
2163
version = "0.10.30"
2164
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2165
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
2166
dependencies = [
2167 2168 2169
 "bitflags",
 "cfg-if",
 "foreign-types",
Y
Yuki Okushi 已提交
2170
 "lazy_static",
2171 2172
 "libc",
 "openssl-sys",
2173 2174 2175 2176
]

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

E
Eric Huss 已提交
2181 2182
[[package]]
name = "openssl-src"
M
Mark Rousskov 已提交
2183
version = "111.10.2+1.1.1g"
E
Eric Huss 已提交
2184
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2185
checksum = "a287fdb22e32b5b60624d4a5a7a02dbe82777f730ec0dbc42a0554326fef5a70"
E
Eric Huss 已提交
2186
dependencies = [
2187
 "cc",
E
Eric Huss 已提交
2188 2189
]

2190 2191
[[package]]
name = "openssl-sys"
M
Mark Rousskov 已提交
2192
version = "0.9.58"
2193
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2194
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
2195
dependencies = [
A
Amanieu d'Antras 已提交
2196
 "autocfg",
2197 2198 2199 2200 2201
 "cc",
 "libc",
 "openssl-src",
 "pkg-config",
 "vcpkg",
2202 2203
]

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

2210 2211 2212 2213 2214 2215
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
M
Mark Rousskov 已提交
2216
 "winapi 0.3.9",
2217 2218
]

N
Nick Cameron 已提交
2219 2220
[[package]]
name = "packed_simd"
M
Mark Rousskov 已提交
2221
version = "0.3.3"
N
Nick Cameron 已提交
2222
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2223
checksum = "a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220"
N
Nick Cameron 已提交
2224
dependencies = [
2225
 "cfg-if",
N
Nick Cameron 已提交
2226 2227
]

2228 2229 2230 2231
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
E
Eric Huss 已提交
2232
 "cfg-if",
2233 2234 2235
 "compiler_builtins",
 "core",
 "libc",
2236 2237 2238 2239 2240 2241
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
2242 2243 2244 2245 2246 2247
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
 "unwind",
2248 2249
]

2250 2251 2252 2253 2254 2255 2256 2257 2258 2259
[[package]]
name = "parity-tokio-ipc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8281bf4f1d6429573f89589bf68d89451c46750977a8264f8ea3edbabeba7947"
dependencies = [
 "bytes",
 "futures",
 "log",
 "mio-named-pipes",
M
Mark Rousskov 已提交
2260
 "miow 0.3.5",
2261
 "rand",
2262 2263 2264
 "tokio",
 "tokio-named-pipes",
 "tokio-uds",
M
Mark Rousskov 已提交
2265
 "winapi 0.3.9",
2266 2267 2268 2269 2270 2271 2272 2273
]

[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
M
Mark Rousskov 已提交
2274
 "lock_api 0.3.4",
I
Igor Matuszewski 已提交
2275
 "parking_lot_core 0.6.2",
2276
 "rustc_version",
2277 2278
]

I
Igor Matuszewski 已提交
2279 2280
[[package]]
name = "parking_lot"
2281
version = "0.10.2"
I
Igor Matuszewski 已提交
2282
source = "registry+https://github.com/rust-lang/crates.io-index"
2283
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
I
Igor Matuszewski 已提交
2284
dependencies = [
M
Mark Rousskov 已提交
2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297
 "lock_api 0.3.4",
 "parking_lot_core 0.7.2",
]

[[package]]
name = "parking_lot"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
dependencies = [
 "instant",
 "lock_api 0.4.1",
 "parking_lot_core 0.8.0",
I
Igor Matuszewski 已提交
2298 2299
]

2300 2301 2302 2303 2304 2305 2306
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
 "cfg-if",
M
Mark Rousskov 已提交
2307
 "cloudabi 0.0.3",
2308 2309 2310
 "libc",
 "redox_syscall",
 "rustc_version",
M
Mark Rousskov 已提交
2311 2312
 "smallvec 0.6.13",
 "winapi 0.3.9",
2313 2314
]

I
Igor Matuszewski 已提交
2315 2316
[[package]]
name = "parking_lot_core"
M
Mark Rousskov 已提交
2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
dependencies = [
 "cfg-if",
 "cloudabi 0.0.3",
 "libc",
 "redox_syscall",
 "smallvec 1.4.2",
 "winapi 0.3.9",
]

[[package]]
name = "parking_lot_core"
version = "0.8.0"
I
Igor Matuszewski 已提交
2332
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2333
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
I
Igor Matuszewski 已提交
2334 2335
dependencies = [
 "cfg-if",
M
Mark Rousskov 已提交
2336 2337
 "cloudabi 0.1.0",
 "instant",
I
Igor Matuszewski 已提交
2338 2339
 "libc",
 "redox_syscall",
M
Mark Rousskov 已提交
2340 2341
 "smallvec 1.4.2",
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
2342 2343
]

2344 2345 2346 2347 2348 2349
[[package]]
name = "pathdiff"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"

2350 2351
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
2352
version = "1.0.1"
2353
source = "registry+https://github.com/rust-lang/crates.io-index"
2354
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2355

E
Eric Huss 已提交
2356 2357
[[package]]
name = "percent-encoding"
E
Eric Huss 已提交
2358
version = "2.1.0"
E
Eric Huss 已提交
2359
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2360
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
E
Eric Huss 已提交
2361

2362 2363
[[package]]
name = "pest"
M
Mark Rousskov 已提交
2364
version = "2.1.3"
2365
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2366
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2367
dependencies = [
2368
 "ucd-trie",
2369 2370 2371 2372 2373 2374
]

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2375
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2376
dependencies = [
2377 2378
 "pest",
 "pest_generator",
2379 2380 2381 2382
]

[[package]]
name = "pest_generator"
2383
version = "2.1.3"
2384
source = "registry+https://github.com/rust-lang/crates.io-index"
2385
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2386
dependencies = [
2387 2388
 "pest",
 "pest_meta",
2389 2390 2391
 "proc-macro2",
 "quote",
 "syn",
2392 2393 2394 2395
]

[[package]]
name = "pest_meta"
2396
version = "2.1.3"
2397
source = "registry+https://github.com/rust-lang/crates.io-index"
2398
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2399
dependencies = [
2400 2401 2402
 "maplit",
 "pest",
 "sha-1",
2403 2404
]

J
Jack Huey 已提交
2405 2406
[[package]]
name = "petgraph"
J
Jack Huey 已提交
2407
version = "0.5.1"
J
Jack Huey 已提交
2408
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
2409
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
J
Jack Huey 已提交
2410 2411
dependencies = [
 "fixedbitset",
J
Jack Huey 已提交
2412
 "indexmap",
J
Jack Huey 已提交
2413 2414
]

S
steveklabnik 已提交
2415 2416
[[package]]
name = "phf"
2417
version = "0.8.0"
S
steveklabnik 已提交
2418
source = "registry+https://github.com/rust-lang/crates.io-index"
2419
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
S
steveklabnik 已提交
2420
dependencies = [
2421
 "phf_shared",
S
steveklabnik 已提交
2422 2423 2424 2425
]

[[package]]
name = "phf_codegen"
2426
version = "0.8.0"
S
steveklabnik 已提交
2427
source = "registry+https://github.com/rust-lang/crates.io-index"
2428
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
S
steveklabnik 已提交
2429
dependencies = [
2430 2431
 "phf_generator",
 "phf_shared",
S
steveklabnik 已提交
2432 2433 2434 2435
]

[[package]]
name = "phf_generator"
2436
version = "0.8.0"
S
steveklabnik 已提交
2437
source = "registry+https://github.com/rust-lang/crates.io-index"
2438
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
S
steveklabnik 已提交
2439
dependencies = [
2440
 "phf_shared",
2441
 "rand",
S
steveklabnik 已提交
2442 2443 2444 2445
]

[[package]]
name = "phf_shared"
2446
version = "0.8.0"
S
steveklabnik 已提交
2447
source = "registry+https://github.com/rust-lang/crates.io-index"
2448
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
S
steveklabnik 已提交
2449
dependencies = [
2450
 "siphasher",
S
steveklabnik 已提交
2451 2452
]

2453 2454
[[package]]
name = "pkg-config"
M
Mark Rousskov 已提交
2455
version = "0.3.18"
2456
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2457
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2458

2459 2460
[[package]]
name = "polonius-engine"
R
Remy Rakic 已提交
2461
version = "0.12.1"
2462
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Remy Rakic 已提交
2463
checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
D
Douglas Campos 已提交
2464
dependencies = [
2465 2466 2467
 "datafrog",
 "log",
 "rustc-hash",
D
Douglas Campos 已提交
2468
]
2469

G
gnzlbg 已提交
2470 2471
[[package]]
name = "ppv-lite86"
Y
Yuki Okushi 已提交
2472
version = "0.2.8"
G
gnzlbg 已提交
2473
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2474
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
G
gnzlbg 已提交
2475

S
steveklabnik 已提交
2476 2477 2478 2479
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2480
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
S
steveklabnik 已提交
2481

M
Mark Simulacrum 已提交
2482 2483
[[package]]
name = "pretty_assertions"
2484
version = "0.6.1"
M
Mark Simulacrum 已提交
2485
source = "registry+https://github.com/rust-lang/crates.io-index"
2486
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
M
Mark Simulacrum 已提交
2487
dependencies = [
O
Oliver Scherer 已提交
2488
 "ansi_term 0.11.0",
2489
 "ctor",
2490
 "difference",
2491
 "output_vt100",
M
Mark Simulacrum 已提交
2492 2493
]

E
Eric Huss 已提交
2494 2495
[[package]]
name = "pretty_env_logger"
2496
version = "0.4.0"
E
Eric Huss 已提交
2497
source = "registry+https://github.com/rust-lang/crates.io-index"
2498
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
E
Eric Huss 已提交
2499
dependencies = [
2500
 "env_logger 0.7.1",
2501
 "log",
E
Eric Huss 已提交
2502 2503
]

2504 2505
[[package]]
name = "proc-macro-crate"
M
Mark Rousskov 已提交
2506
version = "0.1.5"
2507
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2508
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
2509 2510 2511 2512 2513 2514
dependencies = [
 "toml",
]

[[package]]
name = "proc-macro-error"
M
Mark Rousskov 已提交
2515
version = "1.0.4"
2516
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2517
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2518
dependencies = [
M
Mark Rousskov 已提交
2519
 "proc-macro-error-attr",
2520 2521 2522
 "proc-macro2",
 "quote",
 "syn",
M
Mark Rousskov 已提交
2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534
 "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 已提交
2535 2536
]

2537 2538
[[package]]
name = "proc-macro2"
M
Mark Rousskov 已提交
2539
version = "1.0.19"
2540
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2541
checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
2542
dependencies = [
2543
 "unicode-xid",
2544 2545
]

2546 2547 2548
[[package]]
name = "proc_macro"
version = "0.0.0"
2549 2550 2551
dependencies = [
 "std",
]
2552

2553 2554 2555 2556
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
2557 2558 2559
 "cc",
 "compiler_builtins",
 "core",
2560 2561
]

2562 2563
[[package]]
name = "psm"
M
Mark Rousskov 已提交
2564
version = "0.1.11"
2565
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2566
checksum = "96e0536f6528466dbbbbe6b986c34175a8d0ff25b794c4bacda22e068cd2f2c5"
2567 2568 2569 2570
dependencies = [
 "cc",
]

L
Lzu Tao 已提交
2571 2572
[[package]]
name = "pulldown-cmark"
M
Mark Rousskov 已提交
2573
version = "0.7.2"
L
Lzu Tao 已提交
2574
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2575
checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
L
Lzu Tao 已提交
2576 2577
dependencies = [
 "bitflags",
E
Eric Huss 已提交
2578
 "getopts",
L
Lzu Tao 已提交
2579
 "memchr",
E
Eric Huss 已提交
2580
 "unicase",
2581 2582
]

J
Joshua Nelson 已提交
2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593
[[package]]
name = "pulldown-cmark"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
dependencies = [
 "bitflags",
 "memchr",
 "unicase",
]

2594 2595
[[package]]
name = "punycode"
M
Mark Rousskov 已提交
2596
version = "0.4.1"
2597
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2598
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
2599

2600 2601
[[package]]
name = "quick-error"
2602
version = "1.2.3"
2603
source = "registry+https://github.com/rust-lang/crates.io-index"
2604
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2605

M
Mark Rousskov 已提交
2606 2607 2608 2609 2610 2611
[[package]]
name = "quick-error"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"

2612
[[package]]
O
Oliver Schneider 已提交
2613 2614
name = "quine-mc_cluskey"
version = "0.2.4"
2615
source = "registry+https://github.com/rust-lang/crates.io-index"
2616
checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2617

2618 2619
[[package]]
name = "quote"
M
Mark Rousskov 已提交
2620
version = "1.0.7"
2621
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2622
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2623
dependencies = [
2624
 "proc-macro2",
A
Alex Crichton 已提交
2625 2626
]

2627 2628
[[package]]
name = "racer"
C
Caleb Cartwright 已提交
2629
version = "2.1.38"
2630
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2631
checksum = "51dd5fd4247115b28f3e038eb8cda76a0c6f9cb473f769f41f930af8adff22d0"
2632
dependencies = [
2633 2634 2635
 "bitflags",
 "clap",
 "derive_more",
I
Igor Matuszewski 已提交
2636
 "env_logger 0.7.1",
M
Mark Rousskov 已提交
2637
 "humantime 2.0.1",
Y
Yuki Okushi 已提交
2638
 "lazy_static",
2639 2640
 "log",
 "rls-span",
2641
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2642 2643 2644 2645 2646 2647
 "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",
2648
]
2649

G
gnzlbg 已提交
2650 2651
[[package]]
name = "rand"
2652
version = "0.7.3"
G
gnzlbg 已提交
2653
source = "registry+https://github.com/rust-lang/crates.io-index"
2654
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
G
gnzlbg 已提交
2655
dependencies = [
R
Ralf Jung 已提交
2656
 "getrandom 0.1.14",
2657
 "libc",
2658
 "rand_chacha",
M
Mark Rousskov 已提交
2659
 "rand_core",
2660 2661
 "rand_hc",
 "rand_pcg",
2662 2663
]

G
gnzlbg 已提交
2664 2665
[[package]]
name = "rand_chacha"
Y
Yuki Okushi 已提交
2666
version = "0.2.2"
G
gnzlbg 已提交
2667
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2668
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
G
gnzlbg 已提交
2669
dependencies = [
Y
Yuki Okushi 已提交
2670
 "ppv-lite86",
M
Mark Rousskov 已提交
2671
 "rand_core",
G
gnzlbg 已提交
2672 2673 2674 2675
]

[[package]]
name = "rand_core"
E
Eric Huss 已提交
2676
version = "0.5.1"
G
gnzlbg 已提交
2677
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2678
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
G
gnzlbg 已提交
2679
dependencies = [
R
Ralf Jung 已提交
2680
 "getrandom 0.1.14",
G
gnzlbg 已提交
2681 2682 2683 2684 2685 2686
]

[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2687
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
G
gnzlbg 已提交
2688
dependencies = [
M
Mark Rousskov 已提交
2689
 "rand_core",
2690 2691
]

2692 2693
[[package]]
name = "rand_pcg"
2694
version = "0.2.1"
2695
source = "registry+https://github.com/rust-lang/crates.io-index"
2696
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2697
dependencies = [
M
Mark Rousskov 已提交
2698
 "rand_core",
2699
]
K
kennytm 已提交
2700

R
Ralf Jung 已提交
2701 2702 2703 2704
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2705
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
R
Ralf Jung 已提交
2706
dependencies = [
M
Mark Rousskov 已提交
2707
 "rand_core",
E
Eric Huss 已提交
2708 2709 2710 2711 2712 2713 2714 2715
]

[[package]]
name = "rand_xoshiro"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
dependencies = [
M
Mark Rousskov 已提交
2716
 "rand_core",
R
Ralf Jung 已提交
2717 2718
]

N
Nick Cameron 已提交
2719 2720
[[package]]
name = "rayon"
M
Mark Rousskov 已提交
2721
version = "1.3.1"
N
Nick Cameron 已提交
2722
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2723
checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
N
Nick Cameron 已提交
2724
dependencies = [
M
Mark Rousskov 已提交
2725
 "autocfg",
2726
 "crossbeam-deque",
2727 2728
 "either",
 "rayon-core",
O
Oliver Schneider 已提交
2729 2730 2731 2732
]

[[package]]
name = "rayon-core"
M
Mark Rousskov 已提交
2733
version = "1.7.1"
O
Oliver Schneider 已提交
2734
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2735
checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
O
Oliver Schneider 已提交
2736
dependencies = [
2737
 "crossbeam-deque",
M
Mark Rousskov 已提交
2738 2739
 "crossbeam-queue 0.2.3",
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
2740
 "lazy_static",
2741
 "num_cpus",
2742 2743
]

N
Nick Cameron 已提交
2744 2745
[[package]]
name = "redox_syscall"
M
Mark Rousskov 已提交
2746
version = "0.1.57"
O
Oliver Schneider 已提交
2747
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2748
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
O
Oliver Schneider 已提交
2749

F
flip1995 已提交
2750 2751
[[package]]
name = "redox_users"
M
Mark Rousskov 已提交
2752
version = "0.3.4"
F
flip1995 已提交
2753
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2754
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
F
flip1995 已提交
2755
dependencies = [
R
Ralf Jung 已提交
2756
 "getrandom 0.1.14",
2757
 "redox_syscall",
M
Mark Rousskov 已提交
2758
 "rust-argon2",
F
flip1995 已提交
2759 2760
]

2761 2762
[[package]]
name = "regex"
M
Mark Rousskov 已提交
2763
version = "1.3.9"
2764
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2765
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
2766
dependencies = [
2767 2768 2769
 "aho-corasick",
 "memchr",
 "regex-syntax",
Y
Yuki Okushi 已提交
2770
 "thread_local",
2771 2772
]

O
Oliver Scherer 已提交
2773 2774 2775 2776 2777 2778 2779 2780 2781 2782
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
 "byteorder",
 "regex-syntax",
]

2783 2784
[[package]]
name = "regex-syntax"
M
Mark Rousskov 已提交
2785
version = "0.6.18"
2786
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2787
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
2788

2789 2790 2791 2792 2793 2794 2795 2796
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
2797 2798
[[package]]
name = "remove_dir_all"
M
Mark Rousskov 已提交
2799
version = "0.5.3"
A
Alex Crichton 已提交
2800
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2801
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
A
Alex Crichton 已提交
2802
dependencies = [
M
Mark Rousskov 已提交
2803
 "winapi 0.3.9",
A
Alex Crichton 已提交
2804 2805
]

2806 2807
[[package]]
name = "rls"
I
Igor Matuszewski 已提交
2808
version = "1.41.0"
2809
dependencies = [
E
Eric Huss 已提交
2810
 "anyhow",
2811
 "cargo",
M
Mark Rousskov 已提交
2812
 "cargo_metadata 0.8.2",
2813
 "clippy_lints",
I
Igor Matuszewski 已提交
2814
 "crossbeam-channel",
2815
 "difference",
R
Ralf Jung 已提交
2816
 "env_logger 0.7.1",
2817 2818
 "futures",
 "heck",
2819
 "home",
M
Mark Rousskov 已提交
2820
 "itertools 0.8.2",
2821
 "jsonrpc-core",
Y
Yuki Okushi 已提交
2822
 "lazy_static",
2823 2824 2825 2826 2827 2828
 "log",
 "lsp-codec",
 "lsp-types",
 "num_cpus",
 "ordslice",
 "racer",
2829
 "rand",
2830 2831 2832 2833
 "rayon",
 "regex",
 "rls-analysis",
 "rls-data",
2834
 "rls-ipc",
2835 2836 2837 2838
 "rls-rustc",
 "rls-span",
 "rls-vfs",
 "rustc-workspace-hack",
I
Igor Matuszewski 已提交
2839
 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2840 2841 2842
 "rustfmt-nightly",
 "serde",
 "serde_derive",
2843
 "serde_ignored",
2844 2845 2846 2847 2848
 "serde_json",
 "tempfile",
 "tokio",
 "tokio-process",
 "tokio-timer",
E
Eric Huss 已提交
2849
 "toml",
M
Mark Rousskov 已提交
2850
 "url 2.1.1",
2851
 "walkdir",
2852 2853 2854 2855
]

[[package]]
name = "rls-analysis"
Y
Yuki Okushi 已提交
2856
version = "0.18.1"
2857
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2858
checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a"
2859
dependencies = [
2860 2861
 "derive-new",
 "fst",
M
Mark Rousskov 已提交
2862
 "itertools 0.8.2",
2863 2864 2865 2866 2867 2868
 "json",
 "log",
 "rls-data",
 "rls-span",
 "serde",
 "serde_json",
A
Alex Crichton 已提交
2869 2870
]

2871 2872
[[package]]
name = "rls-data"
2873
version = "0.19.0"
2874
source = "registry+https://github.com/rust-lang/crates.io-index"
2875
checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
2876
dependencies = [
2877 2878
 "rls-span",
 "serde",
2879 2880
]

2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892
[[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 已提交
2893 2894
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
2895
version = "0.6.0"
2896 2897
dependencies = [
 "clippy_lints",
R
Ralf Jung 已提交
2898
 "env_logger 0.7.1",
2899 2900
 "futures",
 "log",
2901
 "rand",
2902 2903 2904 2905 2906
 "rls-data",
 "rls-ipc",
 "serde",
 "tokio",
]
N
Nick Cameron 已提交
2907

2908 2909
[[package]]
name = "rls-span"
Y
Yuki Okushi 已提交
2910
version = "0.5.2"
2911
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2912
checksum = "f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934"
2913
dependencies = [
2914
 "serde",
2915 2916 2917 2918
]

[[package]]
name = "rls-vfs"
2919
version = "0.8.0"
2920
source = "registry+https://github.com/rust-lang/crates.io-index"
2921
checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
2922
dependencies = [
2923 2924
 "log",
 "rls-span",
2925 2926
]

M
Mark Rousskov 已提交
2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938
[[package]]
name = "rust-argon2"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
dependencies = [
 "base64",
 "blake2b_simd",
 "constant_time_eq",
 "crossbeam-utils 0.7.2",
]

R
Rich Kadel 已提交
2939 2940
[[package]]
name = "rust-demangler"
2941
version = "0.0.1"
R
Rich Kadel 已提交
2942
dependencies = [
2943
 "regex",
R
Rich Kadel 已提交
2944 2945 2946
 "rustc-demangle",
]

2947 2948
[[package]]
name = "rustbook"
2949 2950
version = "0.1.0"
dependencies = [
2951 2952
 "clap",
 "mdbook",
2953
]
2954

I
Igor Matuszewski 已提交
2955
[[package]]
I
Igor Matuszewski 已提交
2956
name = "rustc-ap-rustc_arena"
C
Caleb Cartwright 已提交
2957
version = "677.0.0"
I
Igor Matuszewski 已提交
2958
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2959
checksum = "2958af0d6e0458434a25cd3a96f6e19f24f71bf50b900add520dec52e212866b"
I
Igor Matuszewski 已提交
2960
dependencies = [
2961
 "rustc-ap-rustc_data_structures",
M
Mark Rousskov 已提交
2962
 "smallvec 1.4.2",
I
Igor Matuszewski 已提交
2963 2964
]

2965 2966
[[package]]
name = "rustc-ap-rustc_ast"
C
Caleb Cartwright 已提交
2967
version = "677.0.0"
2968
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2969
checksum = "0c82c2510460f2133548e62399e5acd30c25ae6ece30245baab3d1e00c2fefac"
2970
dependencies = [
I
Igor Matuszewski 已提交
2971
 "bitflags",
2972 2973 2974 2975
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
2976
 "rustc-ap-rustc_serialize",
2977
 "rustc-ap-rustc_span",
M
Mark Rousskov 已提交
2978
 "smallvec 1.4.2",
C
Caleb Cartwright 已提交
2979
 "tracing",
2980 2981 2982 2983
]

[[package]]
name = "rustc-ap-rustc_ast_passes"
C
Caleb Cartwright 已提交
2984
version = "677.0.0"
I
Igor Matuszewski 已提交
2985
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2986
checksum = "83977da57f81c6edd89bad47e49136680eaa33288de4abb702e95358c2a0fc6c"
2987
dependencies = [
M
Mark Rousskov 已提交
2988
 "itertools 0.8.2",
2989 2990 2991 2992 2993 2994 2995 2996 2997
 "rustc-ap-rustc_ast",
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_attr",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_parse",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
2998
 "tracing",
2999
]
I
Igor Matuszewski 已提交
3000 3001 3002

[[package]]
name = "rustc-ap-rustc_ast_pretty"
C
Caleb Cartwright 已提交
3003
version = "677.0.0"
I
Igor Matuszewski 已提交
3004
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3005
checksum = "becf4ca1638b214694c71a8752192683048ab8bd47947cc481f57bd48157eeb9"
I
Igor Matuszewski 已提交
3006
dependencies = [
3007
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3008
 "rustc-ap-rustc_span",
I
Igor Matuszewski 已提交
3009
 "rustc-ap-rustc_target",
C
Caleb Cartwright 已提交
3010
 "tracing",
I
Igor Matuszewski 已提交
3011 3012 3013 3014
]

[[package]]
name = "rustc-ap-rustc_attr"
C
Caleb Cartwright 已提交
3015
version = "677.0.0"
I
Igor Matuszewski 已提交
3016
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3017
checksum = "0f21ca5dadce8a40d75a2756b77eab75b4c2d827f645c622dd93ee2285599640"
I
Igor Matuszewski 已提交
3018
dependencies = [
3019
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3020 3021 3022 3023
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
C
Caleb Cartwright 已提交
3024
 "rustc-ap-rustc_lexer",
I
Igor Matuszewski 已提交
3025
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3026
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3027 3028
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
3029
 "version_check",
I
Igor Matuszewski 已提交
3030
]
I
Igor Matuszewski 已提交
3031 3032 3033

[[package]]
name = "rustc-ap-rustc_data_structures"
C
Caleb Cartwright 已提交
3034
version = "677.0.0"
I
Igor Matuszewski 已提交
3035
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3036
checksum = "a4cd204764727fde9abf75333eb661f058bfc7242062d91019440fe1b240688b"
I
Igor Matuszewski 已提交
3037
dependencies = [
I
Igor Matuszewski 已提交
3038
 "bitflags",
3039
 "cfg-if",
3040
 "crossbeam-utils 0.7.2",
J
Jack Huey 已提交
3041
 "ena",
3042 3043
 "indexmap",
 "jobserver",
Y
Yuki Okushi 已提交
3044
 "lazy_static",
T
topecongiro 已提交
3045
 "libc",
I
Igor Matuszewski 已提交
3046
 "measureme",
3047
 "parking_lot 0.10.2",
I
Igor Matuszewski 已提交
3048
 "rustc-ap-rustc_graphviz",
I
Igor Matuszewski 已提交
3049
 "rustc-ap-rustc_index",
C
Caleb Cartwright 已提交
3050
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3051
 "rustc-ap-rustc_serialize",
3052
 "rustc-hash",
I
Igor Matuszewski 已提交
3053 3054
 "rustc-rayon",
 "rustc-rayon-core",
M
Mark Rousskov 已提交
3055
 "smallvec 1.4.2",
3056
 "stable_deref_trait",
3057
 "stacker",
C
Caleb Cartwright 已提交
3058 3059
 "tempfile",
 "tracing",
M
Mark Rousskov 已提交
3060
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
3061 3062 3063 3064
]

[[package]]
name = "rustc-ap-rustc_errors"
C
Caleb Cartwright 已提交
3065
version = "677.0.0"
I
Igor Matuszewski 已提交
3066
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3067
checksum = "58116f119e37f14c029f99077b347069621118e048a69df74695b98204e7c136"
I
Igor Matuszewski 已提交
3068
dependencies = [
I
Igor Matuszewski 已提交
3069
 "annotate-snippets 0.8.0",
3070 3071
 "atty",
 "rustc-ap-rustc_data_structures",
C
Caleb Cartwright 已提交
3072
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3073
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3074
 "rustc-ap-rustc_span",
3075
 "termcolor",
I
Igor Matuszewski 已提交
3076
 "termize",
C
Caleb Cartwright 已提交
3077
 "tracing",
3078
 "unicode-width",
M
Mark Rousskov 已提交
3079
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
3080 3081
]

3082 3083
[[package]]
name = "rustc-ap-rustc_expand"
C
Caleb Cartwright 已提交
3084
version = "677.0.0"
3085
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3086
checksum = "48e3c4bda9b64b92805bebe7431fdb8e24fd112b35a8c6d2174827441f10a6b2"
3087 3088 3089 3090 3091 3092 3093 3094 3095
dependencies = [
 "rustc-ap-rustc_ast",
 "rustc-ap-rustc_ast_passes",
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_attr",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_lexer",
C
Caleb Cartwright 已提交
3096
 "rustc-ap-rustc_macros",
3097
 "rustc-ap-rustc_parse",
I
Igor Matuszewski 已提交
3098
 "rustc-ap-rustc_serialize",
3099 3100
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
M
Mark Rousskov 已提交
3101
 "smallvec 1.4.2",
C
Caleb Cartwright 已提交
3102
 "tracing",
3103 3104
]

I
Igor Matuszewski 已提交
3105 3106
[[package]]
name = "rustc-ap-rustc_feature"
C
Caleb Cartwright 已提交
3107
version = "677.0.0"
I
Igor Matuszewski 已提交
3108
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3109
checksum = "4b612bb67d3fc49f395b03fc4ea4384a0145b05afbadab725803074ec827632b"
I
Igor Matuszewski 已提交
3110
dependencies = [
Y
Yuki Okushi 已提交
3111
 "lazy_static",
I
Igor Matuszewski 已提交
3112 3113 3114 3115 3116 3117
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_span",
]

[[package]]
name = "rustc-ap-rustc_fs_util"
C
Caleb Cartwright 已提交
3118
version = "677.0.0"
I
Igor Matuszewski 已提交
3119
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3120
checksum = "7630ad1a73a8434ee920676148cb5440ac57509bd20e94ec41087fb0b1d11c28"
I
Igor Matuszewski 已提交
3121 3122 3123

[[package]]
name = "rustc-ap-rustc_graphviz"
C
Caleb Cartwright 已提交
3124
version = "677.0.0"
I
Igor Matuszewski 已提交
3125
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3126
checksum = "a603fca4817062eb4fb23ff129d475bd66a69fb32f34ed4362ae950cf814b49d"
I
Igor Matuszewski 已提交
3127

I
Igor Matuszewski 已提交
3128 3129
[[package]]
name = "rustc-ap-rustc_index"
C
Caleb Cartwright 已提交
3130
version = "677.0.0"
I
Igor Matuszewski 已提交
3131
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3132
checksum = "9850c4a5d7c341513e10802bca9588bf8f452ceea2d5cfa87b934246a52622bc"
I
Igor Matuszewski 已提交
3133
dependencies = [
M
Mark Rousskov 已提交
3134
 "arrayvec",
C
Caleb Cartwright 已提交
3135
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3136
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3137 3138
]

I
Igor Matuszewski 已提交
3139 3140
[[package]]
name = "rustc-ap-rustc_lexer"
C
Caleb Cartwright 已提交
3141
version = "677.0.0"
I
Igor Matuszewski 已提交
3142
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3143
checksum = "6d86722e5a1a615b198327d0d794cd9cbc8b9db4542276fc51fe078924de68ea"
3144
dependencies = [
3145
 "unicode-xid",
3146
]
I
Igor Matuszewski 已提交
3147 3148 3149

[[package]]
name = "rustc-ap-rustc_macros"
C
Caleb Cartwright 已提交
3150
version = "677.0.0"
I
Igor Matuszewski 已提交
3151
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3152
checksum = "b3fc8482e44cabdda7ac9a8e224aef62ebdf95274d629dac8db3b42321025fea"
I
Igor Matuszewski 已提交
3153
dependencies = [
3154 3155 3156
 "proc-macro2",
 "quote",
 "syn",
3157
 "synstructure",
I
Igor Matuszewski 已提交
3158 3159 3160
]

[[package]]
I
Igor Matuszewski 已提交
3161
name = "rustc-ap-rustc_parse"
C
Caleb Cartwright 已提交
3162
version = "677.0.0"
I
Igor Matuszewski 已提交
3163
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3164
checksum = "3716cdcd978a91dbd4a2788400e90e809527f841426fbeb92f882f9b8582f3ab"
I
Igor Matuszewski 已提交
3165
dependencies = [
3166
 "bitflags",
3167
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3168
 "rustc-ap-rustc_ast_pretty",
3169
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3170 3171 3172 3173 3174
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
3175 3176
 "smallvec 1.4.2",
 "tracing",
I
Igor Matuszewski 已提交
3177 3178 3179
 "unicode-normalization",
]

I
Igor Matuszewski 已提交
3180 3181
[[package]]
name = "rustc-ap-rustc_serialize"
C
Caleb Cartwright 已提交
3182
version = "677.0.0"
I
Igor Matuszewski 已提交
3183
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3184
checksum = "c68046d07988b349b2e1c8bc1c9664a1d06519354aa677b9df358c5c5c058da0"
I
Igor Matuszewski 已提交
3185 3186
dependencies = [
 "indexmap",
M
Mark Rousskov 已提交
3187
 "smallvec 1.4.2",
I
Igor Matuszewski 已提交
3188 3189
]

I
Igor Matuszewski 已提交
3190 3191
[[package]]
name = "rustc-ap-rustc_session"
C
Caleb Cartwright 已提交
3192
version = "677.0.0"
I
Igor Matuszewski 已提交
3193
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3194
checksum = "85735553501a4de0c8904e37b7ccef79cc1c585a7d7f2cfa02cc38e0d149f982"
I
Igor Matuszewski 已提交
3195
dependencies = [
T
Tyler Mandry 已提交
3196
 "bitflags",
T
topecongiro 已提交
3197
 "getopts",
I
Igor Matuszewski 已提交
3198
 "num_cpus",
3199
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3200 3201 3202 3203
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_fs_util",
C
Caleb Cartwright 已提交
3204
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3205
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3206 3207
 "rustc-ap-rustc_span",
 "rustc-ap-rustc_target",
C
Caleb Cartwright 已提交
3208
 "tracing",
I
Igor Matuszewski 已提交
3209 3210 3211
]

[[package]]
I
Igor Matuszewski 已提交
3212
name = "rustc-ap-rustc_span"
C
Caleb Cartwright 已提交
3213
version = "677.0.0"
I
Igor Matuszewski 已提交
3214
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3215
checksum = "1c49ae8a0d3b9e27c6ffe8febeaa30f899294fff012de70625f9ee81c54fda85"
I
Igor Matuszewski 已提交
3216
dependencies = [
I
Igor Matuszewski 已提交
3217
 "cfg-if",
T
topecongiro 已提交
3218
 "md-5",
I
Igor Matuszewski 已提交
3219
 "rustc-ap-rustc_arena",
I
Igor Matuszewski 已提交
3220 3221 3222
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3223
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3224
 "scoped-tls",
T
topecongiro 已提交
3225
 "sha-1",
C
Caleb Cartwright 已提交
3226
 "tracing",
I
Igor Matuszewski 已提交
3227
 "unicode-width",
I
Igor Matuszewski 已提交
3228 3229 3230
]

[[package]]
I
Igor Matuszewski 已提交
3231
name = "rustc-ap-rustc_target"
C
Caleb Cartwright 已提交
3232
version = "677.0.0"
I
Igor Matuszewski 已提交
3233
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3234
checksum = "1765f447594740c501c7b666b87639aa7c1dae2bf8c3166d5d2dca16646fd034"
I
Igor Matuszewski 已提交
3235
dependencies = [
3236 3237
 "bitflags",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3238
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
3239
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3240
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3241
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
3242
 "tracing",
I
Igor Matuszewski 已提交
3243 3244
]

3245 3246
[[package]]
name = "rustc-demangle"
3247
version = "0.1.16"
3248
source = "registry+https://github.com/rust-lang/crates.io-index"
3249
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
3250
dependencies = [
3251 3252
 "compiler_builtins",
 "rustc-std-workspace-core",
3253
]
3254

3255 3256
[[package]]
name = "rustc-hash"
J
Jack Huey 已提交
3257
version = "1.1.0"
3258
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
3259
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3260

3261 3262 3263 3264
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
3265 3266 3267
 "jemalloc-sys",
 "rustc_codegen_ssa",
 "rustc_driver",
3268 3269
]

J
Josh Stone 已提交
3270 3271 3272 3273 3274 3275
[[package]]
name = "rustc-rayon"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
dependencies = [
3276
 "crossbeam-deque",
J
Josh Stone 已提交
3277
 "either",
I
Igor Matuszewski 已提交
3278
 "rustc-rayon-core",
J
John Kåre Alsaker 已提交
3279 3280
]

J
Josh Stone 已提交
3281 3282 3283 3284 3285 3286
[[package]]
name = "rustc-rayon-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
dependencies = [
3287
 "crossbeam-deque",
M
Mark Rousskov 已提交
3288 3289
 "crossbeam-queue 0.1.2",
 "crossbeam-utils 0.6.6",
Y
Yuki Okushi 已提交
3290
 "lazy_static",
J
Josh Stone 已提交
3291 3292 3293
 "num_cpus",
]

3294 3295
[[package]]
name = "rustc-std-workspace-alloc"
3296
version = "1.99.0"
3297
dependencies = [
3298
 "alloc",
3299 3300
]

3301 3302
[[package]]
name = "rustc-std-workspace-core"
3303
version = "1.99.0"
3304
dependencies = [
3305
 "core",
3306 3307
]

3308 3309
[[package]]
name = "rustc-std-workspace-std"
3310
version = "1.99.0"
3311 3312 3313 3314
dependencies = [
 "std",
]

A
Alex Crichton 已提交
3315 3316 3317 3318
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
3319
 "crossbeam-utils 0.7.2",
3320 3321
 "proc-macro2",
 "quote",
3322 3323
 "serde",
 "serde_json",
M
Mark Rousskov 已提交
3324 3325
 "smallvec 0.6.13",
 "smallvec 1.4.2",
3326
 "syn",
M
Mark Rousskov 已提交
3327 3328
 "url 2.1.1",
 "winapi 0.3.9",
A
Alex Crichton 已提交
3329 3330
]

3331 3332 3333 3334
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
3335
 "bitflags",
M
Mark Rousskov 已提交
3336
 "smallvec 1.4.2",
3337 3338
]

V
Vadim Petrochenkov 已提交
3339 3340 3341 3342 3343
[[package]]
name = "rustc_arena"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
M
Mark Rousskov 已提交
3344
 "smallvec 1.4.2",
V
Vadim Petrochenkov 已提交
3345 3346
]

V
Vadim Petrochenkov 已提交
3347 3348 3349 3350
[[package]]
name = "rustc_ast"
version = "0.0.0"
dependencies = [
3351
 "bitflags",
V
Vadim Petrochenkov 已提交
3352 3353 3354 3355
 "rustc_data_structures",
 "rustc_index",
 "rustc_lexer",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3356
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3357
 "rustc_span",
M
Mark Rousskov 已提交
3358
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3359
 "tracing",
V
Vadim Petrochenkov 已提交
3360 3361
]

3362 3363 3364 3365
[[package]]
name = "rustc_ast_lowering"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3366
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3367
 "rustc_ast",
3368
 "rustc_ast_pretty",
3369 3370
 "rustc_data_structures",
 "rustc_errors",
3371
 "rustc_hir",
3372
 "rustc_index",
3373
 "rustc_session",
3374 3375
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3376
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3377
 "tracing",
3378 3379
]

3380 3381 3382 3383
[[package]]
name = "rustc_ast_passes"
version = "0.0.0"
dependencies = [
3384
 "itertools 0.9.0",
V
Vadim Petrochenkov 已提交
3385
 "rustc_ast",
3386
 "rustc_ast_pretty",
3387
 "rustc_attr",
3388 3389
 "rustc_data_structures",
 "rustc_errors",
3390
 "rustc_feature",
3391 3392 3393
 "rustc_parse",
 "rustc_session",
 "rustc_span",
O
Oliver Scherer 已提交
3394
 "tracing",
3395 3396
]

3397 3398 3399 3400
[[package]]
name = "rustc_ast_pretty"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3401
 "rustc_ast",
3402
 "rustc_span",
A
Amanieu d'Antras 已提交
3403
 "rustc_target",
O
Oliver Scherer 已提交
3404
 "tracing",
3405 3406
]

3407 3408 3409 3410
[[package]]
name = "rustc_attr"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3411
 "rustc_ast",
3412
 "rustc_ast_pretty",
3413 3414 3415
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
3416
 "rustc_lexer",
3417
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3418
 "rustc_serialize",
3419 3420
 "rustc_session",
 "rustc_span",
3421
 "version_check",
3422 3423
]

V
Vadim Petrochenkov 已提交
3424 3425 3426 3427
[[package]]
name = "rustc_builtin_macros"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3428
 "rustc_ast",
3429
 "rustc_ast_pretty",
3430
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3431 3432 3433 3434 3435
 "rustc_data_structures",
 "rustc_errors",
 "rustc_expand",
 "rustc_feature",
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3436
 "rustc_parse_format",
3437
 "rustc_session",
V
Vadim Petrochenkov 已提交
3438 3439
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3440
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3441
 "tracing",
V
Vadim Petrochenkov 已提交
3442 3443
]

I
Irina Popa 已提交
3444 3445 3446 3447
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
3448 3449
 "bitflags",
 "libc",
3450
 "measureme",
3451
 "rustc-demangle",
V
Vadim Petrochenkov 已提交
3452
 "rustc_ast",
3453
 "rustc_attr",
3454 3455 3456
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
A
Aaron Hill 已提交
3457
 "rustc_feature",
3458
 "rustc_fs_util",
3459
 "rustc_hir",
3460 3461
 "rustc_incremental",
 "rustc_index",
3462
 "rustc_llvm",
M
Mazdak Farrokhzad 已提交
3463
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3464
 "rustc_serialize",
A
Aaron Hill 已提交
3465
 "rustc_session",
V
Vadim Petrochenkov 已提交
3466
 "rustc_span",
3467
 "rustc_target",
M
Mark Rousskov 已提交
3468
 "smallvec 1.4.2",
3469
 "snap",
O
Oliver Scherer 已提交
3470
 "tracing",
I
Irina Popa 已提交
3471 3472
]

3473 3474 3475
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
3476
dependencies = [
3477 3478 3479 3480 3481 3482
 "bitflags",
 "cc",
 "jobserver",
 "libc",
 "memmap",
 "num_cpus",
3483
 "pathdiff",
3484
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3485
 "rustc_ast",
3486
 "rustc_attr",
3487 3488 3489
 "rustc_data_structures",
 "rustc_errors",
 "rustc_fs_util",
3490
 "rustc_hir",
3491
 "rustc_incremental",
3492
 "rustc_index",
M
Matthew Jasper 已提交
3493
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3494
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3495
 "rustc_serialize",
3496
 "rustc_session",
V
Vadim Petrochenkov 已提交
3497
 "rustc_span",
3498
 "rustc_symbol_mangling",
3499 3500
 "rustc_target",
 "tempfile",
O
Oliver Scherer 已提交
3501
 "tracing",
3502
]
3503

3504 3505 3506 3507
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
3508
 "arrayvec",
3509
 "bitflags",
3510
 "cfg-if",
3511
 "crossbeam-utils 0.7.2",
J
Jack Huey 已提交
3512
 "ena",
3513 3514
 "indexmap",
 "jobserver",
L
Luca Barbieri 已提交
3515
 "libc",
3516
 "measureme",
3517
 "parking_lot 0.11.0",
3518
 "rustc-hash",
I
Igor Matuszewski 已提交
3519 3520
 "rustc-rayon",
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3521
 "rustc_graphviz",
C
csmoe 已提交
3522
 "rustc_index",
M
Matthew Jasper 已提交
3523
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3524
 "rustc_serialize",
M
Mark Rousskov 已提交
3525
 "smallvec 1.4.2",
3526
 "stable_deref_trait",
3527
 "stacker",
3528
 "tempfile",
O
Oliver Scherer 已提交
3529
 "tracing",
M
Mark Rousskov 已提交
3530
 "winapi 0.3.9",
3531 3532 3533 3534 3535 3536
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3537
 "libc",
V
Vadim Petrochenkov 已提交
3538
 "rustc_ast",
3539
 "rustc_ast_pretty",
V
Victor Ding 已提交
3540
 "rustc_codegen_ssa",
3541
 "rustc_data_structures",
3542
 "rustc_error_codes",
3543
 "rustc_errors",
3544
 "rustc_feature",
3545
 "rustc_hir",
3546
 "rustc_hir_pretty",
3547
 "rustc_interface",
3548
 "rustc_lint",
3549
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3550
 "rustc_middle",
3551
 "rustc_mir",
3552
 "rustc_parse",
3553
 "rustc_plugin_impl",
3554
 "rustc_save_analysis",
V
Vadim Petrochenkov 已提交
3555
 "rustc_serialize",
3556
 "rustc_session",
V
Vadim Petrochenkov 已提交
3557
 "rustc_span",
3558
 "rustc_target",
O
Oliver Scherer 已提交
3559 3560
 "tracing",
 "tracing-subscriber",
3561
 "tracing-tree",
M
Mark Rousskov 已提交
3562
 "winapi 0.3.9",
3563 3564
]

G
regen  
Guillaume Gomez 已提交
3565 3566 3567 3568
[[package]]
name = "rustc_error_codes"
version = "0.0.0"

3569 3570 3571 3572
[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
3573
 "annotate-snippets 0.8.0",
3574 3575
 "atty",
 "rustc_data_structures",
M
Matthew Jasper 已提交
3576
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3577
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3578
 "rustc_span",
3579
 "termcolor",
3580
 "termize",
O
Oliver Scherer 已提交
3581
 "tracing",
3582
 "unicode-width",
M
Mark Rousskov 已提交
3583
 "winapi 0.3.9",
3584 3585
]

V
Vadim Petrochenkov 已提交
3586 3587 3588 3589
[[package]]
name = "rustc_expand"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3590
 "rustc_ast",
3591
 "rustc_ast_passes",
3592
 "rustc_ast_pretty",
3593
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3594 3595 3596 3597
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_lexer",
M
Matthew Jasper 已提交
3598
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3599
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3600
 "rustc_serialize",
3601
 "rustc_session",
V
Vadim Petrochenkov 已提交
3602
 "rustc_span",
M
Mark Rousskov 已提交
3603
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3604
 "tracing",
V
Vadim Petrochenkov 已提交
3605 3606
]

3607 3608 3609 3610
[[package]]
name = "rustc_feature"
version = "0.0.0"
dependencies = [
3611
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3612
 "rustc_span",
3613 3614
]

3615 3616 3617 3618
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

V
Vadim Petrochenkov 已提交
3619 3620 3621 3622
[[package]]
name = "rustc_graphviz"
version = "0.0.0"

3623 3624 3625 3626
[[package]]
name = "rustc_hir"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3627
 "rustc_ast",
3628 3629 3630
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3631
 "rustc_serialize",
3632 3633
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3634
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3635
 "tracing",
3636 3637
]

3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648
[[package]]
name = "rustc_hir_pretty"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_ast_pretty",
 "rustc_hir",
 "rustc_span",
 "rustc_target",
]

3649 3650 3651 3652
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
3653
 "rand",
V
Vadim Petrochenkov 已提交
3654
 "rustc_ast",
3655 3656
 "rustc_data_structures",
 "rustc_fs_util",
V
Vadim Petrochenkov 已提交
3657
 "rustc_graphviz",
3658
 "rustc_hir",
M
Matthew Jasper 已提交
3659
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3660
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3661
 "rustc_serialize",
3662
 "rustc_session",
V
Vadim Petrochenkov 已提交
3663
 "rustc_span",
O
Oliver Scherer 已提交
3664
 "tracing",
3665 3666
]

C
csmoe 已提交
3667 3668 3669 3670
[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
M
Mark Rousskov 已提交
3671
 "arrayvec",
M
Matthew Jasper 已提交
3672
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3673
 "rustc_serialize",
C
csmoe 已提交
3674 3675
]

C
Camille GILLOT 已提交
3676 3677 3678 3679
[[package]]
name = "rustc_infer"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3680
 "rustc_ast",
C
Camille GILLOT 已提交
3681 3682
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3683
 "rustc_graphviz",
C
Camille GILLOT 已提交
3684 3685 3686
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3687
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3688
 "rustc_serialize",
3689
 "rustc_session",
C
Camille GILLOT 已提交
3690 3691
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3692
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3693
 "tracing",
C
Camille GILLOT 已提交
3694 3695
]

3696 3697 3698 3699
[[package]]
name = "rustc_interface"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3700
 "libc",
I
Igor Matuszewski 已提交
3701
 "rustc-rayon",
V
Vadim Petrochenkov 已提交
3702
 "rustc_ast",
3703
 "rustc_ast_lowering",
3704
 "rustc_ast_passes",
3705
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3706
 "rustc_builtin_macros",
3707
 "rustc_codegen_llvm",
3708 3709 3710
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3711
 "rustc_expand",
3712
 "rustc_hir",
3713 3714 3715
 "rustc_incremental",
 "rustc_lint",
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3716
 "rustc_middle",
3717
 "rustc_mir",
3718
 "rustc_mir_build",
3719
 "rustc_parse",
3720
 "rustc_passes",
3721
 "rustc_plugin_impl",
3722 3723
 "rustc_privacy",
 "rustc_resolve",
V
Vadim Petrochenkov 已提交
3724
 "rustc_serialize",
3725
 "rustc_session",
V
Vadim Petrochenkov 已提交
3726
 "rustc_span",
3727
 "rustc_symbol_mangling",
3728
 "rustc_target",
3729
 "rustc_trait_selection",
3730
 "rustc_traits",
C
Camille GILLOT 已提交
3731
 "rustc_ty",
3732
 "rustc_typeck",
M
Mark Rousskov 已提交
3733
 "smallvec 1.4.2",
3734
 "tempfile",
O
Oliver Scherer 已提交
3735
 "tracing",
M
Mark Rousskov 已提交
3736
 "winapi 0.3.9",
3737 3738
]

A
Aleksey Kladov 已提交
3739 3740 3741 3742
[[package]]
name = "rustc_lexer"
version = "0.1.0"
dependencies = [
3743
 "expect-test",
3744
 "unicode-xid",
A
Aleksey Kladov 已提交
3745 3746
]

3747 3748 3749 3750
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3751
 "rustc_ast",
3752
 "rustc_ast_pretty",
3753
 "rustc_attr",
3754
 "rustc_data_structures",
3755
 "rustc_errors",
3756
 "rustc_feature",
3757
 "rustc_hir",
3758
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3759
 "rustc_middle",
3760
 "rustc_session",
V
Vadim Petrochenkov 已提交
3761
 "rustc_span",
3762
 "rustc_target",
3763
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3764
 "tracing",
crlf0710's avatar
crlf0710 已提交
3765
 "unicode-security",
3766 3767 3768 3769 3770 3771
]

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
3772 3773
 "build_helper",
 "cc",
3774
 "libc",
3775 3776
]

J
John Kåre Alsaker 已提交
3777 3778 3779 3780
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
3781 3782 3783
 "proc-macro2",
 "quote",
 "syn",
3784
 "synstructure",
J
John Kåre Alsaker 已提交
3785 3786
]

3787 3788 3789 3790
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3791
 "libc",
3792
 "memmap",
V
Vadim Petrochenkov 已提交
3793
 "rustc_ast",
3794
 "rustc_attr",
3795 3796
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3797
 "rustc_expand",
3798
 "rustc_feature",
3799
 "rustc_hir",
3800
 "rustc_hir_pretty",
3801
 "rustc_index",
M
Matthew Jasper 已提交
3802
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3803
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3804
 "rustc_serialize",
3805
 "rustc_session",
V
Vadim Petrochenkov 已提交
3806
 "rustc_span",
3807
 "rustc_target",
M
Mark Rousskov 已提交
3808
 "smallvec 1.4.2",
3809
 "snap",
3810
 "stable_deref_trait",
O
Oliver Scherer 已提交
3811
 "tracing",
M
Mark Rousskov 已提交
3812
 "winapi 0.3.9",
3813 3814
]

M
Mazdak Farrokhzad 已提交
3815 3816 3817 3818 3819
[[package]]
name = "rustc_middle"
version = "0.0.0"
dependencies = [
 "bitflags",
J
Jack Huey 已提交
3820
 "chalk-ir",
M
Mazdak Farrokhzad 已提交
3821 3822 3823 3824
 "measureme",
 "polonius-engine",
 "rustc-rayon-core",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3825
 "rustc_arena",
M
Mazdak Farrokhzad 已提交
3826 3827 3828 3829 3830 3831 3832 3833 3834
 "rustc_ast",
 "rustc_attr",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
 "rustc_query_system",
V
Vadim Petrochenkov 已提交
3835
 "rustc_serialize",
M
Mazdak Farrokhzad 已提交
3836 3837 3838
 "rustc_session",
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3839
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3840
 "tracing",
M
Mazdak Farrokhzad 已提交
3841 3842
]

3843 3844 3845 3846
[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
3847
 "either",
3848
 "itertools 0.9.0",
3849
 "polonius-engine",
3850
 "regex",
3851
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3852
 "rustc_ast",
3853
 "rustc_attr",
3854 3855
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3856
 "rustc_graphviz",
3857
 "rustc_hir",
3858
 "rustc_index",
C
Camille GILLOT 已提交
3859
 "rustc_infer",
3860
 "rustc_lexer",
3861
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3862
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3863
 "rustc_serialize",
3864
 "rustc_session",
V
Vadim Petrochenkov 已提交
3865
 "rustc_span",
3866
 "rustc_target",
3867
 "rustc_trait_selection",
M
Mark Rousskov 已提交
3868
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3869
 "tracing",
3870 3871
]

3872 3873 3874 3875 3876
[[package]]
name = "rustc_mir_build"
version = "0.0.0"
dependencies = [
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3877
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3878
 "rustc_ast",
3879
 "rustc_attr",
3880 3881 3882 3883
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
C
Camille GILLOT 已提交
3884
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
3885
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3886
 "rustc_serialize",
3887
 "rustc_session",
3888 3889
 "rustc_span",
 "rustc_target",
3890
 "rustc_trait_selection",
M
Mark Rousskov 已提交
3891
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3892
 "tracing",
3893 3894
]

3895 3896 3897 3898 3899
[[package]]
name = "rustc_parse"
version = "0.0.0"
dependencies = [
 "bitflags",
V
Vadim Petrochenkov 已提交
3900
 "rustc_ast",
3901
 "rustc_ast_pretty",
3902 3903
 "rustc_data_structures",
 "rustc_errors",
3904
 "rustc_feature",
3905
 "rustc_lexer",
3906
 "rustc_session",
V
Vadim Petrochenkov 已提交
3907
 "rustc_span",
M
Mark Rousskov 已提交
3908
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3909
 "tracing",
3910
 "unicode-normalization",
3911 3912
]

V
Vadim Petrochenkov 已提交
3913 3914 3915 3916 3917 3918 3919 3920
[[package]]
name = "rustc_parse_format"
version = "0.0.0"
dependencies = [
 "rustc_lexer",
 "rustc_span",
]

3921 3922 3923 3924
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3925
 "rustc_ast",
3926
 "rustc_attr",
3927 3928
 "rustc_data_structures",
 "rustc_errors",
3929
 "rustc_hir",
3930
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3931
 "rustc_middle",
3932
 "rustc_serialize",
3933
 "rustc_session",
V
Vadim Petrochenkov 已提交
3934
 "rustc_span",
3935
 "rustc_target",
3936
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3937
 "tracing",
3938 3939 3940
]

[[package]]
3941
name = "rustc_plugin_impl"
3942 3943
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3944
 "rustc_ast",
3945
 "rustc_errors",
3946
 "rustc_hir",
3947
 "rustc_lint",
3948
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3949
 "rustc_middle",
3950
 "rustc_session",
V
Vadim Petrochenkov 已提交
3951
 "rustc_span",
3952 3953 3954 3955 3956 3957
]

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
3958
 "rustc_attr",
3959
 "rustc_data_structures",
3960
 "rustc_errors",
3961
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
3962
 "rustc_middle",
3963
 "rustc_session",
V
Vadim Petrochenkov 已提交
3964
 "rustc_span",
3965
 "rustc_typeck",
O
Oliver Scherer 已提交
3966
 "tracing",
3967 3968
]

3969 3970 3971 3972
[[package]]
name = "rustc_query_system"
version = "0.0.0"
dependencies = [
3973
 "parking_lot 0.11.0",
3974
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3975
 "rustc_arena",
3976 3977 3978
 "rustc_data_structures",
 "rustc_errors",
 "rustc_index",
M
Matthew Jasper 已提交
3979
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3980
 "rustc_serialize",
3981
 "rustc_span",
M
Mark Rousskov 已提交
3982
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3983
 "tracing",
3984 3985
]

3986 3987 3988 3989
[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
3990
 "bitflags",
V
Vadim Petrochenkov 已提交
3991
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3992
 "rustc_ast",
3993
 "rustc_ast_lowering",
3994
 "rustc_ast_pretty",
3995
 "rustc_attr",
3996 3997
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3998
 "rustc_expand",
3999
 "rustc_feature",
4000
 "rustc_hir",
4001
 "rustc_index",
4002
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
4003
 "rustc_middle",
4004
 "rustc_session",
V
Vadim Petrochenkov 已提交
4005
 "rustc_span",
M
Mark Rousskov 已提交
4006
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4007
 "tracing",
4008 4009 4010 4011 4012 4013
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
4014 4015
 "rls-data",
 "rls-span",
V
Vadim Petrochenkov 已提交
4016
 "rustc_ast",
4017
 "rustc_ast_pretty",
4018
 "rustc_data_structures",
4019
 "rustc_hir",
4020
 "rustc_hir_pretty",
4021
 "rustc_lexer",
M
Mazdak Farrokhzad 已提交
4022
 "rustc_middle",
4023
 "rustc_session",
V
Vadim Petrochenkov 已提交
4024
 "rustc_span",
4025
 "serde_json",
O
Oliver Scherer 已提交
4026
 "tracing",
4027 4028
]

V
Vadim Petrochenkov 已提交
4029 4030 4031 4032 4033
[[package]]
name = "rustc_serialize"
version = "0.0.0"
dependencies = [
 "indexmap",
M
Matthew Jasper 已提交
4034
 "rustc_macros",
M
Mark Rousskov 已提交
4035
 "smallvec 1.4.2",
V
Vadim Petrochenkov 已提交
4036 4037
]

M
Mark Rousskov 已提交
4038 4039 4040 4041
[[package]]
name = "rustc_session"
version = "0.0.0"
dependencies = [
4042
 "bitflags",
L
Luca Barbieri 已提交
4043
 "getopts",
M
Mark Rousskov 已提交
4044
 "num_cpus",
V
Vadim Petrochenkov 已提交
4045
 "rustc_ast",
M
Mark Rousskov 已提交
4046 4047
 "rustc_data_structures",
 "rustc_errors",
M
Mark Rousskov 已提交
4048 4049
 "rustc_feature",
 "rustc_fs_util",
M
Matthew Jasper 已提交
4050
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4051
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4052
 "rustc_span",
M
Mark Rousskov 已提交
4053
 "rustc_target",
O
Oliver Scherer 已提交
4054
 "tracing",
V
Vadim Petrochenkov 已提交
4055 4056 4057 4058 4059 4060 4061
]

[[package]]
name = "rustc_span"
version = "0.0.0"
dependencies = [
 "cfg-if",
4062
 "md-5",
V
Vadim Petrochenkov 已提交
4063
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4064 4065 4066
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4067
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4068
 "scoped-tls",
4069
 "sha-1",
O
Oliver Scherer 已提交
4070
 "tracing",
V
Vadim Petrochenkov 已提交
4071
 "unicode-width",
M
Mark Rousskov 已提交
4072 4073
]

4074 4075 4076 4077 4078 4079 4080 4081 4082
[[package]]
name = "rustc_symbol_mangling"
version = "0.0.0"
dependencies = [
 "punycode",
 "rustc-demangle",
 "rustc_ast",
 "rustc_data_structures",
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
4083
 "rustc_middle",
4084 4085 4086
 "rustc_session",
 "rustc_span",
 "rustc_target",
O
Oliver Scherer 已提交
4087
 "tracing",
4088 4089
]

4090 4091 4092 4093
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
4094 4095
 "bitflags",
 "rustc_data_structures",
4096
 "rustc_index",
4097
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4098
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4099
 "rustc_span",
O
Oliver Scherer 已提交
4100
 "tracing",
4101 4102
]

M
Matthias Krüger 已提交
4103 4104
[[package]]
name = "rustc_tools_util"
I
Igor Matuszewski 已提交
4105
version = "0.2.0"
4106 4107 4108

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

4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124
[[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 已提交
4125
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4126
 "rustc_parse_format",
4127 4128 4129
 "rustc_session",
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
4130
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4131
 "tracing",
4132 4133
]

4134 4135 4136 4137
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
J
Jack Huey 已提交
4138
 "chalk-engine",
J
Jack Huey 已提交
4139 4140
 "chalk-ir",
 "chalk-solve",
V
Vadim Petrochenkov 已提交
4141
 "rustc_ast",
4142
 "rustc_data_structures",
4143
 "rustc_hir",
J
Jack Huey 已提交
4144
 "rustc_index",
C
Camille GILLOT 已提交
4145
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4146
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4147
 "rustc_span",
4148
 "rustc_trait_selection",
M
Mark Rousskov 已提交
4149
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4150
 "tracing",
4151 4152
]

C
Camille GILLOT 已提交
4153 4154 4155 4156 4157
[[package]]
name = "rustc_ty"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
4158
 "rustc_errors",
C
Camille GILLOT 已提交
4159
 "rustc_hir",
C
Camille GILLOT 已提交
4160
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4161
 "rustc_middle",
4162
 "rustc_session",
C
Camille GILLOT 已提交
4163
 "rustc_span",
4164
 "rustc_target",
4165
 "rustc_trait_selection",
O
Oliver Scherer 已提交
4166
 "tracing",
C
Camille GILLOT 已提交
4167
]
4168

4169 4170 4171 4172
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4173
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4174
 "rustc_ast",
4175
 "rustc_attr",
4176 4177
 "rustc_data_structures",
 "rustc_errors",
4178
 "rustc_hir",
4179
 "rustc_hir_pretty",
4180
 "rustc_index",
C
Camille GILLOT 已提交
4181
 "rustc_infer",
J
jumbatm 已提交
4182
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4183
 "rustc_middle",
4184
 "rustc_session",
V
Vadim Petrochenkov 已提交
4185
 "rustc_span",
4186
 "rustc_target",
4187
 "rustc_trait_selection",
M
Mark Rousskov 已提交
4188
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4189
 "tracing",
4190 4191
]

4192 4193
[[package]]
name = "rustc_version"
4194
version = "0.2.3"
4195
source = "registry+https://github.com/rust-lang/crates.io-index"
4196
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
4197
dependencies = [
E
Eric Huss 已提交
4198
 "semver 0.9.0",
4199 4200
]

4201 4202 4203 4204
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
4205
 "expect-test",
4206
 "itertools 0.9.0",
4207
 "minifier",
J
Joshua Nelson 已提交
4208
 "pulldown-cmark 0.8.0",
I
Igor Matuszewski 已提交
4209
 "rustc-rayon",
4210 4211
 "serde",
 "serde_json",
4212
 "smallvec 1.4.2",
4213
 "tempfile",
M
Mark Simulacrum 已提交
4214 4215
]

G
Guillaume Gomez 已提交
4216 4217 4218 4219
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
4220 4221 4222 4223
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
4224
 "rustdoc",
4225 4226
]

E
Eric Huss 已提交
4227 4228
[[package]]
name = "rustfix"
M
Mark Rousskov 已提交
4229
version = "0.5.1"
E
Eric Huss 已提交
4230
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4231
checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
E
Eric Huss 已提交
4232 4233 4234 4235 4236 4237 4238
dependencies = [
 "anyhow",
 "log",
 "serde",
 "serde_json",
]

T
topecongiro 已提交
4239 4240
[[package]]
name = "rustfmt-config_proc_macro"
4241
version = "0.2.0"
T
topecongiro 已提交
4242
dependencies = [
4243 4244
 "proc-macro2",
 "quote",
4245
 "serde",
4246
 "syn",
T
topecongiro 已提交
4247 4248
]

I
Igor Matuszewski 已提交
4249 4250
[[package]]
name = "rustfmt-nightly"
C
Caleb Cartwright 已提交
4251
version = "1.4.21"
I
Igor Matuszewski 已提交
4252
dependencies = [
4253
 "annotate-snippets 0.6.1",
I
Igor Matuszewski 已提交
4254
 "anyhow",
4255
 "bytecount",
M
Mark Rousskov 已提交
4256
 "cargo_metadata 0.8.2",
4257 4258 4259
 "derive-new",
 "diff",
 "dirs",
A
Alex Crichton 已提交
4260
 "env_logger 0.6.2",
4261 4262
 "getopts",
 "ignore",
M
Mark Rousskov 已提交
4263
 "itertools 0.8.2",
Y
Yuki Okushi 已提交
4264
 "lazy_static",
4265 4266
 "log",
 "regex",
4267
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
4268
 "rustc-ap-rustc_ast_pretty",
4269
 "rustc-ap-rustc_attr",
I
Igor Matuszewski 已提交
4270 4271
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
4272
 "rustc-ap-rustc_expand",
I
Igor Matuszewski 已提交
4273 4274 4275
 "rustc-ap-rustc_parse",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
4276 4277 4278 4279
 "rustc-workspace-hack",
 "rustfmt-config_proc_macro",
 "serde",
 "serde_json",
E
Eric Huss 已提交
4280
 "structopt",
M
Mark Rousskov 已提交
4281
 "term 0.6.1",
I
Igor Matuszewski 已提交
4282
 "thiserror",
E
Eric Huss 已提交
4283
 "toml",
4284 4285 4286
 "unicode-segmentation",
 "unicode-width",
 "unicode_categories",
I
Igor Matuszewski 已提交
4287 4288
]

A
Alex Crichton 已提交
4289 4290
[[package]]
name = "ryu"
M
Mark Rousskov 已提交
4291
version = "1.0.5"
A
Alex Crichton 已提交
4292
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4293
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
A
Alex Crichton 已提交
4294

4295 4296
[[package]]
name = "same-file"
M
Mark Rousskov 已提交
4297
version = "1.0.6"
4298
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4299
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4300
dependencies = [
4301
 "winapi-util",
4302 4303 4304 4305
]

[[package]]
name = "schannel"
M
Mark Rousskov 已提交
4306
version = "0.1.19"
4307
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4308
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
4309
dependencies = [
Y
Yuki Okushi 已提交
4310
 "lazy_static",
M
Mark Rousskov 已提交
4311
 "winapi 0.3.9",
4312 4313
]

M
Marcel Hellwig 已提交
4314 4315 4316 4317
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4318
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
M
Marcel Hellwig 已提交
4319

R
Ralf Jung 已提交
4320 4321
[[package]]
name = "scopeguard"
M
Mark Rousskov 已提交
4322
version = "1.1.0"
R
Ralf Jung 已提交
4323
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4324
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
R
Ralf Jung 已提交
4325

4326 4327 4328 4329
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4330
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4331
dependencies = [
4332 4333
 "semver-parser",
 "serde",
4334 4335
]

E
Eric Huss 已提交
4336 4337 4338 4339 4340 4341 4342 4343 4344 4345
[[package]]
name = "semver"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
dependencies = [
 "semver-parser",
 "serde",
]

4346 4347 4348 4349
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4350
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4351 4352 4353

[[package]]
name = "serde"
M
Mark Rousskov 已提交
4354
version = "1.0.115"
4355
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4356
checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5"
E
Eric Huss 已提交
4357
dependencies = [
4358
 "serde_derive",
E
Eric Huss 已提交
4359
]
4360 4361 4362

[[package]]
name = "serde_derive"
M
Mark Rousskov 已提交
4363
version = "1.0.115"
4364
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4365
checksum = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48"
4366
dependencies = [
4367 4368 4369
 "proc-macro2",
 "quote",
 "syn",
4370
]
S
Steve Klabnik 已提交
4371

F
flip1995 已提交
4372 4373
[[package]]
name = "serde_ignored"
M
Mark Rousskov 已提交
4374
version = "0.1.2"
F
flip1995 已提交
4375
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4376
checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
F
flip1995 已提交
4377 4378 4379 4380
dependencies = [
 "serde",
]

S
Steve Klabnik 已提交
4381 4382
[[package]]
name = "serde_json"
M
Mark Rousskov 已提交
4383
version = "1.0.57"
S
Steve Klabnik 已提交
4384
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4385
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
S
Steve Klabnik 已提交
4386
dependencies = [
4387 4388 4389
 "itoa",
 "ryu",
 "serde",
S
Steve Klabnik 已提交
4390 4391
]

4392 4393
[[package]]
name = "serde_repr"
M
Mark Rousskov 已提交
4394
version = "0.1.6"
4395
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4396
checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
4397
dependencies = [
4398 4399 4400
 "proc-macro2",
 "quote",
 "syn",
4401 4402
]

4403 4404
[[package]]
name = "sha-1"
4405
version = "0.8.2"
4406
source = "registry+https://github.com/rust-lang/crates.io-index"
4407
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4408
dependencies = [
4409 4410
 "block-buffer 0.7.3",
 "digest 0.8.1",
4411
 "fake-simd",
4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425
 "opaque-debug 0.2.3",
]

[[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",
 "cfg-if",
 "cpuid-bool",
 "digest 0.9.0",
 "opaque-debug 0.3.0",
4426 4427
]

O
Oliver Scherer 已提交
4428 4429 4430 4431 4432 4433 4434 4435 4436
[[package]]
name = "sharded-slab"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
dependencies = [
 "lazy_static",
]

4437 4438
[[package]]
name = "shell-escape"
M
Mark Rousskov 已提交
4439
version = "0.1.5"
4440
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4441
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
4442

S
steveklabnik 已提交
4443 4444 4445 4446
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4447
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
S
steveklabnik 已提交
4448

4449
[[package]]
M
Mark Rousskov 已提交
4450 4451
name = "signal-hook-registry"
version = "1.2.1"
4452
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4453
checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
4454
dependencies = [
4455 4456
 "arc-swap",
 "libc",
4457 4458
]

S
steveklabnik 已提交
4459 4460
[[package]]
name = "siphasher"
4461
version = "0.3.3"
S
steveklabnik 已提交
4462
source = "registry+https://github.com/rust-lang/crates.io-index"
4463
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
S
steveklabnik 已提交
4464

E
Eric Huss 已提交
4465 4466
[[package]]
name = "sized-chunks"
E
Eric Huss 已提交
4467
version = "0.6.2"
E
Eric Huss 已提交
4468
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4469
checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
E
Eric Huss 已提交
4470
dependencies = [
E
Eric Huss 已提交
4471
 "bitmaps",
4472
 "typenum",
E
Eric Huss 已提交
4473 4474
]

4475 4476 4477 4478
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4479
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4480

4481 4482
[[package]]
name = "smallvec"
M
Mark Rousskov 已提交
4483
version = "0.6.13"
4484
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4485 4486 4487 4488
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
dependencies = [
 "maybe-uninit",
]
4489

R
Ralf Jung 已提交
4490 4491
[[package]]
name = "smallvec"
M
Mark Rousskov 已提交
4492
version = "1.4.2"
R
Ralf Jung 已提交
4493
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4494
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
R
Ralf Jung 已提交
4495

4496 4497 4498 4499 4500 4501
[[package]]
name = "snap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"

M
Mark Simulacrum 已提交
4502 4503
[[package]]
name = "socket2"
P
Patrick Mooney 已提交
4504
version = "0.3.12"
M
Mark Simulacrum 已提交
4505
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Patrick Mooney 已提交
4506
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
M
Mark Simulacrum 已提交
4507
dependencies = [
4508 4509 4510
 "cfg-if",
 "libc",
 "redox_syscall",
M
Mark Rousskov 已提交
4511
 "winapi 0.3.9",
M
Mark Simulacrum 已提交
4512 4513
]

4514 4515
[[package]]
name = "stable_deref_trait"
M
Mark Rousskov 已提交
4516
version = "1.2.0"
4517
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4518
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4519

4520 4521
[[package]]
name = "stacker"
4522
version = "0.1.12"
4523
source = "registry+https://github.com/rust-lang/crates.io-index"
4524
checksum = "21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786"
4525 4526 4527 4528 4529
dependencies = [
 "cc",
 "cfg-if",
 "libc",
 "psm",
M
Mark Rousskov 已提交
4530
 "winapi 0.3.9",
4531 4532
]

4533 4534 4535 4536
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
4537
 "addr2line",
4538 4539 4540 4541 4542 4543
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "dlmalloc",
 "fortanix-sgx-abi",
4544
 "hashbrown",
4545
 "hermit-abi",
4546
 "libc",
4547 4548
 "miniz_oxide",
 "object",
4549 4550 4551
 "panic_abort",
 "panic_unwind",
 "profiler_builtins",
4552
 "rand",
4553
 "rustc-demangle",
4554
 "unwind",
4555
 "wasi",
4556 4557
]

S
steveklabnik 已提交
4558 4559
[[package]]
name = "string_cache"
4560
version = "0.8.0"
S
steveklabnik 已提交
4561
source = "registry+https://github.com/rust-lang/crates.io-index"
4562
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
S
steveklabnik 已提交
4563
dependencies = [
Y
Yuki Okushi 已提交
4564
 "lazy_static",
4565 4566 4567 4568
 "new_debug_unreachable",
 "phf_shared",
 "precomputed-hash",
 "serde",
S
steveklabnik 已提交
4569 4570 4571 4572
]

[[package]]
name = "string_cache_codegen"
4573
version = "0.5.1"
S
steveklabnik 已提交
4574
source = "registry+https://github.com/rust-lang/crates.io-index"
4575
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
S
steveklabnik 已提交
4576
dependencies = [
4577 4578
 "phf_generator",
 "phf_shared",
4579 4580
 "proc-macro2",
 "quote",
S
steveklabnik 已提交
4581 4582
]

E
Eric Huss 已提交
4583 4584 4585 4586
[[package]]
name = "strip-ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4587
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
E
Eric Huss 已提交
4588
dependencies = [
4589
 "vte",
E
Eric Huss 已提交
4590 4591
]

4592 4593
[[package]]
name = "strsim"
4594
version = "0.8.0"
4595
source = "registry+https://github.com/rust-lang/crates.io-index"
4596
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4597

4598 4599
[[package]]
name = "structopt"
M
Mark Rousskov 已提交
4600
version = "0.3.16"
4601
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4602
checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
4603 4604
dependencies = [
 "clap",
M
Mark Rousskov 已提交
4605
 "lazy_static",
E
Eric Huss 已提交
4606
 "structopt-derive",
4607 4608 4609 4610
]

[[package]]
name = "structopt-derive"
M
Mark Rousskov 已提交
4611
version = "0.4.9"
4612
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4613
checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
4614 4615 4616
dependencies = [
 "heck",
 "proc-macro-error",
4617 4618 4619
 "proc-macro2",
 "quote",
 "syn",
T
topecongiro 已提交
4620 4621
]

M
Matt Ickstadt 已提交
4622 4623
[[package]]
name = "strum"
4624
version = "0.18.0"
M
Matt Ickstadt 已提交
4625
source = "registry+https://github.com/rust-lang/crates.io-index"
4626
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
M
Matt Ickstadt 已提交
4627 4628 4629

[[package]]
name = "strum_macros"
4630
version = "0.18.0"
M
Matt Ickstadt 已提交
4631
source = "registry+https://github.com/rust-lang/crates.io-index"
4632
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
M
Matt Ickstadt 已提交
4633
dependencies = [
4634
 "heck",
4635 4636 4637
 "proc-macro2",
 "quote",
 "syn",
A
Alex Crichton 已提交
4638 4639
]

4640 4641
[[package]]
name = "syn"
M
Mark Rousskov 已提交
4642
version = "1.0.38"
4643
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4644
checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
4645
dependencies = [
4646 4647 4648
 "proc-macro2",
 "quote",
 "unicode-xid",
4649 4650
]

4651 4652
[[package]]
name = "synstructure"
M
Mark Rousskov 已提交
4653
version = "0.12.4"
4654
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4655
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
4656
dependencies = [
4657 4658 4659 4660
 "proc-macro2",
 "quote",
 "syn",
 "unicode-xid",
4661 4662
]

4663 4664
[[package]]
name = "tar"
M
Mark Rousskov 已提交
4665
version = "0.4.29"
4666
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4667
checksum = "c8a4c1d0bee3230179544336c15eefb563cf0302955d962e456542323e8c2e8a"
4668
dependencies = [
4669 4670 4671 4672
 "filetime",
 "libc",
 "redox_syscall",
 "xattr",
4673 4674
]

A
Aleksey Kladov 已提交
4675 4676
[[package]]
name = "tempfile"
4677
version = "3.1.0"
A
Aleksey Kladov 已提交
4678
source = "registry+https://github.com/rust-lang/crates.io-index"
4679
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
A
Aleksey Kladov 已提交
4680
dependencies = [
4681 4682
 "cfg-if",
 "libc",
4683
 "rand",
4684 4685
 "redox_syscall",
 "remove_dir_all",
M
Mark Rousskov 已提交
4686
 "winapi 0.3.9",
A
Aleksey Kladov 已提交
4687 4688
]

S
steveklabnik 已提交
4689 4690
[[package]]
name = "tendril"
M
Mark Rousskov 已提交
4691
version = "0.4.1"
S
steveklabnik 已提交
4692
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4693
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
S
steveklabnik 已提交
4694
dependencies = [
4695 4696 4697
 "futf",
 "mac",
 "utf-8",
S
steveklabnik 已提交
4698 4699
]

4700 4701 4702
[[package]]
name = "term"
version = "0.0.0"
4703 4704 4705 4706
dependencies = [
 "core",
 "std",
]
4707

I
Igor Matuszewski 已提交
4708 4709
[[package]]
name = "term"
M
Mark Rousskov 已提交
4710
version = "0.6.1"
I
Igor Matuszewski 已提交
4711
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4712
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
I
Igor Matuszewski 已提交
4713
dependencies = [
4714
 "dirs",
M
Mark Rousskov 已提交
4715
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
4716 4717
]

4718 4719
[[package]]
name = "termcolor"
E
Eric Huss 已提交
4720
version = "1.1.0"
4721
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4722
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
4723
dependencies = [
E
Eric Huss 已提交
4724
 "winapi-util",
4725 4726
]

4727 4728 4729 4730 4731 4732 4733
[[package]]
name = "termize"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
dependencies = [
 "libc",
M
Mark Rousskov 已提交
4734
 "winapi 0.3.9",
4735 4736
]

4737 4738 4739 4740
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
E
Eric Huss 已提交
4741
 "cfg-if",
4742
 "core",
4743
 "getopts",
4744 4745 4746
 "libc",
 "panic_abort",
 "panic_unwind",
4747
 "proc_macro",
4748
 "std",
4749
 "term 0.0.0",
4750 4751
]

F
flip1995 已提交
4752 4753 4754 4755 4756 4757 4758 4759
[[package]]
name = "tester"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee72ec31009a42b53de9a6b7d8f462b493ab3b1e4767bda1fcdbb52127f13b6c"
dependencies = [
 "getopts",
 "libc",
M
Mark Rousskov 已提交
4760
 "term 0.6.1",
F
flip1995 已提交
4761 4762
]

S
steveklabnik 已提交
4763 4764
[[package]]
name = "textwrap"
4765
version = "0.11.0"
S
steveklabnik 已提交
4766
source = "registry+https://github.com/rust-lang/crates.io-index"
4767
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
S
steveklabnik 已提交
4768
dependencies = [
4769
 "unicode-width",
S
steveklabnik 已提交
4770 4771
]

4772 4773
[[package]]
name = "thiserror"
M
Mark Rousskov 已提交
4774
version = "1.0.20"
4775
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4776
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
4777 4778 4779 4780 4781 4782
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
M
Mark Rousskov 已提交
4783
version = "1.0.20"
4784
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4785
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
4786
dependencies = [
4787 4788 4789
 "proc-macro2",
 "quote",
 "syn",
4790 4791
]

I
Igor Matuszewski 已提交
4792 4793 4794 4795 4796 4797
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
Y
Yuki Okushi 已提交
4798
 "lazy_static",
I
Igor Matuszewski 已提交
4799 4800
]

4801 4802 4803
[[package]]
name = "tidy"
version = "0.1.0"
4804
dependencies = [
J
Jubilee Young 已提交
4805
 "cargo_metadata 0.11.1",
Y
Yuki Okushi 已提交
4806
 "lazy_static",
4807 4808
 "regex",
 "walkdir",
4809
]
4810

4811 4812 4813 4814
[[package]]
name = "tier-check"
version = "0.1.0"

A
Alex Crichton 已提交
4815 4816
[[package]]
name = "time"
M
Mark Rousskov 已提交
4817
version = "0.1.43"
A
Alex Crichton 已提交
4818
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4819
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
A
Alex Crichton 已提交
4820
dependencies = [
4821
 "libc",
M
Mark Rousskov 已提交
4822
 "winapi 0.3.9",
A
Alex Crichton 已提交
4823 4824
]

M
Mark Rousskov 已提交
4825 4826
[[package]]
name = "tinyvec"
4827
version = "0.3.4"
M
Mark Rousskov 已提交
4828
source = "registry+https://github.com/rust-lang/crates.io-index"
4829
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
M
Mark Rousskov 已提交
4830

4831 4832
[[package]]
name = "tokio"
4833
version = "0.1.22"
4834
source = "registry+https://github.com/rust-lang/crates.io-index"
4835
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
4836
dependencies = [
4837 4838 4839 4840 4841 4842 4843 4844 4845 4846
 "bytes",
 "futures",
 "mio",
 "num_cpus",
 "tokio-codec",
 "tokio-current-thread",
 "tokio-executor",
 "tokio-fs",
 "tokio-io",
 "tokio-reactor",
4847
 "tokio-sync",
4848 4849 4850 4851 4852
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "tokio-udp",
 "tokio-uds",
4853 4854 4855 4856
]

[[package]]
name = "tokio-codec"
M
Mark Rousskov 已提交
4857
version = "0.1.2"
4858
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4859
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
4860
dependencies = [
4861 4862 4863
 "bytes",
 "futures",
 "tokio-io",
4864 4865 4866 4867
]

[[package]]
name = "tokio-current-thread"
M
Mark Rousskov 已提交
4868
version = "0.1.7"
4869
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4870
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
4871
dependencies = [
4872 4873
 "futures",
 "tokio-executor",
4874 4875 4876 4877
]

[[package]]
name = "tokio-executor"
M
Mark Rousskov 已提交
4878
version = "0.1.10"
4879
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4880
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
4881
dependencies = [
M
Mark Rousskov 已提交
4882
 "crossbeam-utils 0.7.2",
4883
 "futures",
4884 4885 4886 4887
]

[[package]]
name = "tokio-fs"
M
Mark Rousskov 已提交
4888
version = "0.1.7"
4889
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4890
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
4891
dependencies = [
4892 4893 4894
 "futures",
 "tokio-io",
 "tokio-threadpool",
4895 4896 4897 4898
]

[[package]]
name = "tokio-io"
M
Mark Rousskov 已提交
4899
version = "0.1.13"
4900
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4901
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
4902
dependencies = [
4903 4904 4905
 "bytes",
 "futures",
 "log",
4906 4907
]

4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920
[[package]]
name = "tokio-named-pipes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"
dependencies = [
 "bytes",
 "futures",
 "mio",
 "mio-named-pipes",
 "tokio",
]

4921 4922
[[package]]
name = "tokio-process"
M
Mark Rousskov 已提交
4923
version = "0.2.5"
4924
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4925
checksum = "382d90f43fa31caebe5d3bc6cfd854963394fff3b8cb59d5146607aaae7e7e43"
4926
dependencies = [
M
Mark Rousskov 已提交
4927
 "crossbeam-queue 0.1.2",
4928
 "futures",
Y
Yuki Okushi 已提交
4929
 "lazy_static",
4930
 "libc",
4931
 "log",
4932 4933 4934 4935 4936
 "mio",
 "mio-named-pipes",
 "tokio-io",
 "tokio-reactor",
 "tokio-signal",
M
Mark Rousskov 已提交
4937
 "winapi 0.3.9",
4938 4939 4940 4941
]

[[package]]
name = "tokio-reactor"
M
Mark Rousskov 已提交
4942
version = "0.1.12"
4943
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4944
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
4945
dependencies = [
M
Mark Rousskov 已提交
4946
 "crossbeam-utils 0.7.2",
4947
 "futures",
Y
Yuki Okushi 已提交
4948
 "lazy_static",
4949 4950 4951
 "log",
 "mio",
 "num_cpus",
I
Igor Matuszewski 已提交
4952
 "parking_lot 0.9.0",
4953 4954 4955
 "slab",
 "tokio-executor",
 "tokio-io",
4956
 "tokio-sync",
4957 4958
]

4959 4960 4961 4962 4963 4964 4965 4966 4967
[[package]]
name = "tokio-service"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
dependencies = [
 "futures",
]

4968 4969
[[package]]
name = "tokio-signal"
M
Mark Rousskov 已提交
4970
version = "0.2.9"
4971
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4972
checksum = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12"
4973
dependencies = [
4974 4975 4976 4977
 "futures",
 "libc",
 "mio",
 "mio-uds",
M
Mark Rousskov 已提交
4978
 "signal-hook-registry",
4979 4980 4981
 "tokio-executor",
 "tokio-io",
 "tokio-reactor",
M
Mark Rousskov 已提交
4982
 "winapi 0.3.9",
4983 4984
]

4985 4986
[[package]]
name = "tokio-sync"
M
Mark Rousskov 已提交
4987
version = "0.1.8"
4988
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4989
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
4990 4991 4992 4993 4994
dependencies = [
 "fnv",
 "futures",
]

4995 4996
[[package]]
name = "tokio-tcp"
M
Mark Rousskov 已提交
4997
version = "0.1.4"
4998
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4999
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
5000
dependencies = [
5001 5002 5003 5004 5005 5006
 "bytes",
 "futures",
 "iovec",
 "mio",
 "tokio-io",
 "tokio-reactor",
5007 5008 5009 5010
]

[[package]]
name = "tokio-threadpool"
M
Mark Rousskov 已提交
5011
version = "0.1.18"
5012
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5013
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
5014
dependencies = [
5015
 "crossbeam-deque",
M
Mark Rousskov 已提交
5016 5017
 "crossbeam-queue 0.2.3",
 "crossbeam-utils 0.7.2",
5018
 "futures",
Y
Yuki Okushi 已提交
5019
 "lazy_static",
5020 5021
 "log",
 "num_cpus",
5022
 "slab",
5023
 "tokio-executor",
5024 5025 5026 5027
]

[[package]]
name = "tokio-timer"
M
Mark Rousskov 已提交
5028
version = "0.2.13"
5029
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5030
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
5031
dependencies = [
M
Mark Rousskov 已提交
5032
 "crossbeam-utils 0.7.2",
5033 5034 5035
 "futures",
 "slab",
 "tokio-executor",
5036 5037 5038 5039
]

[[package]]
name = "tokio-udp"
M
Mark Rousskov 已提交
5040
version = "0.1.6"
5041
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5042
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
5043
dependencies = [
5044 5045 5046 5047 5048 5049 5050
 "bytes",
 "futures",
 "log",
 "mio",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
5051 5052 5053 5054
]

[[package]]
name = "tokio-uds"
M
Mark Rousskov 已提交
5055
version = "0.2.7"
5056
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5057
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
5058
dependencies = [
5059 5060 5061 5062 5063 5064 5065 5066 5067 5068
 "bytes",
 "futures",
 "iovec",
 "libc",
 "log",
 "mio",
 "mio-uds",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
5069 5070
]

E
Eric Huss 已提交
5071 5072
[[package]]
name = "toml"
M
Mark Rousskov 已提交
5073
version = "0.5.6"
E
Eric Huss 已提交
5074
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5075
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
E
Eric Huss 已提交
5076
dependencies = [
5077
 "serde",
E
Eric Huss 已提交
5078 5079
]

J
Jack Huey 已提交
5080 5081
[[package]]
name = "tracing"
M
Mark Rousskov 已提交
5082
version = "0.1.19"
J
Jack Huey 已提交
5083
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5084
checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
J
Jack Huey 已提交
5085 5086 5087 5088 5089 5090 5091 5092
dependencies = [
 "cfg-if",
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
M
Mark Rousskov 已提交
5093
version = "0.1.11"
J
Jack Huey 已提交
5094
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5095
checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
J
Jack Huey 已提交
5096
dependencies = [
5097 5098 5099
 "proc-macro2",
 "quote",
 "syn",
J
Jack Huey 已提交
5100 5101 5102 5103
]

[[package]]
name = "tracing-core"
M
Mark Rousskov 已提交
5104
version = "0.1.15"
J
Jack Huey 已提交
5105
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5106
checksum = "4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5"
J
Jack Huey 已提交
5107 5108 5109 5110
dependencies = [
 "lazy_static",
]

J
Jack Huey 已提交
5111 5112 5113
[[package]]
name = "tracing-log"
version = "0.1.1"
J
Jack Huey 已提交
5114
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
5115
checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"
J
Jack Huey 已提交
5116 5117
dependencies = [
 "lazy_static",
J
Jack Huey 已提交
5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129
 "log",
 "tracing-core",
]

[[package]]
name = "tracing-serde"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6ccba2f8f16e0ed268fc765d9b7ff22e965e7185d32f8f1ec8294fe17d86e79"
dependencies = [
 "serde",
 "tracing-core",
J
Jack Huey 已提交
5130 5131
]

O
Oliver Scherer 已提交
5132 5133
[[package]]
name = "tracing-subscriber"
M
Mark Rousskov 已提交
5134
version = "0.2.11"
O
Oliver Scherer 已提交
5135
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5136
checksum = "abd165311cc4d7a555ad11cc77a37756df836182db0d81aac908c8184c584f40"
O
Oliver Scherer 已提交
5137 5138
dependencies = [
 "ansi_term 0.12.1",
J
Jack Huey 已提交
5139
 "chrono",
O
Oliver Scherer 已提交
5140 5141
 "lazy_static",
 "matchers",
M
Mark Rousskov 已提交
5142
 "parking_lot 0.11.0",
O
Oliver Scherer 已提交
5143
 "regex",
J
Jack Huey 已提交
5144 5145
 "serde",
 "serde_json",
O
Oliver Scherer 已提交
5146
 "sharded-slab",
M
Mark Rousskov 已提交
5147 5148
 "smallvec 1.4.2",
 "thread_local",
O
Oliver Scherer 已提交
5149
 "tracing-core",
J
Jack Huey 已提交
5150 5151 5152 5153 5154 5155
 "tracing-log",
 "tracing-serde",
]

[[package]]
name = "tracing-tree"
5156
version = "0.1.6"
J
Jack Huey 已提交
5157
source = "registry+https://github.com/rust-lang/crates.io-index"
5158
checksum = "43aac8afb493b08e1e1904956f7407c1e671b9c83b26a17e1bd83d6a3520e350"
J
Jack Huey 已提交
5159 5160 5161 5162 5163 5164 5165
dependencies = [
 "ansi_term 0.12.1",
 "atty",
 "chrono",
 "termcolor",
 "tracing",
 "tracing-subscriber",
O
Oliver Scherer 已提交
5166 5167
]

E
Eric Huss 已提交
5168 5169
[[package]]
name = "typenum"
E
Eric Huss 已提交
5170
version = "1.12.0"
E
Eric Huss 已提交
5171
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5172
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
E
Eric Huss 已提交
5173

M
Mark Rousskov 已提交
5174 5175
[[package]]
name = "ucd-parse"
M
Mark Rousskov 已提交
5176
version = "0.1.8"
M
Mark Rousskov 已提交
5177
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5178
checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
M
Mark Rousskov 已提交
5179
dependencies = [
Y
Yuki Okushi 已提交
5180
 "lazy_static",
M
Mark Rousskov 已提交
5181 5182 5183
 "regex",
]

5184 5185
[[package]]
name = "ucd-trie"
M
Mark Rousskov 已提交
5186
version = "0.1.3"
5187
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5188
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5189

5190 5191
[[package]]
name = "unicase"
5192
version = "2.6.0"
5193
source = "registry+https://github.com/rust-lang/crates.io-index"
5194
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5195
dependencies = [
5196
 "version_check",
5197 5198
]

M
Mark Rousskov 已提交
5199 5200 5201 5202 5203 5204 5205
[[package]]
name = "unicode-bdd"
version = "0.1.0"
dependencies = [
 "ucd-parse",
]

5206 5207
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
5208
version = "0.3.4"
S
Steve Klabnik 已提交
5209
source = "registry+https://github.com/rust-lang/crates.io-index"
5210
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
S
Steve Klabnik 已提交
5211
dependencies = [
5212
 "matches",
5213 5214
]

5215 5216
[[package]]
name = "unicode-normalization"
M
Mark Rousskov 已提交
5217
version = "0.1.13"
5218
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5219
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
5220
dependencies = [
M
Mark Rousskov 已提交
5221
 "tinyvec",
5222
]
5223

crlf0710's avatar
crlf0710 已提交
5224 5225
[[package]]
name = "unicode-script"
M
Mark Rousskov 已提交
5226
version = "0.5.2"
crlf0710's avatar
crlf0710 已提交
5227
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5228
checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
crlf0710's avatar
crlf0710 已提交
5229 5230 5231

[[package]]
name = "unicode-security"
5232
version = "0.0.5"
crlf0710's avatar
crlf0710 已提交
5233
source = "registry+https://github.com/rust-lang/crates.io-index"
5234
checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
crlf0710's avatar
crlf0710 已提交
5235
dependencies = [
crlf0710's avatar
crlf0710 已提交
5236
 "unicode-normalization",
crlf0710's avatar
crlf0710 已提交
5237 5238 5239
 "unicode-script",
]

5240 5241
[[package]]
name = "unicode-segmentation"
E
Eric Huss 已提交
5242
version = "1.6.0"
5243
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5244
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
5245 5246 5247

[[package]]
name = "unicode-width"
M
Mark Rousskov 已提交
5248
version = "0.1.8"
5249
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5250
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5251 5252 5253 5254 5255
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
]
5256

5257 5258
[[package]]
name = "unicode-xid"
M
Mark Rousskov 已提交
5259
version = "0.2.1"
5260
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5261
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
5262

F
flip1995 已提交
5263 5264 5265 5266
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5267
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
F
flip1995 已提交
5268

5269 5270 5271 5272
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
5273 5274
 "num-traits",
 "tidy",
5275 5276
]

N
Nick Cameron 已提交
5277 5278 5279 5280
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
5281 5282 5283 5284 5285
 "cc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
N
Nick Cameron 已提交
5286 5287
]

5288 5289
[[package]]
name = "url"
5290
version = "1.7.2"
5291
source = "registry+https://github.com/rust-lang/crates.io-index"
5292
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5293
dependencies = [
5294 5295 5296
 "idna 0.1.5",
 "matches",
 "percent-encoding 1.0.1",
5297 5298
]

E
Eric Huss 已提交
5299 5300
[[package]]
name = "url"
M
Mark Rousskov 已提交
5301
version = "2.1.1"
E
Eric Huss 已提交
5302
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5303
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
E
Eric Huss 已提交
5304
dependencies = [
5305 5306
 "idna 0.2.0",
 "matches",
E
Eric Huss 已提交
5307
 "percent-encoding 2.1.0",
5308
 "serde",
E
Eric Huss 已提交
5309 5310
]

S
steveklabnik 已提交
5311 5312
[[package]]
name = "utf-8"
M
Mark Rousskov 已提交
5313
version = "0.7.5"
S
steveklabnik 已提交
5314
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5315
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
S
steveklabnik 已提交
5316

E
Eric Huss 已提交
5317 5318 5319 5320
[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5321
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
E
Eric Huss 已提交
5322

5323 5324
[[package]]
name = "vcpkg"
M
Mark Rousskov 已提交
5325
version = "0.2.10"
5326
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5327
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
5328

5329 5330
[[package]]
name = "vec_map"
M
Mark Rousskov 已提交
5331
version = "0.8.2"
5332
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5333
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5334

R
Ralf Jung 已提交
5335 5336
[[package]]
name = "vergen"
5337
version = "3.1.0"
R
Ralf Jung 已提交
5338
source = "registry+https://github.com/rust-lang/crates.io-index"
5339
checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
R
Ralf Jung 已提交
5340
dependencies = [
5341 5342
 "bitflags",
 "chrono",
R
Ralf Jung 已提交
5343 5344
]

E
Eric Huss 已提交
5345 5346
[[package]]
name = "version_check"
5347
version = "0.9.1"
E
Eric Huss 已提交
5348
source = "registry+https://github.com/rust-lang/crates.io-index"
5349
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
E
Eric Huss 已提交
5350

E
Eric Huss 已提交
5351 5352 5353 5354
[[package]]
name = "vte"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5355
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
E
Eric Huss 已提交
5356
dependencies = [
5357
 "utf8parse",
E
Eric Huss 已提交
5358 5359
]

5360 5361
[[package]]
name = "walkdir"
M
Mark Rousskov 已提交
5362
version = "2.3.1"
5363
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5364
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
5365
dependencies = [
5366
 "same-file",
M
Mark Rousskov 已提交
5367
 "winapi 0.3.9",
5368
 "winapi-util",
5369 5370
]

5371 5372 5373 5374 5375
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
N
newpavlov 已提交
5376 5377 5378 5379 5380 5381
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

5382 5383 5384 5385
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
5386
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
5387

5388 5389
[[package]]
name = "winapi"
M
Mark Rousskov 已提交
5390
version = "0.3.9"
5391
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5392
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5393
dependencies = [
5394 5395
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
5396 5397
]

5398 5399 5400 5401
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5402
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
5403

5404 5405 5406 5407
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5408
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5409

A
Alex Crichton 已提交
5410 5411
[[package]]
name = "winapi-util"
E
Eric Huss 已提交
5412
version = "0.1.5"
A
Alex Crichton 已提交
5413
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5414
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
A
Alex Crichton 已提交
5415
dependencies = [
M
Mark Rousskov 已提交
5416
 "winapi 0.3.9",
A
Alex Crichton 已提交
5417 5418
]

5419 5420 5421 5422
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5423
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5424

5425 5426 5427 5428
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5429
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
5430
dependencies = [
5431 5432
 "winapi 0.2.8",
 "winapi-build",
5433 5434
]

5435 5436
[[package]]
name = "xattr"
A
Alex Crichton 已提交
5437
version = "0.2.2"
5438
source = "registry+https://github.com/rust-lang/crates.io-index"
5439
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5440
dependencies = [
5441
 "libc",
5442 5443
]

5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455
[[package]]
name = "xml5ever"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
dependencies = [
 "log",
 "mac",
 "markup5ever",
 "time",
]

5456 5457
[[package]]
name = "xz2"
M
Mark Rousskov 已提交
5458
version = "0.1.6"
5459
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5460
checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
5461
dependencies = [
5462
 "lzma-sys",
5463 5464
]

5465 5466
[[package]]
name = "yaml-merge-keys"
M
Mark Rousskov 已提交
5467
version = "0.4.1"
5468
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5469
checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
5470
dependencies = [
Y
Yuki Okushi 已提交
5471
 "lazy_static",
5472
 "thiserror",
M
Mark Rousskov 已提交
5473
 "yaml-rust 0.4.4",
5474 5475
]

5476 5477 5478 5479
[[package]]
name = "yaml-rust"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5480
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5481 5482 5483

[[package]]
name = "yaml-rust"
M
Mark Rousskov 已提交
5484
version = "0.4.4"
5485
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5486
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
5487 5488 5489
dependencies = [
 "linked-hash-map",
]