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

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

E
Eric Huss 已提交
25 26
[[package]]
name = "aho-corasick"
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 186 187 188 189 190 191 192 193
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
 "block-padding",
 "byte-tools",
 "byteorder",
 "generic-array",
]

[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
194
dependencies = [
195
 "byte-tools",
196 197
]

198 199 200 201
[[package]]
name = "bootstrap"
version = "0.0.0"
dependencies = [
202 203 204 205 206
 "build_helper",
 "cc",
 "cmake",
 "filetime",
 "getopts",
207
 "ignore",
Y
Yuki Okushi 已提交
208
 "lazy_static",
209
 "libc",
210
 "merge",
211
 "num_cpus",
212
 "opener",
213 214 215 216
 "pretty_assertions",
 "serde",
 "serde_json",
 "time",
E
Eric Huss 已提交
217
 "toml",
M
Mark Rousskov 已提交
218
 "winapi 0.3.9",
219 220
]

E
Eric Huss 已提交
221 222
[[package]]
name = "bstr"
M
Mark Rousskov 已提交
223
version = "0.2.13"
E
Eric Huss 已提交
224
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
225
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
E
Eric Huss 已提交
226
dependencies = [
227
 "memchr",
E
Eric Huss 已提交
228 229
]

230 231 232 233
[[package]]
name = "build-manifest"
version = "0.1.0"
dependencies = [
234
 "serde",
235
 "serde_json",
E
Eric Huss 已提交
236
 "toml",
237 238 239 240 241 242
]

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

243 244
[[package]]
name = "byte-tools"
245
version = "0.3.1"
246
source = "registry+https://github.com/rust-lang/crates.io-index"
247
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
248

249 250
[[package]]
name = "bytecount"
251
version = "0.6.0"
252
source = "registry+https://github.com/rust-lang/crates.io-index"
253
checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
254
dependencies = [
255
 "packed_simd",
256 257
]

258 259
[[package]]
name = "byteorder"
M
Mark Rousskov 已提交
260
version = "1.3.4"
261
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
262
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
263

264 265
[[package]]
name = "bytes"
M
Mark Rousskov 已提交
266
version = "0.4.12"
267
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
268
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
269
dependencies = [
270 271
 "byteorder",
 "iovec",
272 273
]

A
Alex Crichton 已提交
274 275
[[package]]
name = "bytesize"
M
Mark Rousskov 已提交
276
version = "1.0.1"
A
Alex Crichton 已提交
277
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
278
checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
A
Alex Crichton 已提交
279

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

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

A
Alex Crichton 已提交
354 355
[[package]]
name = "cargo-platform"
E
Eric Huss 已提交
356
version = "0.1.1"
A
Alex Crichton 已提交
357 358 359 360
dependencies = [
 "serde",
]

E
Eric Huss 已提交
361 362 363 364
[[package]]
name = "cargo-test-macro"
version = "0.1.0"

A
Aaron Hill 已提交
365 366 367 368 369 370 371 372 373 374
[[package]]
name = "cargo-test-support"
version = "0.1.0"
dependencies = [
 "cargo",
 "cargo-test-macro",
 "filetime",
 "flate2",
 "git2",
 "glob",
Y
Yuki Okushi 已提交
375
 "lazy_static",
A
Aaron Hill 已提交
376 377 378
 "remove_dir_all",
 "serde_json",
 "tar",
M
Mark Rousskov 已提交
379
 "url 2.1.1",
A
Aaron Hill 已提交
380 381
]

M
Manish Goregaokar 已提交
382 383
[[package]]
name = "cargo_metadata"
M
Mark Rousskov 已提交
384
version = "0.8.2"
M
Manish Goregaokar 已提交
385
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
386
checksum = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426"
M
Manish Goregaokar 已提交
387
dependencies = [
E
Eric Huss 已提交
388
 "semver 0.9.0",
389 390 391
 "serde",
 "serde_derive",
 "serde_json",
M
Manish Goregaokar 已提交
392 393
]

J
Jubilee Young 已提交
394 395 396 397 398 399 400 401 402 403 404
[[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 已提交
405 406 407 408
[[package]]
name = "cargotest2"
version = "0.1.0"

N
Nick Cameron 已提交
409 410
[[package]]
name = "cc"
411
version = "1.0.60"
N
Nick Cameron 已提交
412
source = "registry+https://github.com/rust-lang/crates.io-index"
413
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
E
Eric Huss 已提交
414 415 416
dependencies = [
 "jobserver",
]
N
Nick Cameron 已提交
417

418 419
[[package]]
name = "cfg-if"
420
version = "0.1.10"
421
source = "registry+https://github.com/rust-lang/crates.io-index"
422
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
423
dependencies = [
424 425
 "compiler_builtins",
 "rustc-std-workspace-core",
426
]
427

J
Jack Huey 已提交
428 429
[[package]]
name = "chalk-derive"
J
Jack Huey 已提交
430
version = "0.21.0"
J
Jack Huey 已提交
431
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
432
checksum = "c1df0dbb57d74b4acd20f20fa66ab2acd09776b79eaeb9d8f947b2f3e01c40bf"
J
Jack Huey 已提交
433
dependencies = [
434 435 436
 "proc-macro2",
 "quote",
 "syn",
437
 "synstructure",
J
Jack Huey 已提交
438 439 440 441
]

[[package]]
name = "chalk-engine"
J
Jack Huey 已提交
442
version = "0.21.0"
J
Jack Huey 已提交
443
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
444
checksum = "fb7c65a13f32f02aba8f1d9a37f206af615f77ac564624b81a4c593c6c1735b9"
J
Jack Huey 已提交
445
dependencies = [
J
Jack Huey 已提交
446 447
 "chalk-derive",
 "chalk-ir",
J
Jack Huey 已提交
448
 "chalk-solve",
J
Jack Huey 已提交
449
 "rustc-hash",
J
Jack Huey 已提交
450
 "tracing",
J
Jack Huey 已提交
451 452 453 454
]

[[package]]
name = "chalk-ir"
J
Jack Huey 已提交
455
version = "0.21.0"
J
Jack Huey 已提交
456
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
457
checksum = "44361a25dbdb1dc428f56ad7a3c21ba9ca12f3225c26a47919ff6fcb10a583d4"
J
Jack Huey 已提交
458 459
dependencies = [
 "chalk-derive",
Y
Yuki Okushi 已提交
460
 "lazy_static",
J
Jack Huey 已提交
461 462 463 464
]

[[package]]
name = "chalk-solve"
J
Jack Huey 已提交
465
version = "0.21.0"
J
Jack Huey 已提交
466
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
467
checksum = "a886da37a0dc457057d86f78f026f7a09c6d8088aa13f4f4127fdb8dc80119a3"
J
Jack Huey 已提交
468 469 470
dependencies = [
 "chalk-derive",
 "chalk-ir",
J
Jack Huey 已提交
471
 "ena",
J
Jack Huey 已提交
472 473 474
 "itertools 0.9.0",
 "petgraph",
 "rustc-hash",
J
Jack Huey 已提交
475
 "tracing",
J
Jack Huey 已提交
476 477
 "tracing-subscriber",
 "tracing-tree",
J
Jack Huey 已提交
478 479
]

A
Alex Crichton 已提交
480 481
[[package]]
name = "chrono"
M
Mark Rousskov 已提交
482
version = "0.4.15"
A
Alex Crichton 已提交
483
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
484
checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
A
Alex Crichton 已提交
485
dependencies = [
486 487 488
 "num-integer",
 "num-traits",
 "time",
A
Alex Crichton 已提交
489 490
]

491 492
[[package]]
name = "clap"
M
Mark Rousskov 已提交
493
version = "2.33.3"
494
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
495
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
496
dependencies = [
O
Oliver Scherer 已提交
497
 "ansi_term 0.11.0",
498 499 500 501 502 503
 "atty",
 "bitflags",
 "strsim",
 "textwrap",
 "unicode-width",
 "vec_map",
504
 "yaml-rust 0.3.5",
505 506
]

O
Oliver Schneider 已提交
507 508
[[package]]
name = "clippy"
O
Oliver Schneider 已提交
509
version = "0.0.212"
O
Oliver Schneider 已提交
510
dependencies = [
F
flip1995 已提交
511
 "cargo_metadata 0.11.1",
512 513
 "clippy-mini-macro-test",
 "clippy_lints",
R
Ralf Jung 已提交
514
 "compiletest_rs",
515
 "derive-new",
Y
Yuki Okushi 已提交
516
 "lazy_static",
517
 "rustc-workspace-hack",
O
Oliver Scherer 已提交
518
 "rustc_tools_util 0.2.0",
F
flip1995 已提交
519
 "semver 0.10.0",
520
 "serde",
521
 "tempfile",
R
Ralf Jung 已提交
522
 "tester",
O
Oliver Schneider 已提交
523 524 525 526
]

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

O
Oliver Schneider 已提交
529 530
[[package]]
name = "clippy_lints"
O
Oliver Schneider 已提交
531
version = "0.0.212"
532
dependencies = [
F
flip1995 已提交
533
 "cargo_metadata 0.11.1",
534
 "if_chain",
535
 "itertools 0.9.0",
Y
Yuki Okushi 已提交
536
 "lazy_static",
J
Joshua Nelson 已提交
537
 "pulldown-cmark 0.7.2",
538
 "quine-mc_cluskey",
539
 "quote",
540
 "regex-syntax",
F
flip1995 已提交
541
 "semver 0.10.0",
542
 "serde",
M
Mark Rousskov 已提交
543
 "smallvec 1.4.2",
544
 "syn",
E
Eric Huss 已提交
545
 "toml",
546
 "unicode-normalization",
M
Mark Rousskov 已提交
547
 "url 2.1.1",
548 549
]

K
kennytm 已提交
550 551 552 553
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
554
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
K
kennytm 已提交
555
dependencies = [
556
 "bitflags",
K
kennytm 已提交
557 558
]

M
Mark Rousskov 已提交
559 560 561 562 563 564 565 566 567
[[package]]
name = "cloudabi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
dependencies = [
 "bitflags",
]

568 569
[[package]]
name = "cmake"
M
Mark Rousskov 已提交
570
version = "0.1.44"
571
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
572
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
573
dependencies = [
574
 "cc",
575 576
]

N
Nick Cameron 已提交
577 578
[[package]]
name = "colored"
R
Ralf Jung 已提交
579
version = "2.0.0"
N
Nick Cameron 已提交
580
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
581
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
N
Nick Cameron 已提交
582
dependencies = [
Y
Yuki Okushi 已提交
583 584
 "atty",
 "lazy_static",
M
Mark Rousskov 已提交
585
 "winapi 0.3.9",
N
Nick Cameron 已提交
586 587
]

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

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

606 607
[[package]]
name = "compiler_builtins"
T
Thomas Vigouroux 已提交
608
version = "0.1.35"
609
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Thomas Vigouroux 已提交
610
checksum = "e3fcd8aba10d17504c87ef12d4f62ef404c6a4703d16682a9eb5543e6cf24455"
611
dependencies = [
612 613
 "cc",
 "rustc-std-workspace-core",
614 615
]

616 617 618 619
[[package]]
name = "compiletest"
version = "0.0.0"
dependencies = [
620
 "diff",
R
Ralf Jung 已提交
621
 "env_logger 0.7.1",
622
 "getopts",
X
Xavier Denis 已提交
623
 "glob",
Y
Yuki Okushi 已提交
624
 "lazy_static",
625
 "libc",
M
Mark Rousskov 已提交
626
 "miow 0.3.5",
627
 "regex",
R
Ralf Jung 已提交
628
 "rustfix",
629 630
 "serde",
 "serde_json",
O
Oliver Scherer 已提交
631
 "tracing",
632
 "walkdir",
M
Mark Rousskov 已提交
633
 "winapi 0.3.9",
634 635
]

636 637 638 639 640 641 642 643 644 645 646
[[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 已提交
647
 "miow 0.3.5",
648
 "regex",
R
Ralf Jung 已提交
649
 "rustfix",
650 651 652 653 654
 "serde",
 "serde_derive",
 "serde_json",
 "tempfile",
 "tester",
M
Mark Rousskov 已提交
655
 "winapi 0.3.9",
656 657
]

F
flip1995 已提交
658 659
[[package]]
name = "constant_time_eq"
M
Mark Rousskov 已提交
660
version = "0.1.5"
F
flip1995 已提交
661
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
662
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
F
flip1995 已提交
663

664 665 666
[[package]]
name = "core"
version = "0.0.0"
A
Alex Crichton 已提交
667
dependencies = [
668
 "rand",
A
Alex Crichton 已提交
669
]
670

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

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

687 688
[[package]]
name = "crates-io"
E
Eric Huss 已提交
689
version = "0.31.1"
690
dependencies = [
E
Eric Huss 已提交
691
 "anyhow",
692
 "curl",
E
Eric Huss 已提交
693
 "percent-encoding 2.1.0",
694 695
 "serde",
 "serde_json",
M
Mark Rousskov 已提交
696
 "url 2.1.1",
697 698
]

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

708 709
[[package]]
name = "crossbeam-channel"
M
Mark Rousskov 已提交
710
version = "0.4.3"
711
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
712
checksum = "09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6"
713
dependencies = [
M
Mark Rousskov 已提交
714
 "cfg-if",
715
 "crossbeam-utils 0.7.2",
716 717
]

J
Josh Stone 已提交
718 719
[[package]]
name = "crossbeam-deque"
M
Mark Rousskov 已提交
720
version = "0.7.3"
J
Josh Stone 已提交
721
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
722
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
J
Josh Stone 已提交
723
dependencies = [
I
Igor Matuszewski 已提交
724
 "crossbeam-epoch",
M
Mark Rousskov 已提交
725 726
 "crossbeam-utils 0.7.2",
 "maybe-uninit",
J
Josh Stone 已提交
727 728
]

729 730
[[package]]
name = "crossbeam-epoch"
M
Mark Rousskov 已提交
731
version = "0.8.2"
732
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
733
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
734
dependencies = [
M
Mark Rousskov 已提交
735
 "autocfg",
736
 "cfg-if",
M
Mark Rousskov 已提交
737
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
738
 "lazy_static",
M
Mark Rousskov 已提交
739
 "maybe-uninit",
I
Igor Matuszewski 已提交
740
 "memoffset",
741
 "scopeguard",
742 743
]

744 745 746 747
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
748
checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
749
dependencies = [
M
Mark Rousskov 已提交
750 751 752 753 754 755 756 757 758 759 760 761
 "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",
762 763
]

A
Alex Crichton 已提交
764 765
[[package]]
name = "crossbeam-utils"
M
Mark Rousskov 已提交
766
version = "0.6.6"
A
Alex Crichton 已提交
767
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
768
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
A
Alex Crichton 已提交
769
dependencies = [
770
 "cfg-if",
Y
Yuki Okushi 已提交
771
 "lazy_static",
A
Alex Crichton 已提交
772 773
]

E
Eric Huss 已提交
774 775
[[package]]
name = "crossbeam-utils"
776
version = "0.7.2"
E
Eric Huss 已提交
777
source = "registry+https://github.com/rust-lang/crates.io-index"
778
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
E
Eric Huss 已提交
779
dependencies = [
A
Amanieu d'Antras 已提交
780
 "autocfg",
E
Eric Huss 已提交
781
 "cfg-if",
Y
Yuki Okushi 已提交
782
 "lazy_static",
E
Eric Huss 已提交
783 784
]

O
Oliver Schneider 已提交
785 786
[[package]]
name = "crypto-hash"
M
Mark Rousskov 已提交
787
version = "0.3.4"
O
Oliver Schneider 已提交
788
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
789
checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
O
Oliver Schneider 已提交
790
dependencies = [
791
 "commoncrypto",
A
Aaron Hill 已提交
792
 "hex 0.3.2",
793
 "openssl",
M
Mark Rousskov 已提交
794
 "winapi 0.3.9",
O
Oliver Schneider 已提交
795 796
]

797 798
[[package]]
name = "ctor"
M
Mark Rousskov 已提交
799
version = "0.1.15"
800
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
801
checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
802
dependencies = [
803 804
 "quote",
 "syn",
805 806
]

807 808
[[package]]
name = "curl"
M
Mark Rousskov 已提交
809
version = "0.4.31"
810
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
811
checksum = "9447ad28eee2a5cfb031c329d46bef77487244fff6a724b378885b8691a35f78"
812
dependencies = [
813 814 815 816 817 818
 "curl-sys",
 "libc",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "socket2",
M
Mark Rousskov 已提交
819
 "winapi 0.3.9",
820 821 822 823
]

[[package]]
name = "curl-sys"
M
Mark Rousskov 已提交
824
version = "0.4.34+curl-7.71.1"
825
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
826
checksum = "ad4eff0be6985b7e709f64b5a541f700e9ad1407190a29f4884319eb663ed1d6"
827
dependencies = [
828 829 830 831 832 833 834
 "cc",
 "libc",
 "libnghttp2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
M
Mark Rousskov 已提交
835
 "winapi 0.3.9",
836 837
]

D
Douglas Campos 已提交
838 839
[[package]]
name = "datafrog"
N
Niko Matsakis 已提交
840
version = "2.0.1"
D
Douglas Campos 已提交
841
source = "registry+https://github.com/rust-lang/crates.io-index"
842
checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
D
Douglas Campos 已提交
843

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

K
kennytm 已提交
855 856
[[package]]
name = "derive_more"
M
Mark Rousskov 已提交
857
version = "0.99.9"
K
kennytm 已提交
858
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
859
checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
K
kennytm 已提交
860
dependencies = [
861 862 863
 "proc-macro2",
 "quote",
 "syn",
K
kennytm 已提交
864 865
]

866 867
[[package]]
name = "diff"
M
Mark Rousskov 已提交
868
version = "0.1.12"
869
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
870
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
871

M
Mark Simulacrum 已提交
872 873 874 875
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
876
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
M
Mark Simulacrum 已提交
877

878 879
[[package]]
name = "digest"
880
version = "0.8.1"
881
source = "registry+https://github.com/rust-lang/crates.io-index"
882
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
883
dependencies = [
884
 "generic-array",
885 886
]

R
Ralf Jung 已提交
887 888
[[package]]
name = "directories"
R
Ralf Jung 已提交
889
version = "3.0.1"
R
Ralf Jung 已提交
890
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
891
checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
R
Ralf Jung 已提交
892
dependencies = [
893
 "dirs-sys",
R
Ralf Jung 已提交
894 895
]

F
flip1995 已提交
896 897
[[package]]
name = "dirs"
M
Mark Rousskov 已提交
898
version = "2.0.2"
F
flip1995 已提交
899
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
900
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
F
flip1995 已提交
901
dependencies = [
902 903
 "cfg-if",
 "dirs-sys",
F
flip1995 已提交
904 905
]

R
Ralf Jung 已提交
906 907
[[package]]
name = "dirs-sys"
M
Mark Rousskov 已提交
908
version = "0.3.5"
R
Ralf Jung 已提交
909
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
910
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
R
Ralf Jung 已提交
911
dependencies = [
912 913
 "libc",
 "redox_users",
M
Mark Rousskov 已提交
914
 "winapi 0.3.9",
R
Ralf Jung 已提交
915 916
]

O
Oliver Schneider 已提交
917 918
[[package]]
name = "dlmalloc"
919
version = "0.1.4"
920
source = "registry+https://github.com/rust-lang/crates.io-index"
921
checksum = "35055b1021724f4eb5262eb49130eebff23fc59fc5a14160e05faad8eeb36673"
O
Oliver Schneider 已提交
922
dependencies = [
923 924 925
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
O
Oliver Schneider 已提交
926 927 928 929
]

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

S
steveklabnik 已提交
934 935
[[package]]
name = "elasticlunr-rs"
936
version = "2.3.9"
S
steveklabnik 已提交
937
source = "registry+https://github.com/rust-lang/crates.io-index"
938
checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
S
steveklabnik 已提交
939
dependencies = [
Y
Yuki Okushi 已提交
940
 "lazy_static",
941 942 943 944 945 946
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "strum",
 "strum_macros",
S
steveklabnik 已提交
947 948
]

949 950 951 952 953
[[package]]
name = "ena"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
V
varkor 已提交
954
dependencies = [
955
 "log",
V
varkor 已提交
956 957
]

A
Alex Crichton 已提交
958 959
[[package]]
name = "env_logger"
M
Mateusz Mikuła 已提交
960
version = "0.6.2"
A
Alex Crichton 已提交
961
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mateusz Mikuła 已提交
962
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
A
Alex Crichton 已提交
963
dependencies = [
964
 "atty",
E
Eric Huss 已提交
965
 "humantime 1.3.0",
966 967 968
 "log",
 "regex",
 "termcolor",
A
Alex Crichton 已提交
969 970
]

A
Alex Crichton 已提交
971 972
[[package]]
name = "env_logger"
R
Ralf Jung 已提交
973
version = "0.7.1"
A
Alex Crichton 已提交
974
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Ralf Jung 已提交
975
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
A
Alex Crichton 已提交
976 977
dependencies = [
 "atty",
E
Eric Huss 已提交
978
 "humantime 1.3.0",
A
Alex Crichton 已提交
979 980 981 982 983
 "log",
 "regex",
 "termcolor",
]

984 985 986
[[package]]
name = "error_index_generator"
version = "0.0.0"
M
Mark Simulacrum 已提交
987
dependencies = [
988
 "rustdoc",
989
 "walkdir",
M
Mark Simulacrum 已提交
990
]
991

992 993 994 995 996
[[package]]
name = "expand-yaml-anchors"
version = "0.1.0"
dependencies = [
 "yaml-merge-keys",
M
Mark Rousskov 已提交
997
 "yaml-rust 0.4.4",
998 999
]

1000 1001
[[package]]
name = "expect-test"
A
Aleksey Kladov 已提交
1002
version = "1.0.1"
1003
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Aleksey Kladov 已提交
1004
checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
1005 1006 1007 1008 1009
dependencies = [
 "difference",
 "once_cell",
]

A
Alex Crichton 已提交
1010 1011
[[package]]
name = "failure"
M
Mark Rousskov 已提交
1012
version = "0.1.8"
A
Alex Crichton 已提交
1013
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1014
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
A
Alex Crichton 已提交
1015
dependencies = [
1016 1017
 "backtrace",
 "failure_derive",
A
Alex Crichton 已提交
1018 1019 1020 1021
]

[[package]]
name = "failure_derive"
1022
version = "0.1.8"
A
Alex Crichton 已提交
1023
source = "registry+https://github.com/rust-lang/crates.io-index"
1024
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
A
Alex Crichton 已提交
1025
dependencies = [
1026 1027 1028
 "proc-macro2",
 "quote",
 "syn",
1029
 "synstructure",
A
Alex Crichton 已提交
1030 1031
]

1032 1033 1034 1035
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1036
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1037

A
Alex Crichton 已提交
1038 1039
[[package]]
name = "filetime"
M
Mark Rousskov 已提交
1040
version = "0.2.12"
A
Alex Crichton 已提交
1041
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1042
checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
A
Alex Crichton 已提交
1043
dependencies = [
1044 1045 1046
 "cfg-if",
 "libc",
 "redox_syscall",
M
Mark Rousskov 已提交
1047
 "winapi 0.3.9",
A
Alex Crichton 已提交
1048 1049
]

J
Jack Huey 已提交
1050 1051
[[package]]
name = "fixedbitset"
J
Jack Huey 已提交
1052
version = "0.2.0"
J
Jack Huey 已提交
1053
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
1054
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
J
Jack Huey 已提交
1055

F
Felix Schütt 已提交
1056 1057
[[package]]
name = "flate2"
1058
version = "1.0.16"
F
Felix Schütt 已提交
1059
source = "registry+https://github.com/rust-lang/crates.io-index"
1060
checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
F
Felix Schütt 已提交
1061
dependencies = [
E
Eric Huss 已提交
1062
 "cfg-if",
1063 1064 1065
 "crc32fast",
 "libc",
 "libz-sys",
E
Eric Huss 已提交
1066
 "miniz_oxide",
F
Felix Schütt 已提交
1067 1068
]

1069 1070
[[package]]
name = "fnv"
M
Mark Rousskov 已提交
1071
version = "1.0.7"
1072
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1073
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1074

1075 1076
[[package]]
name = "foreign-types"
O
Oliver Schneider 已提交
1077 1078
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1079
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
O
Oliver Schneider 已提交
1080
dependencies = [
1081
 "foreign-types-shared",
O
Oliver Schneider 已提交
1082 1083 1084 1085 1086
]

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

1090 1091
[[package]]
name = "fortanix-sgx-abi"
M
Mark Rousskov 已提交
1092
version = "0.3.3"
1093
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1094
checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
1095
dependencies = [
1096 1097
 "compiler_builtins",
 "rustc-std-workspace-core",
1098 1099
]

1100 1101 1102 1103
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1104
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
1105

1106 1107
[[package]]
name = "fst"
M
Mark Rousskov 已提交
1108
version = "0.3.5"
1109
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1110
checksum = "927fb434ff9f0115b215dc0efd2e4fbdd7448522a92a1aa37c77d6a2f8f1ebd6"
1111
dependencies = [
1112
 "byteorder",
1113 1114
]

O
Oliver Schneider 已提交
1115 1116
[[package]]
name = "fuchsia-zircon"
1117
version = "0.3.3"
O
Oliver Schneider 已提交
1118
source = "registry+https://github.com/rust-lang/crates.io-index"
1119
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
O
Oliver Schneider 已提交
1120
dependencies = [
1121 1122
 "bitflags",
 "fuchsia-zircon-sys",
O
Oliver Schneider 已提交
1123 1124 1125 1126
]

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

S
steveklabnik 已提交
1131 1132
[[package]]
name = "futf"
A
Alex Crichton 已提交
1133
version = "0.1.4"
S
steveklabnik 已提交
1134
source = "registry+https://github.com/rust-lang/crates.io-index"
1135
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
S
steveklabnik 已提交
1136
dependencies = [
1137 1138
 "mac",
 "new_debug_unreachable",
S
steveklabnik 已提交
1139 1140
]

1141 1142
[[package]]
name = "futures"
M
Mark Rousskov 已提交
1143
version = "0.1.29"
1144
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1145
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
1146

E
Eric Huss 已提交
1147 1148
[[package]]
name = "fwdansi"
E
Eric Huss 已提交
1149
version = "1.1.0"
E
Eric Huss 已提交
1150
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1151
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
E
Eric Huss 已提交
1152
dependencies = [
1153 1154
 "memchr",
 "termcolor",
E
Eric Huss 已提交
1155 1156
]

1157 1158
[[package]]
name = "generic-array"
1159
version = "0.12.3"
1160
source = "registry+https://github.com/rust-lang/crates.io-index"
1161
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
1162
dependencies = [
1163
 "typenum",
1164 1165
]

1166 1167
[[package]]
name = "getopts"
1168
version = "0.2.21"
1169
source = "registry+https://github.com/rust-lang/crates.io-index"
1170
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
V
varkor 已提交
1171
dependencies = [
1172 1173
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
1174
 "unicode-width",
V
varkor 已提交
1175
]
1176

G
gnzlbg 已提交
1177 1178
[[package]]
name = "getrandom"
1179
version = "0.1.14"
G
gnzlbg 已提交
1180
source = "registry+https://github.com/rust-lang/crates.io-index"
1181
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
G
gnzlbg 已提交
1182
dependencies = [
1183 1184
 "cfg-if",
 "libc",
1185
 "wasi",
G
gnzlbg 已提交
1186 1187
]

R
Ralf Jung 已提交
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198
[[package]]
name = "getrandom"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
dependencies = [
 "cfg-if",
 "libc",
 "wasi",
]

1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209
[[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",
]

1210 1211
[[package]]
name = "git2"
M
Mark Rousskov 已提交
1212
version = "0.13.8"
1213
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1214
checksum = "e6ac22e49b7d886b6802c66662b12609452248b1bc9e87d6d83ecea3db96f557"
1215
dependencies = [
1216 1217 1218 1219 1220 1221
 "bitflags",
 "libc",
 "libgit2-sys",
 "log",
 "openssl-probe",
 "openssl-sys",
M
Mark Rousskov 已提交
1222
 "url 2.1.1",
1223 1224 1225 1226
]

[[package]]
name = "git2-curl"
E
Eric Huss 已提交
1227
version = "0.14.0"
1228
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1229
checksum = "502d532a2d06184beb3bc869d4d90236e60934e3382c921b203fa3c33e212bd7"
1230
dependencies = [
1231 1232 1233
 "curl",
 "git2",
 "log",
M
Mark Rousskov 已提交
1234
 "url 2.1.1",
1235 1236 1237 1238
]

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

1243 1244
[[package]]
name = "globset"
M
Mark Rousskov 已提交
1245
version = "0.4.5"
1246
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1247
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
1248
dependencies = [
1249 1250 1251 1252 1253
 "aho-corasick",
 "bstr",
 "fnv",
 "log",
 "regex",
1254 1255
]

1256 1257
[[package]]
name = "handlebars"
M
Mark Rousskov 已提交
1258
version = "3.4.0"
1259
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1260
checksum = "5deefd4816fb852b1ff3cb48f6c41da67be2d0e1d20b26a7a3b076da11f064b1"
1261
dependencies = [
1262 1263 1264
 "log",
 "pest",
 "pest_derive",
M
Mark Rousskov 已提交
1265
 "quick-error 2.0.0",
1266 1267
 "serde",
 "serde_json",
1268 1269
]

1270 1271
[[package]]
name = "hashbrown"
M
Matt Brubeck 已提交
1272
version = "0.9.0"
1273
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Matt Brubeck 已提交
1274
checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
1275
dependencies = [
1276 1277 1278
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
E
Eric Huss 已提交
1279 1280
]

1281 1282
[[package]]
name = "heck"
M
Mark Rousskov 已提交
1283
version = "0.3.1"
1284
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1285
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
1286
dependencies = [
1287
 "unicode-segmentation",
1288 1289
]

1290 1291
[[package]]
name = "hermit-abi"
S
Stefan Lankes 已提交
1292
version = "0.1.15"
1293
source = "registry+https://github.com/rust-lang/crates.io-index"
S
Stefan Lankes 已提交
1294
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
1295 1296 1297 1298 1299 1300
dependencies = [
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
]

1301 1302
[[package]]
name = "hex"
A
Alex Crichton 已提交
1303
version = "0.3.2"
1304
source = "registry+https://github.com/rust-lang/crates.io-index"
1305
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1306

A
Aaron Hill 已提交
1307 1308
[[package]]
name = "hex"
M
Mark Rousskov 已提交
1309
version = "0.4.2"
A
Aaron Hill 已提交
1310
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1311
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
A
Aaron Hill 已提交
1312

F
flip1995 已提交
1313 1314
[[package]]
name = "home"
M
Mark Rousskov 已提交
1315
version = "0.5.3"
F
flip1995 已提交
1316
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1317
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
F
flip1995 已提交
1318
dependencies = [
M
Mark Rousskov 已提交
1319
 "winapi 0.3.9",
F
flip1995 已提交
1320 1321
]

E
Eric Huss 已提交
1322 1323
[[package]]
name = "html5ever"
1324
version = "0.25.1"
E
Eric Huss 已提交
1325
source = "registry+https://github.com/rust-lang/crates.io-index"
1326
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
E
Eric Huss 已提交
1327
dependencies = [
1328 1329 1330
 "log",
 "mac",
 "markup5ever",
1331 1332 1333
 "proc-macro2",
 "quote",
 "syn",
E
Eric Huss 已提交
1334 1335
]

A
Alex Crichton 已提交
1336 1337
[[package]]
name = "humantime"
A
Alex Crichton 已提交
1338
version = "1.3.0"
A
Alex Crichton 已提交
1339
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1340
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
A
Alex Crichton 已提交
1341
dependencies = [
M
Mark Rousskov 已提交
1342
 "quick-error 1.2.3",
A
Alex Crichton 已提交
1343 1344
]

E
Eric Huss 已提交
1345 1346
[[package]]
name = "humantime"
M
Mark Rousskov 已提交
1347
version = "2.0.1"
E
Eric Huss 已提交
1348
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1349
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
E
Eric Huss 已提交
1350

1351 1352
[[package]]
name = "idna"
A
Alex Crichton 已提交
1353
version = "0.1.5"
1354
source = "registry+https://github.com/rust-lang/crates.io-index"
1355
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1356
dependencies = [
1357 1358 1359
 "matches",
 "unicode-bidi",
 "unicode-normalization",
A
Alex Crichton 已提交
1360 1361
]

E
Eric Huss 已提交
1362 1363 1364 1365
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1366
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
E
Eric Huss 已提交
1367
dependencies = [
1368 1369 1370
 "matches",
 "unicode-bidi",
 "unicode-normalization",
E
Eric Huss 已提交
1371 1372
]

O
Oliver Schneider 已提交
1373 1374
[[package]]
name = "if_chain"
O
Oliver Scherer 已提交
1375
version = "1.0.0"
O
Oliver Schneider 已提交
1376
source = "registry+https://github.com/rust-lang/crates.io-index"
1377
checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
O
Oliver Schneider 已提交
1378

1379 1380
[[package]]
name = "ignore"
M
Mark Rousskov 已提交
1381
version = "0.4.16"
1382
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1383
checksum = "22dcbf2a4a289528dbef21686354904e1c694ac642610a9bff9e7df730d9ec72"
1384
dependencies = [
M
Mark Rousskov 已提交
1385
 "crossbeam-utils 0.7.2",
1386
 "globset",
Y
Yuki Okushi 已提交
1387
 "lazy_static",
1388 1389 1390 1391
 "log",
 "memchr",
 "regex",
 "same-file",
Y
Yuki Okushi 已提交
1392
 "thread_local",
1393 1394
 "walkdir",
 "winapi-util",
1395 1396
]

E
Eric Huss 已提交
1397 1398
[[package]]
name = "im-rc"
E
Eric Huss 已提交
1399
version = "15.0.0"
E
Eric Huss 已提交
1400
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1401
checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
E
Eric Huss 已提交
1402
dependencies = [
E
Eric Huss 已提交
1403
 "bitmaps",
M
Mark Rousskov 已提交
1404
 "rand_core",
E
Eric Huss 已提交
1405
 "rand_xoshiro",
1406 1407
 "sized-chunks",
 "typenum",
1408
 "version_check",
E
Eric Huss 已提交
1409 1410
]

1411 1412
[[package]]
name = "indexmap"
M
Matt Brubeck 已提交
1413
version = "1.6.0"
1414
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Matt Brubeck 已提交
1415
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
1416 1417 1418 1419
dependencies = [
 "autocfg",
 "hashbrown",
]
1420

1421 1422 1423 1424
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
1425
 "anyhow",
1426 1427
 "clap",
 "flate2",
Y
Yuki Okushi 已提交
1428
 "lazy_static",
1429 1430 1431 1432 1433
 "num_cpus",
 "rayon",
 "remove_dir_all",
 "tar",
 "walkdir",
M
Mark Rousskov 已提交
1434
 "winapi 0.3.9",
1435
 "xz2",
1436 1437
]

M
Mark Rousskov 已提交
1438 1439 1440 1441 1442 1443
[[package]]
name = "instant"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"

1444 1445
[[package]]
name = "iovec"
1446
version = "0.1.4"
1447
source = "registry+https://github.com/rust-lang/crates.io-index"
1448
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1449
dependencies = [
1450
 "libc",
1451 1452 1453 1454
]

[[package]]
name = "itertools"
M
Mark Rousskov 已提交
1455
version = "0.8.2"
1456
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1457
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
1458
dependencies = [
1459
 "either",
1460 1461
]

1462 1463 1464 1465 1466 1467 1468 1469 1470
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
 "either",
]

1471
[[package]]
A
Alex Crichton 已提交
1472
name = "itoa"
M
Mark Rousskov 已提交
1473
version = "0.4.6"
1474
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1475
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
1476

1477 1478
[[package]]
name = "jemalloc-sys"
M
Mark Rousskov 已提交
1479
version = "0.3.2"
1480
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1481
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
1482
dependencies = [
1483 1484 1485
 "cc",
 "fs_extra",
 "libc",
1486 1487
]

S
Steve Klabnik 已提交
1488
[[package]]
A
Alex Crichton 已提交
1489
name = "jobserver"
A
Alex Crichton 已提交
1490
version = "0.1.21"
S
Steve Klabnik 已提交
1491
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1492
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
A
Alex Crichton 已提交
1493
dependencies = [
1494
 "libc",
A
Alex Crichton 已提交
1495
]
S
Steve Klabnik 已提交
1496

1497 1498
[[package]]
name = "json"
M
Mark Rousskov 已提交
1499
version = "0.11.15"
1500
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1501
checksum = "92c245af8786f6ac35f95ca14feca9119e71339aaab41e878e7cdd655c97e9e5"
1502

1503 1504
[[package]]
name = "jsonrpc-client-transports"
M
Mark Rousskov 已提交
1505
version = "14.2.1"
1506
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1507
checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"
1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521
dependencies = [
 "failure",
 "futures",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
 "serde",
 "serde_json",
 "tokio",
 "url 1.7.2",
]

1522 1523
[[package]]
name = "jsonrpc-core"
M
Mark Rousskov 已提交
1524
version = "14.2.0"
1525
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1526
checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
1527
dependencies = [
1528 1529 1530 1531 1532
 "futures",
 "log",
 "serde",
 "serde_derive",
 "serde_json",
1533 1534
]

1535 1536
[[package]]
name = "jsonrpc-core-client"
M
Mark Rousskov 已提交
1537
version = "14.2.0"
1538
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1539
checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"
1540 1541 1542 1543 1544 1545
dependencies = [
 "jsonrpc-client-transports",
]

[[package]]
name = "jsonrpc-derive"
M
Mark Rousskov 已提交
1546
version = "14.2.1"
1547
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1548
checksum = "0fadf6945e227246825a583514534d864554e9f23d80b3c77d034b10983db5ef"
1549 1550
dependencies = [
 "proc-macro-crate",
1551 1552 1553
 "proc-macro2",
 "quote",
 "syn",
1554 1555 1556 1557
]

[[package]]
name = "jsonrpc-ipc-server"
I
Igor Matuszewski 已提交
1558
version = "14.0.3"
1559
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1560
checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a"
1561 1562 1563 1564 1565
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
I
Igor Matuszewski 已提交
1566
 "parking_lot 0.9.0",
1567 1568 1569 1570 1571
 "tokio-service",
]

[[package]]
name = "jsonrpc-pubsub"
M
Mark Rousskov 已提交
1572
version = "14.2.0"
1573
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1574
checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"
1575 1576 1577
dependencies = [
 "jsonrpc-core",
 "log",
1578
 "parking_lot 0.10.2",
M
Mark Rousskov 已提交
1579
 "rand",
1580 1581 1582 1583 1584
 "serde",
]

[[package]]
name = "jsonrpc-server-utils"
M
Mark Rousskov 已提交
1585
version = "14.2.0"
1586
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1587
checksum = "56cbfb462e7f902e21121d9f0d1c2b77b2c5b642e1a4e8f4ebfa2e15b94402bb"
1588 1589 1590 1591
dependencies = [
 "bytes",
 "globset",
 "jsonrpc-core",
Y
Yuki Okushi 已提交
1592
 "lazy_static",
1593 1594 1595
 "log",
 "tokio",
 "tokio-codec",
E
Eric Huss 已提交
1596
 "unicase",
1597 1598
]

1599 1600 1601 1602
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1603
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1604
dependencies = [
1605 1606
 "winapi 0.2.8",
 "winapi-build",
1607 1608
]

A
Alex Crichton 已提交
1609 1610
[[package]]
name = "lazy_static"
1611
version = "1.4.0"
A
Alex Crichton 已提交
1612
source = "registry+https://github.com/rust-lang/crates.io-index"
1613
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
A
Alex Crichton 已提交
1614

A
Alex Crichton 已提交
1615 1616
[[package]]
name = "lazycell"
M
Mark Rousskov 已提交
1617
version = "1.3.0"
A
Alex Crichton 已提交
1618
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1619
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
A
Alex Crichton 已提交
1620

1621 1622
[[package]]
name = "libc"
T
Thomas de Zeeuw 已提交
1623
version = "0.2.77"
1624
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Thomas de Zeeuw 已提交
1625
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
1626
dependencies = [
1627
 "rustc-std-workspace-core",
1628
]
1629

1630 1631
[[package]]
name = "libgit2-sys"
M
Mark Rousskov 已提交
1632
version = "0.12.9+1.0.1"
1633
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1634
checksum = "9b33bf3d9d4c45b48ae1ea7c334be69994624dc0a69f833d5d9f7605f24b552b"
1635
dependencies = [
1636 1637 1638 1639 1640 1641
 "cc",
 "libc",
 "libssh2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
1642 1643
]

A
Alex Crichton 已提交
1644 1645
[[package]]
name = "libnghttp2-sys"
M
Mark Rousskov 已提交
1646
version = "0.1.4+1.41.0"
A
Alex Crichton 已提交
1647
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1648
checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
A
Alex Crichton 已提交
1649
dependencies = [
1650 1651
 "cc",
 "libc",
A
Alex Crichton 已提交
1652 1653
]

1654 1655
[[package]]
name = "libssh2-sys"
M
Mark Rousskov 已提交
1656
version = "0.2.18"
1657
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1658
checksum = "eafa907407504b0e683786d4aba47acf250f114d37357d56608333fd167dd0fc"
1659
dependencies = [
1660 1661 1662 1663 1664 1665
 "cc",
 "libc",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
1666 1667 1668 1669
]

[[package]]
name = "libz-sys"
J
Jake Goulding 已提交
1670
version = "1.1.2"
1671
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jake Goulding 已提交
1672
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
1673
dependencies = [
1674 1675 1676 1677
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
1678 1679
]

1680 1681 1682 1683
[[package]]
name = "linkchecker"
version = "0.1.0"

1684 1685
[[package]]
name = "linked-hash-map"
M
Mark Rousskov 已提交
1686
version = "0.5.3"
1687
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1688
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
1689

E
Eric Huss 已提交
1690 1691 1692 1693 1694 1695 1696 1697 1698
[[package]]
name = "lint-docs"
version = "0.1.0"
dependencies = [
 "serde_json",
 "tempfile",
 "walkdir",
]

1699 1700
[[package]]
name = "lock_api"
1701
version = "0.3.4"
1702
source = "registry+https://github.com/rust-lang/crates.io-index"
1703
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1704
dependencies = [
1705
 "scopeguard",
1706 1707
]

M
Mark Rousskov 已提交
1708 1709 1710 1711 1712 1713 1714 1715 1716
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
 "scopeguard",
]

1717 1718
[[package]]
name = "log"
M
Mark Rousskov 已提交
1719
version = "0.4.11"
1720
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1721
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
1722
dependencies = [
1723
 "cfg-if",
1724
]
1725

1726 1727
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1728
version = "0.1.2"
1729
source = "registry+https://github.com/rust-lang/crates.io-index"
1730
checksum = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
1731
dependencies = [
Y
Yuki Okushi 已提交
1732
 "lazy_static",
1733 1734
]

1735 1736
[[package]]
name = "lsp-codec"
E
Eric Huss 已提交
1737
version = "0.1.2"
1738
source = "registry+https://github.com/rust-lang/crates.io-index"
1739
checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
1740
dependencies = [
1741 1742 1743
 "bytes",
 "serde_json",
 "tokio-codec",
1744 1745 1746 1747
]

[[package]]
name = "lsp-types"
1748
version = "0.60.0"
1749
source = "registry+https://github.com/rust-lang/crates.io-index"
1750
checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
1751
dependencies = [
1752 1753 1754
 "bitflags",
 "serde",
 "serde_json",
1755
 "serde_repr",
M
Mark Rousskov 已提交
1756
 "url 2.1.1",
1757 1758
]

1759 1760
[[package]]
name = "lzma-sys"
M
Mark Rousskov 已提交
1761
version = "0.1.16"
1762
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1763
checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
1764
dependencies = [
1765 1766 1767
 "cc",
 "libc",
 "pkg-config",
1768 1769
]

S
steveklabnik 已提交
1770 1771 1772 1773
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1774
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
S
steveklabnik 已提交
1775

G
Guillaume Gomez 已提交
1776 1777
[[package]]
name = "macro-utils"
M
Mark Rousskov 已提交
1778
version = "0.1.3"
G
Guillaume Gomez 已提交
1779
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1780
checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
G
Guillaume Gomez 已提交
1781

S
steveklabnik 已提交
1782 1783
[[package]]
name = "maplit"
M
Mark Rousskov 已提交
1784
version = "1.0.2"
S
steveklabnik 已提交
1785
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1786
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
S
steveklabnik 已提交
1787

E
Eric Huss 已提交
1788 1789
[[package]]
name = "markup5ever"
1790
version = "0.10.0"
E
Eric Huss 已提交
1791
source = "registry+https://github.com/rust-lang/crates.io-index"
1792
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
E
Eric Huss 已提交
1793
dependencies = [
1794 1795 1796 1797 1798 1799 1800 1801 1802
 "log",
 "phf",
 "phf_codegen",
 "serde",
 "serde_derive",
 "serde_json",
 "string_cache",
 "string_cache_codegen",
 "tendril",
E
Eric Huss 已提交
1803 1804
]

1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816
[[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 已提交
1817 1818 1819 1820 1821 1822 1823 1824 1825
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
 "regex-automata",
]

1826 1827
[[package]]
name = "matches"
A
Alex Crichton 已提交
1828
version = "0.1.8"
1829
source = "registry+https://github.com/rust-lang/crates.io-index"
1830
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1831

M
Mark Rousskov 已提交
1832 1833 1834 1835 1836 1837
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"

1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848
[[package]]
name = "md-5"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8"
dependencies = [
 "block-buffer",
 "digest",
 "opaque-debug",
]

1849 1850
[[package]]
name = "mdbook"
M
Mark Rousskov 已提交
1851
version = "0.4.2"
1852
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1853
checksum = "b75e31ae4eaa0e45e17ee2b6b9e3ed969c3c6ff12bb4c2e352c42493f4ebb706"
1854 1855
dependencies = [
 "ammonia",
E
Eric Huss 已提交
1856
 "anyhow",
1857 1858 1859
 "chrono",
 "clap",
 "elasticlunr-rs",
E
Eric Huss 已提交
1860
 "env_logger 0.7.1",
1861
 "handlebars",
Y
Yuki Okushi 已提交
1862
 "lazy_static",
1863 1864 1865
 "log",
 "memchr",
 "open",
J
Joshua Nelson 已提交
1866
 "pulldown-cmark 0.7.2",
1867 1868 1869 1870 1871 1872
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "shlex",
 "tempfile",
E
Eric Huss 已提交
1873
 "toml",
1874 1875
]

W
Wesley Wiser 已提交
1876 1877
[[package]]
name = "measureme"
1878
version = "0.7.1"
W
Wesley Wiser 已提交
1879
source = "registry+https://github.com/rust-lang/crates.io-index"
1880
checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
W
Wesley Wiser 已提交
1881
dependencies = [
1882 1883
 "byteorder",
 "memmap",
I
Igor Matuszewski 已提交
1884
 "parking_lot 0.9.0",
1885
 "rustc-hash",
W
Wesley Wiser 已提交
1886 1887
]

O
Oliver Schneider 已提交
1888 1889
[[package]]
name = "memchr"
Y
Yuki Okushi 已提交
1890
version = "2.3.3"
O
Oliver Schneider 已提交
1891
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
1892
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
1893

1894 1895
[[package]]
name = "memmap"
1896
version = "0.7.0"
1897
source = "registry+https://github.com/rust-lang/crates.io-index"
1898
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
1899
dependencies = [
1900
 "libc",
M
Mark Rousskov 已提交
1901
 "winapi 0.3.9",
1902 1903
]

R
Ralf Jung 已提交
1904 1905
[[package]]
name = "memoffset"
M
Mark Rousskov 已提交
1906
version = "0.5.5"
R
Ralf Jung 已提交
1907
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1908
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
R
Ralf Jung 已提交
1909
dependencies = [
M
Mark Rousskov 已提交
1910
 "autocfg",
R
Ralf Jung 已提交
1911 1912
]

1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934
[[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 已提交
1935 1936
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
1937
version = "0.0.33"
G
Guillaume Gomez 已提交
1938
source = "registry+https://github.com/rust-lang/crates.io-index"
1939
checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
G
Guillaume Gomez 已提交
1940
dependencies = [
1941
 "macro-utils",
G
Guillaume Gomez 已提交
1942 1943
]

1944 1945
[[package]]
name = "miniz_oxide"
1946
version = "0.4.0"
1947
source = "registry+https://github.com/rust-lang/crates.io-index"
1948
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
1949
dependencies = [
1950 1951 1952 1953
 "adler",
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
1954 1955
]

1956 1957
[[package]]
name = "mio"
M
Mark Rousskov 已提交
1958
version = "0.6.22"
1959
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1960
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
1961
dependencies = [
M
Mark Rousskov 已提交
1962
 "cfg-if",
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
 "log",
 "miow 0.2.1",
 "net2",
 "slab",
 "winapi 0.2.8",
1973 1974 1975 1976
]

[[package]]
name = "mio-named-pipes"
M
Mark Rousskov 已提交
1977
version = "0.1.7"
1978
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1979
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
1980
dependencies = [
1981 1982
 "log",
 "mio",
M
Mark Rousskov 已提交
1983 1984
 "miow 0.3.5",
 "winapi 0.3.9",
1985 1986 1987 1988
]

[[package]]
name = "mio-uds"
M
Mark Rousskov 已提交
1989
version = "0.6.8"
1990
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1991
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
1992
dependencies = [
1993 1994 1995
 "iovec",
 "libc",
 "mio",
1996 1997 1998 1999 2000 2001
]

[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2002
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2003
dependencies = [
2004 2005 2006 2007
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
2008 2009
]

A
Alex Crichton 已提交
2010 2011
[[package]]
name = "miow"
M
Mark Rousskov 已提交
2012
version = "0.3.5"
A
Alex Crichton 已提交
2013
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2014
checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
A
Alex Crichton 已提交
2015
dependencies = [
2016
 "socket2",
M
Mark Rousskov 已提交
2017
 "winapi 0.3.9",
A
Alex Crichton 已提交
2018 2019
]

2020 2021 2022 2023
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
2024
 "colored",
R
Ralf Jung 已提交
2025
 "compiletest_rs",
R
Ralf Jung 已提交
2026
 "env_logger 0.7.1",
R
Ralf Jung 已提交
2027
 "getrandom 0.2.0",
M
Mark Rousskov 已提交
2028
 "hex 0.4.2",
2029
 "libc",
2030
 "log",
2031
 "rand",
2032 2033 2034
 "rustc-workspace-hack",
 "rustc_version",
 "shell-escape",
2035 2036
]

2037 2038
[[package]]
name = "net2"
M
Mark Rousskov 已提交
2039
version = "0.2.34"
2040
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2041
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
2042
dependencies = [
2043 2044
 "cfg-if",
 "libc",
M
Mark Rousskov 已提交
2045
 "winapi 0.3.9",
2046 2047
]

A
Alex Crichton 已提交
2048 2049
[[package]]
name = "new_debug_unreachable"
M
Mark Rousskov 已提交
2050
version = "1.0.4"
N
Nick Cameron 已提交
2051
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2052
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
N
Nick Cameron 已提交
2053

2054
[[package]]
O
Oliver Schneider 已提交
2055
name = "num-integer"
M
Mark Rousskov 已提交
2056
version = "0.1.43"
2057
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2058
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2059
dependencies = [
M
Mark Rousskov 已提交
2060
 "autocfg",
2061
 "num-traits",
2062 2063
]

S
Steve Klabnik 已提交
2064 2065
[[package]]
name = "num-traits"
M
Mark Rousskov 已提交
2066
version = "0.2.12"
S
Steve Klabnik 已提交
2067
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2068 2069 2070 2071
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
dependencies = [
 "autocfg",
]
S
Steve Klabnik 已提交
2072

2073 2074
[[package]]
name = "num_cpus"
M
Mark Rousskov 已提交
2075
version = "1.13.0"
2076
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2077
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2078
dependencies = [
M
Mark Rousskov 已提交
2079
 "hermit-abi",
2080
 "libc",
2081 2082
]

2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093
[[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",
]

2094 2095
[[package]]
name = "once_cell"
M
Mark Rousskov 已提交
2096
version = "1.4.1"
2097
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2098
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
2099

2100 2101 2102 2103 2104 2105
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

S
Steve Klabnik 已提交
2106 2107
[[package]]
name = "open"
M
Mark Rousskov 已提交
2108
version = "1.4.0"
S
Steve Klabnik 已提交
2109
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2110 2111 2112 2113
checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
dependencies = [
 "winapi 0.3.9",
]
S
Steve Klabnik 已提交
2114

A
Alex Crichton 已提交
2115 2116
[[package]]
name = "opener"
M
Mark Rousskov 已提交
2117
version = "0.4.1"
A
Alex Crichton 已提交
2118
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2119
checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae"
A
Alex Crichton 已提交
2120
dependencies = [
M
Mark Rousskov 已提交
2121
 "winapi 0.3.9",
A
Alex Crichton 已提交
2122 2123
]

2124 2125
[[package]]
name = "openssl"
M
Mark Rousskov 已提交
2126
version = "0.10.30"
2127
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2128
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
2129
dependencies = [
2130 2131 2132
 "bitflags",
 "cfg-if",
 "foreign-types",
Y
Yuki Okushi 已提交
2133
 "lazy_static",
2134 2135
 "libc",
 "openssl-sys",
2136 2137 2138 2139
]

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

E
Eric Huss 已提交
2144 2145
[[package]]
name = "openssl-src"
M
Mark Rousskov 已提交
2146
version = "111.10.2+1.1.1g"
E
Eric Huss 已提交
2147
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2148
checksum = "a287fdb22e32b5b60624d4a5a7a02dbe82777f730ec0dbc42a0554326fef5a70"
E
Eric Huss 已提交
2149
dependencies = [
2150
 "cc",
E
Eric Huss 已提交
2151 2152
]

2153 2154
[[package]]
name = "openssl-sys"
M
Mark Rousskov 已提交
2155
version = "0.9.58"
2156
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2157
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
2158
dependencies = [
A
Amanieu d'Antras 已提交
2159
 "autocfg",
2160 2161 2162 2163 2164
 "cc",
 "libc",
 "openssl-src",
 "pkg-config",
 "vcpkg",
2165 2166
]

2167 2168 2169 2170
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2171
checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2172

2173 2174 2175 2176 2177 2178
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
M
Mark Rousskov 已提交
2179
 "winapi 0.3.9",
2180 2181
]

N
Nick Cameron 已提交
2182 2183
[[package]]
name = "packed_simd"
M
Mark Rousskov 已提交
2184
version = "0.3.3"
N
Nick Cameron 已提交
2185
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2186
checksum = "a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220"
N
Nick Cameron 已提交
2187
dependencies = [
2188
 "cfg-if",
N
Nick Cameron 已提交
2189 2190
]

2191 2192 2193 2194
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
E
Eric Huss 已提交
2195
 "cfg-if",
2196 2197 2198
 "compiler_builtins",
 "core",
 "libc",
2199 2200 2201 2202 2203 2204
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
2205 2206 2207 2208 2209 2210
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
 "unwind",
2211 2212
]

2213 2214 2215 2216 2217 2218 2219 2220 2221 2222
[[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 已提交
2223
 "miow 0.3.5",
2224
 "rand",
2225 2226 2227
 "tokio",
 "tokio-named-pipes",
 "tokio-uds",
M
Mark Rousskov 已提交
2228
 "winapi 0.3.9",
2229 2230 2231 2232 2233 2234 2235 2236
]

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

I
Igor Matuszewski 已提交
2242 2243
[[package]]
name = "parking_lot"
2244
version = "0.10.2"
I
Igor Matuszewski 已提交
2245
source = "registry+https://github.com/rust-lang/crates.io-index"
2246
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
I
Igor Matuszewski 已提交
2247
dependencies = [
M
Mark Rousskov 已提交
2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260
 "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 已提交
2261 2262
]

2263 2264 2265 2266 2267 2268 2269
[[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 已提交
2270
 "cloudabi 0.0.3",
2271 2272 2273
 "libc",
 "redox_syscall",
 "rustc_version",
M
Mark Rousskov 已提交
2274 2275
 "smallvec 0.6.13",
 "winapi 0.3.9",
2276 2277
]

I
Igor Matuszewski 已提交
2278 2279
[[package]]
name = "parking_lot_core"
M
Mark Rousskov 已提交
2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294
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 已提交
2295
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2296
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
I
Igor Matuszewski 已提交
2297 2298
dependencies = [
 "cfg-if",
M
Mark Rousskov 已提交
2299 2300
 "cloudabi 0.1.0",
 "instant",
I
Igor Matuszewski 已提交
2301 2302
 "libc",
 "redox_syscall",
M
Mark Rousskov 已提交
2303 2304
 "smallvec 1.4.2",
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
2305 2306
]

2307 2308 2309 2310 2311 2312
[[package]]
name = "pathdiff"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"

2313 2314
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
2315
version = "1.0.1"
2316
source = "registry+https://github.com/rust-lang/crates.io-index"
2317
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2318

E
Eric Huss 已提交
2319 2320
[[package]]
name = "percent-encoding"
E
Eric Huss 已提交
2321
version = "2.1.0"
E
Eric Huss 已提交
2322
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2323
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
E
Eric Huss 已提交
2324

2325 2326
[[package]]
name = "pest"
M
Mark Rousskov 已提交
2327
version = "2.1.3"
2328
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2329
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2330
dependencies = [
2331
 "ucd-trie",
2332 2333 2334 2335 2336 2337
]

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2338
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2339
dependencies = [
2340 2341
 "pest",
 "pest_generator",
2342 2343 2344 2345
]

[[package]]
name = "pest_generator"
2346
version = "2.1.3"
2347
source = "registry+https://github.com/rust-lang/crates.io-index"
2348
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2349
dependencies = [
2350 2351
 "pest",
 "pest_meta",
2352 2353 2354
 "proc-macro2",
 "quote",
 "syn",
2355 2356 2357 2358
]

[[package]]
name = "pest_meta"
2359
version = "2.1.3"
2360
source = "registry+https://github.com/rust-lang/crates.io-index"
2361
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2362
dependencies = [
2363 2364 2365
 "maplit",
 "pest",
 "sha-1",
2366 2367
]

J
Jack Huey 已提交
2368 2369
[[package]]
name = "petgraph"
J
Jack Huey 已提交
2370
version = "0.5.1"
J
Jack Huey 已提交
2371
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
2372
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
J
Jack Huey 已提交
2373 2374
dependencies = [
 "fixedbitset",
J
Jack Huey 已提交
2375
 "indexmap",
J
Jack Huey 已提交
2376 2377
]

S
steveklabnik 已提交
2378 2379
[[package]]
name = "phf"
2380
version = "0.8.0"
S
steveklabnik 已提交
2381
source = "registry+https://github.com/rust-lang/crates.io-index"
2382
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
S
steveklabnik 已提交
2383
dependencies = [
2384
 "phf_shared",
S
steveklabnik 已提交
2385 2386 2387 2388
]

[[package]]
name = "phf_codegen"
2389
version = "0.8.0"
S
steveklabnik 已提交
2390
source = "registry+https://github.com/rust-lang/crates.io-index"
2391
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
S
steveklabnik 已提交
2392
dependencies = [
2393 2394
 "phf_generator",
 "phf_shared",
S
steveklabnik 已提交
2395 2396 2397 2398
]

[[package]]
name = "phf_generator"
2399
version = "0.8.0"
S
steveklabnik 已提交
2400
source = "registry+https://github.com/rust-lang/crates.io-index"
2401
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
S
steveklabnik 已提交
2402
dependencies = [
2403
 "phf_shared",
2404
 "rand",
S
steveklabnik 已提交
2405 2406 2407 2408
]

[[package]]
name = "phf_shared"
2409
version = "0.8.0"
S
steveklabnik 已提交
2410
source = "registry+https://github.com/rust-lang/crates.io-index"
2411
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
S
steveklabnik 已提交
2412
dependencies = [
2413
 "siphasher",
S
steveklabnik 已提交
2414 2415
]

2416 2417
[[package]]
name = "pkg-config"
M
Mark Rousskov 已提交
2418
version = "0.3.18"
2419
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2420
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2421

2422 2423
[[package]]
name = "polonius-engine"
R
Remy Rakic 已提交
2424
version = "0.12.1"
2425
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Remy Rakic 已提交
2426
checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
D
Douglas Campos 已提交
2427
dependencies = [
2428 2429 2430
 "datafrog",
 "log",
 "rustc-hash",
D
Douglas Campos 已提交
2431
]
2432

G
gnzlbg 已提交
2433 2434
[[package]]
name = "ppv-lite86"
Y
Yuki Okushi 已提交
2435
version = "0.2.8"
G
gnzlbg 已提交
2436
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2437
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
G
gnzlbg 已提交
2438

S
steveklabnik 已提交
2439 2440 2441 2442
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2443
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
S
steveklabnik 已提交
2444

M
Mark Simulacrum 已提交
2445 2446
[[package]]
name = "pretty_assertions"
2447
version = "0.6.1"
M
Mark Simulacrum 已提交
2448
source = "registry+https://github.com/rust-lang/crates.io-index"
2449
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
M
Mark Simulacrum 已提交
2450
dependencies = [
O
Oliver Scherer 已提交
2451
 "ansi_term 0.11.0",
2452
 "ctor",
2453
 "difference",
2454
 "output_vt100",
M
Mark Simulacrum 已提交
2455 2456
]

E
Eric Huss 已提交
2457 2458
[[package]]
name = "pretty_env_logger"
2459
version = "0.4.0"
E
Eric Huss 已提交
2460
source = "registry+https://github.com/rust-lang/crates.io-index"
2461
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
E
Eric Huss 已提交
2462
dependencies = [
2463
 "env_logger 0.7.1",
2464
 "log",
E
Eric Huss 已提交
2465 2466
]

2467 2468
[[package]]
name = "proc-macro-crate"
M
Mark Rousskov 已提交
2469
version = "0.1.5"
2470
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2471
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
2472 2473 2474 2475 2476 2477
dependencies = [
 "toml",
]

[[package]]
name = "proc-macro-error"
M
Mark Rousskov 已提交
2478
version = "1.0.4"
2479
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2480
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2481
dependencies = [
M
Mark Rousskov 已提交
2482
 "proc-macro-error-attr",
2483 2484 2485
 "proc-macro2",
 "quote",
 "syn",
M
Mark Rousskov 已提交
2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497
 "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 已提交
2498 2499
]

2500 2501
[[package]]
name = "proc-macro2"
M
Mark Rousskov 已提交
2502
version = "1.0.19"
2503
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2504
checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
2505
dependencies = [
2506
 "unicode-xid",
2507 2508
]

2509 2510 2511
[[package]]
name = "proc_macro"
version = "0.0.0"
2512 2513 2514
dependencies = [
 "std",
]
2515

2516 2517 2518 2519
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
2520 2521 2522
 "cc",
 "compiler_builtins",
 "core",
2523 2524
]

2525 2526
[[package]]
name = "psm"
M
Mark Rousskov 已提交
2527
version = "0.1.11"
2528
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2529
checksum = "96e0536f6528466dbbbbe6b986c34175a8d0ff25b794c4bacda22e068cd2f2c5"
2530 2531 2532 2533
dependencies = [
 "cc",
]

L
Lzu Tao 已提交
2534 2535
[[package]]
name = "pulldown-cmark"
M
Mark Rousskov 已提交
2536
version = "0.7.2"
L
Lzu Tao 已提交
2537
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2538
checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
L
Lzu Tao 已提交
2539 2540
dependencies = [
 "bitflags",
E
Eric Huss 已提交
2541
 "getopts",
L
Lzu Tao 已提交
2542
 "memchr",
E
Eric Huss 已提交
2543
 "unicase",
2544 2545
]

J
Joshua Nelson 已提交
2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556
[[package]]
name = "pulldown-cmark"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
dependencies = [
 "bitflags",
 "memchr",
 "unicase",
]

2557 2558
[[package]]
name = "punycode"
M
Mark Rousskov 已提交
2559
version = "0.4.1"
2560
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2561
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
2562

2563 2564
[[package]]
name = "quick-error"
2565
version = "1.2.3"
2566
source = "registry+https://github.com/rust-lang/crates.io-index"
2567
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2568

M
Mark Rousskov 已提交
2569 2570 2571 2572 2573 2574
[[package]]
name = "quick-error"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"

2575
[[package]]
O
Oliver Schneider 已提交
2576 2577
name = "quine-mc_cluskey"
version = "0.2.4"
2578
source = "registry+https://github.com/rust-lang/crates.io-index"
2579
checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2580

2581 2582
[[package]]
name = "quote"
M
Mark Rousskov 已提交
2583
version = "1.0.7"
2584
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2585
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2586
dependencies = [
2587
 "proc-macro2",
A
Alex Crichton 已提交
2588 2589
]

2590 2591
[[package]]
name = "racer"
C
Caleb Cartwright 已提交
2592
version = "2.1.38"
2593
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2594
checksum = "51dd5fd4247115b28f3e038eb8cda76a0c6f9cb473f769f41f930af8adff22d0"
2595
dependencies = [
2596 2597 2598
 "bitflags",
 "clap",
 "derive_more",
I
Igor Matuszewski 已提交
2599
 "env_logger 0.7.1",
M
Mark Rousskov 已提交
2600
 "humantime 2.0.1",
Y
Yuki Okushi 已提交
2601
 "lazy_static",
2602 2603
 "log",
 "rls-span",
2604
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2605 2606 2607 2608 2609 2610
 "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",
2611
]
2612

G
gnzlbg 已提交
2613 2614
[[package]]
name = "rand"
2615
version = "0.7.3"
G
gnzlbg 已提交
2616
source = "registry+https://github.com/rust-lang/crates.io-index"
2617
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
G
gnzlbg 已提交
2618
dependencies = [
R
Ralf Jung 已提交
2619
 "getrandom 0.1.14",
2620
 "libc",
2621
 "rand_chacha",
M
Mark Rousskov 已提交
2622
 "rand_core",
2623 2624
 "rand_hc",
 "rand_pcg",
2625 2626
]

G
gnzlbg 已提交
2627 2628
[[package]]
name = "rand_chacha"
Y
Yuki Okushi 已提交
2629
version = "0.2.2"
G
gnzlbg 已提交
2630
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2631
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
G
gnzlbg 已提交
2632
dependencies = [
Y
Yuki Okushi 已提交
2633
 "ppv-lite86",
M
Mark Rousskov 已提交
2634
 "rand_core",
G
gnzlbg 已提交
2635 2636 2637 2638
]

[[package]]
name = "rand_core"
E
Eric Huss 已提交
2639
version = "0.5.1"
G
gnzlbg 已提交
2640
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2641
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
G
gnzlbg 已提交
2642
dependencies = [
R
Ralf Jung 已提交
2643
 "getrandom 0.1.14",
G
gnzlbg 已提交
2644 2645 2646 2647 2648 2649
]

[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2650
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
G
gnzlbg 已提交
2651
dependencies = [
M
Mark Rousskov 已提交
2652
 "rand_core",
2653 2654
]

2655 2656
[[package]]
name = "rand_pcg"
2657
version = "0.2.1"
2658
source = "registry+https://github.com/rust-lang/crates.io-index"
2659
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2660
dependencies = [
M
Mark Rousskov 已提交
2661
 "rand_core",
2662
]
K
kennytm 已提交
2663

R
Ralf Jung 已提交
2664 2665 2666 2667
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2668
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
R
Ralf Jung 已提交
2669
dependencies = [
M
Mark Rousskov 已提交
2670
 "rand_core",
E
Eric Huss 已提交
2671 2672 2673 2674 2675 2676 2677 2678
]

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

N
Nick Cameron 已提交
2682 2683
[[package]]
name = "rayon"
M
Mark Rousskov 已提交
2684
version = "1.3.1"
N
Nick Cameron 已提交
2685
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2686
checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
N
Nick Cameron 已提交
2687
dependencies = [
M
Mark Rousskov 已提交
2688
 "autocfg",
2689
 "crossbeam-deque",
2690 2691
 "either",
 "rayon-core",
O
Oliver Schneider 已提交
2692 2693 2694 2695
]

[[package]]
name = "rayon-core"
M
Mark Rousskov 已提交
2696
version = "1.7.1"
O
Oliver Schneider 已提交
2697
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2698
checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
O
Oliver Schneider 已提交
2699
dependencies = [
2700
 "crossbeam-deque",
M
Mark Rousskov 已提交
2701 2702
 "crossbeam-queue 0.2.3",
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
2703
 "lazy_static",
2704
 "num_cpus",
2705 2706
]

N
Nick Cameron 已提交
2707 2708
[[package]]
name = "redox_syscall"
M
Mark Rousskov 已提交
2709
version = "0.1.57"
O
Oliver Schneider 已提交
2710
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2711
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
O
Oliver Schneider 已提交
2712

F
flip1995 已提交
2713 2714
[[package]]
name = "redox_users"
M
Mark Rousskov 已提交
2715
version = "0.3.4"
F
flip1995 已提交
2716
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2717
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
F
flip1995 已提交
2718
dependencies = [
R
Ralf Jung 已提交
2719
 "getrandom 0.1.14",
2720
 "redox_syscall",
M
Mark Rousskov 已提交
2721
 "rust-argon2",
F
flip1995 已提交
2722 2723
]

2724 2725
[[package]]
name = "regex"
M
Mark Rousskov 已提交
2726
version = "1.3.9"
2727
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2728
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
2729
dependencies = [
2730 2731 2732
 "aho-corasick",
 "memchr",
 "regex-syntax",
Y
Yuki Okushi 已提交
2733
 "thread_local",
2734 2735
]

O
Oliver Scherer 已提交
2736 2737 2738 2739 2740 2741 2742 2743 2744 2745
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
 "byteorder",
 "regex-syntax",
]

2746 2747
[[package]]
name = "regex-syntax"
M
Mark Rousskov 已提交
2748
version = "0.6.18"
2749
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2750
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
2751

2752 2753 2754 2755 2756 2757 2758 2759
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
2760 2761
[[package]]
name = "remove_dir_all"
M
Mark Rousskov 已提交
2762
version = "0.5.3"
A
Alex Crichton 已提交
2763
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2764
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
A
Alex Crichton 已提交
2765
dependencies = [
M
Mark Rousskov 已提交
2766
 "winapi 0.3.9",
A
Alex Crichton 已提交
2767 2768
]

2769 2770
[[package]]
name = "rls"
I
Igor Matuszewski 已提交
2771
version = "1.41.0"
2772
dependencies = [
E
Eric Huss 已提交
2773
 "anyhow",
2774
 "cargo",
M
Mark Rousskov 已提交
2775
 "cargo_metadata 0.8.2",
2776
 "clippy_lints",
I
Igor Matuszewski 已提交
2777
 "crossbeam-channel",
2778
 "difference",
R
Ralf Jung 已提交
2779
 "env_logger 0.7.1",
2780 2781
 "futures",
 "heck",
2782
 "home",
M
Mark Rousskov 已提交
2783
 "itertools 0.8.2",
2784
 "jsonrpc-core",
Y
Yuki Okushi 已提交
2785
 "lazy_static",
2786 2787 2788 2789 2790 2791
 "log",
 "lsp-codec",
 "lsp-types",
 "num_cpus",
 "ordslice",
 "racer",
2792
 "rand",
2793 2794 2795 2796
 "rayon",
 "regex",
 "rls-analysis",
 "rls-data",
2797
 "rls-ipc",
2798 2799 2800 2801
 "rls-rustc",
 "rls-span",
 "rls-vfs",
 "rustc-workspace-hack",
I
Igor Matuszewski 已提交
2802
 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2803 2804 2805
 "rustfmt-nightly",
 "serde",
 "serde_derive",
2806
 "serde_ignored",
2807 2808 2809 2810 2811
 "serde_json",
 "tempfile",
 "tokio",
 "tokio-process",
 "tokio-timer",
E
Eric Huss 已提交
2812
 "toml",
M
Mark Rousskov 已提交
2813
 "url 2.1.1",
2814
 "walkdir",
2815 2816 2817 2818
]

[[package]]
name = "rls-analysis"
Y
Yuki Okushi 已提交
2819
version = "0.18.1"
2820
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2821
checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a"
2822
dependencies = [
2823 2824
 "derive-new",
 "fst",
M
Mark Rousskov 已提交
2825
 "itertools 0.8.2",
2826 2827 2828 2829 2830 2831
 "json",
 "log",
 "rls-data",
 "rls-span",
 "serde",
 "serde_json",
A
Alex Crichton 已提交
2832 2833
]

2834 2835
[[package]]
name = "rls-data"
2836
version = "0.19.0"
2837
source = "registry+https://github.com/rust-lang/crates.io-index"
2838
checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
2839
dependencies = [
2840 2841
 "rls-span",
 "serde",
2842 2843
]

2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855
[[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 已提交
2856 2857
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
2858
version = "0.6.0"
2859 2860
dependencies = [
 "clippy_lints",
R
Ralf Jung 已提交
2861
 "env_logger 0.7.1",
2862 2863
 "futures",
 "log",
2864
 "rand",
2865 2866 2867 2868 2869
 "rls-data",
 "rls-ipc",
 "serde",
 "tokio",
]
N
Nick Cameron 已提交
2870

2871 2872
[[package]]
name = "rls-span"
Y
Yuki Okushi 已提交
2873
version = "0.5.2"
2874
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2875
checksum = "f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934"
2876
dependencies = [
2877
 "serde",
2878 2879 2880 2881
]

[[package]]
name = "rls-vfs"
2882
version = "0.8.0"
2883
source = "registry+https://github.com/rust-lang/crates.io-index"
2884
checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
2885
dependencies = [
2886 2887
 "log",
 "rls-span",
2888 2889
]

M
Mark Rousskov 已提交
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901
[[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 已提交
2902 2903 2904 2905 2906 2907 2908
[[package]]
name = "rust-demangler"
version = "0.0.0"
dependencies = [
 "rustc-demangle",
]

2909 2910
[[package]]
name = "rustbook"
2911 2912
version = "0.1.0"
dependencies = [
2913 2914
 "clap",
 "mdbook",
2915
]
2916

I
Igor Matuszewski 已提交
2917
[[package]]
I
Igor Matuszewski 已提交
2918
name = "rustc-ap-rustc_arena"
C
Caleb Cartwright 已提交
2919
version = "677.0.0"
I
Igor Matuszewski 已提交
2920
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2921
checksum = "2958af0d6e0458434a25cd3a96f6e19f24f71bf50b900add520dec52e212866b"
I
Igor Matuszewski 已提交
2922
dependencies = [
2923
 "rustc-ap-rustc_data_structures",
M
Mark Rousskov 已提交
2924
 "smallvec 1.4.2",
I
Igor Matuszewski 已提交
2925 2926
]

2927 2928
[[package]]
name = "rustc-ap-rustc_ast"
C
Caleb Cartwright 已提交
2929
version = "677.0.0"
2930
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2931
checksum = "0c82c2510460f2133548e62399e5acd30c25ae6ece30245baab3d1e00c2fefac"
2932
dependencies = [
I
Igor Matuszewski 已提交
2933
 "bitflags",
2934 2935 2936 2937
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
2938
 "rustc-ap-rustc_serialize",
2939
 "rustc-ap-rustc_span",
M
Mark Rousskov 已提交
2940
 "smallvec 1.4.2",
C
Caleb Cartwright 已提交
2941
 "tracing",
2942 2943 2944 2945
]

[[package]]
name = "rustc-ap-rustc_ast_passes"
C
Caleb Cartwright 已提交
2946
version = "677.0.0"
I
Igor Matuszewski 已提交
2947
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2948
checksum = "83977da57f81c6edd89bad47e49136680eaa33288de4abb702e95358c2a0fc6c"
2949
dependencies = [
M
Mark Rousskov 已提交
2950
 "itertools 0.8.2",
2951 2952 2953 2954 2955 2956 2957 2958 2959
 "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 已提交
2960
 "tracing",
2961
]
I
Igor Matuszewski 已提交
2962 2963 2964

[[package]]
name = "rustc-ap-rustc_ast_pretty"
C
Caleb Cartwright 已提交
2965
version = "677.0.0"
I
Igor Matuszewski 已提交
2966
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2967
checksum = "becf4ca1638b214694c71a8752192683048ab8bd47947cc481f57bd48157eeb9"
I
Igor Matuszewski 已提交
2968
dependencies = [
2969
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2970
 "rustc-ap-rustc_span",
I
Igor Matuszewski 已提交
2971
 "rustc-ap-rustc_target",
C
Caleb Cartwright 已提交
2972
 "tracing",
I
Igor Matuszewski 已提交
2973 2974 2975 2976
]

[[package]]
name = "rustc-ap-rustc_attr"
C
Caleb Cartwright 已提交
2977
version = "677.0.0"
I
Igor Matuszewski 已提交
2978
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2979
checksum = "0f21ca5dadce8a40d75a2756b77eab75b4c2d827f645c622dd93ee2285599640"
I
Igor Matuszewski 已提交
2980
dependencies = [
2981
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2982 2983 2984 2985
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
C
Caleb Cartwright 已提交
2986
 "rustc-ap-rustc_lexer",
I
Igor Matuszewski 已提交
2987
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
2988
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
2989 2990
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
2991
 "version_check",
I
Igor Matuszewski 已提交
2992
]
I
Igor Matuszewski 已提交
2993 2994 2995

[[package]]
name = "rustc-ap-rustc_data_structures"
C
Caleb Cartwright 已提交
2996
version = "677.0.0"
I
Igor Matuszewski 已提交
2997
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2998
checksum = "a4cd204764727fde9abf75333eb661f058bfc7242062d91019440fe1b240688b"
I
Igor Matuszewski 已提交
2999
dependencies = [
I
Igor Matuszewski 已提交
3000
 "bitflags",
3001
 "cfg-if",
3002
 "crossbeam-utils 0.7.2",
J
Jack Huey 已提交
3003
 "ena",
3004 3005
 "indexmap",
 "jobserver",
Y
Yuki Okushi 已提交
3006
 "lazy_static",
T
topecongiro 已提交
3007
 "libc",
I
Igor Matuszewski 已提交
3008
 "measureme",
3009
 "parking_lot 0.10.2",
I
Igor Matuszewski 已提交
3010
 "rustc-ap-rustc_graphviz",
I
Igor Matuszewski 已提交
3011
 "rustc-ap-rustc_index",
C
Caleb Cartwright 已提交
3012
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3013
 "rustc-ap-rustc_serialize",
3014
 "rustc-hash",
I
Igor Matuszewski 已提交
3015 3016
 "rustc-rayon",
 "rustc-rayon-core",
M
Mark Rousskov 已提交
3017
 "smallvec 1.4.2",
3018
 "stable_deref_trait",
3019
 "stacker",
C
Caleb Cartwright 已提交
3020 3021
 "tempfile",
 "tracing",
M
Mark Rousskov 已提交
3022
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
3023 3024 3025 3026
]

[[package]]
name = "rustc-ap-rustc_errors"
C
Caleb Cartwright 已提交
3027
version = "677.0.0"
I
Igor Matuszewski 已提交
3028
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3029
checksum = "58116f119e37f14c029f99077b347069621118e048a69df74695b98204e7c136"
I
Igor Matuszewski 已提交
3030
dependencies = [
I
Igor Matuszewski 已提交
3031
 "annotate-snippets 0.8.0",
3032 3033
 "atty",
 "rustc-ap-rustc_data_structures",
C
Caleb Cartwright 已提交
3034
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3035
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3036
 "rustc-ap-rustc_span",
3037
 "termcolor",
I
Igor Matuszewski 已提交
3038
 "termize",
C
Caleb Cartwright 已提交
3039
 "tracing",
3040
 "unicode-width",
M
Mark Rousskov 已提交
3041
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
3042 3043
]

3044 3045
[[package]]
name = "rustc-ap-rustc_expand"
C
Caleb Cartwright 已提交
3046
version = "677.0.0"
3047
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3048
checksum = "48e3c4bda9b64b92805bebe7431fdb8e24fd112b35a8c6d2174827441f10a6b2"
3049 3050 3051 3052 3053 3054 3055 3056 3057
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 已提交
3058
 "rustc-ap-rustc_macros",
3059
 "rustc-ap-rustc_parse",
I
Igor Matuszewski 已提交
3060
 "rustc-ap-rustc_serialize",
3061 3062
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
M
Mark Rousskov 已提交
3063
 "smallvec 1.4.2",
C
Caleb Cartwright 已提交
3064
 "tracing",
3065 3066
]

I
Igor Matuszewski 已提交
3067 3068
[[package]]
name = "rustc-ap-rustc_feature"
C
Caleb Cartwright 已提交
3069
version = "677.0.0"
I
Igor Matuszewski 已提交
3070
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3071
checksum = "4b612bb67d3fc49f395b03fc4ea4384a0145b05afbadab725803074ec827632b"
I
Igor Matuszewski 已提交
3072
dependencies = [
Y
Yuki Okushi 已提交
3073
 "lazy_static",
I
Igor Matuszewski 已提交
3074 3075 3076 3077 3078 3079
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_span",
]

[[package]]
name = "rustc-ap-rustc_fs_util"
C
Caleb Cartwright 已提交
3080
version = "677.0.0"
I
Igor Matuszewski 已提交
3081
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3082
checksum = "7630ad1a73a8434ee920676148cb5440ac57509bd20e94ec41087fb0b1d11c28"
I
Igor Matuszewski 已提交
3083 3084 3085

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

I
Igor Matuszewski 已提交
3090 3091
[[package]]
name = "rustc-ap-rustc_index"
C
Caleb Cartwright 已提交
3092
version = "677.0.0"
I
Igor Matuszewski 已提交
3093
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3094
checksum = "9850c4a5d7c341513e10802bca9588bf8f452ceea2d5cfa87b934246a52622bc"
I
Igor Matuszewski 已提交
3095
dependencies = [
M
Mark Rousskov 已提交
3096
 "arrayvec",
C
Caleb Cartwright 已提交
3097
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3098
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3099 3100
]

I
Igor Matuszewski 已提交
3101 3102
[[package]]
name = "rustc-ap-rustc_lexer"
C
Caleb Cartwright 已提交
3103
version = "677.0.0"
I
Igor Matuszewski 已提交
3104
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3105
checksum = "6d86722e5a1a615b198327d0d794cd9cbc8b9db4542276fc51fe078924de68ea"
3106
dependencies = [
3107
 "unicode-xid",
3108
]
I
Igor Matuszewski 已提交
3109 3110 3111

[[package]]
name = "rustc-ap-rustc_macros"
C
Caleb Cartwright 已提交
3112
version = "677.0.0"
I
Igor Matuszewski 已提交
3113
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3114
checksum = "b3fc8482e44cabdda7ac9a8e224aef62ebdf95274d629dac8db3b42321025fea"
I
Igor Matuszewski 已提交
3115
dependencies = [
3116 3117 3118
 "proc-macro2",
 "quote",
 "syn",
3119
 "synstructure",
I
Igor Matuszewski 已提交
3120 3121 3122
]

[[package]]
I
Igor Matuszewski 已提交
3123
name = "rustc-ap-rustc_parse"
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 = "3716cdcd978a91dbd4a2788400e90e809527f841426fbeb92f882f9b8582f3ab"
I
Igor Matuszewski 已提交
3127
dependencies = [
3128
 "bitflags",
3129
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3130
 "rustc-ap-rustc_ast_pretty",
3131
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3132 3133 3134 3135 3136
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
3137 3138
 "smallvec 1.4.2",
 "tracing",
I
Igor Matuszewski 已提交
3139 3140 3141
 "unicode-normalization",
]

I
Igor Matuszewski 已提交
3142 3143
[[package]]
name = "rustc-ap-rustc_serialize"
C
Caleb Cartwright 已提交
3144
version = "677.0.0"
I
Igor Matuszewski 已提交
3145
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3146
checksum = "c68046d07988b349b2e1c8bc1c9664a1d06519354aa677b9df358c5c5c058da0"
I
Igor Matuszewski 已提交
3147 3148
dependencies = [
 "indexmap",
M
Mark Rousskov 已提交
3149
 "smallvec 1.4.2",
I
Igor Matuszewski 已提交
3150 3151
]

I
Igor Matuszewski 已提交
3152 3153
[[package]]
name = "rustc-ap-rustc_session"
C
Caleb Cartwright 已提交
3154
version = "677.0.0"
I
Igor Matuszewski 已提交
3155
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3156
checksum = "85735553501a4de0c8904e37b7ccef79cc1c585a7d7f2cfa02cc38e0d149f982"
I
Igor Matuszewski 已提交
3157
dependencies = [
T
Tyler Mandry 已提交
3158
 "bitflags",
T
topecongiro 已提交
3159
 "getopts",
I
Igor Matuszewski 已提交
3160
 "num_cpus",
3161
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3162 3163 3164 3165
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_fs_util",
C
Caleb Cartwright 已提交
3166
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3167
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3168 3169
 "rustc-ap-rustc_span",
 "rustc-ap-rustc_target",
C
Caleb Cartwright 已提交
3170
 "tracing",
I
Igor Matuszewski 已提交
3171 3172 3173
]

[[package]]
I
Igor Matuszewski 已提交
3174
name = "rustc-ap-rustc_span"
C
Caleb Cartwright 已提交
3175
version = "677.0.0"
I
Igor Matuszewski 已提交
3176
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3177
checksum = "1c49ae8a0d3b9e27c6ffe8febeaa30f899294fff012de70625f9ee81c54fda85"
I
Igor Matuszewski 已提交
3178
dependencies = [
I
Igor Matuszewski 已提交
3179
 "cfg-if",
T
topecongiro 已提交
3180
 "md-5",
I
Igor Matuszewski 已提交
3181
 "rustc-ap-rustc_arena",
I
Igor Matuszewski 已提交
3182 3183 3184
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3185
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3186
 "scoped-tls",
T
topecongiro 已提交
3187
 "sha-1",
C
Caleb Cartwright 已提交
3188
 "tracing",
I
Igor Matuszewski 已提交
3189
 "unicode-width",
I
Igor Matuszewski 已提交
3190 3191 3192
]

[[package]]
I
Igor Matuszewski 已提交
3193
name = "rustc-ap-rustc_target"
C
Caleb Cartwright 已提交
3194
version = "677.0.0"
I
Igor Matuszewski 已提交
3195
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3196
checksum = "1765f447594740c501c7b666b87639aa7c1dae2bf8c3166d5d2dca16646fd034"
I
Igor Matuszewski 已提交
3197
dependencies = [
3198 3199
 "bitflags",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3200
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
3201
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3202
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3203
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
3204
 "tracing",
I
Igor Matuszewski 已提交
3205 3206
]

3207 3208
[[package]]
name = "rustc-demangle"
3209
version = "0.1.16"
3210
source = "registry+https://github.com/rust-lang/crates.io-index"
3211
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
3212
dependencies = [
3213 3214
 "compiler_builtins",
 "rustc-std-workspace-core",
3215
]
3216

3217 3218
[[package]]
name = "rustc-hash"
J
Jack Huey 已提交
3219
version = "1.1.0"
3220
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
3221
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3222

3223 3224 3225 3226
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
3227 3228 3229
 "jemalloc-sys",
 "rustc_codegen_ssa",
 "rustc_driver",
3230 3231
]

J
Josh Stone 已提交
3232 3233 3234 3235 3236 3237
[[package]]
name = "rustc-rayon"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
dependencies = [
3238
 "crossbeam-deque",
J
Josh Stone 已提交
3239
 "either",
I
Igor Matuszewski 已提交
3240
 "rustc-rayon-core",
J
John Kåre Alsaker 已提交
3241 3242
]

J
Josh Stone 已提交
3243 3244 3245 3246 3247 3248
[[package]]
name = "rustc-rayon-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
dependencies = [
3249
 "crossbeam-deque",
M
Mark Rousskov 已提交
3250 3251
 "crossbeam-queue 0.1.2",
 "crossbeam-utils 0.6.6",
Y
Yuki Okushi 已提交
3252
 "lazy_static",
J
Josh Stone 已提交
3253 3254 3255
 "num_cpus",
]

3256 3257
[[package]]
name = "rustc-std-workspace-alloc"
3258
version = "1.99.0"
3259
dependencies = [
3260
 "alloc",
3261 3262
]

3263 3264
[[package]]
name = "rustc-std-workspace-core"
3265
version = "1.99.0"
3266
dependencies = [
3267
 "core",
3268 3269
]

3270 3271
[[package]]
name = "rustc-std-workspace-std"
3272
version = "1.99.0"
3273 3274 3275 3276
dependencies = [
 "std",
]

A
Alex Crichton 已提交
3277 3278 3279 3280
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
3281
 "crossbeam-utils 0.7.2",
3282 3283
 "proc-macro2",
 "quote",
3284 3285
 "serde",
 "serde_json",
M
Mark Rousskov 已提交
3286 3287
 "smallvec 0.6.13",
 "smallvec 1.4.2",
3288
 "syn",
M
Mark Rousskov 已提交
3289 3290
 "url 2.1.1",
 "winapi 0.3.9",
A
Alex Crichton 已提交
3291 3292
]

3293 3294 3295 3296
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
3297
 "bitflags",
M
Mark Rousskov 已提交
3298
 "smallvec 1.4.2",
3299 3300
]

V
Vadim Petrochenkov 已提交
3301 3302 3303 3304 3305
[[package]]
name = "rustc_arena"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
M
Mark Rousskov 已提交
3306
 "smallvec 1.4.2",
V
Vadim Petrochenkov 已提交
3307 3308
]

V
Vadim Petrochenkov 已提交
3309 3310 3311 3312
[[package]]
name = "rustc_ast"
version = "0.0.0"
dependencies = [
3313
 "bitflags",
V
Vadim Petrochenkov 已提交
3314 3315 3316 3317
 "rustc_data_structures",
 "rustc_index",
 "rustc_lexer",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3318
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3319
 "rustc_span",
M
Mark Rousskov 已提交
3320
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3321
 "tracing",
V
Vadim Petrochenkov 已提交
3322 3323
]

3324 3325 3326 3327
[[package]]
name = "rustc_ast_lowering"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3328
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3329
 "rustc_ast",
3330
 "rustc_ast_pretty",
3331 3332
 "rustc_data_structures",
 "rustc_errors",
3333
 "rustc_hir",
3334
 "rustc_index",
3335
 "rustc_session",
3336 3337
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3338
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3339
 "tracing",
3340 3341
]

3342 3343 3344 3345
[[package]]
name = "rustc_ast_passes"
version = "0.0.0"
dependencies = [
3346
 "itertools 0.9.0",
V
Vadim Petrochenkov 已提交
3347
 "rustc_ast",
3348
 "rustc_ast_pretty",
3349
 "rustc_attr",
3350 3351
 "rustc_data_structures",
 "rustc_errors",
3352
 "rustc_feature",
3353 3354 3355
 "rustc_parse",
 "rustc_session",
 "rustc_span",
O
Oliver Scherer 已提交
3356
 "tracing",
3357 3358
]

3359 3360 3361 3362
[[package]]
name = "rustc_ast_pretty"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3363
 "rustc_ast",
3364
 "rustc_span",
A
Amanieu d'Antras 已提交
3365
 "rustc_target",
O
Oliver Scherer 已提交
3366
 "tracing",
3367 3368
]

3369 3370 3371 3372
[[package]]
name = "rustc_attr"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3373
 "rustc_ast",
3374
 "rustc_ast_pretty",
3375 3376 3377
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
3378
 "rustc_lexer",
3379
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3380
 "rustc_serialize",
3381 3382
 "rustc_session",
 "rustc_span",
3383
 "version_check",
3384 3385
]

V
Vadim Petrochenkov 已提交
3386 3387 3388 3389
[[package]]
name = "rustc_builtin_macros"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3390
 "rustc_ast",
3391
 "rustc_ast_pretty",
3392
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3393 3394 3395 3396 3397
 "rustc_data_structures",
 "rustc_errors",
 "rustc_expand",
 "rustc_feature",
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3398
 "rustc_parse_format",
3399
 "rustc_session",
V
Vadim Petrochenkov 已提交
3400 3401
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3402
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3403
 "tracing",
V
Vadim Petrochenkov 已提交
3404 3405
]

I
Irina Popa 已提交
3406 3407 3408 3409
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
3410 3411
 "bitflags",
 "libc",
3412
 "measureme",
3413
 "rustc-demangle",
V
Vadim Petrochenkov 已提交
3414
 "rustc_ast",
3415
 "rustc_attr",
3416 3417 3418
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
A
Aaron Hill 已提交
3419
 "rustc_feature",
3420
 "rustc_fs_util",
3421
 "rustc_hir",
3422 3423
 "rustc_incremental",
 "rustc_index",
3424
 "rustc_llvm",
M
Mazdak Farrokhzad 已提交
3425
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3426
 "rustc_serialize",
A
Aaron Hill 已提交
3427
 "rustc_session",
V
Vadim Petrochenkov 已提交
3428
 "rustc_span",
3429
 "rustc_target",
M
Mark Rousskov 已提交
3430
 "smallvec 1.4.2",
3431
 "snap",
O
Oliver Scherer 已提交
3432
 "tracing",
I
Irina Popa 已提交
3433 3434
]

3435 3436 3437
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
3438
dependencies = [
3439 3440 3441 3442 3443 3444
 "bitflags",
 "cc",
 "jobserver",
 "libc",
 "memmap",
 "num_cpus",
3445
 "pathdiff",
3446
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3447
 "rustc_ast",
3448
 "rustc_attr",
3449 3450 3451
 "rustc_data_structures",
 "rustc_errors",
 "rustc_fs_util",
3452
 "rustc_hir",
3453
 "rustc_incremental",
3454
 "rustc_index",
M
Matthew Jasper 已提交
3455
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3456
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3457
 "rustc_serialize",
3458
 "rustc_session",
V
Vadim Petrochenkov 已提交
3459
 "rustc_span",
3460
 "rustc_symbol_mangling",
3461 3462
 "rustc_target",
 "tempfile",
O
Oliver Scherer 已提交
3463
 "tracing",
3464
]
3465

3466 3467 3468 3469
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
3470
 "arrayvec",
3471
 "bitflags",
3472
 "cfg-if",
3473
 "crossbeam-utils 0.7.2",
J
Jack Huey 已提交
3474
 "ena",
3475 3476
 "indexmap",
 "jobserver",
L
Luca Barbieri 已提交
3477
 "libc",
3478
 "measureme",
3479
 "parking_lot 0.11.0",
3480
 "rustc-hash",
I
Igor Matuszewski 已提交
3481 3482
 "rustc-rayon",
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3483
 "rustc_graphviz",
C
csmoe 已提交
3484
 "rustc_index",
M
Matthew Jasper 已提交
3485
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3486
 "rustc_serialize",
M
Mark Rousskov 已提交
3487
 "smallvec 1.4.2",
3488
 "stable_deref_trait",
3489
 "stacker",
3490
 "tempfile",
O
Oliver Scherer 已提交
3491
 "tracing",
M
Mark Rousskov 已提交
3492
 "winapi 0.3.9",
3493 3494 3495 3496 3497 3498
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3499
 "libc",
V
Vadim Petrochenkov 已提交
3500
 "rustc_ast",
3501
 "rustc_ast_pretty",
V
Victor Ding 已提交
3502
 "rustc_codegen_ssa",
3503
 "rustc_data_structures",
3504
 "rustc_error_codes",
3505
 "rustc_errors",
3506
 "rustc_feature",
3507
 "rustc_hir",
3508
 "rustc_hir_pretty",
3509
 "rustc_interface",
3510
 "rustc_lint",
3511
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3512
 "rustc_middle",
3513
 "rustc_mir",
3514
 "rustc_parse",
3515
 "rustc_plugin_impl",
3516
 "rustc_save_analysis",
V
Vadim Petrochenkov 已提交
3517
 "rustc_serialize",
3518
 "rustc_session",
V
Vadim Petrochenkov 已提交
3519
 "rustc_span",
3520
 "rustc_target",
O
Oliver Scherer 已提交
3521 3522
 "tracing",
 "tracing-subscriber",
M
Mark Rousskov 已提交
3523
 "winapi 0.3.9",
3524 3525
]

G
regen  
Guillaume Gomez 已提交
3526 3527 3528 3529
[[package]]
name = "rustc_error_codes"
version = "0.0.0"

3530 3531 3532 3533
[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
3534
 "annotate-snippets 0.8.0",
3535 3536
 "atty",
 "rustc_data_structures",
M
Matthew Jasper 已提交
3537
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3538
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3539
 "rustc_span",
3540
 "termcolor",
3541
 "termize",
O
Oliver Scherer 已提交
3542
 "tracing",
3543
 "unicode-width",
M
Mark Rousskov 已提交
3544
 "winapi 0.3.9",
3545 3546
]

V
Vadim Petrochenkov 已提交
3547 3548 3549 3550
[[package]]
name = "rustc_expand"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3551
 "rustc_ast",
3552
 "rustc_ast_passes",
3553
 "rustc_ast_pretty",
3554
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3555 3556 3557 3558
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_lexer",
M
Matthew Jasper 已提交
3559
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3560
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3561
 "rustc_serialize",
3562
 "rustc_session",
V
Vadim Petrochenkov 已提交
3563
 "rustc_span",
M
Mark Rousskov 已提交
3564
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3565
 "tracing",
V
Vadim Petrochenkov 已提交
3566 3567
]

3568 3569 3570 3571
[[package]]
name = "rustc_feature"
version = "0.0.0"
dependencies = [
3572
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3573
 "rustc_span",
3574 3575
]

3576 3577 3578 3579
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

V
Vadim Petrochenkov 已提交
3580 3581 3582 3583
[[package]]
name = "rustc_graphviz"
version = "0.0.0"

3584 3585 3586 3587
[[package]]
name = "rustc_hir"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3588
 "rustc_ast",
3589 3590 3591
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3592
 "rustc_serialize",
3593 3594
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3595
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3596
 "tracing",
3597 3598
]

3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609
[[package]]
name = "rustc_hir_pretty"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_ast_pretty",
 "rustc_hir",
 "rustc_span",
 "rustc_target",
]

3610 3611 3612 3613
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
3614
 "rand",
V
Vadim Petrochenkov 已提交
3615
 "rustc_ast",
3616 3617
 "rustc_data_structures",
 "rustc_fs_util",
V
Vadim Petrochenkov 已提交
3618
 "rustc_graphviz",
3619
 "rustc_hir",
M
Matthew Jasper 已提交
3620
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3621
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3622
 "rustc_serialize",
3623
 "rustc_session",
V
Vadim Petrochenkov 已提交
3624
 "rustc_span",
O
Oliver Scherer 已提交
3625
 "tracing",
3626 3627
]

C
csmoe 已提交
3628 3629 3630 3631
[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
M
Mark Rousskov 已提交
3632
 "arrayvec",
M
Matthew Jasper 已提交
3633
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3634
 "rustc_serialize",
C
csmoe 已提交
3635 3636
]

C
Camille GILLOT 已提交
3637 3638 3639 3640
[[package]]
name = "rustc_infer"
version = "0.0.0"
dependencies = [
3641
 "arrayvec",
V
Vadim Petrochenkov 已提交
3642
 "rustc_ast",
C
Camille GILLOT 已提交
3643 3644
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3645
 "rustc_graphviz",
C
Camille GILLOT 已提交
3646 3647 3648
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3649
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3650
 "rustc_serialize",
3651
 "rustc_session",
C
Camille GILLOT 已提交
3652 3653
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3654
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3655
 "tracing",
C
Camille GILLOT 已提交
3656 3657
]

3658 3659 3660 3661
[[package]]
name = "rustc_interface"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3662
 "libc",
I
Igor Matuszewski 已提交
3663
 "rustc-rayon",
V
Vadim Petrochenkov 已提交
3664
 "rustc_ast",
3665
 "rustc_ast_lowering",
3666
 "rustc_ast_passes",
3667
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3668
 "rustc_builtin_macros",
3669
 "rustc_codegen_llvm",
3670 3671 3672
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3673
 "rustc_expand",
3674
 "rustc_hir",
3675 3676 3677
 "rustc_incremental",
 "rustc_lint",
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3678
 "rustc_middle",
3679
 "rustc_mir",
3680
 "rustc_mir_build",
3681
 "rustc_parse",
3682
 "rustc_passes",
3683
 "rustc_plugin_impl",
3684 3685
 "rustc_privacy",
 "rustc_resolve",
V
Vadim Petrochenkov 已提交
3686
 "rustc_serialize",
3687
 "rustc_session",
V
Vadim Petrochenkov 已提交
3688
 "rustc_span",
3689
 "rustc_symbol_mangling",
3690
 "rustc_target",
3691
 "rustc_trait_selection",
3692
 "rustc_traits",
C
Camille GILLOT 已提交
3693
 "rustc_ty",
3694
 "rustc_typeck",
M
Mark Rousskov 已提交
3695
 "smallvec 1.4.2",
3696
 "tempfile",
O
Oliver Scherer 已提交
3697
 "tracing",
M
Mark Rousskov 已提交
3698
 "winapi 0.3.9",
3699 3700
]

A
Aleksey Kladov 已提交
3701 3702 3703 3704
[[package]]
name = "rustc_lexer"
version = "0.1.0"
dependencies = [
3705
 "expect-test",
3706
 "unicode-xid",
A
Aleksey Kladov 已提交
3707 3708
]

3709 3710 3711 3712
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3713
 "rustc_ast",
3714
 "rustc_ast_pretty",
3715
 "rustc_attr",
3716
 "rustc_data_structures",
3717
 "rustc_errors",
3718
 "rustc_feature",
3719
 "rustc_hir",
3720
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3721
 "rustc_middle",
3722
 "rustc_session",
V
Vadim Petrochenkov 已提交
3723
 "rustc_span",
3724
 "rustc_target",
3725
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3726
 "tracing",
crlf0710's avatar
crlf0710 已提交
3727
 "unicode-security",
3728 3729 3730 3731 3732 3733
]

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
3734 3735
 "build_helper",
 "cc",
3736
 "libc",
3737 3738
]

J
John Kåre Alsaker 已提交
3739 3740 3741 3742
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
3743 3744 3745
 "proc-macro2",
 "quote",
 "syn",
3746
 "synstructure",
J
John Kåre Alsaker 已提交
3747 3748
]

3749 3750 3751 3752
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3753
 "libc",
3754
 "memmap",
V
Vadim Petrochenkov 已提交
3755
 "rustc_ast",
3756
 "rustc_attr",
3757 3758
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3759
 "rustc_expand",
3760
 "rustc_feature",
3761
 "rustc_hir",
3762
 "rustc_hir_pretty",
3763
 "rustc_index",
M
Matthew Jasper 已提交
3764
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3765
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3766
 "rustc_serialize",
3767
 "rustc_session",
V
Vadim Petrochenkov 已提交
3768
 "rustc_span",
3769
 "rustc_target",
M
Mark Rousskov 已提交
3770
 "smallvec 1.4.2",
3771
 "snap",
3772
 "stable_deref_trait",
O
Oliver Scherer 已提交
3773
 "tracing",
M
Mark Rousskov 已提交
3774
 "winapi 0.3.9",
3775 3776
]

M
Mazdak Farrokhzad 已提交
3777 3778 3779 3780
[[package]]
name = "rustc_middle"
version = "0.0.0"
dependencies = [
3781
 "arrayvec",
M
Mazdak Farrokhzad 已提交
3782
 "bitflags",
J
Jack Huey 已提交
3783
 "chalk-ir",
M
Mazdak Farrokhzad 已提交
3784 3785 3786 3787
 "measureme",
 "polonius-engine",
 "rustc-rayon-core",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3788
 "rustc_arena",
M
Mazdak Farrokhzad 已提交
3789 3790 3791 3792 3793 3794 3795 3796 3797
 "rustc_ast",
 "rustc_attr",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
 "rustc_query_system",
V
Vadim Petrochenkov 已提交
3798
 "rustc_serialize",
M
Mazdak Farrokhzad 已提交
3799 3800 3801
 "rustc_session",
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3802
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3803
 "tracing",
M
Mazdak Farrokhzad 已提交
3804 3805
]

3806 3807 3808 3809
[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
3810
 "either",
3811
 "itertools 0.9.0",
3812 3813
 "log_settings",
 "polonius-engine",
3814
 "regex",
3815
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3816
 "rustc_ast",
3817
 "rustc_attr",
3818 3819
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3820
 "rustc_graphviz",
3821
 "rustc_hir",
3822
 "rustc_index",
C
Camille GILLOT 已提交
3823
 "rustc_infer",
3824
 "rustc_lexer",
3825
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3826
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3827
 "rustc_serialize",
3828
 "rustc_session",
V
Vadim Petrochenkov 已提交
3829
 "rustc_span",
3830
 "rustc_target",
3831
 "rustc_trait_selection",
M
Mark Rousskov 已提交
3832
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3833
 "tracing",
3834 3835
]

3836 3837 3838 3839 3840
[[package]]
name = "rustc_mir_build"
version = "0.0.0"
dependencies = [
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3841
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3842
 "rustc_ast",
3843
 "rustc_attr",
3844 3845 3846 3847
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
C
Camille GILLOT 已提交
3848
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
3849
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3850
 "rustc_serialize",
3851
 "rustc_session",
3852 3853
 "rustc_span",
 "rustc_target",
3854
 "rustc_trait_selection",
M
Mark Rousskov 已提交
3855
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3856
 "tracing",
3857 3858
]

3859 3860 3861 3862 3863
[[package]]
name = "rustc_parse"
version = "0.0.0"
dependencies = [
 "bitflags",
V
Vadim Petrochenkov 已提交
3864
 "rustc_ast",
3865
 "rustc_ast_pretty",
3866 3867
 "rustc_data_structures",
 "rustc_errors",
3868
 "rustc_feature",
3869
 "rustc_lexer",
3870
 "rustc_session",
V
Vadim Petrochenkov 已提交
3871
 "rustc_span",
M
Mark Rousskov 已提交
3872
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3873
 "tracing",
3874
 "unicode-normalization",
3875 3876
]

V
Vadim Petrochenkov 已提交
3877 3878 3879 3880 3881 3882 3883 3884
[[package]]
name = "rustc_parse_format"
version = "0.0.0"
dependencies = [
 "rustc_lexer",
 "rustc_span",
]

3885 3886 3887 3888
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3889
 "rustc_ast",
3890
 "rustc_attr",
3891 3892
 "rustc_data_structures",
 "rustc_errors",
3893
 "rustc_hir",
3894
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3895
 "rustc_middle",
3896
 "rustc_session",
V
Vadim Petrochenkov 已提交
3897
 "rustc_span",
3898
 "rustc_target",
3899
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3900
 "tracing",
3901 3902 3903
]

[[package]]
3904
name = "rustc_plugin_impl"
3905 3906
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3907
 "rustc_ast",
3908
 "rustc_errors",
3909
 "rustc_hir",
3910
 "rustc_lint",
3911
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3912
 "rustc_middle",
3913
 "rustc_session",
V
Vadim Petrochenkov 已提交
3914
 "rustc_span",
3915 3916 3917 3918 3919 3920
]

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
3921
 "rustc_attr",
3922
 "rustc_data_structures",
3923
 "rustc_errors",
3924
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
3925
 "rustc_middle",
3926
 "rustc_session",
V
Vadim Petrochenkov 已提交
3927
 "rustc_span",
3928
 "rustc_typeck",
O
Oliver Scherer 已提交
3929
 "tracing",
3930 3931
]

3932 3933 3934 3935
[[package]]
name = "rustc_query_system"
version = "0.0.0"
dependencies = [
3936
 "parking_lot 0.11.0",
3937
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3938
 "rustc_arena",
3939 3940 3941
 "rustc_data_structures",
 "rustc_errors",
 "rustc_index",
M
Matthew Jasper 已提交
3942
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3943
 "rustc_serialize",
3944
 "rustc_span",
M
Mark Rousskov 已提交
3945
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3946
 "tracing",
3947 3948
]

3949 3950 3951 3952
[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
3953
 "bitflags",
V
Vadim Petrochenkov 已提交
3954
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3955
 "rustc_ast",
3956
 "rustc_ast_lowering",
3957
 "rustc_ast_pretty",
3958
 "rustc_attr",
3959 3960
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3961
 "rustc_expand",
3962
 "rustc_feature",
3963
 "rustc_hir",
3964
 "rustc_index",
3965
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3966
 "rustc_middle",
3967
 "rustc_session",
V
Vadim Petrochenkov 已提交
3968
 "rustc_span",
M
Mark Rousskov 已提交
3969
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3970
 "tracing",
3971 3972 3973 3974 3975 3976
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
3977 3978
 "rls-data",
 "rls-span",
V
Vadim Petrochenkov 已提交
3979
 "rustc_ast",
3980
 "rustc_ast_pretty",
3981
 "rustc_data_structures",
3982
 "rustc_hir",
3983
 "rustc_hir_pretty",
3984
 "rustc_lexer",
M
Mazdak Farrokhzad 已提交
3985
 "rustc_middle",
3986
 "rustc_session",
V
Vadim Petrochenkov 已提交
3987
 "rustc_span",
3988
 "serde_json",
O
Oliver Scherer 已提交
3989
 "tracing",
3990 3991
]

V
Vadim Petrochenkov 已提交
3992 3993 3994 3995 3996
[[package]]
name = "rustc_serialize"
version = "0.0.0"
dependencies = [
 "indexmap",
M
Matthew Jasper 已提交
3997
 "rustc_macros",
M
Mark Rousskov 已提交
3998
 "smallvec 1.4.2",
V
Vadim Petrochenkov 已提交
3999 4000
]

M
Mark Rousskov 已提交
4001 4002 4003 4004
[[package]]
name = "rustc_session"
version = "0.0.0"
dependencies = [
4005
 "bitflags",
L
Luca Barbieri 已提交
4006
 "getopts",
M
Mark Rousskov 已提交
4007
 "num_cpus",
V
Vadim Petrochenkov 已提交
4008
 "rustc_ast",
M
Mark Rousskov 已提交
4009 4010
 "rustc_data_structures",
 "rustc_errors",
M
Mark Rousskov 已提交
4011 4012
 "rustc_feature",
 "rustc_fs_util",
M
Matthew Jasper 已提交
4013
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4014
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4015
 "rustc_span",
M
Mark Rousskov 已提交
4016
 "rustc_target",
O
Oliver Scherer 已提交
4017
 "tracing",
V
Vadim Petrochenkov 已提交
4018 4019 4020 4021 4022 4023 4024
]

[[package]]
name = "rustc_span"
version = "0.0.0"
dependencies = [
 "cfg-if",
4025
 "md-5",
V
Vadim Petrochenkov 已提交
4026
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4027 4028 4029
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4030
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4031
 "scoped-tls",
4032
 "sha-1",
O
Oliver Scherer 已提交
4033
 "tracing",
V
Vadim Petrochenkov 已提交
4034
 "unicode-width",
M
Mark Rousskov 已提交
4035 4036
]

4037 4038 4039 4040 4041 4042 4043 4044 4045
[[package]]
name = "rustc_symbol_mangling"
version = "0.0.0"
dependencies = [
 "punycode",
 "rustc-demangle",
 "rustc_ast",
 "rustc_data_structures",
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
4046
 "rustc_middle",
4047 4048 4049
 "rustc_session",
 "rustc_span",
 "rustc_target",
O
Oliver Scherer 已提交
4050
 "tracing",
4051 4052
]

4053 4054 4055 4056
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
4057 4058
 "bitflags",
 "rustc_data_structures",
4059
 "rustc_index",
4060
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4061
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4062
 "rustc_span",
O
Oliver Scherer 已提交
4063
 "tracing",
4064 4065
]

M
Matthias Krüger 已提交
4066 4067
[[package]]
name = "rustc_tools_util"
I
Igor Matuszewski 已提交
4068
version = "0.2.0"
4069 4070 4071

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

4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087
[[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 已提交
4088
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4089
 "rustc_parse_format",
4090 4091 4092
 "rustc_session",
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
4093
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4094
 "tracing",
4095 4096
]

4097 4098 4099 4100
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
J
Jack Huey 已提交
4101
 "chalk-engine",
J
Jack Huey 已提交
4102 4103
 "chalk-ir",
 "chalk-solve",
V
Vadim Petrochenkov 已提交
4104
 "rustc_ast",
4105
 "rustc_data_structures",
4106
 "rustc_hir",
J
Jack Huey 已提交
4107
 "rustc_index",
C
Camille GILLOT 已提交
4108
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4109
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4110
 "rustc_span",
4111
 "rustc_trait_selection",
M
Mark Rousskov 已提交
4112
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4113
 "tracing",
4114 4115
]

C
Camille GILLOT 已提交
4116 4117 4118 4119 4120
[[package]]
name = "rustc_ty"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
4121
 "rustc_errors",
C
Camille GILLOT 已提交
4122
 "rustc_hir",
C
Camille GILLOT 已提交
4123
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4124
 "rustc_middle",
4125
 "rustc_session",
C
Camille GILLOT 已提交
4126
 "rustc_span",
4127
 "rustc_target",
4128
 "rustc_trait_selection",
O
Oliver Scherer 已提交
4129
 "tracing",
C
Camille GILLOT 已提交
4130
]
4131

4132 4133 4134 4135
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4136
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4137
 "rustc_ast",
4138
 "rustc_attr",
4139 4140
 "rustc_data_structures",
 "rustc_errors",
4141
 "rustc_hir",
4142
 "rustc_hir_pretty",
4143
 "rustc_index",
C
Camille GILLOT 已提交
4144
 "rustc_infer",
J
jumbatm 已提交
4145
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4146
 "rustc_middle",
4147
 "rustc_session",
V
Vadim Petrochenkov 已提交
4148
 "rustc_span",
4149
 "rustc_target",
4150
 "rustc_trait_selection",
M
Mark Rousskov 已提交
4151
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4152
 "tracing",
4153 4154
]

4155 4156
[[package]]
name = "rustc_version"
4157
version = "0.2.3"
4158
source = "registry+https://github.com/rust-lang/crates.io-index"
4159
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
4160
dependencies = [
E
Eric Huss 已提交
4161
 "semver 0.9.0",
4162 4163
]

4164 4165 4166 4167
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
4168
 "expect-test",
4169
 "itertools 0.9.0",
4170
 "minifier",
J
Joshua Nelson 已提交
4171
 "pulldown-cmark 0.8.0",
I
Igor Matuszewski 已提交
4172
 "rustc-rayon",
4173 4174
 "serde",
 "serde_json",
4175
 "smallvec 1.4.2",
4176
 "tempfile",
M
Mark Simulacrum 已提交
4177 4178
]

G
Guillaume Gomez 已提交
4179 4180 4181 4182
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
4183 4184 4185 4186
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
4187
 "rustdoc",
4188 4189
]

E
Eric Huss 已提交
4190 4191
[[package]]
name = "rustfix"
M
Mark Rousskov 已提交
4192
version = "0.5.1"
E
Eric Huss 已提交
4193
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4194
checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
E
Eric Huss 已提交
4195 4196 4197 4198 4199 4200 4201
dependencies = [
 "anyhow",
 "log",
 "serde",
 "serde_json",
]

T
topecongiro 已提交
4202 4203
[[package]]
name = "rustfmt-config_proc_macro"
4204
version = "0.2.0"
T
topecongiro 已提交
4205
dependencies = [
4206 4207
 "proc-macro2",
 "quote",
4208
 "serde",
4209
 "syn",
T
topecongiro 已提交
4210 4211
]

I
Igor Matuszewski 已提交
4212 4213
[[package]]
name = "rustfmt-nightly"
C
Caleb Cartwright 已提交
4214
version = "1.4.21"
I
Igor Matuszewski 已提交
4215
dependencies = [
4216
 "annotate-snippets 0.6.1",
I
Igor Matuszewski 已提交
4217
 "anyhow",
4218
 "bytecount",
M
Mark Rousskov 已提交
4219
 "cargo_metadata 0.8.2",
4220 4221 4222
 "derive-new",
 "diff",
 "dirs",
A
Alex Crichton 已提交
4223
 "env_logger 0.6.2",
4224 4225
 "getopts",
 "ignore",
M
Mark Rousskov 已提交
4226
 "itertools 0.8.2",
Y
Yuki Okushi 已提交
4227
 "lazy_static",
4228 4229
 "log",
 "regex",
4230
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
4231
 "rustc-ap-rustc_ast_pretty",
4232
 "rustc-ap-rustc_attr",
I
Igor Matuszewski 已提交
4233 4234
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
4235
 "rustc-ap-rustc_expand",
I
Igor Matuszewski 已提交
4236 4237 4238
 "rustc-ap-rustc_parse",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
4239 4240 4241 4242
 "rustc-workspace-hack",
 "rustfmt-config_proc_macro",
 "serde",
 "serde_json",
E
Eric Huss 已提交
4243
 "structopt",
M
Mark Rousskov 已提交
4244
 "term 0.6.1",
I
Igor Matuszewski 已提交
4245
 "thiserror",
E
Eric Huss 已提交
4246
 "toml",
4247 4248 4249
 "unicode-segmentation",
 "unicode-width",
 "unicode_categories",
I
Igor Matuszewski 已提交
4250 4251
]

A
Alex Crichton 已提交
4252 4253
[[package]]
name = "ryu"
M
Mark Rousskov 已提交
4254
version = "1.0.5"
A
Alex Crichton 已提交
4255
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4256
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
A
Alex Crichton 已提交
4257

4258 4259
[[package]]
name = "same-file"
M
Mark Rousskov 已提交
4260
version = "1.0.6"
4261
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4262
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4263
dependencies = [
4264
 "winapi-util",
4265 4266 4267 4268
]

[[package]]
name = "schannel"
M
Mark Rousskov 已提交
4269
version = "0.1.19"
4270
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4271
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
4272
dependencies = [
Y
Yuki Okushi 已提交
4273
 "lazy_static",
M
Mark Rousskov 已提交
4274
 "winapi 0.3.9",
4275 4276
]

M
Marcel Hellwig 已提交
4277 4278 4279 4280
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4281
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
M
Marcel Hellwig 已提交
4282

R
Ralf Jung 已提交
4283 4284
[[package]]
name = "scopeguard"
M
Mark Rousskov 已提交
4285
version = "1.1.0"
R
Ralf Jung 已提交
4286
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4287
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
R
Ralf Jung 已提交
4288

4289 4290 4291 4292
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4293
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4294
dependencies = [
4295 4296
 "semver-parser",
 "serde",
4297 4298
]

E
Eric Huss 已提交
4299 4300 4301 4302 4303 4304 4305 4306 4307 4308
[[package]]
name = "semver"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
dependencies = [
 "semver-parser",
 "serde",
]

4309 4310 4311 4312
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4313
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4314 4315 4316

[[package]]
name = "serde"
M
Mark Rousskov 已提交
4317
version = "1.0.115"
4318
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4319
checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5"
E
Eric Huss 已提交
4320
dependencies = [
4321
 "serde_derive",
E
Eric Huss 已提交
4322
]
4323 4324 4325

[[package]]
name = "serde_derive"
M
Mark Rousskov 已提交
4326
version = "1.0.115"
4327
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4328
checksum = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48"
4329
dependencies = [
4330 4331 4332
 "proc-macro2",
 "quote",
 "syn",
4333
]
S
Steve Klabnik 已提交
4334

F
flip1995 已提交
4335 4336
[[package]]
name = "serde_ignored"
M
Mark Rousskov 已提交
4337
version = "0.1.2"
F
flip1995 已提交
4338
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4339
checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
F
flip1995 已提交
4340 4341 4342 4343
dependencies = [
 "serde",
]

S
Steve Klabnik 已提交
4344 4345
[[package]]
name = "serde_json"
M
Mark Rousskov 已提交
4346
version = "1.0.57"
S
Steve Klabnik 已提交
4347
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4348
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
S
Steve Klabnik 已提交
4349
dependencies = [
4350 4351 4352
 "itoa",
 "ryu",
 "serde",
S
Steve Klabnik 已提交
4353 4354
]

4355 4356
[[package]]
name = "serde_repr"
M
Mark Rousskov 已提交
4357
version = "0.1.6"
4358
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4359
checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
4360
dependencies = [
4361 4362 4363
 "proc-macro2",
 "quote",
 "syn",
4364 4365
]

4366 4367
[[package]]
name = "sha-1"
4368
version = "0.8.2"
4369
source = "registry+https://github.com/rust-lang/crates.io-index"
4370
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4371
dependencies = [
4372 4373 4374
 "block-buffer",
 "digest",
 "fake-simd",
4375
 "opaque-debug",
4376 4377
]

O
Oliver Scherer 已提交
4378 4379 4380 4381 4382 4383 4384 4385 4386
[[package]]
name = "sharded-slab"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
dependencies = [
 "lazy_static",
]

4387 4388
[[package]]
name = "shell-escape"
M
Mark Rousskov 已提交
4389
version = "0.1.5"
4390
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4391
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
4392

S
steveklabnik 已提交
4393 4394 4395 4396
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4397
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
S
steveklabnik 已提交
4398

4399
[[package]]
M
Mark Rousskov 已提交
4400 4401
name = "signal-hook-registry"
version = "1.2.1"
4402
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4403
checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
4404
dependencies = [
4405 4406
 "arc-swap",
 "libc",
4407 4408
]

S
steveklabnik 已提交
4409 4410
[[package]]
name = "siphasher"
4411
version = "0.3.3"
S
steveklabnik 已提交
4412
source = "registry+https://github.com/rust-lang/crates.io-index"
4413
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
S
steveklabnik 已提交
4414

E
Eric Huss 已提交
4415 4416
[[package]]
name = "sized-chunks"
E
Eric Huss 已提交
4417
version = "0.6.2"
E
Eric Huss 已提交
4418
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4419
checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
E
Eric Huss 已提交
4420
dependencies = [
E
Eric Huss 已提交
4421
 "bitmaps",
4422
 "typenum",
E
Eric Huss 已提交
4423 4424
]

4425 4426 4427 4428
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4429
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4430

4431 4432
[[package]]
name = "smallvec"
M
Mark Rousskov 已提交
4433
version = "0.6.13"
4434
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4435 4436 4437 4438
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
dependencies = [
 "maybe-uninit",
]
4439

R
Ralf Jung 已提交
4440 4441
[[package]]
name = "smallvec"
M
Mark Rousskov 已提交
4442
version = "1.4.2"
R
Ralf Jung 已提交
4443
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4444
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
R
Ralf Jung 已提交
4445

4446 4447 4448 4449 4450 4451
[[package]]
name = "snap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"

M
Mark Simulacrum 已提交
4452 4453
[[package]]
name = "socket2"
P
Patrick Mooney 已提交
4454
version = "0.3.12"
M
Mark Simulacrum 已提交
4455
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Patrick Mooney 已提交
4456
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
M
Mark Simulacrum 已提交
4457
dependencies = [
4458 4459 4460
 "cfg-if",
 "libc",
 "redox_syscall",
M
Mark Rousskov 已提交
4461
 "winapi 0.3.9",
M
Mark Simulacrum 已提交
4462 4463
]

4464 4465
[[package]]
name = "stable_deref_trait"
M
Mark Rousskov 已提交
4466
version = "1.2.0"
4467
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4468
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4469

4470 4471
[[package]]
name = "stacker"
4472
version = "0.1.12"
4473
source = "registry+https://github.com/rust-lang/crates.io-index"
4474
checksum = "21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786"
4475 4476 4477 4478 4479
dependencies = [
 "cc",
 "cfg-if",
 "libc",
 "psm",
M
Mark Rousskov 已提交
4480
 "winapi 0.3.9",
4481 4482
]

4483 4484 4485 4486
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
4487
 "addr2line",
4488 4489 4490 4491 4492 4493
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "dlmalloc",
 "fortanix-sgx-abi",
4494
 "hashbrown",
4495
 "hermit-abi",
4496
 "libc",
4497 4498
 "miniz_oxide",
 "object",
4499 4500 4501
 "panic_abort",
 "panic_unwind",
 "profiler_builtins",
4502
 "rand",
4503
 "rustc-demangle",
4504
 "unwind",
4505
 "wasi",
4506 4507
]

S
steveklabnik 已提交
4508 4509
[[package]]
name = "string_cache"
4510
version = "0.8.0"
S
steveklabnik 已提交
4511
source = "registry+https://github.com/rust-lang/crates.io-index"
4512
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
S
steveklabnik 已提交
4513
dependencies = [
Y
Yuki Okushi 已提交
4514
 "lazy_static",
4515 4516 4517 4518
 "new_debug_unreachable",
 "phf_shared",
 "precomputed-hash",
 "serde",
S
steveklabnik 已提交
4519 4520 4521 4522
]

[[package]]
name = "string_cache_codegen"
4523
version = "0.5.1"
S
steveklabnik 已提交
4524
source = "registry+https://github.com/rust-lang/crates.io-index"
4525
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
S
steveklabnik 已提交
4526
dependencies = [
4527 4528
 "phf_generator",
 "phf_shared",
4529 4530
 "proc-macro2",
 "quote",
S
steveklabnik 已提交
4531 4532
]

E
Eric Huss 已提交
4533 4534 4535 4536
[[package]]
name = "strip-ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4537
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
E
Eric Huss 已提交
4538
dependencies = [
4539
 "vte",
E
Eric Huss 已提交
4540 4541
]

4542 4543
[[package]]
name = "strsim"
4544
version = "0.8.0"
4545
source = "registry+https://github.com/rust-lang/crates.io-index"
4546
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4547

4548 4549
[[package]]
name = "structopt"
M
Mark Rousskov 已提交
4550
version = "0.3.16"
4551
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4552
checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
4553 4554
dependencies = [
 "clap",
M
Mark Rousskov 已提交
4555
 "lazy_static",
E
Eric Huss 已提交
4556
 "structopt-derive",
4557 4558 4559 4560
]

[[package]]
name = "structopt-derive"
M
Mark Rousskov 已提交
4561
version = "0.4.9"
4562
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4563
checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
4564 4565 4566
dependencies = [
 "heck",
 "proc-macro-error",
4567 4568 4569
 "proc-macro2",
 "quote",
 "syn",
T
topecongiro 已提交
4570 4571
]

M
Matt Ickstadt 已提交
4572 4573
[[package]]
name = "strum"
4574
version = "0.18.0"
M
Matt Ickstadt 已提交
4575
source = "registry+https://github.com/rust-lang/crates.io-index"
4576
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
M
Matt Ickstadt 已提交
4577 4578 4579

[[package]]
name = "strum_macros"
4580
version = "0.18.0"
M
Matt Ickstadt 已提交
4581
source = "registry+https://github.com/rust-lang/crates.io-index"
4582
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
M
Matt Ickstadt 已提交
4583
dependencies = [
4584
 "heck",
4585 4586 4587
 "proc-macro2",
 "quote",
 "syn",
A
Alex Crichton 已提交
4588 4589
]

4590 4591
[[package]]
name = "syn"
M
Mark Rousskov 已提交
4592
version = "1.0.38"
4593
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4594
checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
4595
dependencies = [
4596 4597 4598
 "proc-macro2",
 "quote",
 "unicode-xid",
4599 4600
]

4601 4602
[[package]]
name = "synstructure"
M
Mark Rousskov 已提交
4603
version = "0.12.4"
4604
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4605
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
4606
dependencies = [
4607 4608 4609 4610
 "proc-macro2",
 "quote",
 "syn",
 "unicode-xid",
4611 4612
]

4613 4614
[[package]]
name = "tar"
M
Mark Rousskov 已提交
4615
version = "0.4.29"
4616
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4617
checksum = "c8a4c1d0bee3230179544336c15eefb563cf0302955d962e456542323e8c2e8a"
4618
dependencies = [
4619 4620 4621 4622
 "filetime",
 "libc",
 "redox_syscall",
 "xattr",
4623 4624
]

A
Aleksey Kladov 已提交
4625 4626
[[package]]
name = "tempfile"
4627
version = "3.1.0"
A
Aleksey Kladov 已提交
4628
source = "registry+https://github.com/rust-lang/crates.io-index"
4629
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
A
Aleksey Kladov 已提交
4630
dependencies = [
4631 4632
 "cfg-if",
 "libc",
4633
 "rand",
4634 4635
 "redox_syscall",
 "remove_dir_all",
M
Mark Rousskov 已提交
4636
 "winapi 0.3.9",
A
Aleksey Kladov 已提交
4637 4638
]

S
steveklabnik 已提交
4639 4640
[[package]]
name = "tendril"
M
Mark Rousskov 已提交
4641
version = "0.4.1"
S
steveklabnik 已提交
4642
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4643
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
S
steveklabnik 已提交
4644
dependencies = [
4645 4646 4647
 "futf",
 "mac",
 "utf-8",
S
steveklabnik 已提交
4648 4649
]

4650 4651 4652
[[package]]
name = "term"
version = "0.0.0"
4653 4654 4655 4656
dependencies = [
 "core",
 "std",
]
4657

I
Igor Matuszewski 已提交
4658 4659
[[package]]
name = "term"
M
Mark Rousskov 已提交
4660
version = "0.6.1"
I
Igor Matuszewski 已提交
4661
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4662
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
I
Igor Matuszewski 已提交
4663
dependencies = [
4664
 "dirs",
M
Mark Rousskov 已提交
4665
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
4666 4667
]

4668 4669
[[package]]
name = "termcolor"
E
Eric Huss 已提交
4670
version = "1.1.0"
4671
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4672
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
4673
dependencies = [
E
Eric Huss 已提交
4674
 "winapi-util",
4675 4676
]

4677 4678 4679 4680 4681 4682 4683
[[package]]
name = "termize"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
dependencies = [
 "libc",
M
Mark Rousskov 已提交
4684
 "winapi 0.3.9",
4685 4686
]

4687 4688 4689 4690
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
E
Eric Huss 已提交
4691
 "cfg-if",
4692
 "core",
4693
 "getopts",
4694 4695 4696
 "libc",
 "panic_abort",
 "panic_unwind",
4697
 "proc_macro",
4698
 "std",
4699
 "term 0.0.0",
4700 4701
]

F
flip1995 已提交
4702 4703 4704 4705 4706 4707 4708 4709
[[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 已提交
4710
 "term 0.6.1",
F
flip1995 已提交
4711 4712
]

S
steveklabnik 已提交
4713 4714
[[package]]
name = "textwrap"
4715
version = "0.11.0"
S
steveklabnik 已提交
4716
source = "registry+https://github.com/rust-lang/crates.io-index"
4717
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
S
steveklabnik 已提交
4718
dependencies = [
4719
 "unicode-width",
S
steveklabnik 已提交
4720 4721
]

4722 4723
[[package]]
name = "thiserror"
M
Mark Rousskov 已提交
4724
version = "1.0.20"
4725
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4726
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
4727 4728 4729 4730 4731 4732
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
M
Mark Rousskov 已提交
4733
version = "1.0.20"
4734
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4735
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
4736
dependencies = [
4737 4738 4739
 "proc-macro2",
 "quote",
 "syn",
4740 4741
]

I
Igor Matuszewski 已提交
4742 4743 4744 4745 4746 4747
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
Y
Yuki Okushi 已提交
4748
 "lazy_static",
I
Igor Matuszewski 已提交
4749 4750
]

4751 4752 4753
[[package]]
name = "tidy"
version = "0.1.0"
4754
dependencies = [
J
Jubilee Young 已提交
4755
 "cargo_metadata 0.11.1",
Y
Yuki Okushi 已提交
4756
 "lazy_static",
4757 4758
 "regex",
 "walkdir",
4759
]
4760

4761 4762 4763 4764
[[package]]
name = "tier-check"
version = "0.1.0"

A
Alex Crichton 已提交
4765 4766
[[package]]
name = "time"
M
Mark Rousskov 已提交
4767
version = "0.1.43"
A
Alex Crichton 已提交
4768
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4769
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
A
Alex Crichton 已提交
4770
dependencies = [
4771
 "libc",
M
Mark Rousskov 已提交
4772
 "winapi 0.3.9",
A
Alex Crichton 已提交
4773 4774
]

M
Mark Rousskov 已提交
4775 4776
[[package]]
name = "tinyvec"
4777
version = "0.3.4"
M
Mark Rousskov 已提交
4778
source = "registry+https://github.com/rust-lang/crates.io-index"
4779
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
M
Mark Rousskov 已提交
4780

4781 4782
[[package]]
name = "tokio"
4783
version = "0.1.22"
4784
source = "registry+https://github.com/rust-lang/crates.io-index"
4785
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
4786
dependencies = [
4787 4788 4789 4790 4791 4792 4793 4794 4795 4796
 "bytes",
 "futures",
 "mio",
 "num_cpus",
 "tokio-codec",
 "tokio-current-thread",
 "tokio-executor",
 "tokio-fs",
 "tokio-io",
 "tokio-reactor",
4797
 "tokio-sync",
4798 4799 4800 4801 4802
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "tokio-udp",
 "tokio-uds",
4803 4804 4805 4806
]

[[package]]
name = "tokio-codec"
M
Mark Rousskov 已提交
4807
version = "0.1.2"
4808
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4809
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
4810
dependencies = [
4811 4812 4813
 "bytes",
 "futures",
 "tokio-io",
4814 4815 4816 4817
]

[[package]]
name = "tokio-current-thread"
M
Mark Rousskov 已提交
4818
version = "0.1.7"
4819
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4820
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
4821
dependencies = [
4822 4823
 "futures",
 "tokio-executor",
4824 4825 4826 4827
]

[[package]]
name = "tokio-executor"
M
Mark Rousskov 已提交
4828
version = "0.1.10"
4829
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4830
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
4831
dependencies = [
M
Mark Rousskov 已提交
4832
 "crossbeam-utils 0.7.2",
4833
 "futures",
4834 4835 4836 4837
]

[[package]]
name = "tokio-fs"
M
Mark Rousskov 已提交
4838
version = "0.1.7"
4839
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4840
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
4841
dependencies = [
4842 4843 4844
 "futures",
 "tokio-io",
 "tokio-threadpool",
4845 4846 4847 4848
]

[[package]]
name = "tokio-io"
M
Mark Rousskov 已提交
4849
version = "0.1.13"
4850
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4851
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
4852
dependencies = [
4853 4854 4855
 "bytes",
 "futures",
 "log",
4856 4857
]

4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870
[[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",
]

4871 4872
[[package]]
name = "tokio-process"
M
Mark Rousskov 已提交
4873
version = "0.2.5"
4874
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4875
checksum = "382d90f43fa31caebe5d3bc6cfd854963394fff3b8cb59d5146607aaae7e7e43"
4876
dependencies = [
M
Mark Rousskov 已提交
4877
 "crossbeam-queue 0.1.2",
4878
 "futures",
Y
Yuki Okushi 已提交
4879
 "lazy_static",
4880
 "libc",
4881
 "log",
4882 4883 4884 4885 4886
 "mio",
 "mio-named-pipes",
 "tokio-io",
 "tokio-reactor",
 "tokio-signal",
M
Mark Rousskov 已提交
4887
 "winapi 0.3.9",
4888 4889 4890 4891
]

[[package]]
name = "tokio-reactor"
M
Mark Rousskov 已提交
4892
version = "0.1.12"
4893
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4894
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
4895
dependencies = [
M
Mark Rousskov 已提交
4896
 "crossbeam-utils 0.7.2",
4897
 "futures",
Y
Yuki Okushi 已提交
4898
 "lazy_static",
4899 4900 4901
 "log",
 "mio",
 "num_cpus",
I
Igor Matuszewski 已提交
4902
 "parking_lot 0.9.0",
4903 4904 4905
 "slab",
 "tokio-executor",
 "tokio-io",
4906
 "tokio-sync",
4907 4908
]

4909 4910 4911 4912 4913 4914 4915 4916 4917
[[package]]
name = "tokio-service"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
dependencies = [
 "futures",
]

4918 4919
[[package]]
name = "tokio-signal"
M
Mark Rousskov 已提交
4920
version = "0.2.9"
4921
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4922
checksum = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12"
4923
dependencies = [
4924 4925 4926 4927
 "futures",
 "libc",
 "mio",
 "mio-uds",
M
Mark Rousskov 已提交
4928
 "signal-hook-registry",
4929 4930 4931
 "tokio-executor",
 "tokio-io",
 "tokio-reactor",
M
Mark Rousskov 已提交
4932
 "winapi 0.3.9",
4933 4934
]

4935 4936
[[package]]
name = "tokio-sync"
M
Mark Rousskov 已提交
4937
version = "0.1.8"
4938
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4939
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
4940 4941 4942 4943 4944
dependencies = [
 "fnv",
 "futures",
]

4945 4946
[[package]]
name = "tokio-tcp"
M
Mark Rousskov 已提交
4947
version = "0.1.4"
4948
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4949
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
4950
dependencies = [
4951 4952 4953 4954 4955 4956
 "bytes",
 "futures",
 "iovec",
 "mio",
 "tokio-io",
 "tokio-reactor",
4957 4958 4959 4960
]

[[package]]
name = "tokio-threadpool"
M
Mark Rousskov 已提交
4961
version = "0.1.18"
4962
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4963
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
4964
dependencies = [
4965
 "crossbeam-deque",
M
Mark Rousskov 已提交
4966 4967
 "crossbeam-queue 0.2.3",
 "crossbeam-utils 0.7.2",
4968
 "futures",
Y
Yuki Okushi 已提交
4969
 "lazy_static",
4970 4971
 "log",
 "num_cpus",
4972
 "slab",
4973
 "tokio-executor",
4974 4975 4976 4977
]

[[package]]
name = "tokio-timer"
M
Mark Rousskov 已提交
4978
version = "0.2.13"
4979
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4980
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
4981
dependencies = [
M
Mark Rousskov 已提交
4982
 "crossbeam-utils 0.7.2",
4983 4984 4985
 "futures",
 "slab",
 "tokio-executor",
4986 4987 4988 4989
]

[[package]]
name = "tokio-udp"
M
Mark Rousskov 已提交
4990
version = "0.1.6"
4991
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4992
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
4993
dependencies = [
4994 4995 4996 4997 4998 4999 5000
 "bytes",
 "futures",
 "log",
 "mio",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
5001 5002 5003 5004
]

[[package]]
name = "tokio-uds"
M
Mark Rousskov 已提交
5005
version = "0.2.7"
5006
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5007
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
5008
dependencies = [
5009 5010 5011 5012 5013 5014 5015 5016 5017 5018
 "bytes",
 "futures",
 "iovec",
 "libc",
 "log",
 "mio",
 "mio-uds",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
5019 5020
]

E
Eric Huss 已提交
5021 5022
[[package]]
name = "toml"
M
Mark Rousskov 已提交
5023
version = "0.5.6"
E
Eric Huss 已提交
5024
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5025
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
E
Eric Huss 已提交
5026
dependencies = [
5027
 "serde",
E
Eric Huss 已提交
5028 5029
]

J
Jack Huey 已提交
5030 5031
[[package]]
name = "tracing"
M
Mark Rousskov 已提交
5032
version = "0.1.19"
J
Jack Huey 已提交
5033
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5034
checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
J
Jack Huey 已提交
5035 5036 5037 5038 5039 5040 5041 5042
dependencies = [
 "cfg-if",
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
M
Mark Rousskov 已提交
5043
version = "0.1.11"
J
Jack Huey 已提交
5044
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5045
checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
J
Jack Huey 已提交
5046
dependencies = [
5047 5048 5049
 "proc-macro2",
 "quote",
 "syn",
J
Jack Huey 已提交
5050 5051 5052 5053
]

[[package]]
name = "tracing-core"
M
Mark Rousskov 已提交
5054
version = "0.1.15"
J
Jack Huey 已提交
5055
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5056
checksum = "4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5"
J
Jack Huey 已提交
5057 5058 5059 5060
dependencies = [
 "lazy_static",
]

J
Jack Huey 已提交
5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081
[[package]]
name = "tracing-log"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"
dependencies = [
 "lazy_static",
 "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",
]

O
Oliver Scherer 已提交
5082 5083
[[package]]
name = "tracing-subscriber"
M
Mark Rousskov 已提交
5084
version = "0.2.11"
O
Oliver Scherer 已提交
5085
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5086
checksum = "abd165311cc4d7a555ad11cc77a37756df836182db0d81aac908c8184c584f40"
O
Oliver Scherer 已提交
5087 5088
dependencies = [
 "ansi_term 0.12.1",
J
Jack Huey 已提交
5089
 "chrono",
O
Oliver Scherer 已提交
5090 5091
 "lazy_static",
 "matchers",
M
Mark Rousskov 已提交
5092
 "parking_lot 0.11.0",
O
Oliver Scherer 已提交
5093
 "regex",
J
Jack Huey 已提交
5094 5095
 "serde",
 "serde_json",
O
Oliver Scherer 已提交
5096
 "sharded-slab",
M
Mark Rousskov 已提交
5097 5098
 "smallvec 1.4.2",
 "thread_local",
O
Oliver Scherer 已提交
5099
 "tracing-core",
J
Jack Huey 已提交
5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115
 "tracing-log",
 "tracing-serde",
]

[[package]]
name = "tracing-tree"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1a3dc4774db3a6b2d66a4f8d8de670e874ec3ed55615860c994927419b32c5f"
dependencies = [
 "ansi_term 0.12.1",
 "atty",
 "chrono",
 "termcolor",
 "tracing",
 "tracing-subscriber",
O
Oliver Scherer 已提交
5116 5117
]

E
Eric Huss 已提交
5118 5119
[[package]]
name = "typenum"
E
Eric Huss 已提交
5120
version = "1.12.0"
E
Eric Huss 已提交
5121
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5122
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
E
Eric Huss 已提交
5123

M
Mark Rousskov 已提交
5124 5125
[[package]]
name = "ucd-parse"
M
Mark Rousskov 已提交
5126
version = "0.1.8"
M
Mark Rousskov 已提交
5127
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5128
checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
M
Mark Rousskov 已提交
5129
dependencies = [
Y
Yuki Okushi 已提交
5130
 "lazy_static",
M
Mark Rousskov 已提交
5131 5132 5133
 "regex",
]

5134 5135
[[package]]
name = "ucd-trie"
M
Mark Rousskov 已提交
5136
version = "0.1.3"
5137
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5138
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5139

5140 5141
[[package]]
name = "unicase"
5142
version = "2.6.0"
5143
source = "registry+https://github.com/rust-lang/crates.io-index"
5144
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5145
dependencies = [
5146
 "version_check",
5147 5148
]

M
Mark Rousskov 已提交
5149 5150 5151 5152 5153 5154 5155
[[package]]
name = "unicode-bdd"
version = "0.1.0"
dependencies = [
 "ucd-parse",
]

5156 5157
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
5158
version = "0.3.4"
S
Steve Klabnik 已提交
5159
source = "registry+https://github.com/rust-lang/crates.io-index"
5160
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
S
Steve Klabnik 已提交
5161
dependencies = [
5162
 "matches",
5163 5164
]

5165 5166
[[package]]
name = "unicode-normalization"
M
Mark Rousskov 已提交
5167
version = "0.1.13"
5168
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5169
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
5170
dependencies = [
M
Mark Rousskov 已提交
5171
 "tinyvec",
5172
]
5173

crlf0710's avatar
crlf0710 已提交
5174 5175
[[package]]
name = "unicode-script"
M
Mark Rousskov 已提交
5176
version = "0.5.2"
crlf0710's avatar
crlf0710 已提交
5177
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5178
checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
crlf0710's avatar
crlf0710 已提交
5179 5180 5181

[[package]]
name = "unicode-security"
5182
version = "0.0.5"
crlf0710's avatar
crlf0710 已提交
5183
source = "registry+https://github.com/rust-lang/crates.io-index"
5184
checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
crlf0710's avatar
crlf0710 已提交
5185
dependencies = [
crlf0710's avatar
crlf0710 已提交
5186
 "unicode-normalization",
crlf0710's avatar
crlf0710 已提交
5187 5188 5189
 "unicode-script",
]

5190 5191
[[package]]
name = "unicode-segmentation"
E
Eric Huss 已提交
5192
version = "1.6.0"
5193
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5194
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
5195 5196 5197

[[package]]
name = "unicode-width"
M
Mark Rousskov 已提交
5198
version = "0.1.8"
5199
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5200
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5201 5202 5203 5204 5205
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
]
5206

5207 5208
[[package]]
name = "unicode-xid"
M
Mark Rousskov 已提交
5209
version = "0.2.1"
5210
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5211
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
5212

F
flip1995 已提交
5213 5214 5215 5216
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5217
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
F
flip1995 已提交
5218

5219 5220 5221 5222
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
5223 5224
 "num-traits",
 "tidy",
5225 5226
]

N
Nick Cameron 已提交
5227 5228 5229 5230
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
5231 5232 5233 5234 5235
 "cc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
N
Nick Cameron 已提交
5236 5237
]

5238 5239
[[package]]
name = "url"
5240
version = "1.7.2"
5241
source = "registry+https://github.com/rust-lang/crates.io-index"
5242
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5243
dependencies = [
5244 5245 5246
 "idna 0.1.5",
 "matches",
 "percent-encoding 1.0.1",
5247 5248
]

E
Eric Huss 已提交
5249 5250
[[package]]
name = "url"
M
Mark Rousskov 已提交
5251
version = "2.1.1"
E
Eric Huss 已提交
5252
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5253
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
E
Eric Huss 已提交
5254
dependencies = [
5255 5256
 "idna 0.2.0",
 "matches",
E
Eric Huss 已提交
5257
 "percent-encoding 2.1.0",
5258
 "serde",
E
Eric Huss 已提交
5259 5260
]

S
steveklabnik 已提交
5261 5262
[[package]]
name = "utf-8"
M
Mark Rousskov 已提交
5263
version = "0.7.5"
S
steveklabnik 已提交
5264
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5265
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
S
steveklabnik 已提交
5266

E
Eric Huss 已提交
5267 5268 5269 5270
[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5271
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
E
Eric Huss 已提交
5272

5273 5274
[[package]]
name = "vcpkg"
M
Mark Rousskov 已提交
5275
version = "0.2.10"
5276
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5277
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
5278

5279 5280
[[package]]
name = "vec_map"
M
Mark Rousskov 已提交
5281
version = "0.8.2"
5282
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5283
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5284

R
Ralf Jung 已提交
5285 5286
[[package]]
name = "vergen"
5287
version = "3.1.0"
R
Ralf Jung 已提交
5288
source = "registry+https://github.com/rust-lang/crates.io-index"
5289
checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
R
Ralf Jung 已提交
5290
dependencies = [
5291 5292
 "bitflags",
 "chrono",
R
Ralf Jung 已提交
5293 5294
]

E
Eric Huss 已提交
5295 5296
[[package]]
name = "version_check"
5297
version = "0.9.1"
E
Eric Huss 已提交
5298
source = "registry+https://github.com/rust-lang/crates.io-index"
5299
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
E
Eric Huss 已提交
5300

E
Eric Huss 已提交
5301 5302 5303 5304
[[package]]
name = "vte"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5305
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
E
Eric Huss 已提交
5306
dependencies = [
5307
 "utf8parse",
E
Eric Huss 已提交
5308 5309
]

5310 5311
[[package]]
name = "walkdir"
M
Mark Rousskov 已提交
5312
version = "2.3.1"
5313
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5314
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
5315
dependencies = [
5316
 "same-file",
M
Mark Rousskov 已提交
5317
 "winapi 0.3.9",
5318
 "winapi-util",
5319 5320
]

5321 5322 5323 5324 5325
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
N
newpavlov 已提交
5326 5327 5328 5329 5330 5331
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

5332 5333 5334 5335
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
5336
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
5337

5338 5339
[[package]]
name = "winapi"
M
Mark Rousskov 已提交
5340
version = "0.3.9"
5341
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5342
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5343
dependencies = [
5344 5345
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
5346 5347
]

5348 5349 5350 5351
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5352
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
5353

5354 5355 5356 5357
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5358
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5359

A
Alex Crichton 已提交
5360 5361
[[package]]
name = "winapi-util"
E
Eric Huss 已提交
5362
version = "0.1.5"
A
Alex Crichton 已提交
5363
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5364
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
A
Alex Crichton 已提交
5365
dependencies = [
M
Mark Rousskov 已提交
5366
 "winapi 0.3.9",
A
Alex Crichton 已提交
5367 5368
]

5369 5370 5371 5372
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5373
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5374

5375 5376 5377 5378
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5379
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
5380
dependencies = [
5381 5382
 "winapi 0.2.8",
 "winapi-build",
5383 5384
]

5385 5386
[[package]]
name = "xattr"
A
Alex Crichton 已提交
5387
version = "0.2.2"
5388
source = "registry+https://github.com/rust-lang/crates.io-index"
5389
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5390
dependencies = [
5391
 "libc",
5392 5393
]

5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405
[[package]]
name = "xml5ever"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
dependencies = [
 "log",
 "mac",
 "markup5ever",
 "time",
]

5406 5407
[[package]]
name = "xz2"
M
Mark Rousskov 已提交
5408
version = "0.1.6"
5409
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5410
checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
5411
dependencies = [
5412
 "lzma-sys",
5413 5414
]

5415 5416
[[package]]
name = "yaml-merge-keys"
M
Mark Rousskov 已提交
5417
version = "0.4.1"
5418
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5419
checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
5420
dependencies = [
Y
Yuki Okushi 已提交
5421
 "lazy_static",
5422
 "thiserror",
M
Mark Rousskov 已提交
5423
 "yaml-rust 0.4.4",
5424 5425
]

5426 5427 5428 5429
[[package]]
name = "yaml-rust"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5430
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5431 5432 5433

[[package]]
name = "yaml-rust"
M
Mark Rousskov 已提交
5434
version = "0.4.4"
5435
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5436
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
5437 5438 5439
dependencies = [
 "linked-hash-map",
]